# Task runner
invoke==2.2.0

# Linting/formating
pylint==3.0.3
black==24.1.1
licenseheaders==0.8.8

# Testing
pytest==8.0.0
pytest-timeout==2.2.0
pytest-cov==4.1.0
responses==0.24.1

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