15 lines
292 B
TOML
15 lines
292 B
TOML
[project]
|
|
name = "dashboard"
|
|
version = "0.1.0"
|
|
description = "Streamlit dashboard for electricity price data"
|
|
dependencies = [
|
|
"streamlit>=1.54.0",
|
|
"common",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
common = { workspace = true }
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|