Skip to content

Commit 9035cb1

Browse files
committed
Limit to tornado <6 for now
Tornado 6.0a1 is causing test failures in CI
1 parent a5ad463 commit 9035cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
zip_safe = False,
9999
install_requires = [
100100
'jinja2',
101-
'tornado>=4',
101+
'tornado>=4, <6',
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)