From 632a6c2049a43fe810ebf5a9959e1d1775927049 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 2 Nov 2025 19:36:26 +0800 Subject: [PATCH] u0date --- requirements.txt | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/requirements.txt b/requirements.txt index ada66fd..44b9794 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,53 +1,32 @@ -# Data source +# 核心数据源 tushare>=1.2.89 python-binance>=1.0.19 -# Data analysis and manipulation +# 数据处理 pandas>=2.0.0 numpy>=1.24.0 -# Technical indicators +# 技术指标 pandas-ta==0.4.67b0 -# Visualization -matplotlib>=3.7.0 -plotly>=5.14.0 -seaborn>=0.12.0 - -# Machine learning (optional for advanced strategies) -scikit-learn>=1.3.0 - -# Database -PyMySQL>=1.1.0 - ->=2.0.0 +# 数据库 pymysql[rsa]>=1.1.0 +sqlalchemy>=2.0.0 mysql-connector-python>=8.0.33 cryptography>=41.0.0 -# Configuration +# 配置文件 pyyaml>=6.0 -# configparser is part of Python standard library -# Logging +# 日志记录 loguru>=0.7.0 -# Scheduling and timing +# 任务调度 schedule>=1.2.0 pytz>=2023.3 -# API and web requests +# 网络请求 requests>=2.31.0 -aiohttp>=3.8.0 -# Development tools -pytest>=7.4.0 -black>=23.0.0 -flake8>=6.0.0 - -# Jupyter notebook support -jupyter>=1.0.0 -ipykernel>=6.25.0 - -# Web framework +# Web框架 flask>=2.3.0 \ No newline at end of file