requirements.txt
590 Bytes
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
# 多Agent舆情分析协作系统依赖包
# 核心依赖
streamlit>=1.28.0
requests>=2.31.0
python-dotenv>=1.0.0
# LLM接口
openai>=1.3.0
deepseek-ai>=0.1.0
# 搜索API
tavily-python>=0.3.0
# 数据处理
pandas>=2.0.0
numpy>=1.24.0
# 可视化
plotly>=5.17.0
# 工具库
python-dateutil>=2.8.2
uuid>=1.30
# 博查API相关
# 注意:博查API使用标准的HTTP请求,不需要额外的包
# 开发工具
pytest>=7.4.0
black>=23.0.0
flake8>=6.0.0
# Flask Web应用
flask==2.3.3
flask-socketio==5.3.6
streamlit==1.28.1
requests==2.31.0
python-socketio==5.8.0
eventlet==0.33.3