summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-08-05 17:19:12 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-08-05 18:01:54 -0500
commit64a21b56f5f44813f51697190baa560d593ba28c (patch)
treeedd2887b5e24430ff6b0e1d6849620d775ff129b /requirements.txt
parentd0e9dc6c1020cdf367b3121e77b3042875af0c7d (diff)
downloadpython-keystoneclient-64a21b56f5f44813f51697190baa560d593ba28c.tar.gz
Add oslo.utils requirement
With the release of oslo.utils, keystoneclient can make use of it rather than using the functions in oslo-utils. Change-Id: I1b5392f10f8b67c9c3ac3bc3d2dd06ea08417aa6
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 eee71f7..4cc196c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,7 @@ iso8601>=0.1.9
lxml>=2.3
netaddr>=0.7.6
oslo.config>=1.4.0.0a3
+oslo.utils>=0.1.1
pbr>=0.6,!=0.7,<1.0
PrettyTable>=0.7,<0.8
requests>=1.1