Add watchdog for tests

This commit is contained in:
twangboy 2019-05-17 14:45:52 -06:00
parent 02248dcd1a
commit 946076ce83
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -24,3 +24,13 @@ setproctitle
strict_rfc3339
supervisor==3.3.5; python_version < '3'
virtualenv
watchdog
# If running under windows, please uncomment the following 2 requirements before running
# pip-compile -o requirements/static/windows.txt requirements/zeromq.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
#
# On non windows, please copy the following 2 requirements to the generated windows.txt, un-commented
#pywin32==223
#wmi==1.4.9
>>>>>>> Add watchdog for tests