default rich

This commit is contained in:
Will McGugan
2022-07-10 08:48:53 +01:00
parent d514193ea9
commit 48c16e7c98
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -10,7 +10,6 @@ from rich.segment import Segment
from rich.style import Style from rich.style import Style
from ._cells import cell_len from ._cells import cell_len
from ._types import Lines
def line_crop( def line_crop(