mirror of https://github.com/explosion/spaCy.git
Require msgpack
This commit is contained in:
parent
7b06bb896e
commit
2e364f7ecd
|
@ -15,3 +15,5 @@ ftfy>=4.4.2,<5.0.0
|
||||||
pytest>=3.0.6,<4.0.0
|
pytest>=3.0.6,<4.0.0
|
||||||
pip>=9.0.0,<10.0.0
|
pip>=9.0.0,<10.0.0
|
||||||
mock>=2.0.0,<3.0.0
|
mock>=2.0.0,<3.0.0
|
||||||
|
msgpack-python
|
||||||
|
msgpack-numpy
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -200,7 +200,9 @@ def setup_package():
|
||||||
'dill>=0.2,<0.3',
|
'dill>=0.2,<0.3',
|
||||||
'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-numpy'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in New Issue