| # 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 |