Skip to content

Commit 80428b1

Browse files
authored
Merge pull request #293 from mhinz/dep
Setup: don't use transition package as dependency
2 parents 9cf971f + 93e6b5b commit 80428b1

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

77
install_requires = [
8-
'msgpack-python>=0.4.0',
8+
'msgpack>=0.5.0',
99
]
1010
extras_require = {
1111
'pyuv': ['pyuv>=1.0.0'],

0 commit comments

Comments
 (0)