马一丁
Committed by GitHub

Merge pull request #411 from 666ghj/main

Update MindSpider via main
... ... @@ -9,6 +9,7 @@ aiomysql==0.2.0
aiosqlite==0.21.0
asyncpg
sqlalchemy
psycopg[binary]
# ===============================
# HTTP请求和网络
... ... @@ -20,6 +21,8 @@ aiofiles~=23.2.1
# ===============================
# 话题提取模块依赖
# ===============================
openai
pydantic-settings
numpy
pandas==2.2.3
regex
... ... @@ -30,7 +33,7 @@ pytz
# ===============================
# MediaCrawler爬虫依赖
# ===============================
Pillow==9.5.0
Pillow>=10.0.0
playwright==1.45.0
tenacity==8.2.2
opencv-python
... ...