forked from HKUDS/DeepTutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
62 lines (54 loc) · 1.61 KB
/
requirements.txt
File metadata and controls
62 lines (54 loc) · 1.61 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
# ============================================
# DeepTutor Python Dependencies
# ============================================
# Python >= 3.10 required
# Install: pip install -r requirements.txt
# ============================================
# Core dependencies
# ============================================
python-dotenv>=1.0.0
PyYAML>=6.0
tiktoken>=0.5.0
# ============================================
# HTTP and API clients
# ============================================
requests>=2.32.2
openai>=1.30.0
perplexityai>=0.1.0
dashscope>=1.14.0
aiohttp>=3.9.4
httpx>=0.27.0
urllib3>=2.2.1
# ============================================
# Async support
# ============================================
nest_asyncio>=1.5.8
# ============================================
# Web framework and server
# ============================================
fastapi>=0.100.0
uvicorn[standard]>=0.24.0
websockets>=12.0
python-multipart>=0.0.6
pydantic>=2.0.0
# ============================================
# RAG and knowledge base
# ============================================
lightrag-hku>=1.0.0
raganything>=0.1.0
# ============================================
# Academic and research tools
# ============================================
arxiv>=2.0.0
# ============================================
# Scientific computing (optional, for code execution)
# ============================================
# Uncomment if users need these for code execution feature
# numpy>=1.24.0
# matplotlib>=3.7.0
# scipy>=1.11.0
# pandas>=2.0.0
# ============================================
# Development tools
# ============================================
pre-commit>=3.0.0