From 9da2c8548bf4ed41646b06ec3eda48d09ace32a3 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Tue, 14 Oct 2014 20:43:50 +0800 Subject: [PATCH] Port to use oslo.serialization Module jsonutils from oslo-incubator was graduated to separate library (oslo.serialization) and removed from repository, so we should use new library. Change-Id: Id2346dd4d69754d97b312c274bf778a0cc0d39fc --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3364f144..2c90902f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ jsonschema>=2.0.0,<3.0.0 netaddr>=0.7.12 oslo.config>=1.4.0 # Apache-2.0 oslo.db>=1.0.0 # Apache-2.0 +oslo.serialization>=1.0.0 # Apache-2.0 oslo.utils>=1.0.0 # Apache-2.0 paramiko>=1.13.0 pbr>=0.6,!=0.7,<1.0