28 lines
582 B
Plaintext
28 lines
582 B
Plaintext
# Core Web Framework
|
|
Flask==2.3.3
|
|
Flask-Cors==4.0.0
|
|
|
|
# PLC Communication
|
|
python-snap7==2.0.2
|
|
|
|
# System Monitoring & Process Management
|
|
psutil==5.9.5
|
|
|
|
# Data Processing & Analysis
|
|
pandas==2.3.1
|
|
numpy==2.2.6
|
|
|
|
# JSON Schema Validation
|
|
jsonschema==4.22.0
|
|
|
|
# System Tray Icon Support
|
|
pystray==0.19.4
|
|
Pillow==10.0.1
|
|
|
|
# Note: The following dependencies are automatically installed with Flask:
|
|
# - Werkzeug==3.1.3 (WSGI toolkit)
|
|
# - Jinja2==3.1.6 (templating engine)
|
|
# - click (CLI utilities)
|
|
# - itsdangerous (security utilities)
|
|
# - blinker (signals)
|
|
# - MarkupSafe (safe string handling) |