Refactor all main.py

This commit is contained in:
Urtzi Alfaro
2025-09-29 13:13:12 +02:00
parent 4777e59e7a
commit befcc126b0
35 changed files with 2537 additions and 1993 deletions

View File

@@ -24,6 +24,9 @@ requests==2.31.0
asyncio-mqtt==0.16.1
aiofiles==23.2.1
# Messaging
aio-pika==9.3.1
# Caching (optional)
redis==5.0.1
python-redis-cache==0.1.0
@@ -31,6 +34,7 @@ python-redis-cache==0.1.0
# Monitoring and logging
structlog==23.2.0
python-json-logger==2.0.4
prometheus-client==0.19.0
# Date/time handling
python-dateutil==2.8.2