trueseeing: relax docker contraint

This commit is contained in:
Fabian Affolter 2022-11-07 14:36:58 +01:00
parent ce752bc694
commit d284ffaa15

View file

@ -31,7 +31,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "attrs~=21.4" "attrs>=21.4"
--replace "attrs~=21.4" "attrs>=21.4" \
--replace "docker~=5.0.3" "docker"
'';
# Project has no tests