# Debug process
defaultlist  # GPLv3

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

## Tests
flake8  # TODO: Migrate to `ruff`
# pytest  # TODO: Migrate from `unittest`
mypy~=0.991

# Docs
Sphinx>=6.1,<6.2
sphinx-automodapi
## Sphinx Themes
# sphinx-rtd-theme
furo
## Generating PDF
latex-rubber

# Autocompletion
shtab>=1.5.1  # Support for tcsh

# vim: ft=conf:nospell:
