Files
balloon/pyproject.toml
2025-09-09 11:25:14 -04:00

14 lines
314 B
TOML

[project]
name = "balloon"
version = "0.0.1"
description = "Reuse chunks of HTML in other HTML files via preprocessing."
authors = ["Cutieguwu <olivia.a.brooks77@gmail.com>"]
dependencies = [
"result",
]
requires-python = ">=3.13"
[tool.uv.sources]
result = { git = "https://github.com/montasaurus/result" }