⚙️ switch to uv

This commit is contained in:
neingeist 2026-04-08 23:45:11 +02:00
parent 94ac72c87e
commit 83e1caf19d
4 changed files with 197 additions and 3 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[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",
]