Files
sarasacw-omrf/packer/pyproject.toml
T

10 lines
188 B
TOML
Raw Normal View History

2026-07-29 14:30:43 +08:00
[project]
name = "sarasacw-omrf-packer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jinja2==3.1.6",
]