openai>=1.12.0
anthropic>=0.18.0
google-genai>=1.0.0
aioboto3>=12.0.0
boto3>=1.34.0
python-dotenv>=1.0.0
pydantic>=2.0.0
typing-extensions>=4.0.0
typer>=0.9.0
tiktoken>=0.5.0

[all]
stratifyai[cli,dev,rag,web]

[cli]
typer>=0.9.0
rich>=13.0.0

[dev]
pytest>=9.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.0.0
pytest-mock>=3.0.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0

[rag]
chromadb>=0.5.0

[web]
fastapi>=0.115.0
uvicorn[standard]>=0.34.0
websockets>=14.0
