update mindSpider requirements

This commit is contained in:
zhangpengyun
2025-11-16 10:00:16 +08:00
parent aa3b913037
commit 134265aa1d
+4 -1
View File
@@ -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