Skip to content

Commit

Permalink
Add more pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 14, 2023
1 parent 720e9ae commit f250a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git+https://github.com/jupyterhub/the-littlest-jupyterhub
git+https://github.com/plasmabio/tljh-repo2docker
jupyterhub~=1.5
notebook
jupyterhub~=1.4.5
notebook<7
pytest
pytest-aiohttp
pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion tljh-plasma/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "jupyterhub~=1.4.5", "sqlalchemy<2"],
)

0 comments on commit f250a2f

Please sign in to comment.