unpin tornado

to get testing 6.0 again
This commit is contained in:
Min RK 2019-03-05 12:18:45 +01:00
parent d145301b55
commit 57122409b2

View File

@ -98,7 +98,7 @@ for more information.
zip_safe = False,
install_requires = [
'jinja2',
'tornado>=4, <6',
'tornado>=4.1',
# pyzmq>=17 is not technically necessary,
# but hopefully avoids incompatibilities with Tornado 5. April 2018
'pyzmq>=17',