summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2013-01-07 12:08:12 -0600
committerChuck Short <chuck.short@canonical.com>2013-01-07 12:24:21 -0600
commit027f574bce74db82ee4bdc6762edcd3c803abd45 (patch)
tree6320ac1838891d8385f981ad2adb5b82c78bdad9 /tools
parent904f2077ec1333770f27d22d78dd1766680ca105 (diff)
downloadpython-ceilometerclient-027f574bce74db82ee4bdc6762edcd3c803abd45.tar.gz
Add missing dependencies
Add httplib2 to make tests build again. Change-Id: If581019cc7ecbe4fd7c97570c2984e215cedd43d Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index a24c146..47813b5 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -2,3 +2,5 @@ argparse
prettytable>=0.6,<0.7
python-keystoneclient>=0.1.2
warlock<2
+httplib2
+iso8601>=0.1.4