From 82e47d0866397b702ae777972add66b33afae69e Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 13 Dec 2012 12:01:07 -0600 Subject: 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: I71066ff7297f3b70c08b7ae1c8ae8b6a1b82bbae --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 32cdbc0..fab4830 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse -httplib2 prettytable +requests<1.0 simplejson -- cgit v1.2.1