20 lines
450 B
TOML
20 lines
450 B
TOML
[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",
|
|
"pathvalidate>=3.3.1",
|
|
"requests>=2.33.1",
|
|
"tabulate>=0.10.0",
|
|
"tqdm>=4.67.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.15.9",
|
|
]
|