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 e1a6d6b commit 40cd4d1Copy full SHA for 40cd4d1
setup.py
@@ -58,6 +58,7 @@ def run_tests(self):
58
packages=find_packages(exclude=['tests*']),
59
install_requires=[
60
"wrapt",
61
+ "msgpack-python",
62
],
63
# plugin tox
64
tests_require=['tox', 'flake8'],
0 commit comments