Skip to content

Commit

Permalink
Add a version lock to tornado to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
agxs committed Apr 23, 2021
1 parent 5152e06 commit c3e6b6b
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 @@ -24,7 +24,7 @@
REQUIRED = [
"alembic",
"aiocontextvars",
"tornado",
"tornado==6.1",
"psycopg2-binary",
"ipykernel==5.5.0",
"jupyterhub",
Expand Down

0 comments on commit c3e6b6b

Please sign in to comment.