15 lines
330 B
TOML
15 lines
330 B
TOML
[project]
|
|
name = "common"
|
|
version = "0.1.0"
|
|
description = "Shared logic and utilities for the Strompreis Pipeline"
|
|
dependencies = [
|
|
"duckdb>=1.4.4",
|
|
"polars>=1.38.1",
|
|
"pydantic>=2.12.5",
|
|
"pydantic-settings>=2.12.0",
|
|
"pyyaml>=6.0.3",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|