feat: add notify system to tg

This commit is contained in:
2026-06-10 12:03:20 +03:00
parent e6ca15e8e7
commit 9615869710
15 changed files with 478 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.133.0",
"faststream[rabbit]>=0.6.6",
"aiogram>=3.16.0",
"hvac>=2.4.0",
"pydantic-settings>=2.13.1",
"python-ulid>=3.1.0",
@@ -15,4 +16,5 @@ dependencies = [
"email-validator>=2.3.0",
"jinja2>=3.1.6",
"aiosmtplib>=5.1.0",
"aiohttp-socks>=0.11.0",
]