init: 项目初始提交 - NeoZQYY Monorepo 完整代码

This commit is contained in:
Neo
2026-02-15 14:58:14 +08:00
commit ded6dfb9d8
769 changed files with 182616 additions and 0 deletions

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