modify scripts
This commit is contained in:
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# 公共包,一般情况下都有了
|
||||
requests
|
||||
beautifulsoup4
|
||||
lxml
|
||||
pymysql
|
||||
|
||||
# futu openapi 包,以及它依赖的加密库
|
||||
futu-api
|
||||
cryptography
|
||||
|
||||
# 股票计算
|
||||
numpy
|
||||
pandas
|
||||
matplotlib
|
||||
yfinance
|
||||
|
||||
# https://github.com/mpquant/MyTT
|
||||
MyTT
|
||||
Reference in New Issue
Block a user