orderflow_backtest/pyproject.toml

20 lines
352 B
TOML
Raw Permalink Normal View History

[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",
2025-09-10 15:39:16 +08:00
"pyside6>=6.8.0",
"pyqtgraph>=0.13.0",
"typer>=0.16.1",
"pandas>=2.0.0",
2025-09-10 15:39:16 +08:00
"numpy>=2.3.2",
]
[dependency-groups]
dev = [
"pytest>=8.4.1",
]