pypiserver/docker-requirements.txt
John Children 90d0ea151e
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.
2020-07-16 19:06:47 -05:00

4 lines
46 B
Plaintext

passlib==1.7.2
bcrypt==3.1.7
watchdog==0.10.3