server/deps: add exif as dependency

This commit is contained in:
skybldev 2021-11-28 12:00:07 -05:00
parent a5fbaae4b3
commit 19b1ec1496
3 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@ RUN apk --no-cache add \
youtube_dl \
pillow-avif-plugin \
pyheif-pillow-opener \
exif \
&& apk --no-cache del py3-pip
COPY ./ /opt/app/

View file

@ -3,7 +3,7 @@ line-length = 79
[tool.isort]
known_first_party = ["szurubooru"]
known_third_party = ["PIL", "alembic", "coloredlogs", "freezegun", "nacl", "numpy", "pyrfc3339", "pytest", "pytz", "sqlalchemy", "yaml", "youtube_dl"]
known_third_party = ["PIL", "alembic", "coloredlogs", "freezegun", "nacl", "numpy", "pyrfc3339", "pytest", "pytz", "sqlalchemy", "yaml", "youtube_dl", "exif"]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0

View file

@ -11,4 +11,5 @@ pytz>=2018.3
pyRFC3339>=1.0
pillow-avif-plugin>=1.1.0
pyheif-pillow-opener>=0.1.0
exif>=1.3.3
youtube_dl