Files
Atomizer/atomizer-dashboard/backend/requirements.txt
Antoine 9eed4d81eb feat: Add Claude Code terminal integration to dashboard
- Add embedded Claude Code terminal with xterm.js for full CLI experience
- Create WebSocket PTY backend for real-time terminal communication
- Add terminal status endpoint to check CLI availability
- Update dashboard to use Claude Code terminal instead of API chat
- Add optimization control panel with start/stop/validate actions
- Add study context provider for global state management
- Update frontend with new dependencies (xterm.js addons)
- Comprehensive README documentation for all new features

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 15:02:13 -05:00

35 lines
492 B
Plaintext

# Atomizer Dashboard Backend Dependencies
# FastAPI and ASGI server
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
# WebSocket support
websockets>=12.0
# File watching
watchdog>=3.0.0
aiofiles>=23.2.1
# Data validation
pydantic>=2.5.0
# Optimization & Analysis
optuna>=3.4.0
numpy>=1.24.0
pandas>=2.0.0
# 3D & Engineering
pyNastran>=1.4.0
trimesh>=4.0.0
scipy>=1.10.0
# Reporting
markdown>=3.5.0
weasyprint>=60.0.0
jinja2>=3.1.0
# AI Integration
anthropic>=0.18.0