feat: python-ldap 更新到 ldap3 (#214)

Co-authored-by: sherlock <sherlock@gmail.com>
This commit is contained in:
kdyq007
2023-10-20 09:36:38 +08:00
committed by GitHub
parent bdd2adcfc2
commit c869827ffd
3 changed files with 10 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ supervisor = "==4.0.3"
Flask-Login = "==0.6.2"
Flask-Bcrypt = "==1.0.1"
Flask-Cors = ">=3.0.8"
python-ldap = "==3.4.0"
ldap3 = "==2.9.1"
pycryptodome = "==3.12.0"
# Caching
Flask-Caching = ">=1.0.0"