fastapi>=0.110.0
uvicorn>=0.29.0
httpx>=0.27.0
chromadb>=0.5.0
pydantic>=2.7.0
pydantic-settings>=2.0.0

[all]
intelligence-suite[claude,docx,ocr,openai,pdf,st,ui,xlsx]

[claude]
anthropic>=0.25.0

[dev]
pytest>=8.0.0
pytest-asyncio>=0.23.0
ruff>=0.4.0
mypy>=1.10.0

[docx]
python-docx>=1.1.0

[ocr]
pytesseract>=0.3.10
Pillow>=10.0.0

[openai]
openai>=1.0.0

[pdf]
pypdf>=4.0.0
pdfplumber>=0.11.0

[st]
sentence-transformers>=2.7.0

[ui]
streamlit>=1.35.0

[xlsx]
openpyxl>=3.1.0
