Skip to content

Commit

Permalink
chore(dbt): remove unnecessary dependencies (#11668)
Browse files Browse the repository at this point in the history
### Summary & Motivation
As the title.

### How I Tested These Changes
bk
  • Loading branch information
rexledesma committed Jan 12, 2023
1 parent c9d9d4d commit 7ca2e00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python_modules/libraries/dagster-dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ def get_version() -> str:
f"dagster{pin}",
"dbt-core",
"requests",
"attrs",
"agate",
],
extras_require={
"test": [
"Jinja2",
"dbt-rpc<0.3.0",
"dbt-postgres",
"matplotlib",
]
},
zip_safe=False,
Expand Down

0 comments on commit 7ca2e00

Please sign in to comment.