From f694ee3bd394d22169b2f59a678f9cc4625d7fc6 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Apr 2025 12:10:56 +0800 Subject: [PATCH] update --- requirements.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2007e2..b803831 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,19 @@ sqlalchemy==2.0.19 pymysql==1.1.0 requests==2.31.0 schedule==1.2.0 -scikit-learn==1.3.2 \ No newline at end of file +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 # 用于读取环境变量 \ No newline at end of file