File size: 648 Bytes
dfee0ed 655c20c dfee0ed a8638f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
# 本地打包使用国内镜像源加速下载, 默认不使用,影响github actions # --index-url https://pypi.tuna.tsinghua.edu.cn/simple # 基础科学计算和数据处理库 numpy==2.1.2 pandas==2.2.2 scipy==1.15.1 # 数据获取和分析库 akshare==1.16.89 tqdm==4.67.1 # 网络和API请求 requests==2.32.3 python-dotenv==1.0.1 flask==3.1.0 # 日志和系统工具 loguru==0.7.2 # 可选:数据可视化(未来扩展) matplotlib==3.9.2 seaborn==0.13.2 # 开发和调试工具 ipython>=7.34.0 # 其他依赖 beautifulsoup4==4.12.3 html5lib==1.1 lxml==4.9.4 jsonpath==0.82.2 openpyxl==3.1.5 # 转成pdf文件 fpdf==1.7.2 |