Increase minimum tornado version (#5933)

pull/5934/head
Kevin Bates 5 years ago committed by GitHub
parent 71e402fff0
commit 245ca66603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@ for more information.
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',

Loading…
Cancel
Save