Skip to content

Commit

Permalink
Remove SQLAlchemy dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jun 6, 2024
1 parent 6d641a6 commit 02d178b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ dev-packages = [
"metricflow-semantics/extra-hatch-configuration/requirements-dev-packages.txt",
"dbt-metricflow/extra-hatch-configuration/requirements-cli.txt"
]
sql-client-packages = [
"extra-hatch-configuration/requirements-sql-client-packages.txt"
]
trino-sql-client-packages = [
"extra-hatch-configuration/requirements-trino-sql-client-packages.txt"
]
Expand Down Expand Up @@ -96,7 +93,6 @@ run = "run-coverage --no-cov"

features = [
"dev-packages",
"sql-client-packages",
"dbt-duckdb",
]

Expand All @@ -119,7 +115,6 @@ description = "Dev environment for working with Postgres adapter"

features = [
"dev-packages",
"sql-client-packages",
"dbt-postgres",
]

Expand All @@ -136,7 +131,6 @@ description = "Dev environment for working with the BigQuery adapter"

features = [
"dev-packages",
"sql-client-packages",
"dbt-bigquery",
]

Expand All @@ -151,7 +145,6 @@ description = "Dev environment for working with the Databricks adapter"

features = [
"dev-packages",
"sql-client-packages",
"dbt-databricks",
]

Expand All @@ -165,7 +158,6 @@ description = "Dev environment for working with the Redshift adapter"

features = [
"dev-packages",
"sql-client-packages",
"dbt-redshift"
]

Expand All @@ -179,7 +171,6 @@ description = "Dev environment for working with Snowflake adapter"

features = [
"dev-packages",
"sql-client-packages",
"dbt-snowflake",
]

Expand All @@ -195,7 +186,6 @@ description = "Dev environment for working with the Trino adapter"

features = [
"dev-packages",
"sql-client-packages",
"trino-sql-client-packages",
"dbt-trino"
]
Expand Down

0 comments on commit 02d178b

Please sign in to comment.