Skip to content

Commit

Permalink
Pin notebook<7 and sqlalchemy<2 for now (#62)
Browse files Browse the repository at this point in the history
* Pin `notebook<7` in dev-requirements.txt for now

* Pin `sqlalchemy<2`
  • Loading branch information
jtpio authored Nov 16, 2023
1 parent d711bda commit 177f43f
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 177f43f

Please sign in to comment.