We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2784185 commit 8fcef9bCopy full SHA for 8fcef9b
setup.py
@@ -22,7 +22,7 @@
22
This implementation uses Tornado framework as a backend.
23
""",
24
packages=['msgpackrpc', 'msgpackrpc/transport'],
25
- install_requires=['msgpack-python', 'tornado >= 3'],
+ install_requires=['msgpack-python', 'tornado >= 3,<5'],
26
license="Apache Software License",
27
classifiers=[
28
'Programming Language :: Python :: 2',
0 commit comments