image-manager/pyproject.toml
2025-04-17 20:08:41 +08:00

10 lines
200 B
TOML

[project]
name = "image-manager"
version = "0.1.0"
description = "A simple image manager for container images."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyyaml>=6.0.2",
]