21 lines
389 B
TOML
21 lines
389 B
TOML
[project]
|
|
name = "orderflow-backtest"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"matplotlib>=3.10.5",
|
|
"pyqt5>=5.15.11",
|
|
"typer>=0.16.1",
|
|
"dash>=2.18.0",
|
|
"plotly>=5.18.0",
|
|
"dash-bootstrap-components>=1.5.0",
|
|
"pandas>=2.0.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8.4.1",
|
|
]
|