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:
parent
218aa1cd39
commit
9834253f2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user