mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 12:54:12 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user