gpn24-recipes/pyproject.toml

14 lines
352 B
TOML
Raw Normal View History

2026-04-08 23:45:11 +02:00
[project]
name = "gpn24-recipes"
version = "0.0.0"
description = " software wo die rezepte ausm tandoor ins wiki tut oder csv für die frühstücksschildchen generiert."
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"click>=8.3.2",
"mwclient>=0.11.0",
"pathvalidate>=3.3.1",
"requests>=2.33.1",
"tqdm>=4.67.3",
]