rich-cli: Relax textual constraint
This commit is contained in:
parent
10a157b2ea
commit
ca3f9b7326
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue