From 9cbbdbc081dd864f3567342f22ec0d5b27a3e713 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 11 Apr 2020 14:03:34 -0500 Subject: [PATCH] remove msgpack pin The hard lock prevents this from being co-installed with many other packages. For instance, it's preventing it from being included in openstack (which is on 0.6.2 and working on 1.0.0 now). Signed-off-by: Matthew Thode --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77d7306f..548b17c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ python-dateutil>=2.6.0 pytz requests>=2.17.0 six>=1.10.0 -msgpack==0.6.1 +msgpack