osnova-api-alert/pyproject.toml

22 lines
467 B
TOML
Raw Normal View History

2024-10-07 19:15:14 +00:00
[tool.poetry]
2024-10-07 19:55:59 +00:00
name = "app-api-alert"
2024-10-07 19:15:14 +00:00
version = "0.1.0"
description = ""
authors = ["sergey <sergey@sm8255082.ru>"]
license = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
2024-10-08 10:44:48 +00:00
pydantic-settings = "^2.5.2"
fastapi = "^0.115.0"
uvicorn = {extras = ["standard"], version = "^0.31.0"}
2024-10-07 19:15:14 +00:00
2024-10-07 19:18:20 +00:00
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
2024-10-07 19:15:14 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"