refactor: convert to zensical

Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
nιcнolaѕ wιlde
2025-12-11 12:57:35 -08:00
parent 1aef475ee2
commit bf6119c39d
10 changed files with 3430 additions and 1323 deletions

9
pyproject.toml Normal file
View File

@ -0,0 +1,9 @@
[project]
name = "recipes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"zensical>=0.0.11",
]