mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add LDAP & OAuthenticator to initial install
This commit is contained in:
@@ -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',
|
||||
])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user