Require msgpack

This commit is contained in:
Matthew Honnibal 2017-05-29 13:47:29 +02:00
parent 7b06bb896e
commit 2e364f7ecd
2 changed files with 5 additions and 1 deletions

View File

@ -15,3 +15,5 @@ ftfy>=4.4.2,<5.0.0
pytest>=3.0.6,<4.0.0
pip>=9.0.0,<10.0.0
mock>=2.0.0,<3.0.0
msgpack-python
msgpack-numpy

View File

@ -200,7 +200,9 @@ def setup_package():
'dill>=0.2,<0.3',
'requests>=2.13.0,<3.0.0',
'regex==2017.4.5',
'ftfy>=4.4.2,<5.0.0'],
'ftfy>=4.4.2,<5.0.0',
'msgpack-python',
'msgpack-numpy'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',