summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorekudryashova <ekudryashova@mirantis.com>2014-01-23 19:28:09 +0200
committerEugeniya Kudryashova <ekudryashova@mirantis.com>2014-07-31 18:59:58 +0300
commit47934c777c50897b649793e0960eebdaad322c45 (patch)
treed265370067aa46be001d1656936c916bc418a50a /requirements.txt
parent092eb6643161747186ba4d0947a847af45e3d546 (diff)
downloadpython-ceilometerclient-47934c777c50897b649793e0960eebdaad322c45.tar.gz
Use HTTPClient from common Oslo code
In the process of unification of the clients code we should reuse common functionality from Oslo. bp common-client-library-2 Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40
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 6123791..1c2e9bb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,4 @@ iso8601>=0.1.9
PrettyTable>=0.7,<0.8
python-keystoneclient>=0.9.0
six>=1.7.0
+stevedore>=0.14