From 6a9a09d60277d3bbadbcdc32b967d1bd15ae28d5 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 22 Mar 2015 18:24:56 -0700 Subject: [PATCH] setup: add 'watchdog' as a dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',