aiohttp<4.0.0,>=3.8.0
pydantic<3.0.0,>=1.10.0
typing-extensions>=4.0.0

[all]
openai>=1.0.0
anthropic>=0.25.0
langchain>=0.1.0
llama-index>=0.9.0
requests>=2.28.0
httpx>=0.24.0
fastapi>=0.100.0
flask>=2.0.0
PyYAML>=6.0

[auto]
openai>=1.0.0
anthropic>=0.25.0
langchain>=0.1.0
llama-index>=0.9.0
requests>=2.28.0
httpx>=0.24.0

[config]
PyYAML>=6.0
toml>=0.10.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
black>=22.0.0
isort>=5.10.0
flake8>=5.0.0
mypy>=1.0.0
pre-commit>=2.20.0
twine>=4.0.0
build>=0.10.0

[docs]
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0
sphinxcontrib-asyncio>=0.3.0
myst-parser>=0.18.0

[ml]
transformers>=4.20.0
torch>=1.12.0
tensorflow>=2.10.0
scikit-learn>=1.1.0
numpy>=1.21.0
pandas>=1.4.0

[web]
fastapi>=0.100.0
flask>=2.0.0
django>=4.0.0
