From fe31607d1ba2596a5df7452b6c2227215e5397d3 Mon Sep 17 00:00:00 2001 From: Mark McClain <mark.mcclain@dreamhost.com> Date: Tue, 6 Aug 2013 15:25:00 -0400 Subject: [PATCH] remove requests version max This change removes the max version specified for requests since the requirements project no longer limits it to 1.2.2. Change-Id: I96d14b4a84d975e8b08e9271db8d5e13d78019ae --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ea16a741..964b63d4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pbr>=0.5.16,<0.6 argparse iso8601>=0.1.4 PrettyTable>=0.6,<0.8 -requests>=1.1,<1.2.3 +requests>=1.1 simplejson>=2.0.9 six