15 lines
281 B
TOML
15 lines
281 B
TOML
[project]
|
|
name = "marketreturns"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pandas>=3.0.3",
|
|
"python-dotenv>=1.2.2",
|
|
"yfinance>=1.3.0",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|