mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-08 16:43:04 +00:00
chore(thumbs): prepare for pillow_heif removing AVIF support (#1065)
* fix(thumb_renderer): prepare for pillow_heif removing AVIF support * fix(nix/package): add pillow-avif-plugin
This commit is contained in:
@@ -74,6 +74,7 @@ python3Packages.buildPythonApplication {
|
||||
pythonRelaxDeps = [
|
||||
"numpy"
|
||||
"pillow"
|
||||
"pillow-avif-plugin"
|
||||
"pillow-heif"
|
||||
"pillow-jxl-plugin"
|
||||
"pyside6"
|
||||
@@ -93,6 +94,7 @@ python3Packages.buildPythonApplication {
|
||||
numpy
|
||||
opencv-python
|
||||
pillow
|
||||
pillow-avif-plugin
|
||||
pillow-heif
|
||||
pydantic
|
||||
pydub
|
||||
|
||||
Reference in New Issue
Block a user