feat(tui): display books as a table

This commit is contained in:
Kristofers Solo
2023-11-01 18:57:35 +02:00
parent 00adf20008
commit 8b8cdd00d0
11 changed files with 145 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
dependencies = ["loguru==0.7", "attrs==23.1.0"]
dependencies = ["attrs==23.1.0", "urwid==2.2.3"]
[tool.mypy]
check_untyped_defs = true