13 lines
235 B
TOML
13 lines
235 B
TOML
[project]
|
|
name = "dad-options"
|
|
version = "0.1.0"
|
|
description = "CLI for exporting Yahoo Finance option chains to CSV"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"yfinance>=0.2.50",
|
|
"pandas>=2.2.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = true
|