ports/textproc/py-rich-cli/files/patch-pyproject.toml
Po-Chuan Hsieh 145beabca5
textproc/py-rich-cli: Change RUN_DEPENDS from py-rich12 to py-rich
- Allow build with py-rich 13.0.0+
- Allow build with py-textual 0.2.0+
- Bump PORTREVISION for dependency change
2024-03-23 22:49:33 +08:00

15 lines
324 B
TOML

--- pyproject.toml.orig 2022-05-08 16:55:58 UTC
+++ pyproject.toml
@@ -23,10 +23,10 @@ python = "^3.7"
[tool.poetry.dependencies]
python = "^3.7"
-rich = "^12.4.1"
+rich = ">=12.4.1"
click = "^8.0.0"
requests = "^2.0.0"
-textual = "^0.1.18"
+textual = ">=0.1.18"
rich-rst = "^1.1.7"
[tool.poetry.dev-dependencies]