From df7e06c40ca6346b7c782dab85b5075f2b646cf3 Mon Sep 17 00:00:00 2001 From: Elrond Date: Sat, 24 Nov 2012 00:15:41 +0100 Subject: [PATCH] Require werkzeug >= 0.7 We need it, really. For csrf.py's request.scheme. Thanks to Sebastian Spaeth! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99584369..e0f7af7e 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( 'wtforms', 'py-bcrypt', 'nose', - 'werkzeug', + 'werkzeug>=0.7', 'celery==2.5.3', 'kombu==2.1.7', 'jinja2', -- 2.25.1