infrastructure/pyproject.toml

10 lines
223 B
TOML

[project]
name = "infrastructure"
version = "0.1.0"
description = "Some dependencies to manage the serguzim.net infrastructure"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jinja2",
"python-hcl2"
]