-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (35 loc) · 2.02 KB
/
Copy pathrequirements.txt
File metadata and controls
43 lines (35 loc) · 2.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
# ── Web framework ───────────────────────────────────────────────────
fastapi==0.115.8
uvicorn[standard]==0.34.0
pydantic==2.10.6
pydantic-settings==2.7.0
python-multipart==0.0.20
# ── Developer CLI TUI (north-star M2) ───────────────────────────────
textual==8.2.8
# ── Database ────────────────────────────────────────────────────────
asyncpg==0.31.0
alembic==1.18.4
psycopg2-binary==2.9.12
# ── HTTP / API clients ──────────────────────────────────────────────
httpx==0.28.1
cryptography==46.0.3
minio>=7.2.0,<8
nats-py>=2.9.0,<3
tiktoken>=0.8.0,<1
tokenizers>=0.20.0,<1
redis>=5.0.0,<6
# ── LLM workflow ────────────────────────────────────────────────────
langgraph==0.2.74
# ── Plugin framework ────────────────────────────────────────────────
pluggy==1.5.0
# ── Document processing ─────────────────────────────────────────────
python-docx==1.1.2
pypdf==5.1.0
Pillow==12.2.0
markdown==3.7
# ── Configuration ───────────────────────────────────────────────────
python-dotenv==1.2.2
# ── Windows sandbox (restricted token + Job Object) ─────────────────
# Only used on Windows; app/services/runner/sandbox_windows.py degrades
# gracefully with a warning when the platform is not Windows.
pywin32>=306; sys_platform == "win32"