Merge pull request #355 from zzzpppy/fix/MindSpider_requirements

update mindSpider requirements
This commit is contained in:
Doiiars
2025-11-24 22:32:23 +08:00
committed by GitHub
+4 -1
View File
@@ -9,6 +9,7 @@ aiomysql==0.2.0
aiosqlite==0.21.0 aiosqlite==0.21.0
asyncpg asyncpg
sqlalchemy sqlalchemy
psycopg[binary]
# =============================== # ===============================
# HTTP请求和网络 # HTTP请求和网络
@@ -20,6 +21,8 @@ aiofiles~=23.2.1
# =============================== # ===============================
# 话题提取模块依赖 # 话题提取模块依赖
# =============================== # ===============================
openai
pydantic-settings
numpy numpy
pandas==2.2.3 pandas==2.2.3
regex regex
@@ -30,7 +33,7 @@ pytz
# =============================== # ===============================
# MediaCrawler爬虫依赖 # MediaCrawler爬虫依赖
# =============================== # ===============================
Pillow==9.5.0 Pillow>=10.0.0
playwright==1.45.0 playwright==1.45.0
tenacity==8.2.2 tenacity==8.2.2
opencv-python opencv-python