From: Thomas Fillon Date: Wed, 30 Mar 2016 07:00:00 +0000 (+0200) Subject: Add Werkzeug debugger for use with runserver_plus X-Git-Tag: 1.6^2~13^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=10635f86eca223df9b33541ba0b8297417003bb7;p=telemeta.git Add Werkzeug debugger for use with runserver_plus --- diff --git a/setup.py b/setup.py index d85c9f4d..e85adc01 100644 --- 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