summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2014-10-29 16:51:15 +0000
committerSteven Hardy <shardy@redhat.com>2014-11-12 11:33:49 +0000
commit5259f00827aa6e40dee38240762cb28d8f9c2cde (patch)
tree022b52103a6d21ad6ad74d06b111909488f3553c /requirements.txt
parentaea6e7dcbcbebfc5da869e220c5a1244368b3dd5 (diff)
downloadpython-heatclient-5259f00827aa6e40dee38240762cb28d8f9c2cde.tar.gz
Convert strutils to oslo.utils.encodeutils
Convert the encode/decode functions from oslo-incubator to use oslo.utils encodeutils, as the incubator functions are now deprecated. Also syncs oslo-incubator to 62394a3 to purge usage of strutils from the openstack/common modules. Note includes oslo fix https://review.openstack.org/#/c/133290/ which we need or the python3 tests won't pass. Change-Id: I630fe3f3ce14ae745a8417bfe6552acd31341c9c Partial-Bug: #1380629
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 3651bbc..60936c7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,7 @@ argparse
iso8601>=0.1.9
PrettyTable>=0.7,<0.8
oslo.serialization>=1.0.0 # Apache-2.0
+oslo.utils>=1.0.0 # Apache-2.0
python-keystoneclient>=0.11.1
PyYAML>=3.1.0
requests>=2.2.0,!=2.4.0