setup: No reason to be too specific with the Tornado version

This commit is contained in:
Stein Magnus Jodal 2014-05-14 23:25:36 +02:00
parent cf22fc98ad
commit b9b73d89c3

View File

@ -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',