From dad68e86a6008588a6094af011c225a69fc98ee4 Mon Sep 17 00:00:00 2001 From: Ashley Camba Date: Thu, 22 Mar 2018 10:24:53 +0100 Subject: Fix tornado dependency fixes:#1206 (#1214) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1