Add missing dagster-postgres dependency
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
This commit is contained in:
@@ -7,6 +7,7 @@ requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"dagster>=1.11.16",
|
||||
"dagster-webserver>=1.11.16",
|
||||
"dagster-postgres>=0.27.16",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-cov>=7.0.0",
|
||||
"requests>=2.32.0",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
dagster>=1.11.16
|
||||
dagster-webserver>=1.11.16
|
||||
dagster-postgres>=0.27.16
|
||||
pytest>=8.4.2
|
||||
pytest-cov>=7.0.0
|
||||
requests>=2.32.0
|
||||
Reference in New Issue
Block a user