# packages required to develop, build, and test btclib

# If your project uses README.rst, uncomment the following:
# readme_renderer

pip
wheel

# only needed to package releases
setuptools
twine

bandit>=1.7.0
black>=20.8b1
check-manifest>=0.45
coverage>=5.3
flake8>=3.8.4
isort>=5.6.4
mypy>=0.790
pylint>=2.6.0
pytest>=6.2.1
pytest-cov>=2.10.1
pytest-ordering>=0.6
pytest-xdist>=2.2.0
Sphinx>=3.3.1
tox>=3.20.1
