Skip to content

Commit

Permalink
Depend on python 3.7+ explitily
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 4, 2023
1 parent 51b3d2e commit fca02e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
author_email="[email protected]",
license="3 Clause BSD",
packages=["ldapauthenticator"],
install_requires=["jupyterhub", "ldap3", "tornado", "traitlets"],
python_requires=">=3.7",
install_requires=[
"jupyterhub",
"ldap3",
"tornado",
"traitlets",
],
)

0 comments on commit fca02e0

Please sign in to comment.