Files
ZQYY.FQ-ETL/requirements.txt

16 lines
908 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ── 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