We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680729 commit 5455333Copy full SHA for 5455333
dev_requirements.txt
@@ -1,4 +1,4 @@
1
-pyldap>=2.4.28 # here instead of requirements.txt so rtfd can build
+pyldap>=3.0.0 # here instead of requirements.txt so rtfd can build
2
Sphinx>=1.5.5
3
4
-r requirements.txt
setup.py
@@ -22,7 +22,7 @@
22
platforms='any',
23
install_requires=[
24
'Flask>=0.12.4',
25
- 'pyldap'
+ 'python-ldap>=3.0.0'
26
],
27
classifiers=[
28
'Environment :: Web Environment',
0 commit comments