gpn24-recipes/pyproject.toml

21 lines
450 B
TOML
Raw Permalink 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",
"openpyxl>=3.1.5",
2026-04-08 23:45:11 +02:00
"pathvalidate>=3.3.1",
"requests>=2.33.1",
"tabulate>=0.10.0",
2026-04-08 23:45:11 +02:00
"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
]