# MYP V2 - Python Dependencies # Installiere mit: pip3.11 install -r requirements.txt # Flask Framework und Extensions Flask==3.0.0 Flask-Login==0.6.3 # Datenbank SQLAlchemy==2.0.23 # Smart Plug Steuerung PyP100==0.1.4 # Passwort-Hashing (bereits in Flask enthalten, aber explizit für Klarheit) Werkzeug==3.0.1 # Entwicklung und Testing (optional) pytest==7.4.3 pytest-cov==4.1.0 # Produktions-Server (optional) gunicorn==21.2.0 # Monitoring und Logging (optional) psutil==5.9.6