finish historical extraction

This commit is contained in:
Deeman
2025-07-13 23:20:55 +02:00
parent b8ad73202c
commit 0a60bf8746
16 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[project]
name = "sqlmesh-materia"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Deeman", email = "hendriknote@gmail.com" }
]
requires-python = ">=3.13"
dependencies = [
"sqlmesh>=0.200.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"