# packages required to develop, build, and test btclib

pip
wheel

# only needed to package releases
setuptools
twine

bandit>=1.7.2
black>=22.1.0
check-manifest>=0.47
coverage>=6.2
flake8>=4.0.1
isort>=5.10.1
mypy>=0.931
pylint>=2.12.2
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-ordering>=0.6
pytest-xdist>=2.5.0
tox>=3.24.5
