zero-runtime-deps
IN premise
`ftl-reasons` has zero runtime dependencies; the entire library runs on Python's stdlib alone (SQLite via `sqlite3`, dataclasses, etc.).
Summary
The library is completely self-contained and doesn't require installing any third-party packages to run. This means it can be dropped into any Python environment without dependency conflicts or version management headaches, and it stays lightweight by relying only on what Python ships with out of the box.
Details
| Source | entries/2026/04/24/pyproject.md |