Files
stock/requirements.txt
2025-07-12 13:59:19 +08:00

20 lines
246 B
Plaintext

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