From f7a27497dd184da6259ea8bd87c3c704df519923 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Sat, 15 Aug 2020 22:29:23 +0530 Subject: Add support to generic optimization structure Add a new template version to support the new optmization model Issue-ID: OPTFRA-730 Signed-off-by: krishnaa96 Change-Id: I286f7ae1bad0af1fac0da7e96f7274eb9518e031 --- conductor/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'conductor/requirements.txt') diff --git a/conductor/requirements.txt b/conductor/requirements.txt index 42a0d89..62630cb 100644 --- a/conductor/requirements.txt +++ b/conductor/requirements.txt @@ -27,3 +27,4 @@ onapsmsclient>=0.0.4 Flask>=0.11.1 prometheus-client>=0.3.1 pycryptodome==3.9.7 +jsonschema>=3.2.0 -- cgit 1.2.3-korg