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
21 lines (20 loc) · 1 KB
/
Copy pathrequirements.txt
File metadata and controls
21 lines (20 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ============================================
# DeepTutor Python Dependencies (Runtime Bundle)
# ============================================
# Python >= 3.11 required
#
# Single source of truth: pyproject.toml `[project.optional-dependencies]`.
# Files under requirements/ mirror those extras for Docker/CI installs that
# don't yet have access to pyproject.toml + source code.
#
# Preferred install (from a source clone):
# pip install -e ".[cli]" # CLI (RAG + providers + document parsing)
# pip install -e ".[server]" # CLI + FastAPI/uvicorn (Web/API)
# pip install -e ".[tutorbot]" # Server + TutorBot agent engine
# pip install -e ".[matrix]" # Matrix channel for TutorBot (needs libolm)
# pip install -e ".[math-animator]" # Manim animation engine (addon)
# pip install -e ".[dev]" # Server + dev/test tools
# pip install -e ".[all]" # Everything
#
# This file installs the full server runtime (CLI + API + TutorBot).
-r requirements/tutorbot.txt