mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #476 from GeorgianaElena/upgrade_authenticator
Upgrade authenticators
This commit is contained in:
@@ -205,11 +205,11 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
'jupyterhub==1.0.0',
|
'jupyterhub==1.0.0',
|
||||||
'jupyterhub-dummyauthenticator==0.3.1',
|
'jupyterhub-dummyauthenticator==0.3.1',
|
||||||
'jupyterhub-systemdspawner==0.13',
|
'jupyterhub-systemdspawner==0.13',
|
||||||
'jupyterhub-firstuseauthenticator==0.12',
|
'jupyterhub-firstuseauthenticator==0.13.0',
|
||||||
'jupyterhub-nativeauthenticator==0.0.4',
|
'jupyterhub-nativeauthenticator==0.0.4',
|
||||||
'jupyterhub-ldapauthenticator==1.2.2',
|
'jupyterhub-ldapauthenticator==1.2.2',
|
||||||
'jupyterhub-tmpauthenticator==0.6',
|
'jupyterhub-tmpauthenticator==0.6',
|
||||||
'oauthenticator==0.8.2',
|
'oauthenticator==0.10.0',
|
||||||
])
|
])
|
||||||
traefik.ensure_traefik_binary(prefix)
|
traefik.ensure_traefik_binary(prefix)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user