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.
2 parents 9cf971f + 93e6b5b commit 80428b1Copy full SHA for 80428b1
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup
6
7
install_requires = [
8
- 'msgpack-python>=0.4.0',
+ 'msgpack>=0.5.0',
9
]
10
extras_require = {
11
'pyuv': ['pyuv>=1.0.0'],
0 commit comments