summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba <ashwoods@gmail.com>2018-03-22 10:24:53 +0100
committerGitHub <noreply@github.com>2018-03-22 10:24:53 +0100
commitdad68e86a6008588a6094af011c225a69fc98ee4 (patch)
treed5b2bdf7deaf6fec75f4ca4ac3c1b56ac9381871
parentce252ca6baf3f899cdcc7509ad1e7c9081e3b3e7 (diff)
downloadraven-dad68e86a6008588a6094af011c225a69fc98ee4.tar.gz
Fix tornado dependency fixes:#1206 (#1214)
-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',