ioccheck: relax termcolor constraint

This commit is contained in:
Martin Weinelt 2022-09-19 03:48:13 +02:00 committed by Sandro Jäckel
parent 8ab844d278
commit 76c0169c6e
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -75,7 +75,8 @@ buildPythonApplication rec {
substituteInPlace pyproject.toml \
--replace '"hurry.filesize" = "^0.9"' "" \
--replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"' \
--replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"'
--replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"' \
--replace 'termcolor = "^1.1.0"' 'termcolor = "*"'
'';
pythonImportsCheck = [