-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (45 loc) · 1.02 KB
/
requirements.txt
File metadata and controls
54 lines (45 loc) · 1.02 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
# ============================================================
# DeepReader 核心依赖
# ============================================================
# LangChain & LangGraph 核心框架
langgraph==0.5.0
langchain-core==0.3.67
langchain==0.3.26
langchain-text-splitters==0.3.8
langchain-openai==0.3.27
langgraph-checkpoint-sqlite==2.0.10
# Google AI 依赖
google-generativeai>=0.8.5
google-genai==1.20.0
langchain-google-genai>=2.1.6,<3.0.0
google-ai-generativelanguage>=0.6.18,<0.7.0
# GPT Researcher(用于 LLM 调用工具)
gpt-researcher==0.14.0
# 文档处理
marker-pdf>=1.10.1
ebooklib==0.19
mobi>=0.3.3
beautifulsoup4==4.13.4
# Web & API
fastapi==0.115.14
uvicorn==0.35.0
python-multipart==0.0.20
requests==2.32.4
aiohttp==3.12.13
aiofiles==24.1.0
httpx>=0.28.1
# 数据处理
pydantic==2.11.7
numpy==2.3.1
faiss-cpu==1.11.0
# 文本处理
thefuzz==0.22.1
json-repair==0.47.6
tiktoken>=0.9.0
markdown>=3.8.2
# PDF 生成
weasyprint>=65.1
# 工具库
python-dotenv==1.1.1
typing-extensions==4.14.0
prompt-toolkit>=3.0.48