Bump systemdspawner version

This commit is contained in:
yuvipanda
2018-07-12 16:56:20 -07:00
parent 56e573bd86
commit e4a059a81a

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.10',
'jupyterhub-systemdspawner==0.11',
'jupyterhub-firstuseauthenticator==0.10'
])