This commit is contained in:
2025-01-31 21:33:04 +01:00
parent ee3bd5e1c5
commit b5a0df0471
6 changed files with 340 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "qr-code-generator"
version = "0.1.0"
description = ""
authors = ["Sandra <sandrathiemermann@gmx.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
reportlab = "^4.2.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"