diff --git a/dev-requirements.txt b/dev-requirements.txt index 0e23033..2e71f20 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/jupyterhub/the-littlest-jupyterhub git+https://github.com/plasmabio/tljh-repo2docker -jupyterhub~=1.4.2 +jupyterhub~=1.5 notebook<7 pytest pytest-aiohttp diff --git a/tljh-plasma/setup.py b/tljh-plasma/setup.py index ea04746..5707509 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", "jupyterhub~=1.4.2", "sqlalchemy<2"], + install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "sqlalchemy<2"], )