Upgrade systemdspawner to v0.10

This commit is contained in:
yuvipanda
2018-07-11 14:28:47 -07:00
parent 9241972722
commit 6d3efffcb5

View File

@@ -68,7 +68,7 @@ def ensure_jupyterhub_package(prefix):
conda.ensure_conda_packages(prefix, ['jupyterhub==0.9.0'])
conda.ensure_pip_packages(prefix, [
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.9.12',
'jupyterhub-systemdspawner==0.10',
'jupyterhub-firstuseauthenticator==0.10'
])