Pin pillow-avif-plugin to compatible version range

This commit is contained in:
neobooru 2024-02-21 01:46:28 +01:00 committed by Neo
parent d7394d672f
commit da425afc49
2 changed files with 5 additions and 5 deletions

View file

@ -23,15 +23,15 @@ RUN apk --no-cache add \
py3-pillow \ py3-pillow \
py3-pynacl \ py3-pynacl \
py3-tz \ py3-tz \
py3-pyrfc3339 \ py3-pyrfc3339
&& pip3 install --no-cache-dir --disable-pip-version-check \ 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.3.2" \
yt-dlp \ yt-dlp \
"pillow-avif-plugin>=1.1.0" \ "pillow-avif-plugin~=1.1.0"
&& apk --no-cache del py3-pip RUN apk --no-cache del py3-pip
COPY ./ /opt/app/ COPY ./ /opt/app/
RUN rm -rf /opt/app/szurubooru/tests RUN rm -rf /opt/app/szurubooru/tests

View file

@ -3,7 +3,7 @@ certifi>=2017.11.5
coloredlogs==5.0 coloredlogs==5.0
heif-image-plugin==0.3.2 heif-image-plugin==0.3.2
numpy>=1.8.2 numpy>=1.8.2
pillow-avif-plugin>=1.1.0 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