# Document Intelligence API Dependencies # Web Framework fastapi==0.115.0 uvicorn[standard]==0.32.0 python-multipart==0.0.12 # For file uploads # Data Validation pydantic==2.10.0 pydantic-settings==2.6.0 # Async Support aiofiles==24.1.0 # Testing (optional but recommended) pytest==8.3.0 pytest-asyncio==0.24.0 httpx==0.28.0 # For testing async endpoints # Development Tools (optional) black==24.10.0 # Code formatting flake8==7.1.0 # Linting mypy==1.13.0 # Type checking