summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2012-12-18 14:05:29 -0600
committerDean Troyer <dtroyer@gmail.com>2012-12-20 13:04:46 -0600
commitaa1df04badd0b1326be9aff0512948b85804f621 (patch)
treebdd7f9cd76e372ae543d6f2aaf33d0035ec74fd0 /tools
parentac2ed549e58396ed471c759388ece9dbc07432a2 (diff)
downloadpython-novaclient-aa1df04badd0b1326be9aff0512948b85804f621.tar.gz
Use requests module for HTTP/HTTPS
* Implement correct certificate verification * Add --os-cacert * Rework tests for requests Pinned requests module to < 1.0 as 1.0.2 is now current in pipi as of 17Dec2012. Blueprint: tls-verify Change-Id: I9a25a94c8dfcaf483c4c8328439809d65cf10b38
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 2c409b3c..7fbcbbe7 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,5 @@
argparse
-httplib2
iso8601>=0.1.4
prettytable>=0.6,<0.7
+requests<1.0
simplejson