完成对接数据库查询
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "leopard-analysis"
|
||||
version = "0.1.0"
|
||||
description = "Stock analysis"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"backtesting>=0.6.5",
|
||||
"jupyter>=1.1.1",
|
||||
"pandas>=2.3.3",
|
||||
"pandas-stubs~=2.3.3",
|
||||
"peewee>=3.19.0",
|
||||
"psycopg2-binary>=2.9.11",
|
||||
]
|
||||
Reference in New Issue
Block a user