Projektarbeit-MYP/backend/requirements.txt

30 lines
538 B
Plaintext

# Core Flask-Abhängigkeiten
flask==2.3.3
flask-cors==4.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
# 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