summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorcao.yuan <cao.yuan@99cloud.net>2019-02-24 23:54:49 +0800
committercaoyuan <cao.yuan@99cloud.net>2019-02-28 10:30:22 +0800
commite288539298370c2018fc44fea832b73b703e75ea (patch)
tree1cf58c77435361aa476f5cce374bc2295b7c6a0d /requirements.txt
parent4ffd836c9a40f9e702ce44e678d953cb9f81b7e4 (diff)
downloadpython-designateclient-e288539298370c2018fc44fea832b73b703e75ea.tar.gz
Update json module to jsonutils
oslo project provide jsonutils, and the others use it in many place, this PS to update the json moudule to oslo jsonutils for consistency. Change-Id: I8cbf78b0735572f550ece31611258c3da9ae1d35
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 59a02b4..fe51bcf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,7 @@
cliff!=2.9.0,>=2.8.0 # Apache-2.0
jsonschema<3.0.0,>=2.6.0 # MIT
osc-lib>=1.8.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0