mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Version-lock msgpack-python (see #2015)
This commit is contained in:
parent
1b3c98e01b
commit
f5f4de98d1
|
@ -14,6 +14,6 @@ regex==2017.4.5
|
||||||
ftfy>=4.4.2,<5.0.0
|
ftfy>=4.4.2,<5.0.0
|
||||||
pytest>=3.0.6,<4.0.0
|
pytest>=3.0.6,<4.0.0
|
||||||
mock>=2.0.0,<3.0.0
|
mock>=2.0.0,<3.0.0
|
||||||
msgpack-python
|
msgpack-python==0.5.4
|
||||||
msgpack-numpy==0.4.1
|
msgpack-numpy==0.4.1
|
||||||
html5lib==1.0b8
|
html5lib==1.0b8
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -199,7 +199,7 @@ def setup_package():
|
||||||
'requests>=2.13.0,<3.0.0',
|
'requests>=2.13.0,<3.0.0',
|
||||||
'regex==2017.4.5',
|
'regex==2017.4.5',
|
||||||
'ftfy>=4.4.2,<5.0.0',
|
'ftfy>=4.4.2,<5.0.0',
|
||||||
'msgpack-python',
|
'msgpack-python==0.5.4',
|
||||||
'msgpack-numpy==0.4.1'],
|
'msgpack-numpy==0.4.1'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user