# Task runner
invoke==2.0.0

# Linting/formating
pylint==2.17.1
black==23.1.0
licenseheaders==0.8.8

# Testing
pytest==7.2.2
pytest-timeout==2.1.0
pytest-cov==4.0.0
responses==0.23.1

# publishing
wheel>=0.34.2
twine>=3.6.0
setuptools_scm==7.1.0
