Skip to content
Snippets Groups Projects
Unverified Commit 6bf9a5c6 authored by Braxton's avatar Braxton Committed by GitHub
Browse files

Replace pyldap with python-ldap in setup.py

pyldap is deprecated in favor of python-ldap
parent ae9eecff
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ setup( ...@@ -22,7 +22,7 @@ setup(
platforms='any', platforms='any',
install_requires=[ install_requires=[
'Flask>=0.10.1', 'Flask>=0.10.1',
'pyldap' 'python-ldap'
], ],
classifiers=[ classifiers=[
'Environment :: Web Environment', 'Environment :: Web Environment',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment