Browse Source

Closes #230 Updates who_ldap to at least 3.2.1

Adrien Panay 7 years ago
parent
commit
4e3ceb5f7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/setup.py

+ 1 - 1
tracim/setup.py View File

@@ -39,7 +39,7 @@ install_requires=[
39 39
     "sqlalchemy",
40 40
     "alembic",
41 41
     "repoze.who",
42
-    "who-ldap==3.1.0",
42
+    "who_ldap>=3.2.1",
43 43
     "python-ldap-test==0.2.1",
44 44
     "unicode-slugify==0.1.3",
45 45
     "pytz==2014.7",