# 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.1
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
Sphinx>=4.3.2
tox>=3.24.5
