Skip to content

Commit

Permalink
unpin tornado
Browse files Browse the repository at this point in the history
to get testing 6.0 again
  • Loading branch information
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
Expand Up @@ -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',
Expand Down

0 comments on commit 7a7a3e8

Please sign in to comment.