From 10635f86eca223df9b33541ba0b8297417003bb7 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 30 Mar 2016 09:00:00 +0200 Subject: [PATCH] Add Werkzeug debugger for use with runserver_plus --- setup.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5