mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Merge 01c779314e
into ee7e9ef2a3
This commit is contained in:
@ -11,8 +11,6 @@ RUN apk --no-cache add \
|
|||||||
build-base \
|
build-base \
|
||||||
libheif \
|
libheif \
|
||||||
libheif-dev \
|
libheif-dev \
|
||||||
libavif \
|
|
||||||
libavif-dev \
|
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
# from requirements.txt:
|
# from requirements.txt:
|
||||||
py3-yaml \
|
py3-yaml \
|
||||||
@ -28,9 +26,8 @@ RUN pip3 install --no-cache-dir --disable-pip-version-check \
|
|||||||
"alembic>=0.8.5" \
|
"alembic>=0.8.5" \
|
||||||
"coloredlogs==5.0" \
|
"coloredlogs==5.0" \
|
||||||
"pyheif==0.6.1" \
|
"pyheif==0.6.1" \
|
||||||
"heif-image-plugin>=0.3.2" \
|
"heif-image-plugin==0.5.1" \
|
||||||
yt-dlp \
|
yt-dlp
|
||||||
"pillow-avif-plugin~=1.1.0"
|
|
||||||
RUN apk --no-cache del py3-pip
|
RUN apk --no-cache del py3-pip
|
||||||
|
|
||||||
COPY ./ /opt/app/
|
COPY ./ /opt/app/
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
alembic>=0.8.5
|
alembic>=0.8.5
|
||||||
certifi>=2017.11.5
|
certifi>=2017.11.5
|
||||||
coloredlogs==5.0
|
coloredlogs==5.0
|
||||||
heif-image-plugin==0.3.2
|
heif-image-plugin==0.5.1
|
||||||
numpy>=1.8.2
|
numpy>=1.8.2
|
||||||
pillow-avif-plugin~=1.1.0
|
|
||||||
pillow>=4.3.0
|
pillow>=4.3.0
|
||||||
psycopg2-binary>=2.6.1
|
psycopg2-binary>=2.6.1
|
||||||
pyheif==0.6.1
|
pyheif==0.6.1
|
||||||
|
@ -6,7 +6,6 @@ from typing import Any, Callable, List, Optional, Set, Tuple
|
|||||||
|
|
||||||
import HeifImagePlugin
|
import HeifImagePlugin
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import pillow_avif
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
from szurubooru import config, errors
|
from szurubooru import config, errors
|
||||||
|
@ -8,7 +8,6 @@ from io import BytesIO
|
|||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
import HeifImagePlugin
|
import HeifImagePlugin
|
||||||
import pillow_avif
|
|
||||||
from PIL import Image as PILImage
|
from PIL import Image as PILImage
|
||||||
|
|
||||||
from szurubooru import errors
|
from szurubooru import errors
|
||||||
|
Reference in New Issue
Block a user