"""
feat: Update frontend and backend configurations for development environment - Downgrade PyP100 version in requirements.txt for compatibility. - Add new frontend routes for index, login, dashboard, printers, jobs, and profile pages. - Modify docker-compose files for development setup, including environment variables and service names. - Update Caddyfile for local development with Raspberry Pi backend. - Adjust health check route to use updated backend URL. - Enhance setup-backend-url.sh for development environment configuration. """
This commit is contained in:
@ -9,7 +9,7 @@ Flask-Login==0.6.3
|
||||
SQLAlchemy==2.0.23
|
||||
|
||||
# Smart Plug Steuerung
|
||||
PyP100==0.1.4
|
||||
PyP100==0.1.2
|
||||
|
||||
# Passwort-Hashing (bereits in Flask enthalten, aber explizit für Klarheit)
|
||||
Werkzeug==3.0.1
|
||||
|
Reference in New Issue
Block a user