From dfc989062d6be63d89cda7312c15981774ba3224 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 24 Feb 2023 19:30:10 +0100 Subject: [PATCH] README update. (0.21.4) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9ee9cb..5ff3ab3 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ building APIs with Python 3.7+ based on standard Python type hints. (It is used plugin really is core stuff) - [Loguru](https://pypi.org/project/loguru/) - Linspector uses Loguru for all logging stuff. Loguru is a library which aims to bring enjoyable logging in Python. +- [urwid](https://pypi.org/project/urwid/) - Urwid is a console user interface library for Python. (urwid will +become the UI library used for the management TUI of Linspector) ### Other used libraries