
[:python_version < "3.10"]
typing-extensions>=4.0.0

[all]
openai>=1.0.0
anthropic>=0.25.0
google-generativeai>=0.3.0
requests>=2.28.0
aiohttp>=3.8.0
llama-cpp-python>=0.2.0
fastapi>=0.100.0
uvicorn>=0.23.0
httpx>=0.24.0

[anthropic]
anthropic>=0.25.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.0.0
mypy>=1.0.0

[google]
google-generativeai>=0.3.0

[llama-cpp]
llama-cpp-python>=0.2.0

[nvidia]
requests>=2.28.0
aiohttp>=3.8.0

[ollama]
requests>=2.28.0
aiohttp>=3.8.0

[openai]
openai>=1.0.0

[proxy]
fastapi>=0.100.0
uvicorn>=0.23.0
httpx>=0.24.0
