summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2014-08-27 16:45:35 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2014-09-20 20:42:52 +0300
commit8c0fd9a67420ac5c8138eb0ae6132559b40f1e9e (patch)
treede5fbbe4530caaee81b73faaac6f53290e245482 /requirements.txt
parent5ecfdac6b34769e200ff5c4c7429c20518c5b24f (diff)
downloadpython-novaclient-8c0fd9a67420ac5c8138eb0ae6132559b40f1e9e.tar.gz
Use oslo.serialization
Since module `jsonutils` from common code is graduated in `oslo.serialization`, we should remove code from oslo-incubator and use this library. Change-Id: Ia8b5ef598ff415cdde19f523a36a552918f9f94b
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 08de4eb6..266e0173 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,7 @@
pbr>=0.6,!=0.7,<1.0
argparse
iso8601>=0.1.9
+oslo.serialization>=1.0.0 # Apache-2.0
oslo.utils>=1.0.0 # Apache-2.0
PrettyTable>=0.7,<0.8
requests>=1.2.1,!=2.4.0