-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (47 loc) · 811 Bytes
/
requirements.txt
File metadata and controls
56 lines (47 loc) · 811 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Core dependencies
typer==0.12.3
radon==6.0.1
python-dotenv==1.0.0
# AI/LLM dependencies
openai==1.40.0
anthropic>=0.18.0
langgraph==0.2.0
# RAG/Embedding dependencies - Minimal versions for compatibility
faiss-cpu
sentence-transformers
numpy
torch
transformers
# Web framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
aiofiles==23.2.1
httpx==0.25.2
# Git integration
GitPython==3.1.40
PyGithub==2.1.1
python-gitlab==4.1.1
requests==2.31.0
# Code analysis
pylint==3.0.3
bandit==1.7.5
isort==5.13.2
# Visualization
plotly==5.18.0
matplotlib
seaborn
networkx
pandas==2.1.4
pyvis==0.3.2
# PDF generation
fpdf2==2.7.6
reportlab==4.0.7
weasyprint==60.2
# Utilities
tqdm==4.66.1
psutil==5.9.6
# Testing (optional for production)
pytest==7.4.3
pytest-asyncio==0.21.1