server/deps: add exif as dependency
This commit is contained in:
parent
a5fbaae4b3
commit
19b1ec1496
3 changed files with 3 additions and 1 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue