Initial commit

This commit is contained in:
2026-04-16 13:51:10 +03:00
commit a0724af6f1
38 changed files with 2453 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "notify"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.133.0",
"faststream[rabbit]>=0.6.6",
"hvac>=2.4.0",
"pydantic-settings>=2.13.1",
"python-ulid>=3.1.0",
"uvloop>=0.22.1; platform_system != 'Windows'",
"granian>=2.6.1",
"email-validator>=2.3.0",
"jinja2>=3.1.6",
"aiosmtplib>=5.1.0",
]