From 8c0985035400038fc6bf215750d7ece8dfddfac7 Mon Sep 17 00:00:00 2001 From: ines Date: Thu, 22 Feb 2018 13:25:52 +0100 Subject: [PATCH] Version-lock msgpack-python (see #2015) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a283d6952..0e47e7a1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 0b39b1444..00c144d29 100755 --- a/setup.py +++ b/setup.py @@ -197,7 +197,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',