arrow==1.2.3
click==8.0.4
pyaml==23.5.8
pydantic==1.10.13
python-dateutil==2.8.2
pyyaml==6.0.1
six==1.16.0
structlog==21.5.0
typing-extensions==4.7.1

[format]
isort
black

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

[tests]
pytest
pytest-asyncio
pytest-cov

[tests:python_version < "3.8"]
asyncmock
