- 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>
38 lines
570 B
Plaintext
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
|