docs: mention textual dependency in hacking section

This commit is contained in:
2026-02-16 20:14:49 +01:00
parent 79355f3bdf
commit b63525060a

View File

@@ -138,7 +138,7 @@ OTP is supported if you use a two-factor authentication device.
## Hacking
This project uses [uv](https://github.com/astral-sh/uv) for dependency management.
This project uses [uv](https://github.com/astral-sh/uv) for dependency management, the TUI is built with [Textual](https://textual.textualize.io/) (currently `textual>=8.0.0`).
```bash
# install dependencies (creates .venv)