1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Adding JSONSchema to CI scripts

jsonschema is added to the ci scripts and Dockerfile

Signed-off-by: Archana <archana.madhavan@silabs.com>
Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
Archana
2022-01-10 01:55:26 +05:30
committed by Asfandyar Orakzai
parent 314380564c
commit 25876b8abb
2 changed files with 6 additions and 7 deletions

View File

@ -13,4 +13,6 @@ markupsafe < 2.1
Jinja2 >= 2.10.1
# Jinja2 >=2.10, <3.0 needs a separate package for type annotations
types-Jinja2
# jsonschema > 3.2.0 is not compatible with Python 3.5, force 3.2.0
jsonschema >= 3.2.0
types-jsonschema