25 lines
483 B
TOML
25 lines
483 B
TOML
[tool.poetry]
|
|
name = "finance"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["lanyuanxiaoyao <lanyuanxiaoyao@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
tushare = "^1.4.16"
|
|
akshare = "^1.15.69"
|
|
pandas = "^2.2.3"
|
|
jupyter = "^1.1.1"
|
|
matplotlib = "^3.10.0"
|
|
prophet = "^1.1.6"
|
|
mplfinance = "^0.12.10b0"
|
|
scipy = "^1.15.1"
|
|
ta-lib = "^0.6.3"
|
|
backtrader = "^1.9.78.123"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|