Merge branch 'css' of github.com:willmcgugan/textual into snapshot

This commit is contained in:
Darren Burns
2022-09-20 17:39:05 +01:00
14 changed files with 517 additions and 128 deletions

View File

@@ -22,7 +22,7 @@ textual = "textual.cli.cli:run"
[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.5.0"
rich = "^12.6.0a1"
#rich = {path="../rich", develop=true}
importlib-metadata = "^4.11.3"
typing-extensions = { version = "^4.0.0", python = "<3.8" }