1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

setup: add 'watchdog' as a dependency

This commit is contained in:
Ilya Kreymer 2015-03-22 18:24:56 -07:00
parent 733642551d
commit 6a9a09d602

View File

@ -74,7 +74,8 @@ setup(
'jinja2', 'jinja2',
'surt', 'surt',
'pyyaml', 'pyyaml',
'youtube_dl' 'youtube_dl',
'watchdog'
], ],
tests_require=[ tests_require=[
'pytest', 'pytest',