Merge pull request #639 from minrk/0.15

bump systemdspawner to 0.15
This commit is contained in:
Min RK
2020-12-07 14:21:40 +01:00
committed by GitHub

View File

@@ -219,17 +219,20 @@ def ensure_jupyterhub_package(prefix):
'pycurl==7.43.*' 'pycurl==7.43.*'
]) ])
conda.ensure_pip_packages(prefix, [ conda.ensure_pip_packages(
'jupyterhub==1.1.0', prefix,
'jupyterhub-dummyauthenticator==0.3.1', [
'jupyterhub-systemdspawner==0.14', "jupyterhub==1.1.0",
'jupyterhub-firstuseauthenticator==0.14.1', "jupyterhub-dummyauthenticator==0.3.1",
'jupyterhub-nativeauthenticator==0.0.5', "jupyterhub-systemdspawner==0.15",
'jupyterhub-ldapauthenticator==1.3.0', "jupyterhub-firstuseauthenticator==0.14.1",
'jupyterhub-tmpauthenticator==0.6', "jupyterhub-nativeauthenticator==0.0.5",
'oauthenticator==0.10.0', "jupyterhub-ldapauthenticator==1.3.0",
'jupyterhub-idle-culler==1.0' "jupyterhub-tmpauthenticator==0.6",
]) "oauthenticator==0.10.0",
"jupyterhub-idle-culler==1.0",
],
)
traefik.ensure_traefik_binary(prefix) traefik.ensure_traefik_binary(prefix)