Skip to content

Commit

Permalink
Merge pull request #476 from GeorgianaElena/upgrade_authenticator
Browse files Browse the repository at this point in the history
Upgrade authenticators
  • Loading branch information
yuvipanda committed Jan 9, 2020
2 parents 4339547 + e47d6a4 commit 35216fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ def ensure_jupyterhub_package(prefix):
'jupyterhub==1.0.0',
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.13',
'jupyterhub-firstuseauthenticator==0.12',
'jupyterhub-firstuseauthenticator==0.13.0',
'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2',
'jupyterhub-tmpauthenticator==0.6',
'oauthenticator==0.8.2',
'oauthenticator==0.10.0',
])
traefik.ensure_traefik_binary(prefix)

Expand Down

0 comments on commit 35216fe

Please sign in to comment.