We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239a080 commit 0a422feCopy full SHA for 0a422fe
requirements.txt
@@ -1,2 +1,2 @@
1
-r requirements-base.txt
2
-msgpack-python>=0.4.7
+msgpack>=0.6.1
setup.py
@@ -11,7 +11,7 @@
11
version = f.read().decode('ascii').strip()
12
13
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'
+mpack_required = 'msgpack-pypy>=0.0.2' if is_pypy else 'msgpack>=0.6.1'
15
16
setup(
17
name='scrapinghub',
0 commit comments