diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-02-08 13:08:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-08 13:08:29 +0000 |
commit | 79e2cf87c107ac0dcac46c5bf7f3a090661c8b70 (patch) | |
tree | 98083f2439f41f020625cc54cadcb8f3d5fa4d66 /setup.py | |
parent | 4eeead2dd7f6dec678c8e581132c7907c4d755d8 (diff) | |
parent | 0384b57fa175d45f5c3947adb488ef572669bce1 (diff) |
Merge "Declare nested inputs in services"
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |