Add procurement management logic

This commit is contained in:
Urtzi Alfaro
2025-08-23 19:47:08 +02:00
parent 62ff755f25
commit 5077a45a25
22 changed files with 4011 additions and 79 deletions

View File

@@ -13,8 +13,15 @@ alembic==1.13.1
# HTTP clients
httpx==0.25.2
# Redis for caching
redis==5.0.1
# Message queuing
aio-pika==9.3.1
# Logging and monitoring
structlog==23.2.0
prometheus-client==0.19.0
# Date and time utilities
python-dateutil==2.8.2