Skip to content

Commit

Permalink
Increase minimum tornado version (#5933)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates authored Jan 11, 2021
1 parent 71e402f commit 245ca66
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 @@ -98,7 +98,7 @@
zip_safe = False,
install_requires = [
'jinja2',
'tornado>=5.0',
'tornado>=6.1',
# pyzmq>=17 is not technically necessary,
# but hopefully avoids incompatibilities with Tornado 5. April 2018
'pyzmq>=17',
Expand Down

0 comments on commit 245ca66

Please sign in to comment.