Skip to content

Commit

Permalink
Pin ldap3 version to lower than 2.8
Browse files Browse the repository at this point in the history
See jupyterhub#171 for further information
  • Loading branch information
1kastner authored Aug 12, 2020
1 parent 65b234a commit 654c1c9
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 @@ -19,5 +19,5 @@
author_email="[email protected]",
license="3 Clause BSD",
packages=["ldapauthenticator"],
install_requires=["jupyterhub", "ldap3", "tornado", "traitlets"],
install_requires=["jupyterhub", "ldap3<2.8", "tornado", "traitlets"],
)

0 comments on commit 654c1c9

Please sign in to comment.