mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 20:16:39 -04:00
- Allow build with py-rich 13.0.0+ - Allow build with py-textual 0.2.0+ - Bump PORTREVISION for dependency change
15 lines
324 B
TOML
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]
|