devtools>=0.12.2
pydantic>=2.0.0
PyYAML>=6.0
typing-extensions>=4.0.0

[all]
typer>=0.9.0
aiohttp>=3.8.0

[all:python_version < "3.11"]
tomli>=2.0.0

[cli]
typer>=0.9.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0

[remote]
aiohttp>=3.8.0

[toml]

[toml:python_version < "3.11"]
tomli>=2.0.0
