Enable AVIF support in image processing and update dependencies

This commit is contained in:
SitiWeb
2026-01-23 16:41:28 +01:00
parent 67c1178c40
commit 551948d828
7 changed files with 139 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=image_files,
hiddenimports=[],
hiddenimports=['pillow_avif'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],