table to list servings, gross and net weight

This commit is contained in:
neingeist 2026-04-23 19:26:12 +02:00
parent 5b6e7510fe
commit cf6c3a9d6f
5 changed files with 185 additions and 78 deletions

View file

@ -7,8 +7,10 @@ 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",
]