15 lines
313 B
TOML
Executable File
15 lines
313 B
TOML
Executable File
[project]
|
|
name = "osnova-alert-api"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiohttp>=3.11.13",
|
|
"fastapi>=0.115.11",
|
|
"orjson>=3.10.15",
|
|
"pydantic>=2.10.6",
|
|
"pydantic-settings>=2.8.1",
|
|
"redis>=5.2.1",
|
|
"uvicorn>=0.34.0",
|
|
]
|