Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erinkcochran87 committed Feb 27, 2024
1 parent 1a8b68e commit 866c30f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ setup(
"dagster==1.6.*",
"dagster-cloud",
"dagster-duckdb",
"dagster-dbt",
"dbt-duckdb",
"geopandas",
"kaleido",
"pandas",
"plotly",
"shapely",
"dagster-dbt",
"dbt-duckdb",
"smart_open[s3]",
"s3fs",
"smart_open",
"boto3",
],
extras_require={"dev": ["dagster-webserver", "pytest"]},
)
Expand Down

0 comments on commit 866c30f

Please sign in to comment.