From: Elrond Date: Fri, 23 Nov 2012 23:15:41 +0000 (+0100) Subject: Require werkzeug >= 0.7 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=df7e06c40ca6346b7c782dab85b5075f2b646cf3;p=mediagoblin.git Require werkzeug >= 0.7 We need it, really. For csrf.py's request.scheme. Thanks to Sebastian Spaeth! --- 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',