Pin tornado to <6

See #290
This commit is contained in:
Willi Rath
2019-03-08 12:25:31 +01:00
committed by GitHub
parent 909dd70af2
commit 488683ae60

View File

@@ -196,6 +196,7 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub-nativeauthenticator==0.0.4', 'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2', 'jupyterhub-ldapauthenticator==1.2.2',
'oauthenticator==0.8.0', 'oauthenticator==0.8.0',
'tornado<6.0'
]) ])
traefik.ensure_traefik_binary(prefix) traefik.ensure_traefik_binary(prefix)