Add LDAP & OAuthenticator to initial install

This commit is contained in:
yuvipanda
2018-07-16 16:19:16 -07:00
parent cc5622995d
commit 0385f8e5f7

View File

@@ -73,7 +73,9 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub==0.9.0',
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.11',
'jupyterhub-firstuseauthenticator==0.10'
'jupyterhub-firstuseauthenticator==0.10',
'jupyterhub-ldapauthenticator==1.2.2',
'oauthenticator==0.7.3',
])