Spaces:
Runtime error
Runtime error
Add yfinance to pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
| 8 |
[tool.poetry.dependencies]
|
| 9 |
python = "^3.10.0"
|
| 10 |
writer = {version = "^0.6.0"}
|
| 11 |
-
|
| 12 |
|
| 13 |
[build-system]
|
| 14 |
requires = ["poetry-core"]
|
|
|
|
| 8 |
[tool.poetry.dependencies]
|
| 9 |
python = "^3.10.0"
|
| 10 |
writer = {version = "^0.6.0"}
|
| 11 |
+
yfinance = "^0.2.0"
|
| 12 |
|
| 13 |
[build-system]
|
| 14 |
requires = ["poetry-core"]
|