-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
32 lines (27 loc) · 1.78 KB
/
requirements.txt
File metadata and controls
32 lines (27 loc) · 1.78 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
# ── Reforge – root dependencies ──────────────────────────────────────
# Install: pip install -r requirements.txt
# Lock: pip freeze > requirements-lock.txt
# ─────────────────────────────────────────────────────────────────────
# ── API / FastAPI ────────────────────────────────────────────────────
fastapi>=0.115
uvicorn[standard]>=0.34
pydantic>=2.10
pydantic-settings>=2.7
python-dotenv>=1.0
httpx>=0.27
# ── Database & queues ────────────────────────────────────────────────
psycopg2-binary>=2.9
redis>=5.0
pika>=1.3
# ── Workers (oracle / builder / ghidra) ──────────────────────────────
pyelftools>=0.31
tree-sitter>=0.24
tree-sitter-c>=0.23
# ── Data & analysis ─────────────────────────────────────────────────
pandas>=2.0
tqdm>=4.66
boto3>=1.34
requests>=2.31
# ── Dev / notebooks ─────────────────────────────────────────────────
pytest>=7.0
ipykernel>=6.0