add yfinance and more readme

This commit is contained in:
2025-03-01 18:13:38 +01:00
parent 96a6abf1e0
commit 32b7df714e
2 changed files with 16 additions and 1 deletions

View File

@@ -7,7 +7,9 @@ authors = [
{ name = "Deeman", email = "hendrik.note@gmail.com" }
]
requires-python = ">=3.13"
dependencies = []
dependencies = [
"yfinance>=0.2.54",
]
[project.scripts]
materia = "materia:main"