forked from XuJiachengZust/codeAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
78 lines (63 loc) · 1.1 KB
/
Copy pathrequirements.txt
File metadata and controls
78 lines (63 loc) · 1.1 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# codeAnalysis项目依赖包
# Python 3.13.9
# Web框架和API
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
python-multipart>=0.0.6
# Java代码解析
javalang>=0.13.0
tree-sitter>=0.20.0
tree-sitter-java>=0.20.0
# 图数据库
neo4j>=5.15.0
py2neo>=2021.2.4
# 数据处理和分析
numpy>=1.24.0
pandas>=2.0.0
networkx>=3.2.0
# 可视化和图形处理
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.17.0
# 文件处理和工具
pathlib2>=2.3.7
click>=8.1.0
tqdm>=4.66.0
colorama>=0.4.6
# 配置和环境
python-dotenv>=1.0.0
pyyaml>=6.0.1
toml>=0.10.2
# 日志和调试
loguru>=0.7.2
rich>=13.7.0
# 开发工具
jupyter>=1.0.0
ipython>=8.0.0
# 测试框架
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
# 代码质量工具
pylint>=2.17.0
flake8>=6.0.0
black>=23.0.0
mypy>=1.7.0
# HTTP客户端
httpx>=0.25.0
requests>=2.28.0
# 异步支持
asyncio-mqtt>=0.13.0
aiofiles>=23.2.1
# AI框架
langchain>=1.0.0
langgraph>=0.2.0
langchain-openai>=0.2.0
deepagents>=0.2.7
langgraph-store>=0.0.1
# Web页面分析
playwright>=1.40.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
readability-lxml>=0.8.1