# Debug process
defaultlist  # GPLv3

# Development
coloredlogs  # Optional
build
twine  # Publishing
# pyproject.toml
setuptools_scm[toml]>=6.4.2

# Lint
flake8
# Tests
mypy

# Docs
Sphinx ~= 4.5
sphinx-rtd-theme
sphinx-automodapi

# vim: ft=conf:
