Migrate to a semi-supported fork of result.py

This commit is contained in:
Olivia Brooks
2025-09-09 11:25:14 -04:00
parent 0ea69a5c89
commit 9f26939126
4 changed files with 54 additions and 17 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[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" }