# Core
fastapi>=0.104.0
uvicorn>=0.24.0
httpx>=0.25.0
pydantic>=2.5.0
python-multipart>=0.0.6

# Database
asyncpg>=0.29.0

# Document extraction
PyMuPDF>=1.23.0
python-docx>=1.1.0
openpyxl>=3.1.0
python-pptx>=0.6.21

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
