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
This commit is contained in:
K Jonathan Harker
2013-02-05 14:59:49 -08:00
parent 6cf76c94a5
commit a564b88e68

View File

@@ -1,5 +1,5 @@
argparse
iso8601>=0.1.4
prettytable
requests>=0.8.8,<1.1
requests>=0.8.8,<1.0
simplejson