Migrate to a semi-supported fork of result.py
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user