From 61977840459fbbbe5e9224eb61279d882da90637 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 20 Oct 2021 23:32:14 +0200 Subject: [PATCH] Try stop pinning chardet --- dev-requirements.txt | 1 - tljh/installer.py | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9902b41..0c50f19 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,4 +2,3 @@ pytest pytest-cov pytest-mock codecov -chardet==3.0.4 diff --git a/tljh/installer.py b/tljh/installer.py index 05b0ef7..a07f06e 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -139,7 +139,6 @@ def ensure_jupyterhub_package(prefix): "jupyterhub-tmpauthenticator==0.6.*", "oauthenticator==14.*", "jupyterhub-idle-culler==1.*", - "chardet==4.*", "git+https://github.com/yuvipanda/jupyterhub-configurator@317759e17c8e48de1b1352b836dac2a230536dba" ], )