filelock is a dependency of tljh

This commit is contained in:
Min RK
2024-09-05 12:03:26 +02:00
parent 13c8946d8c
commit 0c322774e2
4 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
filelock
packaging packaging
pytest pytest
pytest-cov pytest-cov

View File

@@ -1,4 +1,3 @@
filelock
pytest pytest
pytest-cov pytest-cov
pytest-asyncio pytest-asyncio

View File

@@ -15,6 +15,7 @@ setup(
"jinja2", "jinja2",
"pluggy==1.*", "pluggy==1.*",
"backoff", "backoff",
"filelock",
"requests", "requests",
"bcrypt", "bcrypt",
"jupyterhub-traefik-proxy==1.*", "jupyterhub-traefik-proxy==1.*",

View File

@@ -26,6 +26,3 @@ jupyterhub-idle-culler>=1.2.1,<2
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289 # ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
# #
pycurl>=7.45.2,<8 pycurl>=7.45.2,<8
# filelock is used to help us do atomic operations on config file(s)
filelock>=3.15.4,<4