fix: replace pillow with PIL in PACKAGE_LIST (#781)

This commit is contained in:
Yineng Zhang
2024-07-28 14:06:24 +10:00
committed by GitHub
parent bc1154c399
commit 68e5262699

View File

@@ -22,7 +22,7 @@ PACKAGE_LIST = [
"huggingface_hub",
"interegular",
"packaging",
"pillow",
"PIL",
"psutil",
"pydantic",
"uvicorn",