Skip to content

Commit f41bee2

Browse files
committed
Fix dependencies in hooli
1 parent cef4e9e commit f41bee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooli-airlift/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.9,<3.13"
77
dependencies = [
88
"dagster",
99
"dagster-cloud",
10-
"dagster-airlift",
10+
"dagster-airlift[core,mwaa]",
1111
"boto3",
1212
]
1313

0 commit comments

Comments
 (0)