fixed missing postgreseql
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m21s

This commit is contained in:
Richard Mrasek
2026-06-12 09:15:10 +02:00
parent a9946102ed
commit 52d2bb1812
3 changed files with 64 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ description = "Consolidated code location for all data services workflows"
requires-python = ">=3.12"
dependencies = [
"dagster>=1.8.13",
"dagster-postgres>=0.24.13",
"util-services",
]