-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
95 lines (76 loc) · 1.45 KB
/
requirements.txt
File metadata and controls
95 lines (76 loc) · 1.45 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Python学习项目依赖包
# 基础开发依赖
# Web框架
django>=4.2.0,<5.0.0
fastapi>=0.100.0
flask>=2.3.0
uvicorn>=0.22.0 # FastAPI ASGI服务器
# 数据库相关
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0 # PostgreSQL适配器
mysql-connector-python>=8.0.0 # MySQL适配器
# 数据处理
pandas>=2.0.0
numpy>=1.24.0
matplotlib>=3.7.0
seaborn>=0.12.0
# HTTP请求
requests>=2.31.0
httpx>=0.24.0 # 异步HTTP客户端
# 异步任务
celery>=5.3.0
redis>=4.5.0
# 测试框架
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
# 代码质量
black>=23.0.0 # 代码格式化
flake8>=6.0.0 # 代码检查
mypy>=1.4.0 # 类型检查
isort>=5.12.0 # 导入排序
# 开发工具
jupyter>=1.0.0
ipython>=8.14.0
pre-commit>=3.3.0
# 文档生成
sphinx>=7.0.0
mkdocs>=1.5.0
# 配置管理
python-dotenv>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
# 日志
loguru>=0.7.0
# 时间处理
python-dateutil>=2.8.0
pytz>=2023.3
# 加密
cryptography>=41.0.0
bcrypt>=4.0.0
# JSON处理
orjson>=3.9.0 # 高性能JSON
# 环境管理
python-decouple>=3.8
# 性能分析
memory-profiler>=0.61.0
line-profiler>=4.0.0
# 国际化
babel>=2.12.0
# 图像处理(可选)
pillow>=10.0.0
# 科学计算(可选)
scipy>=1.11.0
scikit-learn>=1.3.0
coverage~=7.9.2
psutil~=7.0.0
setuptools~=80.3.1
langchain~=0.3.23
langgraph~=0.5.3
langsmith~=0.3.45
Werkzeug~=3.1.3
aiohttp~=3.11.14
dotenv~=0.9.9
langchain-openai~=0.3.28
langchain-core~=0.3.69