diff --git a/setup.py b/setup.py index 3ce1e523..f0a7c7f4 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,8 @@ setup( 'jinja2', 'surt', 'pyyaml', - 'youtube_dl' + 'youtube_dl', + 'watchdog' ], tests_require=[ 'pytest',