]> git.parisson.com Git - telemeta.git/commitdiff
Add Werkzeug debugger for use with runserver_plus
authorThomas Fillon <thomas@parisson.com>
Wed, 30 Mar 2016 07:00:00 +0000 (09:00 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 30 Mar 2016 07:00:00 +0000 (09:00 +0200)
setup.py

index d85c9f4dec52da580ef7b3abfd9bc9aead5481be..e85adc01071533139634c1cab9d888828941d38e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -76,6 +76,7 @@ setup(
         'ebooklib',
         'django-environ',
         'redis',
+        'Werkzeug',
     ],
   tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],
   # Provide a test command through django-setuptest