Skip to content

Commit

Permalink
#797 switch from pyldap to python-ldap (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
infohash authored May 22, 2022
1 parent 08db406 commit dcae0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run_tests(self):
'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster'],
'quality': ['pylama', 'isort', 'eradicate', 'mypy', 'black', 'bandit', 'readme_renderer[md]'],
'types': ['types-requests'],
'ldap_authn': ['pyldap'],
'ldap_authn': ['python-ldap'],
},
install_requires=[
"requests",
Expand Down

0 comments on commit dcae0b8

Please sign in to comment.