Add PIL dependency

This commit is contained in:
Leo Vasanko 2023-11-18 11:40:34 -08:00
parent 696e3ab568
commit 8dda230510

View File

@ -22,6 +22,7 @@ dependencies = [
"msgspec",
"natsort",
"pathvalidate",
"pillow",
"pyjwt",
"sanic",
"stream-zip",