Uncap jsonschema

The requirements check doesn't like it when upper-constraints isn't the
authoritative upper bound for a dependency. upper-constraints already
caps this library at 2.6.0.

Change-Id: I6033066b5e2fafb3104f7c9e1642c9b51ca923d0
This commit is contained in:
Colleen Murphy 2019-04-16 18:08:06 -07:00
parent b357a96ac0
commit 6828a01eac

View File

@ -37,7 +37,7 @@ oauthlib>=0.6.2 # BSD
pysaml2>=4.5.0
PyJWT>=1.6.1 # MIT
dogpile.cache>=0.6.2 # BSD
jsonschema<3.0.0,>=2.6.0 # MIT
jsonschema>=2.6.0 # MIT
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
msgpack>=0.5.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0