From 0384b57fa175d45f5c3947adb488ef572669bce1 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Fri, 4 Feb 2022 14:00:57 +0000 Subject: Declare nested inputs in services Distinguish service and xNFs inputs in schema Add 'coverage' env in tox Issue-ID: INT-2060 Signed-off-by: Michal Jagiello Change-Id: I15c4ac2b2ddb28c938044b7e0a130a1644146f8b --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6bb365e..42e8334 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setuptools.setup( "onap-data-provider=onap_data_provider.data_provider:run", ] }, - install_requires=["onapsdk==9.2.2", "PyYAML~=5.4.1", "jsonschema==3.2.0"], + install_requires=["onapsdk==9.3.0", "PyYAML~=5.4.1", "jsonschema==3.2.0"], classifiers=[ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", -- cgit 1.2.3-korg