1
0
This repository has been archived on 2025-01-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
stock_learning/pyproject.toml
2024-12-30 22:37:50 +08:00

23 lines
446 B
TOML

[tool.poetry]
name = "stock-learning"
version = "0.1.0"
description = ""
authors = ["lanyuanxiaoyao <lanyuanxiaoyao@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
tushare = "^1.4.14"
jupyter = "^1.1.1"
akshare = "^1.15.60"
pymysql = "^1.1.1"
pandas = "^2.2.3"
matplotlib = "^3.10.0"
prophet = "^1.1.6"
mplfinance = "^0.12.10b0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"