Skip to content

Commit 67722fe

Browse files
committed
msgpack-python is renamed to simply msgpack
Closes #181
1 parent 93044a0 commit 67722fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
long_description=long_description,
2020
install_requires=[
2121
'requests',
22-
'msgpack-python',
22+
'msgpack',
2323
],
2424
extras_require={
2525
'filecache': ['lockfile>=0.9'],

0 commit comments

Comments
 (0)