Uncap jsonschema

The current cap on jsonschema is breaking
the requirements test.

The global cap was removed with this change
https://review.openstack.org/#/c/649669/

Change-Id: I69e127f342eb26c3ce353e1e9ca3365728f27d83
This commit is contained in:
Erik Olof Gunnar Andersson 2019-04-22 22:53:21 -07:00
parent ceb39e6917
commit f4a00ff076
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Babel!=2.4.0,>=2.3.4 # BSD
docker>=2.4.2 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
jsonpath-rw<2.0,>=1.2.0 # Apache-2.0
jsonschema<3.0.0,>=2.6.0 # MIT
jsonschema>=2.6.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0