refactor: seperate system into single Dockerfiles

This commit is contained in:
Patryk Hegenberg 2026-02-18 12:47:22 +01:00
parent ad87f702f1
commit ed803a2ca5
26 changed files with 238 additions and 85 deletions

View file

@ -1,23 +1,12 @@
[project]
name = "strompreis-pipline"
version = "0.1.0"
description = "Add your description here"
description = "Strompreis Pipeline Workspace"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"click>=8.3.1",
"duckdb>=1.4.4",
"fastapi>=0.128.7",
"polars>=1.38.1",
"pyarrow>=23.0.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pyyaml>=6.0.3",
"requests>=2.32.5",
"streamlit>=1.54.0",
"tenacity>=9.1.4",
"uvicorn>=0.40.0",
]
[tool.uv.workspace]
members = ["packages/*", "apps/*"]
[tool.ruff]
line-length = 88