This commit is contained in:
Tobias Reisinger 2026-02-15 23:24:50 +01:00
commit 4bdb89ae60
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 320 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "homebox-label-generator"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"Flask==3.0.3",
"gunicorn==23.0.0",
"pillow==10.4.0",
"qrcode==8.2",
]