typer>=0.9.0
rich>=13.0.0
halo>=0.0.31
keyring>=23.0.0
openai>=1.0.0
anthropic>=0.7.0
google-generativeai>=0.3.0
groq>=0.4.0
pyyaml>=6.0
toml>=0.10.2
jsonschema>=4.17.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
ruff>=0.1.0
pre-commit>=3.0.0
build>=1.0.0
twine>=4.0.0

[docs]
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0
myst-parser>=1.0.0

[lint]
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
ruff>=0.1.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
