File size: 761 Bytes
4b445f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# === Core Framework ===
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.10.0
pydantic-settings>=2.6.0

# === LLM & Agents ===
langchain>=0.3.0
langchain-groq>=0.2.0
langchain-google-genai>=2.0.0
langchain-community>=0.3.0
langchain-chroma>=0.2.0

# === Embeddings & Vector Store ===
sentence-transformers>=3.3.0
chromadb>=0.5.0

# === GitHub Integration ===
PyGithub>=2.5.0
PyJWT[crypto]>=2.9.0
httpx>=0.28.0
cryptography>=44.0.0

# === Database ===
asyncpg>=0.30.0
sqlalchemy[asyncio]>=2.0.0
psycopg2-binary>=2.9.0

# === Redis ===
redis>=5.2.0
upstash-redis>=1.1.0

# === Static Analysis Tools ===
semgrep>=1.90.0
bandit>=1.8.0
detect-secrets>=1.5.0
radon>=6.0.0
ruff>=0.8.0

# === Utilities ===
python-dotenv>=1.0.0
tenacity>=9.0.0
structlog>=24.4.0