Initial commit

This commit is contained in:
2023-05-23 13:19:28 +02:00
commit 8f841fe3a3
19 changed files with 25627 additions and 0 deletions

18
pyproject.toml Normal file
View File

@ -0,0 +1,18 @@
[tool.poetry]
name = "fablab-bottle-clip-generator"
version = "0.0.1"
description = ""
authors = ["Fabian Müller <fabian@fablab-altmuehlfranken.de>"]
license = "MIT"
readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "^3.10"
quart = "^0.18.4"
uvicorn = "^0.22.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"