Require werkzeug >= 0.7
authorElrond <elrond+git.commit@samba-tng.org>
Fri, 23 Nov 2012 23:15:41 +0000 (00:15 +0100)
committerElrond <elrond+git.commit@samba-tng.org>
Fri, 23 Nov 2012 23:16:51 +0000 (00:16 +0100)
We need it, really. For csrf.py's request.scheme.

Thanks to Sebastian Spaeth!

setup.py

index 9958436976dad35b4969e1db2b85f5c3d7029a1e..e0f7af7ea02f5c06fe5bc1520fd6de5cdc4e17a8 100644 (file)
--- 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',