This repository was archived by the owner on Jul 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
79 lines (62 loc) · 1.97 KB
/
Copy pathrequirements.txt
File metadata and controls
79 lines (62 loc) · 1.97 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# =============================================================================
# NEXUS PLATFORM DEPENDENCIES
# =============================================================================
# Core Framework
fastapi>=0.109.1
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
websockets>=12.0
pydantic>=2.5.0
python-dotenv>=1.0.0
# HTTP & Async
aiohttp>=3.9.4
aiofiles>=23.0.0
httpx>=0.25.0
# =============================================================================
# NEW: LangGraph + LiteLLM + E2B Stack
# =============================================================================
# LangGraph - Stateful graph orchestration
langgraph>=0.2.0
langchain-core>=0.3.0
# LiteLLM - Multi-provider LLM routing
litellm>=1.50.0
# E2B SDK - Secure sandboxed execution
e2b>=1.0.0
e2b-code-interpreter>=1.0.0
# =============================================================================
# Security Tools
# =============================================================================
python-nmap>=0.7.1
beautifulsoup4>=4.12.2
selenium>=4.15.0
webdriver-manager>=4.0.0
playwright>=1.40.0
# =============================================================================
# Data & Visualization
# =============================================================================
colorama>=0.4.6
pillow>=10.3.0
pandas>=2.0.0
numpy>=1.24.0
# Knowledge Graph
networkx>=3.0
# JSON handling
json-repair>=0.25.0
# ML for embeddings
scikit-learn>=1.3.0
# Constraint Solving
z3-solver>=4.12.0
# =============================================================================
# NEW: Nexus v2.0 Bounty Stack
# =============================================================================
# Vector Memory (ChromaDB)
chromadb>=0.4.22
# Async HTTP (enhanced)
aiohttp[speedups]>=3.9.4
# JWT handling
pyjwt>=2.8.0
# =============================================================================
# Optional: Streamlit UI
# =============================================================================
# streamlit>=1.28.0
# plotly>=5.17.0