From 0385f8e5f742b8d79d82b8678a25cc25280542b7 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 16 Jul 2018 16:19:16 -0700 Subject: [PATCH] Add LDAP & OAuthenticator to initial install --- tljh/installer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 42c3b56..39e7fb7 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -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', ])