mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
filelock is a dependency of tljh
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
filelock
|
||||
packaging
|
||||
pytest
|
||||
pytest-cov
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
filelock
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-asyncio
|
||||
|
||||
1
setup.py
1
setup.py
@@ -15,6 +15,7 @@ setup(
|
||||
"jinja2",
|
||||
"pluggy==1.*",
|
||||
"backoff",
|
||||
"filelock",
|
||||
"requests",
|
||||
"bcrypt",
|
||||
"jupyterhub-traefik-proxy==1.*",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user