crypto.ai/requirements.txt
2025-04-29 12:12:15 +08:00

23 lines
533 B
Plaintext

python-binance==1.0.16
pandas==2.0.3
numpy==1.24.3
sqlalchemy==2.0.19
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 # 用于读取环境变量