Skip to content

Commit

Permalink
revert tornado upgrade
Browse files Browse the repository at this point in the history
Since 5.0 tornado requires Python 2.7.9+ and 3.4+.
  • Loading branch information
honnix authored Aug 24, 2018
1 parent be5e13c commit 6c05cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_static_files(path):
long_description = readme_note + fobj.read()

install_requires = [
'tornado>=5.0,<6',
'tornado>=4.0,<5',
'python-daemon<3.0',
]

Expand Down

0 comments on commit 6c05cfe

Please sign in to comment.