diff options
author | Ashley Camba Garrido <ashwoods@gmail.com> | 2018-03-22 09:58:50 +0100 |
---|---|---|
committer | Ashley Camba Garrido <ashwoods@gmail.com> | 2018-03-22 09:58:50 +0100 |
commit | 3929863f2f2de5138ad8686d17ccf04bbd9cdc11 (patch) | |
tree | d5b2bdf7deaf6fec75f4ca4ac3c1b56ac9381871 | |
parent | ce252ca6baf3f899cdcc7509ad1e7c9081e3b3e7 (diff) | |
download | raven-fix-tornado-dep.tar.gz |
Fix tornado dependency fixes:#1206fix-tornado-dep
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |