-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (36 loc) · 899 Bytes
/
requirements.txt
File metadata and controls
42 lines (36 loc) · 899 Bytes
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
# ==============================
# Core Animation Engine
# ==============================
manim>=0.18.0
numpy>=1.24.0
# ==============================
# Desktop GUI
# ==============================
PySide6>=6.6.0
# ==============================
# AI / LLM Integration
# ==============================
google-genai>=0.4.0
python-dotenv>=1.0.0
requests>=2.31.0
tqdm>=4.66.0
# ==============================
# PDF → Animated Slides Pipeline
# ==============================
pdfplumber>=0.11.0
pdfminer.six>=20221105
regex>=2024.11.6
# ==============================
# Audio / Rendering Support
# ==============================
pydub>=0.25.0
# ==============================
# Code Quality / Static Analysis (used by cleanup script)
# ==============================
ruff>=0.3.0
mypy>=1.8.0
bandit>=1.7.8
# ==============================
# Testing
# ==============================
pytest>=8.0.0