gpn24-recipes/pyproject.toml

19 lines
403 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",
]
2026-04-08 23:51:21 +02:00
[dependency-groups]
dev = [
2026-04-12 23:52:10 +02:00
"ruff>=0.15.9",
2026-04-08 23:51:21 +02:00
]