diff options
author | bu3tt1 <paride.buetti@blackpoints.ch> | 2020-03-10 09:05:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 09:05:57 +0100 |
commit | 00d0c93846f661df96ddee6ccf18264b3cf31929 (patch) | |
tree | d68d8607a7afa831cb8b5c046c4488c204a50269 | |
parent | Merge pull request #8 from indication/master (diff) | |
download | radicale_auth_ldap-00d0c93846f661df96ddee6ccf18264b3cf31929.tar.gz radicale_auth_ldap-00d0c93846f661df96ddee6ccf18264b3cf31929.tar.bz2 radicale_auth_ldap-00d0c93846f661df96ddee6ccf18264b3cf31929.zip |
Removed the upper version bound of LDAP version
-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"]) |