changedetection-io: unpin apprise dependency

This commit is contained in:
Mario Rodas 2023-06-03 04:20:00 +00:00
parent 22a7f0cea1
commit 0190867eec

View File

@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "apprise~=1.3.0" "apprise" \
--replace "cryptography~=3.4" "cryptography" \
--replace "dnspython<2.3.0" "dnspython" \
--replace "pytest ~=6.2" "" \