Use python-ldap from git until they release a new version

This commit is contained in:
Georg Krause 2022-06-20 17:19:57 +02:00
parent ae5c6213d4
commit 3750c2e12f
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
2 changed files with 360 additions and 337 deletions

695
api/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@ feedparser = "==6.0.10"
watchdog = "==2.1.9"
asgiref = "==3.5.2" #1516
ipython = "==7.32.0"
python-ldap = "==3.4.0"
python-ldap = { git = "https://github.com/python-ldap/python-ldap.git" }
django-auth-ldap = "==4.1.0"
uvicorn = {version = "==0.17.6", extras = ["standard"]}
django-cache-memoize = "0.1.10"