diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ setup( description="LDAP Authentication Plugin for Radicale 2", author="Raoul Thill", 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"]) |