Converting CICD from Bash to Python Scripts [ci dryrun]

This commit is contained in:
TC 2025-03-16 17:20:42 +00:00
parent ab3cf25647
commit 40f39a2c9b
14 changed files with 869 additions and 38 deletions

View file

@ -0,0 +1,11 @@
[project]
name = "cicd-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.11.12",
"python-digitalocean>=1.17.0",
"python-dotenv>=1.0.1",
]