File tree 4 files changed +1
-7
lines changed
4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ RUN apk --no-cache add \
11
11
build-base \
12
12
libheif \
13
13
libheif-dev \
14
- libavif \
15
- libavif-dev \
16
14
ffmpeg \
17
15
# from requirements.txt:
18
16
py3-yaml \
@@ -29,8 +27,7 @@ RUN pip3 install --no-cache-dir --disable-pip-version-check \
29
27
"coloredlogs==5.0" \
30
28
"pyheif==0.6.1" \
31
29
"heif-image-plugin==0.5.1" \
32
- yt-dlp \
33
- "pillow-avif-plugin~=1.1.0"
30
+ yt-dlp
34
31
RUN apk --no-cache del py3-pip
35
32
36
33
COPY ./ /opt/app/
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ certifi>=2017.11.5
3
3
coloredlogs == 5.0
4
4
heif-image-plugin == 0.5.1
5
5
numpy >= 1.8.2
6
- pillow-avif-plugin ~= 1.1.0
7
6
pillow >= 4.3.0
8
7
psycopg2-binary >= 2.6.1
9
8
pyheif == 0.6.1
Original file line number Diff line number Diff line change 6
6
7
7
import HeifImagePlugin
8
8
import numpy as np
9
- import pillow_avif
10
9
from PIL import Image
11
10
12
11
from szurubooru import config , errors
Original file line number Diff line number Diff line change 8
8
from typing import List
9
9
10
10
import HeifImagePlugin
11
- import pillow_avif
12
11
from PIL import Image as PILImage
13
12
14
13
from szurubooru import errors
You can’t perform that action at this time.
0 commit comments