From dd24bcf15c5e690c56619e92b11fd4a340572fb5 Mon Sep 17 00:00:00 2001 From: Yaguang Tang Date: Mon, 31 Dec 2012 00:31:50 +0800 Subject: [PATCH] Pin requests to >=0.8.8. requests add SSL CERT VERIFICATION support since 0.8.8. fix bug #1094699 Change-Id: I7974983087f7483283438906d738bec7cba84ed2 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index fab48304c..0019f6c81 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse prettytable -requests<1.0 +requests>=0.8.8,<1.0 simplejson