Files
bakery-ia/services/procurement/requirements.txt

45 lines
719 B
Plaintext
Raw Normal View History

2025-10-30 21:08:07 +01:00
# Procurement Service Dependencies
# FastAPI and web framework
fastapi==0.119.0
uvicorn[standard]==0.32.1
pydantic==2.12.3
pydantic-settings==2.7.1
# Database
sqlalchemy==2.0.44
asyncpg==0.30.0
alembic==1.17.0
psycopg2-binary==2.9.10
# HTTP clients
httpx==0.28.1
# Redis for caching
redis==6.4.0
# Message queuing
aio-pika==9.4.3
# Scheduling
APScheduler==3.10.4
# Logging and monitoring
structlog==25.4.0
prometheus-client==0.23.1
# Date and time utilities
python-dateutil==2.9.0.post0
pytz==2024.2
# Validation and utilities
email-validator==2.2.0
# Authentication
python-jose[cryptography]==3.3.0
cryptography==44.0.0
# Development dependencies
python-multipart==0.0.6
pytest==8.3.4
pytest-asyncio==0.25.2