Fix issues

This commit is contained in:
Urtzi Alfaro
2025-08-23 19:57:24 +02:00
parent 5077a45a25
commit 5178681fac

View File

@@ -16,6 +16,7 @@ python-multipart==0.0.6
# HTTP Client # HTTP Client
httpx==0.25.2 httpx==0.25.2
aiohttp==3.9.1
# Date parsing # Date parsing
python-dateutil==2.8.2 python-dateutil==2.8.2
@@ -30,6 +31,9 @@ joblib==1.3.2
# Messaging # Messaging
aio-pika==9.3.1 aio-pika==9.3.1
# Scheduling
APScheduler==3.10.4
# Monitoring & Logging # Monitoring & Logging
structlog==23.2.0 structlog==23.2.0
prometheus-client==0.19.0 prometheus-client==0.19.0
@@ -37,4 +41,7 @@ prometheus-client==0.19.0
# Development dependencies # Development dependencies
pytest==7.4.3 pytest==7.4.3
pytest-asyncio==0.21.1 pytest-asyncio==0.21.1
pytest-cov==4.1.0 pytest-cov==4.1.0
redis==5.0.1