summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c3f774c..d1e1c16 100755
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ tests_require = [
'pytest-cov',
'pytest-flake8==0.9.1',
'requests',
- 'tornado>=4.1',
+ 'tornado>=4.1,<5.0',
'tox',
'webob',
'webtest',