Skip to content

Commit 388b3ee

Browse files
committed
Merge pull request #56 from benekastah/patch-1
Include base version for msgpack, because 0.3 doesn't work
2 parents 42bdfb4 + 644d24a commit 388b3ee

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
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
install_requires = [
7-
'msgpack-python',
7+
'msgpack-python>=0.4.0',
88
]
99

1010
if sys.version_info < (3, 4):

0 commit comments

Comments
 (0)