From b9b73d89c3e233a61d880d7458375c8650818697 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 14 May 2014 23:25:36 +0200 Subject: [PATCH] setup: No reason to be too specific with the Tornado version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c51794d..31c67cde 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( install_requires=[ 'setuptools', 'Pykka >= 1.1', - 'tornado >= 3.1.1', + 'tornado >= 3.1', ], extras_requires={'http': []}, test_suite='nose.collector',