From 6cf76c94a5ab74d90b619f2cb9665a5ffeef39fd Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Tue, 5 Feb 2013 09:31:40 -0600 Subject: [PATCH] Update requests requirements Bump the version requirements for requests so it does not conflict with the version of requests required for glance (unpinned). Change-Id: I06479b8ceb04df749a6d7f7dc584892a688cd449 Signed-off-by: Chuck Short --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index f93089ee8..188c84208 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ argparse iso8601>=0.1.4 prettytable -requests>=0.8.8,<1.0 +requests>=0.8.8,<1.1 simplejson