Skip to content

Commit c1c393c

Browse files
takluyverZsailer
authored andcommitted
Limit to tornado <6 for now
Tornado 6.0a1 is causing test failures in CI
1 parent 41fd432 commit c1c393c

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
@@ -74,7 +74,7 @@
7474
zip_safe = False,
7575
install_requires = [
7676
'jinja2',
77-
'tornado>=4',
77+
'tornado>=4, <6',
7878
# pyzmq>=17 is not technically necessary,
7979
# but hopefully avoids incompatibilities with Tornado 5. April 2018
8080
'pyzmq>=17',

0 commit comments

Comments
 (0)