From 1c7e89ab1ea7dd6b62f4fb48d531196a862b2fe8 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 27 Apr 2020 18:27:59 +0530 Subject: [PATCH] Install jupyterhub-idle-culler from PyPI A v1.0 release has been made! --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index fd6be5d..0a32173 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -225,7 +225,7 @@ def ensure_jupyterhub_package(prefix): 'jupyterhub-ldapauthenticator==1.3.0', 'jupyterhub-tmpauthenticator==0.6', 'oauthenticator==0.10.0', - 'git+https://github.com/yuvipanda/jupyterhub-idle-culler@4e710c0f45d57a7435d9ae79055a4ce499052a1c' + 'jupyterhub-idle-culler==1.0' ]) traefik.ensure_traefik_binary(prefix)