Fixed broken dependency due to tornado 5 update

changed to `"tornado>=4.1,<5.0"` in setup.py
This commit is contained in:
Daniel Wiesendorf
2018-03-07 08:51:12 +01:00
committed by Waylan Limberg
parent 269190c9aa
commit 7feb7a8c26

View File

@@ -61,7 +61,7 @@ setup(
'livereload>=2.5.1',
'Markdown>=2.3.1',
'PyYAML>=3.10',
'tornado>=4.1',
'tornado>=4.1,<5.0',
],
entry_points={
'console_scripts': [