File size: 666 Bytes
4b6e45c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Code Review Agent Dependencies

# Core Dependencies
gradio
requests
gitpython
python-dotenv

# UI Dependencies
markdown
pydantic

# Code Analysis
astroid  # Python AST parsing
pylint  # Python linting
esprima  # JavaScript parsing
jsbeautifier  # JavaScript formatting
# Note: javascript-obfuscator was removed as it's not available on PyPI
pyright  # TypeScript type checking

# Security Analysis
bandit  # Python security scanning
safety  # Dependency vulnerability checking

# Performance Analysis
psutil  # System utilization
memory-profiler  # Memory profiling

# MCP Integration
openai  # OpenAI API client for Nebius integration

# Deployment
modal


pdfkit