Skip to content

Commit 0c32277

Browse files
committed
filelock is a dependency of tljh
1 parent 13c8946 commit 0c32277

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
filelock
21
packaging
32
pytest
43
pytest-cov

integration-tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
filelock
21
pytest
32
pytest-cov
43
pytest-asyncio

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"jinja2",
1616
"pluggy==1.*",
1717
"backoff",
18+
"filelock",
1819
"requests",
1920
"bcrypt",
2021
"jupyterhub-traefik-proxy==1.*",

tljh/requirements-hub-env.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@ jupyterhub-idle-culler>=1.2.1,<2
2626
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
2727
#
2828
pycurl>=7.45.2,<8
29-
30-
# filelock is used to help us do atomic operations on config file(s)
31-
filelock>=3.15.4,<4

0 commit comments

Comments
 (0)