实现基本计算处理
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user