1
0

完成对接数据库查询

This commit is contained in:
2026-01-19 17:44:51 +08:00
commit 502cf71367
13 changed files with 2069 additions and 0 deletions

13
pyproject.toml Normal file
View 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",
]