20 lines
217 B
Text
20 lines
217 B
Text
# Main requirements
|
|
-r requirements.txt
|
|
|
|
# Code lint
|
|
autopep8
|
|
flake8
|
|
|
|
# Security
|
|
pre-commit
|
|
|
|
# Unit tests and coverage
|
|
pytest
|
|
pytest-cov
|
|
tox
|
|
|
|
# Documentation
|
|
sphinx
|
|
sphinx-rtd-theme
|
|
sphinxcontrib-napoleon
|
|
myst-parser
|