19 lines
388 B
TOML
19 lines
388 B
TOML
|
[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"
|