feat: creating chats for cards and clients, sending and deleting text messages

This commit is contained in:
2025-03-27 15:13:10 +04:00
parent a466e46f28
commit 2cdccb33ca
25 changed files with 928 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ jinja2
# Security
python-jose[cryptography]
passlib[bcrypt]
pyjwt
# Database
sqlalchemy
@@ -17,6 +18,9 @@ sqlalchemy[asyncio]
asyncpg
alembic
# Kafka
aiokafka
# Other
python-dotenv
aiohttp