Removed the upper version bound of LDAP version

This commit is contained in:
bu3tt1
2020-03-10 09:05:57 +01:00
committed by GitHub
parent c399db0c29
commit 00d0c93846

View File

@@ -8,5 +8,5 @@ setup(
description="LDAP Authentication Plugin for Radicale 2", description="LDAP Authentication Plugin for Radicale 2",
author="Raoul Thill", author="Raoul Thill",
license="GNU GPL v3", license="GNU GPL v3",
install_requires=["radicale >= 2.0", "ldap3 >= 2.3, < 2.4"], install_requires=["radicale >= 2.0", "ldap3 >= 2.3"],
packages=["radicale_auth_ldap"]) packages=["radicale_auth_ldap"])