Uncap jsonschema

Global requirements has uncapped jsonschema, so we need to do so here
too.

Change-Id: I525215e95ebe4b155a17e0e187e9aca27a8217bb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-03-13 13:58:37 -05:00
parent 559e89b069
commit 21e4e3455a
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

@ -5,7 +5,7 @@
Babel!=2.4.0,>=2.3.4 # BSD
Flask!=0.11,>=0.10 # BSD
ipaddress>=1.0.17;python_version<'3.3' # PSF
jsonschema<3.0.0,>=2.6.0 # MIT
jsonschema>=2.6.0 # MIT
kuryr-lib>=0.5.0 # Apache-2.0
neutron-lib>=1.13.0 # Apache-2.0
os-client-config>=1.28.0 # Apache-2.0