summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorK Jonathan Harker <k.jonathan.harker@hp.com>2013-02-05 14:59:49 -0800
committerK Jonathan Harker <k.jonathan.harker@hp.com>2013-02-05 14:59:49 -0800
commita564b88e688282a16fcb27b71004576468bf1cf0 (patch)
tree3b6ac72cd6f442fa19f2fa75e8b17d4386f024b4 /tools
parent6cf76c94a5ab74d90b619f2cb9665a5ffeef39fd (diff)
downloadpython-keystoneclient-a564b88e688282a16fcb27b71004576468bf1cf0.tar.gz
Pin requests module more strictly.
requests.request() does not accept the keyword argument 'config' (used on keystoneclient/client.py:339) after version 1.0.0. Fixes bug #1116740 Change-Id: I0a778849ff44a76a2647aa46057fdb35401fae5f
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 188c842..f93089e 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,5 @@
argparse
iso8601>=0.1.4
prettytable
-requests>=0.8.8,<1.1
+requests>=0.8.8,<1.0
simplejson