Version-lock msgpack-python (see #2015)

This commit is contained in:
ines 2018-02-22 13:25:52 +01:00 committed by Matthew Honnibal
parent 50817dc9ad
commit 9c8a0f6eba
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ regex==2017.4.5
ftfy>=4.4.2,<5.0.0
pytest>=3.0.6,<4.0.0
mock>=2.0.0,<3.0.0
msgpack-python
msgpack-python==0.5.4
msgpack-numpy==0.4.1

View File

@ -198,7 +198,7 @@ def setup_package():
'requests>=2.13.0,<3.0.0',
'regex==2017.4.5',
'ftfy>=4.4.2,<5.0.0',
'msgpack-python',
'msgpack-python==0.5.4',
'msgpack-numpy==0.4.1'],
classifiers=[
'Development Status :: 5 - Production/Stable',