18 lines
382 B
TOML
18 lines
382 B
TOML
[project]
|
|
name = "leopard-analysis"
|
|
version = "0.1.0"
|
|
description = "Stock analysis"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"backtesting~=0.6.5",
|
|
"duckdb>=1.4.3",
|
|
"jupyter~=1.1.1",
|
|
"matplotlib~=3.10.8",
|
|
"mplfinance>=0.12.10b0",
|
|
"pandas~=2.3.3",
|
|
"pandas-stubs~=2.3.3",
|
|
"peewee~=3.19.0",
|
|
"psycopg2-binary~=2.9.11",
|
|
"sqlalchemy>=2.0.46",
|
|
]
|