Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unpin tornado
Browse files Browse the repository at this point in the history
to get testing 6.0 again
minrk authored and Zsailer committed Sep 27, 2019
1 parent 7649e39 commit 7a7a3e8
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
@@ -74,7 +74,7 @@
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',

0 comments on commit 7a7a3e8

Please sign in to comment.