mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
deps: pin heif-image-plugin to version 0.5.1
Not sure if this really matters, but it fixes a pip warning.
cc55068d16
This commit is contained in:
@ -28,7 +28,7 @@ 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"
|
"pillow-avif-plugin~=1.1.0"
|
||||||
RUN apk --no-cache del py3-pip
|
RUN apk --no-cache del py3-pip
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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-avif-plugin~=1.1.0
|
||||||
pillow>=4.3.0
|
pillow>=4.3.0
|
||||||
|
Reference in New Issue
Block a user