Skip to content

Commit 245ca66

Browse files
authored
Increase minimum tornado version (#5933)
1 parent 71e402f commit 245ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
zip_safe = False,
9999
install_requires = [
100100
'jinja2',
101-
'tornado>=5.0',
101+
'tornado>=6.1',
102102
# pyzmq>=17 is not technically necessary,
103103
# but hopefully avoids incompatibilities with Tornado 5. April 2018
104104
'pyzmq>=17',

0 commit comments

Comments
 (0)