# Use this file to list development requirements for your project.

# build
setuptools>=61.0
setuptools_scm>=6.2

# pre-commit
pre-commit==3.7.0
ruff==0.3.5
codespell==2.2.6
yamllint==1.35.1

# dev
pylint==3.1.0
mypy==1.9.0

# test
coverage==7.4.4
pytest==8.1.1
pytest-cov==5.0.0
pytest-asyncio==0.23.6
aioresponses>=0.7.6
python-dotenv==1.0.1

# cli
click==8.1.7
pandas==2.2.2
pandas-stubs>=2.2.2
