Skip to content

Commit d7c8eff

Browse files
minrkkevin-bates
authored andcommitted
unpin tornado
to get testing 6.0 again
1 parent 7649e39 commit d7c8eff

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, <6',
77+
'tornado>=4.1',
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)