pydantic==1.*
structlog==23.*
pyyaml==6.*
click==8.*
arrow==1.*

[format]
isort
black

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

[publisher]
click==8.*
arrow==1.*

[tests]
pytest
pytest-asyncio
pytest-cov

[tests:python_version < "3.8"]
asyncmock
