summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSascha Peilicke <saschpe@suse.de>2013-01-21 12:00:54 +0100
committerSascha Peilicke <saschpe@suse.de>2013-02-11 12:49:28 +0100
commitc73afa9fd1df14bff9186c1e73ac8f3593ef81db (patch)
treec78db2137802826dfe48663fcfd57868fc71424a /tools
parent1ea7e65d851caa21d9ff746f67ba00c47d1bf4ad (diff)
downloadpython-novaclient-c73afa9fd1df14bff9186c1e73ac8f3593ef81db.tar.gz
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
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 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