veilid/scripts/cicd-python/pyproject.toml
2025-03-01 12:54:15 -06:00

12 lines
245 B
TOML

[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",
]