# app
fastapi==0.136.1
pydantic==2.13.4
pydantic-settings==2.14.1
uvicorn[standard]==0.47.0
apscheduler[mongodb]==4.0.0a6

# http client
httpx==0.28.1

# mongodb
pymongo==4.17.0

# conversion
markitdown[all]==0.1.5
docling==2.93.0
torch==2.12.0
torchvision==0.27.0
pymupdf==1.27.2.3

# LLM providers (for ACCURATE strategy)
openai==2.36.0
anthropic==0.102.0
google-genai==2.3.0

# google drive auth (for service account)
PyJWT==2.12.1
cryptography==48.0.0

# sftp
paramiko==5.0.0

# azure blob storage
azure-storage-blob==12.29.0
aiohttp==3.13.5

# aws s3
aiobotocore==3.7.0

# google cloud storage
google-cloud-storage==3.10.1

# sitemap source (HTML scraping)
beautifulsoup4==4.14.3
lxml==6.1.0

# vector stores
chromadb==1.5.9
psycopg[binary,pool]==3.3.4
neo4j==6.2.0
redis==7.4.0
PyYAML==6.0.3

# dev
python-dotenv==1.2.2
