Skip to content

Commit 2c06fb4

Browse files
authored
Merge pull request #118 from scrapinghub/switch-to-recent-msgpack
Update package name for msgpack
2 parents 239a080 + 0a422fe commit 2c06fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r requirements-base.txt
2-
msgpack-python>=0.4.7
2+
msgpack>=0.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version = f.read().decode('ascii').strip()
1212

1313
is_pypy = '__pypy__' in sys.builtin_module_names
14-
mpack_required = 'msgpack-pypy>=0.0.2' if is_pypy else 'msgpack-python>=0.4.7'
14+
mpack_required = 'msgpack-pypy>=0.0.2' if is_pypy else 'msgpack>=0.6.1'
1515

1616
setup(
1717
name='scrapinghub',

0 commit comments

Comments
 (0)