Skip to content

Commit 5455333

Browse files
committed
use python-ldap 3.0.0
1 parent 4680729 commit 5455333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyldap>=2.4.28 # here instead of requirements.txt so rtfd can build
1+
pyldap>=3.0.0 # here instead of requirements.txt so rtfd can build
22
Sphinx>=1.5.5
33

44
-r requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
platforms='any',
2323
install_requires=[
2424
'Flask>=0.12.4',
25-
'pyldap'
25+
'python-ldap>=3.0.0'
2626
],
2727
classifiers=[
2828
'Environment :: Web Environment',

0 commit comments

Comments
 (0)