Stream-UI/backend/pyproject.toml
2023-10-08 13:12:06 +02:00

17 lines
339 B
TOML

[tool.poetry]
name = "backend"
version = "0.1.0"
description = ""
authors = ["Kai Vogelgesang <kai@leafbla.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
hypercorn = {extras = ["trio"], version = "^0.14.4"}
fastapi = "^0.103.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"