setclass/requirements-dev.txt

18 lines
174 B
Text

-r requirements.txt
# Code lint
autopep8
flake8
# Security
pre-commit
# Unit tests and coverage
pytest
pytest-cov
tox
# Documentation
sphinx
sphinx_rtd_theme
myst-parser