Skip to content

Commit 8fcef9b

Browse files
committed
Don't install tornado v5 because it changes API. fix #19
1 parent 2784185 commit 8fcef9b

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
@@ -22,7 +22,7 @@
2222
This implementation uses Tornado framework as a backend.
2323
""",
2424
packages=['msgpackrpc', 'msgpackrpc/transport'],
25-
install_requires=['msgpack-python', 'tornado >= 3'],
25+
install_requires=['msgpack-python', 'tornado >= 3,<5'],
2626
license="Apache Software License",
2727
classifiers=[
2828
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)