mirror of
https://github.com/jdupouy/radicale3-auth-ldap.git
synced 2024-10-27 19:14:00 +00:00
Merge pull request #10 from bu3tt1/master
Removed the upper version bound of LDAP version
This commit is contained in:
commit
a396d8da41
2
setup.py
2
setup.py
@ -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"])
|
||||||
|
Loading…
Reference in New Issue
Block a user