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
This commit is contained in:
Sean Dague 2013-08-01 07:18:18 -04:00
parent 761a3674a9
commit 005fd50c2d
1 changed files with 1 additions and 1 deletions

View File

@ -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