Skip to content

Commit

Permalink
filelock is a dependency of tljh
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 5, 2024
1 parent 13c8946 commit 0c32277
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
filelock
packaging
pytest
pytest-cov
Expand Down
1 change: 0 additions & 1 deletion integration-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
filelock
pytest
pytest-cov
pytest-asyncio
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"jinja2",
"pluggy==1.*",
"backoff",
"filelock",
"requests",
"bcrypt",
"jupyterhub-traefik-proxy==1.*",
Expand Down
3 changes: 0 additions & 3 deletions tljh/requirements-hub-env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ jupyterhub-idle-culler>=1.2.1,<2
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
#
pycurl>=7.45.2,<8

# filelock is used to help us do atomic operations on config file(s)
filelock>=3.15.4,<4

0 comments on commit 0c32277

Please sign in to comment.