From b63525060aebe6254220e3b06d0dc5c09b65668e Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 16 Feb 2026 20:14:49 +0100 Subject: [PATCH] docs: mention textual dependency in hacking section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0879b0c..dcb615a 100644 --- a/README.md +++ b/README.md @@ -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)