click==8.0.4
pyaml==23.5.8
pydantic==1.10.12
pyyaml==6.0.1
structlog==21.5.0
typing-extensions==4.7.1

[format]
isort
black

[lint]
flake8
flake8-pyproject
mypy
lxml
types-PyYAML

[tests]
pytest
pytest-asyncio
pytest-cov

[tests:python_version < "3.8"]
asyncmock
