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:
John Children 2020-07-17 01:06:47 +01:00 committed by GitHub
parent b1bf1ed248
commit 90d0ea151e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,3 @@
passlib==1.7.2
bcrypt==3.1.7
bcrypt==3.1.7
watchdog==0.10.3