Bump firstuseauthenticator version

Includes https://github.com/yuvipanda/jupyterhub-firstuseauthenticator/pull/7
to fix #105.
This commit is contained in:
yuvipanda
2018-09-04 11:23:09 -07:00
parent d0b1e5c4c0
commit 103d4c7933

View File

@@ -182,7 +182,7 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub==0.9.2',
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.11',
'jupyterhub-firstuseauthenticator==0.10',
'jupyterhub-firstuseauthenticator==0.11',
'jupyterhub-ldapauthenticator==1.2.2',
'oauthenticator==0.8.0',
])