comparison 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
comparison
equal deleted inserted replaced
1042:895f49c9833d 1043:54eb8ad9e809
171 'repoze.lru>=0.6', 171 'repoze.lru>=0.6',
172 'smartypants>=1.8.6', 172 'smartypants>=1.8.6',
173 'strict-rfc3339>=0.5', 173 'strict-rfc3339>=0.5',
174 'textile>=2.2.2', 174 'textile>=2.2.2',
175 'Unidecode>=0.4.18', 175 'Unidecode>=0.4.18',
176 'watchdog>=0.8.3',
176 'Werkzeug>=0.12.2' 177 'Werkzeug>=0.12.2'
177 ] 178 ]
178 tests_require = [ 179 tests_require = [
179 'invoke>=0.21.0', 180 'invoke>=0.21.0',
180 'pytest>=2.8.7', 181 'pytest>=2.8.7',