From 1cadcc6d1595c23594a486162a11fe19783c15a0 Mon Sep 17 00:00:00 2001 From: Constantin Hong Date: Fri, 20 Oct 2023 22:11:16 +0900 Subject: [PATCH] Packaging - Enable jq query for filters package installation for darwin (mac) #1868 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0ef7302..81438733 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,7 +63,8 @@ jinja2-time # https://peps.python.org/pep-0508/#environment-markers # https://github.com/dgtlmoon/changedetection.io/pull/1009 -jq~=1.3 ;python_version >= "3.8" and sys_platform == "linux" +jq~=1.3; python_version >= "3.8" and sys_platform == "darwin" +jq~=1.3; python_version >= "3.8" and sys_platform == "linux" # Any current modern version, required so far for screenshot PNG->JPEG conversion but will be used more in the future pillow