forked from github.com/pypiserver
Include watchdog for cache in Docker image (#323)
Include watchdog as a dependency in the docker image pip requirements. This is very useful in situations where your packages are mounted over the network which may be a typical use case for the image. As passlib is included as a default dependency this seems like a natural addition.
This commit is contained in:
parent
b1bf1ed248
commit
90d0ea151e
@ -1,2 +1,3 @@
|
||||
passlib==1.7.2
|
||||
bcrypt==3.1.7
|
||||
bcrypt==3.1.7
|
||||
watchdog==0.10.3
|
||||
|
Loading…
Reference in New Issue
Block a user