# Debug process
defaultlist  # GPLv3

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

# Lint
flake8
# Tests
mypy~=0.991

# Docs
Sphinx>=5.2,<5.3
sphinx-automodapi
## Sphinx Themes
sphinx-rtd-theme
# furo

# vim: ft=conf:
