"Refactor printer management scripts and update requirements"
This commit is contained in:
@ -1,38 +1,69 @@
|
||||
# MYP V3 - Python Dependencies
|
||||
# Installiere mit: pip install -r requirements.txt
|
||||
|
||||
# Flask Framework und Extensions
|
||||
Flask==3.0.0
|
||||
# MYP Platform - Python Dependencies
|
||||
# Core Flask Framework
|
||||
Flask==2.3.3
|
||||
Flask-Login==0.6.3
|
||||
Flask-WTF==1.2.1
|
||||
Flask-Limiter==3.5.0
|
||||
Flask-WTF==1.1.1
|
||||
Werkzeug==2.3.7
|
||||
|
||||
# Datenbank
|
||||
SQLAlchemy==2.0.41
|
||||
# Database
|
||||
SQLAlchemy==2.0.21
|
||||
alembic==1.12.0
|
||||
|
||||
# Smart Plug Steuerung
|
||||
PyP100==0.1.2
|
||||
# Security & Authentication
|
||||
cryptography==41.0.4
|
||||
PyJWT==2.8.0
|
||||
bcrypt==4.0.1
|
||||
passlib==1.7.4
|
||||
|
||||
# Passwort-Hashing und Sicherheit
|
||||
Werkzeug==3.0.1
|
||||
bcrypt==4.1.2
|
||||
cryptography==42.0.8
|
||||
# HTTP & API
|
||||
requests==2.31.0
|
||||
urllib3==2.0.4
|
||||
|
||||
# Sicherheit und Rate Limiting
|
||||
redis==5.0.1
|
||||
# Smart Plug Control (Tapo)
|
||||
PyP100==0.1.4
|
||||
|
||||
# Entwicklung und Testing
|
||||
pytest==7.4.3
|
||||
pytest-cov==4.1.0
|
||||
# System Monitoring
|
||||
psutil==5.9.5
|
||||
|
||||
# Produktions-Server
|
||||
# Date & Time
|
||||
python-dateutil==2.8.2
|
||||
|
||||
# Configuration & Environment
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# Logging & Debugging
|
||||
colorlog==6.7.0
|
||||
|
||||
# SSL Certificate Management
|
||||
pyOpenSSL==23.2.0
|
||||
|
||||
# Network & IP Address Handling
|
||||
ipaddress==1.0.23
|
||||
|
||||
# JSON & Data Processing
|
||||
jsonschema==4.19.0
|
||||
|
||||
# File System Operations
|
||||
pathlib2==2.3.7
|
||||
|
||||
# Process Management
|
||||
supervisor==4.2.5
|
||||
|
||||
# Development & Testing (optional)
|
||||
pytest==7.4.2
|
||||
pytest-flask==1.2.0
|
||||
|
||||
# Production Server
|
||||
gunicorn==21.2.0
|
||||
|
||||
# Monitoring und Logging
|
||||
psutil==5.9.6
|
||||
# System Service Management
|
||||
systemd-python==235
|
||||
|
||||
# Zusätzliche Dependencies
|
||||
requests==2.31.0
|
||||
Jinja2==3.1.2
|
||||
# Hardware Interface (GPIO for Raspberry Pi)
|
||||
RPi.GPIO==0.7.1
|
||||
|
||||
# Additional Utilities
|
||||
click==8.1.7
|
||||
itsdangerous==2.1.2
|
||||
MarkupSafe==2.1.3
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
Reference in New Issue
Block a user