lstm-alpha-strategy/pyproject.toml

13 lines
261 B
TOML
Raw Normal View History

2026-07-05 04:47:55 +01:00
[project]
name = "lstm-alpha-strategy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alpaca-py>=0.43.5",
"dotenv>=0.9.9",
"pandas>=3.0.3",
"python-dotenv>=1.2.2",
]