Add watchdog lib to dev requirements

This commit is contained in:
Sylvain Bellemare 2016-12-13 11:55:50 +01:00 committed by Sylvain Bellemare
parent dc5fd211c3
commit 7f143dbf57
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ check_setuptools_features()
dev_require = [
'ipdb',
'ipython',
'watchdog',
]
docs_require = [