diff setup.py @ 1043:54eb8ad9e809

serve: Use `watchdog` for a more efficient monitoring of assets files.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 20 Jan 2018 17:24:08 -0800
parents 3133ddc3cb73
children 8178671f9a04
line wrap: on
line diff
--- a/setup.py	Sat Jan 20 17:23:34 2018 -0800
+++ b/setup.py	Sat Jan 20 17:24:08 2018 -0800
@@ -173,6 +173,7 @@
     'strict-rfc3339>=0.5',
     'textile>=2.2.2',
     'Unidecode>=0.4.18',
+    'watchdog>=0.8.3',
     'Werkzeug>=0.12.2'
 ]
 tests_require = [