Add moderation system

This commit is contained in:
IgorVolochay
2026-08-21 12:11:03 +03:00
parent 122209bdf4
commit 328a20a7e3
5 changed files with 340 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
fastapi==0.115.7
fastapi_guard==7.6.0
motor==3.7.0
python-dotenv==1.0.1
uvicorn==0.34.0
uvicorn==0.34.0
aio-pika==10.0.1
aiogram==3.18.0
aiohttp==3.11.18