Update SQLMesh for R2 data access & Convert psd data to gzip

This commit is contained in:
Hendrik Dreesmann
2025-11-02 00:26:01 +01:00
parent fc27d5f887
commit b702e6565a
26 changed files with 3553 additions and 1786 deletions

19
web/pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "web"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Deeman", email = "hendriknote@gmail.com" }
]
requires-python = ">=3.13"
dependencies = [
"quart>=0.20.0",
]
[project.scripts]
web = "web:main"
[build-system]
requires = ["uv_build>=0.8.3,<0.9.0"]
build-backend = "uv_build"