Simple multiline text widget to help model text base class

This commit is contained in:
Darren Burns
2022-05-12 11:15:41 +01:00
parent 75085a9f4f
commit c34973ce80
6 changed files with 194 additions and 91 deletions

View File

@@ -22,7 +22,7 @@ textual = "textual.cli.cli:run"
[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.3.0"
rich = "^12.4.0"
#rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"}
click = "8.1.2"