Skip to content

Commit f533a47

Browse files
authored
Merge pull request #189 from yan12125/msgpack-renaming
msgpack-python is renamed to simply msgpack
2 parents 93044a0 + 67722fe commit f533a47

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)