modify scripts

This commit is contained in:
oscarz
2025-03-22 18:45:59 +08:00
parent 0ce1ff3657
commit 7ded7c5a19
12 changed files with 342 additions and 1953 deletions

18
requirements.txt Normal file
View File

@ -0,0 +1,18 @@
# 公共包,一般情况下都有了
requests
beautifulsoup4
lxml
pymysql
# futu openapi 包,以及它依赖的加密库
futu-api
cryptography
# 股票计算
numpy
pandas
matplotlib
yfinance
# https://github.com/mpquant/MyTT
MyTT