Init
This commit is contained in:
commit
4bdb89ae60
7 changed files with 320 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue