Merge pull request #976 from jrdnbradford/add-conf-lockfile

Add TLJH config lockfile
This commit is contained in:
Min RK
2024-09-04 03:56:12 -07:00
committed by GitHub
4 changed files with 72 additions and 42 deletions

View File

@@ -26,3 +26,6 @@ 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