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