Remove cap from jsonschema

this was removed in global requirements
(see change I328cbd8216ec4591e08414dafc9ea099391efd86).

Change-Id: I024bed9081049e5a36a5906d736d0435135d8ccf
This commit is contained in:
Pavlo Shchelokovskyy 2019-04-23 10:00:23 +03:00 committed by Pavlo Shchelokovskyy
parent 4d3327a980
commit c31e4ca486
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
six>=1.10.0 # MIT
jsonschema<3.0.0,>=2.6.0 # MIT
jsonschema>=2.6.0 # MIT
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0