This commit is contained in:
aaron 2025-04-29 12:10:56 +08:00
parent d40ac1fc19
commit f694ee3bd3

View File

@ -5,4 +5,19 @@ sqlalchemy==2.0.19
pymysql==1.1.0 pymysql==1.1.0
requests==2.31.0 requests==2.31.0
schedule==1.2.0 schedule==1.2.0
scikit-learn==1.3.2 scikit-learn==1.3.2
pyyaml==6.0.1
# 日志相关
logging==0.4.9.6
# 数据处理相关
pytz==2023.3
# 文件格式相关
openpyxl==3.1.2
# 数据库连接池
# (sqlalchemy已经包含QueuePool)
# 数据处理和分析相关
pytz==2023.3
openpyxl==3.1.2 # 用于Excel文件读写
matplotlib==3.7.2 # 可能用于绘图
# 系统和工具
python-dotenv==1.0.0 # 用于读取环境变量