Files
rpa_vision_v3/visual_workflow_builder/backend/requirements.txt
Dom a27b74cf22 v1.0 - Version stable: multi-PC, détection UI-DETR-1, 3 modes exécution
- Frontend v4 accessible sur réseau local (192.168.1.40)
- Ports ouverts: 3002 (frontend), 5001 (backend), 5004 (dashboard)
- Ollama GPU fonctionnel
- Self-healing interactif
- Dashboard confiance

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 11:23:51 +01:00

38 lines
570 B
Plaintext

# Flask and Extensions
Flask==3.0.0
Flask-SocketIO==5.3.5
Flask-CORS==4.0.0
python-socketio==5.10.0
python-engineio==4.8.0
# Database
SQLAlchemy==2.0.23
Flask-SQLAlchemy==3.1.1
Flask-Migrate==4.0.5
# Validation and Serialization
marshmallow==3.20.1
jsonschema==4.20.0
pydantic==2.5.2
# Redis for caching
redis==5.0.1
Flask-Caching==2.1.0
# Utilities
python-dotenv==1.0.0
PyYAML==6.0.1
python-dateutil==2.8.2
# Testing
pytest==7.4.3
pytest-cov==4.1.0
pytest-flask==1.3.0
pytest-mock==3.12.0
hypothesis==6.92.1
# Development
black==23.12.1
flake8==6.1.0
mypy==1.7.1