From d7c1f956367c534038b85853f9de5359f69ca042 Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Sun, 17 Mar 2024 07:31:01 +0100 Subject: [PATCH] Fixed https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/issues/77 --- bin/toscaware/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/toscaware/requirements.txt b/bin/toscaware/requirements.txt index b60ef3d..be4bec0 100644 --- a/bin/toscaware/requirements.txt +++ b/bin/toscaware/requirements.txt @@ -2,7 +2,7 @@ # # Software Name : Cloudnet TOSCA toolbox # Version: 1.0 -# SPDX-FileCopyrightText: Copyright (c) 2020-21 Orange +# SPDX-FileCopyrightText: Copyright (c) 2020-24 Orange # SPDX-License-Identifier: Apache-2.0 # # This software is distributed under the Apache License 2.0 @@ -15,5 +15,7 @@ # Required Python packages jsonschema[format] # JSON schema validation -PyYAML==5.4.1 # YAML parser +PyYAML==5.3.1 # YAML parser +#PyYAML==5.4.1 # pip install failed! +#PyYAML==6.0.1 # pip install successed but toolchain not tested! requests # HTTP requests