"feat: Added debug server and related components for improved development experience"

This commit is contained in:
2025-05-23 07:24:51 +02:00
parent d457a8d86b
commit 9f6219832c
189 changed files with 35730 additions and 133 deletions

View File

@ -1,9 +1,30 @@
# Core Flask-Abhängigkeiten
flask==2.3.3
flask-cors==4.0.0
pyjwt==2.8.0
python-dotenv==1.0.0
werkzeug==2.3.7
# Authentifizierung und Sicherheit
pyjwt==2.8.0
flask-wtf==1.1.1
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
requests==2.31.0
requests==2.31.0
# Monitoring und Logging
flask-healthcheck==0.1.0
prometheus-flask-exporter==0.23.0
# Entwicklung und Testing (optional)
pytest==7.4.3
pytest-flask==1.3.0
coverage==7.3.2