From 00d0c93846f661df96ddee6ccf18264b3cf31929 Mon Sep 17 00:00:00 2001 From: bu3tt1 Date: Tue, 10 Mar 2020 09:05:57 +0100 Subject: Removed the upper version bound of LDAP version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 748baa9..eb6e257 100644 --- a/setup.py +++ b/setup.py @@ -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"]) -- cgit