From 720e9aec4dfd80c03b3703673fe15eb2a71c08fe Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Nov 2023 09:11:29 +0000 Subject: [PATCH] Pin `jupyterhub` for now --- tljh-plasma/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh-plasma/setup.py b/tljh-plasma/setup.py index bb6b54a..ce73572 100644 --- a/tljh-plasma/setup.py +++ b/tljh-plasma/setup.py @@ -6,5 +6,5 @@ entry_points={"tljh": ["tljh_plasma = tljh_plasma"]}, packages=find_packages(), include_package_data=True, - install_requires=["dockerspawner~=12.1", "tljh_repo2docker"], + install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "jupyterhub~=1.4"], )