initial version. downloads historical market data. creates a graph from peak to trough.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user