"Update backend configuration and tests for improved stability"
This commit is contained in:
@@ -1,31 +1,54 @@
|
||||
# Core Flask-Abhängigkeiten
|
||||
flask==2.3.3
|
||||
flask-cors==4.0.0
|
||||
werkzeug==2.3.7
|
||||
# Core Flask framework
|
||||
Flask==3.0.3
|
||||
Werkzeug==3.0.3
|
||||
|
||||
# Authentifizierung und Sicherheit
|
||||
pyjwt==2.8.0
|
||||
flask-wtf==1.1.1
|
||||
# Flask extensions
|
||||
Flask-CORS==4.0.0
|
||||
|
||||
# Security
|
||||
flask-talisman==1.1.0
|
||||
|
||||
# Umgebung und Konfiguration
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# WSGI-Server für Produktion
|
||||
gunicorn==21.2.0
|
||||
waitress==2.1.2
|
||||
|
||||
# Netzwerk und Hardware-Integration
|
||||
PyP100==0.0.19
|
||||
netifaces==0.11.0
|
||||
# HTTP client
|
||||
requests==2.31.0
|
||||
|
||||
# Monitoring und Logging
|
||||
flask-healthcheck==0.1.0
|
||||
prometheus-flask-exporter==0.23.0
|
||||
psutil==5.9.6
|
||||
# Networking and socket handling
|
||||
python-socketio==5.11.4
|
||||
|
||||
# Entwicklung und Testing (optional)
|
||||
# Threading utilities
|
||||
eventlet==0.36.1
|
||||
|
||||
# Environment variables
|
||||
python-dotenv==1.0.1
|
||||
|
||||
# Cryptography and hashing
|
||||
PyJWT==2.8.0
|
||||
cryptography==41.0.7
|
||||
|
||||
# Date and time handling
|
||||
python-dateutil==2.8.2
|
||||
|
||||
# JSON Web Tokens
|
||||
flask-jwt-extended==4.6.0
|
||||
|
||||
# Database
|
||||
SQLAlchemy==2.0.23
|
||||
Flask-Migrate==4.0.5
|
||||
|
||||
# Production server
|
||||
gunicorn==21.2.0
|
||||
|
||||
# Monitoring
|
||||
prometheus_client==0.20.0
|
||||
|
||||
# Testing
|
||||
pytest==7.4.3
|
||||
pytest-flask==1.3.0
|
||||
coverage==7.3.2
|
||||
pytest-cov==4.1.0
|
||||
|
||||
# Development
|
||||
Flask-DebugToolbar==0.13.1
|
||||
|
||||
# Cache
|
||||
redis==5.0.1
|
||||
|
||||
# Utilities
|
||||
click==8.1.7
|
Reference in New Issue
Block a user