aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e959ec9f..7788b5a1 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ install_requires = [
'py-bcrypt',
'pytest>=2.3.1',
'pytest-xdist',
- 'werkzeug>=0.7',
+ 'werkzeug>=0.7,<1.0.0',
'celery>=3.0',
'jinja2',
'Babel>=1.3',