# Debug process
defaultlist  # GPLv3

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

# Lint
flake8
# Tests
mypy

# Docs
Sphinx<4.2
sphinx-rtd-theme
sphinx-automodapi

# vim: ft=conf:
