忘记修改版本号了

This commit is contained in:
2024-02-04 11:06:33 +08:00
parent 022e2f1b53
commit 6aed0296ee
3 changed files with 10 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ try:
import PIL.ImageDraw as ImageDraw
except:
os.system("python3 -m pip install --upgrade pillow --break-system-packages --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple")
os.system("python3 -m pip install --upgrade pillow --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple")
import PIL.Image as Image
import PIL.ImageDraw as ImageDraw
import zipfile