update
This commit is contained in:
parent
d40ac1fc19
commit
f694ee3bd3
@ -6,3 +6,18 @@ pymysql==1.1.0
|
||||
requests==2.31.0
|
||||
schedule==1.2.0
|
||||
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 # 用于读取环境变量
|
||||
Loading…
Reference in New Issue
Block a user