初始提交:飞球 ETL 系统全量代码

This commit is contained in:
Neo
2026-02-13 08:05:34 +08:00
commit 3c51f5485d
441 changed files with 117631 additions and 0 deletions

15
requirements.txt Normal file
View File

@@ -0,0 +1,15 @@
# ── ETL 核心 ──────────────────────────────────────
psycopg2-binary>=2.9.0 # PostgreSQL 驱动
requests>=2.28.0 # 上游 API HTTP 客户端
python-dateutil>=2.8.0 # 日期解析
tzdata>=2023.0 # 时区数据
python-dotenv # .env 文件加载
# ── 数据处理 ──────────────────────────────────────
openpyxl>=3.1.0 # Excel 导入导出DWS 数据)
# ── GUI ───────────────────────────────────────────
PySide6>=6.5.0 # Qt 桌面 GUI 框架
# ── Web API可选────────────────────────────────
flask>=2.3