mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
default rich
This commit is contained in:
@@ -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" }
|
||||||
|
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user