# For testing
tox
coverage
pytest
pytest-cov
galaxy-test-driver

#Building Docs
sphinx_rtd_theme
sphinx-argparse
sphinx
CommonMark

# Used for code checking.
pyflakes
flake8
flake8-import-order
isort
black
ruff

# For release
wheel
twine
