Skip to content

Commit

Permalink
Don't install tornado v5 because it changes API. fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Mar 14, 2018
1 parent 2784185 commit 8fcef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
This implementation uses Tornado framework as a backend.
""",
packages=['msgpackrpc', 'msgpackrpc/transport'],
install_requires=['msgpack-python', 'tornado >= 3'],
install_requires=['msgpack-python', 'tornado >= 3,<5'],
license="Apache Software License",
classifiers=[
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 8fcef9b

Please sign in to comment.