17 lines
327 B
TOML
17 lines
327 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "blueprint_stocks"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
readme = "README.md"
|
|
dependencies = ["humanize", "rerun-sdk", "yfinance"]
|
|
|
|
[project.scripts]
|
|
blueprint_stocks = "blueprint_stocks:main"
|
|
|
|
[tool.rerun-example]
|
|
#skip = true
|