# See tox.ini file to know how to use them via command line
# It is recommended for developers install all others requirements also

# Main packages to make sure they are there
setuptools
pip
wheel
virtualenv

# Automation
tox
pre-commit

# Fixers
autopep8
docformatter
eradicate
isort

# Spell checkers
# Name for use is scspell
scspell3k
