From c73afa9fd1df14bff9186c1e73ac8f3593ef81db Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 21 Jan 2013 12:00:54 +0100 Subject: Update to requests >= 0.8 The requests module dropped all configuration with the 1.0.0 release. There's no danger_mode and no 'verbose'' mode. The former shouldn't be necessary anymore and the latter can be done by setting a different log handler for the request.logging root logger. Change-Id: Iec169ef6e39097814cdbf1b777bc0590236692ba --- 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 7fbcbbe7..ee904d4a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ argparse iso8601>=0.1.4 prettytable>=0.6,<0.7 -requests<1.0 +requests>=0.8 simplejson -- cgit v1.2.1