-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
97 lines (82 loc) · 1.57 KB
/
requirements.txt
File metadata and controls
97 lines (82 loc) · 1.57 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# ============================================================
# CodeGuardian — Production Dependencies
# ============================================================
# Core AI/LLM
langchain==0.3.13
langchain-google-genai==2.0.8
langchain-anthropic==0.3.0
langchain-openai==0.3.0
langgraph==0.2.62
langchain-core==0.3.28
langchain-community==0.3.13
# Git operations
gitpython==3.1.43
pygithub==2.5.0
python-gitlab==4.14.0
# Code analysis
pylint==3.3.4
flake8==7.1.1
black==24.10.0
mypy==1.14.0
bandit==1.8.0
radon==6.0.1
astroid==3.3.8
tree-sitter==0.23.2
tree-sitter-python==0.23.6
tree-sitter-javascript==0.23.1
# Security scanning
safety==3.2.11
semgrep==1.103.0
pip-audit==2.8.0
# API Server
fastapi==0.115.0
uvicorn[standard]==0.32.0
httpx==0.28.0
python-multipart==0.0.12
websockets==14.1
# Background Tasks
celery==5.4.0
redis==5.2.0
flower==2.0.1
# Database (production)
asyncpg==0.30.0
sqlalchemy[asyncio]==2.0.36
alembic==1.14.0
# Authentication
pyjwt==2.10.0
passlib==1.7.4
bcrypt==4.2.0
python-jose==3.3.0
# RAG / Vector Store
chromadb==0.5.0
langchain-chroma==0.1.4
# Monitoring
prometheus-client==0.21.0
structlog==24.4.0
opentelemetry-api==1.28.0
opentelemetry-sdk==1.28.0
# Testing
pytest==8.3.4
pytest-asyncio==0.24.0
pytest-cov==6.0.0
pytest-httpx==0.30.0
coverage==7.6.9
locust==2.31.0
# Performance profiling
memory-profiler==0.61.0
py-spy==0.4.0
# Utilities
pyyaml==6.0.2
python-dotenv==1.0.1
rich==13.9.4
click==8.1.8
tenacity==9.0.0
pydantic==2.10.5
ruff==0.8.0
# Reporting
jinja2==3.1.5
markdown==3.7
reportlab==4.2.5
# Deployment
docker==7.1.0
kubernetes==31.0.0