1
0

实现基本计算处理

This commit is contained in:
2026-01-19 18:03:21 +08:00
parent 502cf71367
commit 36db9d05ea
3 changed files with 321 additions and 19 deletions

View File

@@ -4,10 +4,11 @@ version = "0.1.0"
description = "Stock analysis"
requires-python = ">=3.14"
dependencies = [
"backtesting>=0.6.5",
"jupyter>=1.1.1",
"pandas>=2.3.3",
"backtesting~=0.6.5",
"jupyter~=1.1.1",
"matplotlib~=3.10.8",
"pandas~=2.3.3",
"pandas-stubs~=2.3.3",
"peewee>=3.19.0",
"psycopg2-binary>=2.9.11",
"peewee~=3.19.0",
"psycopg2-binary~=2.9.11",
]