This commit is contained in:
Wuyi无疑 2021-11-21 02:19:41 +08:00
parent 012981f566
commit 8c8cb29cc4
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from io import BytesIO
import urllib import urllib
import math import math
from wordcloud import WordCloud from wordcloud import WordCloud
import numpy as np
from PIL import Image, ImageDraw, ImageFont, ImageFilter from PIL import Image, ImageDraw, ImageFont, ImageFilter

View File

@ -2,3 +2,4 @@ nonebot==1.8.2
requests==2.25.1 requests==2.25.1
httpx==0.18.1 httpx==0.18.1
Pillow==8.3.1 Pillow==8.3.1
wordcloud>=1.8.1