mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Pin chardet again and pin it for tests also.
We still need to pin chardet because the aiohttp latest version still has a requirement of chardet<4. Let's wait until a new aiohttp release before removing our version pins
This commit is contained in:
@@ -2,3 +2,4 @@ pytest
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-mock
|
pytest-mock
|
||||||
codecov
|
codecov
|
||||||
|
chardet==3.0.4
|
||||||
|
|||||||
@@ -231,6 +231,7 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
"jupyterhub-tmpauthenticator==0.6",
|
"jupyterhub-tmpauthenticator==0.6",
|
||||||
"oauthenticator==0.10.0",
|
"oauthenticator==0.10.0",
|
||||||
"jupyterhub-idle-culler==1.0",
|
"jupyterhub-idle-culler==1.0",
|
||||||
|
"chardet==3.0.4",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
traefik.ensure_traefik_binary(prefix)
|
traefik.ensure_traefik_binary(prefix)
|
||||||
|
|||||||
Reference in New Issue
Block a user