Skip to content

Commit

Permalink
Pin tornado in user env
Browse files Browse the repository at this point in the history
  • Loading branch information
willirath authored Mar 8, 2019
1 parent 488683a commit af26b22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub-firstuseauthenticator==0.12',
'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2',
'oauthenticator==0.8.0',
'tornado<6.0'
'oauthenticator==0.8.0'
])
traefik.ensure_traefik_binary(prefix)

Expand Down Expand Up @@ -253,7 +252,9 @@ def ensure_user_environment(user_requirements_txt_file):
# nbresuse to show people how much RAM they are using
'nbresuse==0.3.0',
# Most people consider ipywidgets to be part of the core notebook experience
'ipywidgets==7.4.2'
'ipywidgets==7.4.2',
# Pin tornado
'tornado<6.0'
])

if user_requirements_txt_file:
Expand Down

0 comments on commit af26b22

Please sign in to comment.