# Runtime (CLI): no third-party dependencies — uses only the Python standard
# library (imaplib, argparse, threading, csv, json).
#
# Web UI (optional), install with:  pip install "imap-cleanup-tool[web]"
# fastapi
# uvicorn[standard]
#
# Development / packaging (optional), install with:  pip install -e ".[dev]"
# pylint
# build
# twine
