18 lines
409 B
TOML
18 lines
409 B
TOML
[project]
|
|
name = "incremental-trader"
|
|
version = "0.1.0"
|
|
description = "Incremental Trading Framework with Strategy Management and Backtesting"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"gspread>=6.2.1",
|
|
"matplotlib>=3.10.3",
|
|
"pandas>=2.2.3",
|
|
"plotly>=6.1.1",
|
|
"psutil>=7.0.0",
|
|
"scipy>=1.15.3",
|
|
"seaborn>=0.13.2",
|
|
"tqdm>=4.67.1",
|
|
"websocket>=0.2.1",
|
|
]
|