From 005fd50c2d4dc17be8204bbd15895e11445e43af Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 1 Aug 2013 07:18:18 -0400 Subject: [PATCH] update jsonschema requirements to match reality all our tools work fine with jsonschema 2.0, as we run it in the gate today (and for months) due to the global requirements race. The real glance requirement is really >= 1.3.0. The !=1.4.0 remains because of a misrelease by the jsconschema of 2.0 as 1.4.0... poorly. Change-Id: I88ccf6dca223c825ef98eed50e2270694d05955c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe3e2e9ed7..71c74896bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ httplib2 iso8601>=0.1.4 Jinja2 jsonrpclib -jsonschema>=1.0.0,!=1.4.0,<2 +jsonschema>=1.3.0,!=1.4.0 kazoo>=0.9,<=1.1 lesscpy>=0.9h kombu>=2.4.8