From cb795c01df747f872f5985ba318eefdddea57507 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 24 Oct 2022 14:26:35 +0200 Subject: [OSDF] Enable OSDF in ServiceMesh deployment In case AAF is disabled the secret loading via AAF-SMS should not be called Issue-ID: OPTFRA-1099 Signed-off-by: Andreas Geissler Signed-off-by: Lukasz Rajewski Change-Id: Ifca03215a36705b1c160b2cbf708389bd2162301 --- requirements-sim.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements-sim.txt (limited to 'requirements-sim.txt') diff --git a/requirements-sim.txt b/requirements-sim.txt new file mode 100644 index 0000000..56a8931 --- /dev/null +++ b/requirements-sim.txt @@ -0,0 +1,18 @@ +cryptography==3.3.2 +docutils>=0.12 +docopt>=0.6.2 +Flask>=0.11.1 +Flask-HTTPAuth>=3.2.2 +jsonschema>=2.5.1 +lxml>=3.6.4 +python-dateutil>=2.5.3 +PyYAML==5.4.1 +requests>=2.14.2 +schematics>=2.0.0 +onapsmsclient>=0.0.4 +pymzn>=0.18.3 +onappylog>=1.0.9 +pathtools>=0.1.2 +pycryptodome>=3.9.6 +python-consul>=1.1.0 +tornado>=6.1 -- cgit 1.2.3-korg