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 42bdfb4 + 644d24a commit 388b3eeCopy full SHA for 388b3ee
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup
5
6
install_requires = [
7
- 'msgpack-python',
+ 'msgpack-python>=0.4.0',
8
]
9
10
if sys.version_info < (3, 4):
0 commit comments