-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (43 loc) · 755 Bytes
/
requirements.txt
File metadata and controls
50 lines (43 loc) · 755 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
# Core AI/LLM
langchain==0.3.13
langchain-google-genai==2.0.8
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
# Testing
pytest==8.3.4
pytest-cov==6.0.0
coverage==7.6.9
# 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
# Reporting
jinja2==3.1.5
markdown==3.7
reportlab==4.2.5