From: dyh Date: Tue, 15 Jun 2021 09:29:55 +0000 (+0800) Subject: Add jsonschema X-Git-Tag: 1.4.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fnfvo%2Flcm.git;a=commitdiff_plain;h=92713a2be15bb646fb5a47a82c5f5ad762cc719f Add jsonschema Change-Id: I2fc69a657d8f43e708f7505f2e1b24fe93bb5ca5 Issue-ID: VFC-1865 Signed-off-by: dyh --- diff --git a/requirements.txt b/requirements.txt index 2ac343eb..1de43d3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +jsonschema==3.2.0 + # rest framework Django==2.1.10 djangorestframework==3.10.0