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: I4dc433267b123e5396e378dfda2e05551896d62a
This commit is contained in:
Erik Olof Gunnar Andersson 2019-04-06 16:10:56 -07:00
parent 218aa1cd39
commit 9834253f2d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ PrettyTable<0.8,>=0.7.1 # BSD
# For paste.util.template used in keystone.common.template
Paste>=2.0.2 # MIT
jsonschema<3.0.0,>=2.6.0 # MIT
jsonschema>=2.6.0 # MIT
pyOpenSSL>=17.1.0 # Apache-2.0
# Required by openstack.common libraries
six>=1.10.0 # MIT