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)