allow using tornado 5.0

This commit is contained in:
Daniel Wallace 2018-05-13 15:15:56 -04:00
parent 05e651f038
commit a046512287
No known key found for this signature in database
GPG Key ID: 5FA5E5544F010D48

View File

@ -5,6 +5,6 @@ msgpack>=0.5,!=0.5.5
PyYAML
MarkupSafe
requests>=1.0.0
tornado>=4.2.1,<5.0
tornado>=4.2.1,<6.0
# Required by Tornado to handle threads stuff.
futures>=2.0