Skip to content

Commit

Permalink
Limit to tornado 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Dec 16, 2023
1 parent 87729f8 commit 197890d
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 @@ -41,7 +41,7 @@ def get_version(rel_path):
install_requires=[
'SQLAlchemy>=1.3.12',
'alembic>=1.3.2',
'tornado>=6.0.3',
'tornado>=6.0.3,<7.0',
'jupyterhub>=1.1.0',
],
)

0 comments on commit 197890d

Please sign in to comment.