rich-cli: Relax textual constraint

This commit is contained in:
Martin Weinelt 2023-01-03 15:48:28 +01:00
parent 10a157b2ea
commit ca3f9b7326

View file

@ -29,7 +29,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'rich = "^12.4.0"' 'rich = "*"'
--replace 'rich = "^12.4.0"' 'rich = "*"' \
--replace 'textual = "^0.1.18"' 'textual = "*"'
'';
pythonImportsCheck = [