Files
portainer-export/pyproject.toml
T
mbirth 5b54c85e9a Initial commit
Signed-off-by: Markus Birth <markus@birth-online.de>
2025-07-23 00:36:13 +01:00

11 lines
221 B
TOML

[project]
name = "portainer-export"
version = "0.1.0"
description = "Tool to dump compose Yamls from Portainer"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests>=2.30",
"rich>=14.0.0",
]