Skip to content

Commit 01c7793

Browse files
committed
server/deps: remove pillow-avif-plugin package
1 parent f841f7c commit 01c7793

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

server/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ RUN apk --no-cache add \
1111
build-base \
1212
libheif \
1313
libheif-dev \
14-
libavif \
15-
libavif-dev \
1614
ffmpeg \
1715
# from requirements.txt:
1816
py3-yaml \
@@ -29,8 +27,7 @@ RUN pip3 install --no-cache-dir --disable-pip-version-check \
2927
"coloredlogs==5.0" \
3028
"pyheif==0.6.1" \
3129
"heif-image-plugin==0.5.1" \
32-
yt-dlp \
33-
"pillow-avif-plugin~=1.1.0"
30+
yt-dlp
3431
RUN apk --no-cache del py3-pip
3532

3633
COPY ./ /opt/app/

server/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ certifi>=2017.11.5
33
coloredlogs==5.0
44
heif-image-plugin==0.5.1
55
numpy>=1.8.2
6-
pillow-avif-plugin~=1.1.0
76
pillow>=4.3.0
87
psycopg2-binary>=2.6.1
98
pyheif==0.6.1

server/szurubooru/func/image_hash.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import HeifImagePlugin
88
import numpy as np
9-
import pillow_avif
109
from PIL import Image
1110

1211
from szurubooru import config, errors

server/szurubooru/func/images.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from typing import List
99

1010
import HeifImagePlugin
11-
import pillow_avif
1211
from PIL import Image as PILImage
1312

1413
from szurubooru import errors

0 commit comments

Comments
 (0)