ports/textproc/py-ftfy/files/patch-pyproject.toml

11 lines
258 B
TOML

--- pyproject.toml.orig 2024-08-06 01:05:34 UTC
+++ pyproject.toml
@@ -13,7 +13,7 @@ python = ">=3.8.1,<4"
[tool.poetry.dependencies]
python = ">=3.8.1,<4"
-wcwidth = "^0.2.12"
+wcwidth = "^0.2.8"
[tool.poetry.group.dev.dependencies]
mypy = "^1.7.0"