14 lines
314 B
TOML
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" }
|