remove pillow-avif package

it is possible since 11.3 to use avif in the main pillow package,
therefore the avif package is no longer needed

https://github.com/python-pillow/Pillow/pull/5201#issuecomment-3023668716
This commit is contained in:
Marcel Hellwig
2026-01-04 13:54:27 +01:00
parent 1b2d99922c
commit 593e1828cc
3 changed files with 58 additions and 90 deletions

View File

@@ -2,9 +2,6 @@ from uuid import UUID
from PIL import Image
import requests
import pillow_avif
pillow_avif
def get_year_from_date(first_air_date: str | None) -> int | None: