From 8c85a60f67cb2047be549ac1540869cd5302e4e0 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sat, 3 Aug 2024 14:15:00 -0700 Subject: [PATCH 1/2] Add pillow-jxl-plugin as an optional dependency --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 41bf010..5b5b0e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -92,11 +92,14 @@ all = gcd-talker>0.1.0 metron-talker>0.1.5 pillow-avif-plugin>=1.4.1 + pillow-jxl-plugin>=1.2.5 py7zr rarfile>=4.0 pyicu;sys_platform == 'linux' or sys_platform == 'darwin' avif = pillow-avif-plugin>=1.4.1 +jxl = + pillow-jxl-plugin>=1.2.5 cix = comicinfoxml>=0.2.0 gcd = From 0ba81f9f860ba2410b401b5ea760bf25e1316756 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:27:24 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5b5b0e1..88de046 100644 --- a/setup.cfg +++ b/setup.cfg @@ -98,12 +98,12 @@ all = pyicu;sys_platform == 'linux' or sys_platform == 'darwin' avif = pillow-avif-plugin>=1.4.1 -jxl = - pillow-jxl-plugin>=1.2.5 cix = comicinfoxml>=0.2.0 gcd = gcd-talker>=0.1.0 +jxl = + pillow-jxl-plugin>=1.2.5 metron = metron-talker>=0.1.3