mirror of
https://github.com/nicholaswilde/recipes.git
synced 2026-08-18 02:54:22 +00:00
14 lines
272 B
TOML
14 lines
272 B
TOML
[project]
|
|
name = "recipes"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"zensical>=0.0.32",
|
|
"pyyaml>=6.0.1",
|
|
"pillow>=12.2.0",
|
|
"beautifulsoup4>=4.12.0",
|
|
"pytest>=8.0.0",
|
|
]
|