numpy>=1.24.0
pydantic>=2.0.0
httpx>=0.27.0
docstring-parser>=0.15
rich>=13.0.0
prompt-toolkit>=3.0.0

[all]
laap[anthropic,api,deepseek,dev,openai,rag,tui]

[anthropic]
anthropic>=0.30.0

[api]
fastapi>=0.104.0
uvicorn>=0.24.0

[deepseek]
openai>=1.0.0

[dev]
pytest>=7.4.0
pytest-cov>=4.1.0
ruff>=0.4.0
mypy>=1.9.0
pre-commit>=3.6.0

[ollama]
httpx>=0.27.0

[openai]
openai>=1.0.0

[rag]
qdrant-client>=1.9.0
sentence-transformers>=2.2.0

[tui]
textual>=0.60.0
