chore(poetry): make python-poetry as packaging and dependency manager (#1935)

Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Sergio Garcia
2023-02-23 11:50:29 +01:00
committed by GitHub
parent 7a08140a2d
commit 9590e7d7e0
14 changed files with 2689 additions and 1830 deletions

View File

@@ -2,7 +2,7 @@ import toml
data = toml.load("pyproject.toml")
# Modify field
data["project"]["name"] = "prowler"
data["tool"]["poetry"]["name"] = "prowler-cloud"
# To use the dump function, you need to open the file in 'write' mode
f = open("pyproject.toml", "w")