Skip to content

Commit

Permalink
Fixed #77
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemerle committed Mar 17, 2024
1 parent f8af63e commit d7c1f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/toscaware/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d7c1f95

Please sign in to comment.