Initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
Reference in New Issue
Block a user