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
|
packaging
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
filelock
|
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -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.*",
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user