Skip to content

Commit

Permalink
Merge branch 'master' into xsrf
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Nov 16, 2023
2 parents f3eaceb + 177f43f commit 4752293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/jupyterhub/the-littlest-jupyterhub
jupyterhub~=1.5
notebook
notebook<7
pytest
pytest-aiohttp
pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
entry_points={"tljh": ["tljh_repo2docker = tljh_repo2docker"]},
packages=find_packages(),
include_package_data=True,
install_requires=["dockerspawner~=12.1", "jupyter_client~=6.1", "aiodocker~=0.19"],
install_requires=["dockerspawner~=12.1", "jupyter_client~=6.1", "aiodocker~=0.19", "sqlalchemy<2"],
)

0 comments on commit 4752293

Please sign in to comment.