orderflow_backtest/pyproject.toml

17 lines
286 B
TOML
Raw 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",
"pyqt5>=5.15.11",
"typer>=0.16.1",
]
[dependency-groups]
dev = [
"pytest>=8.4.1",
]