python310Packages.toggl-cli: relax notify-py version constraint

This commit is contained in:
Robert Schütz
2022-12-10 16:28:56 -08:00
committed by Robert Schütz
parent df429dc647
commit 280f04daaf
@@ -57,7 +57,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "notify-py==0.3.1" "notify-py>=0.3.1" \
--replace "notify-py==0.3.3" "notify-py>=0.3.3" \
--replace "click==8.0.3" "click>=8.0.3" \
--replace "pbr==5.8.0" "pbr>=5.8.0" \
--replace "inquirer==2.9.1" "inquirer>=2.9.1"