openai>=1.0.0
anthropic>=0.18.0
tiktoken>=0.5.0
pydantic>=2.0.0
python-dotenv>=1.0.0
aiohttp>=3.9.0
click>=8.1.0
typer>=0.9.0
pyyaml>=6.0
rich>=13.0.0
httpx>=0.25.0
loguru>=0.7.0
typing-extensions>=4.8.0

[all]
redis>=5.0.0
diskcache>=5.6.0
fastapi>=0.100.0
uvicorn>=0.23.0
jinja2>=3.1.0
pytest>=7.4.0
pytest-cov>=4.1.0
black>=23.0.0
isort>=5.12.0

[api]
fastapi>=0.100.0
uvicorn>=0.23.0

[cache]
redis>=5.0.0
diskcache>=5.6.0

[dev]
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0
flake8>=6.1.0
pre-commit>=3.3.0
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

[html]
jinja2>=3.1.0
