# Dependency Management
fastapi>=0.115.0
uvicorn[standard]>=0.30.0

# Database
psycopg2-binary>=2.9.0
asyncpg>=0.30.0

# Pydantic
pydantic>=2.9.0
pydantic-settings>=2.5.0

# LLM
litellm>=1.0.0

# Encryption
cryptography>=43.0.0

# File handling
python-multipart>=0.0.9
aiofiles>=23.0.0

# PDF processing
markitdown>=0.0.1
pypdf>=5.0.0
pdfplumber>=0.11.0
PyMuPDF>=1.24.0

# Excel processing
openpyxl>=3.1.0
xlrd>=2.0.0
pandas>=2.2.0

# Word processing
python-docx>=1.0.0

# Utilities
python-dotenv>=1.0.0
httpx>=0.27.0

# Rate limiting
slowapi>=0.1.0

# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
PyJWT>=2.8.0
sse-starlette>=2.0.0
aiosmtplib>=3.0.0
