requirements.txt
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# MindSpider AI爬虫项目依赖包
# 整合BroadTopicExtraction和DeepSentimentCrawling模块的核心依赖
# ===============================
# 数据库相关
# ===============================
pymysql==1.1.0
aiomysql==0.2.0
aiosqlite==0.21.0
asyncpg
sqlalchemy
psycopg[binary]
# ===============================
# HTTP请求和网络
# ===============================
httpx==0.28.1
requests==2.32.3
aiofiles~=23.2.1
# ===============================
# 话题提取模块依赖
# ===============================
openai
pydantic-settings
numpy
pandas==2.2.3
regex
tqdm
python-dateutil
pytz
# ===============================
# MediaCrawler爬虫依赖
# ===============================
Pillow>=10.0.0
playwright==1.45.0
tenacity==8.2.2
opencv-python
redis~=4.6.0
pydantic==2.5.2
fastapi==0.110.2
uvicorn==0.29.0
python-dotenv==1.0.1
jieba==0.42.1
wordcloud==1.9.3
matplotlib==3.9.0
parsel==1.9.1
pyexecjs==1.5.1
typer>=0.12.3
pyhumps==3.8.0
xhshow>=0.1.3
# ===============================
# 工具包
# ===============================
beautifulsoup4
lxml
loguru