13 lines
261 B
TOML
13 lines
261 B
TOML
|
|
[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",
|
||
|
|
]
|