Skip to content

Commit 40cd4d1

Browse files
author
Emanuele Palazzetti
committed
add msgpack-python as a library dependency
1 parent e1a6d6b commit 40cd4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def run_tests(self):
5858
packages=find_packages(exclude=['tests*']),
5959
install_requires=[
6060
"wrapt",
61+
"msgpack-python",
6162
],
6263
# plugin tox
6364
tests_require=['tox', 'flake8'],

0 commit comments

Comments
 (0)