feat(quick-2): archive Flask v1 interface to src_v1/

- Copy app.py, templates, static, data, routes, services
- Copy requirements.txt for v1 dependencies
This commit is contained in:
2026-03-12 12:29:42 +08:00
parent c824db1428
commit 65e8907307
7 changed files with 2286 additions and 0 deletions

18
src_v1/requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
# TCKRTUIYO - Rainfall Station RTU Web Interface
# Phase 1: Foundation & Kiosk UI
# Web Framework
Flask==3.1.0
Flask-SocketIO==5.6.0
# Async support for Flask-SocketIO
eventlet==0.40.0
# System monitoring
psutil==6.1.0
# Serial communication (for sensor hardware)
pyserial==3.5
# Settings storage
python-dotenv==1.0.0