From c51006d7988862a78ca73c8884b48c1dc1687211 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Wed, 24 Feb 2021 16:22:44 +0200 Subject: [PATCH] Bump traefik-proxy version and remove pin. The new traefik-proxy version shouldn't cause conflicts with other pkgs anymore --- setup.py | 2 +- tljh/installer.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 36bcfc1..41cba27 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( 'backoff', 'requests', 'bcrypt', - 'jupyterhub-traefik-proxy==0.1.*' + 'jupyterhub-traefik-proxy==0.2.*' ], entry_points={ 'console_scripts': [ diff --git a/tljh/installer.py b/tljh/installer.py index f3cc989..cd8da55 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -231,7 +231,6 @@ def ensure_jupyterhub_package(prefix): "jupyterhub-tmpauthenticator==0.6", "oauthenticator==0.10.0", "jupyterhub-idle-culler==1.0", - "chardet==3.0.4", ], ) traefik.ensure_traefik_binary(prefix)