25 lines
523 B
TOML
25 lines
523 B
TOML
[tool.poetry]
|
|
name = "app-api-alert"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["sergey <sergey@sm8255082.ru>"]
|
|
license = "GNU GENERAL PUBLIC LICENSE"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
pydantic-settings = "^2.5.2"
|
|
fastapi = "^0.115.0"
|
|
uvicorn = {extras = ["standard"], version = "^0.31.0"}
|
|
orjson = "^3.10.7"
|
|
redis = "^5.1.1"
|
|
aiohttp = "^3.10.9"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.8.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|