# Core dependencies
fastapi==0.120.3
uvicorn[standard]==0.38.0
pydantic==2.12.3
requests==2.32.5
openpyxl==3.1.5

# Development dependencies
pytest==8.4.2
pytest-asyncio==1.2.0
pytest-cov==7.0.0
httpx==0.28.1  # For testing FastAPI endpoints
openpyxl==3.1.5
