# 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
