Skip to content

Commit

Permalink
Pin requests module more strictly.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
K Jonathan Harker committed Feb 5, 2013
1 parent 6cf76c9 commit a564b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pip-requires
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse
iso8601>=0.1.4
prettytable
requests>=0.8.8,<1.1
requests>=0.8.8,<1.0
simplejson

0 comments on commit a564b88

Please sign in to comment.