Skip to content

Commit

Permalink
Update pyproject.toml #1055
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Mar 23, 2024
1 parent e702d8a commit 83b3812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pyodbc = {version = "^4.0.39", optional = true}
qdrant-client = {version = "^1.6.4", optional = true, extras = ["fastembed"]}
databricks-sql-connector = {version = ">=2.9.3,<3.0.0", optional = true}
dbt-databricks = {version = "^1.7.3", optional = true}
clickhouse-driver = { version = "^0.2.7", optional = true }

[tool.poetry.extras]
dbt = ["dbt-core", "dbt-redshift", "dbt-bigquery", "dbt-duckdb", "dbt-snowflake", "dbt-athena-community", "dbt-databricks"]
Expand All @@ -103,6 +104,7 @@ mssql = ["pyodbc"]
synapse = ["pyodbc", "adlfs", "pyarrow"]
qdrant = ["qdrant-client"]
databricks = ["databricks-sql-connector"]
clickhouse = ["clickhouse-driver"]

[tool.poetry.scripts]
dlt = "dlt.cli._dlt:_main"
Expand Down Expand Up @@ -145,10 +147,9 @@ google-api-python-client = ">=1.7.11"
pytest-asyncio = "^0.23.5"
types-sqlalchemy = "^1.4.53.38"
ruff = "^0.3.2"
clickhouse-driver = "^0.2.7"

[tool.poetry.group.pipeline]
optional=true
optional = true

[tool.poetry.group.pipeline.dependencies]
google-auth-oauthlib = "^1.0.0"
Expand Down Expand Up @@ -191,9 +192,9 @@ SQLAlchemy = ">=1.4.0"
pymysql = "^1.1.0"
pypdf2 = "^3.0.1"
pydoc-markdown = "^4.8.2"
connectorx="0.3.2"
dbt-core=">=1.2.0"
dbt-duckdb=">=1.2.0"
connectorx = "0.3.2"
dbt-core = ">=1.2.0"
dbt-duckdb = ">=1.2.0"
pymongo = ">=4.3.3"
pandas = ">2"

Expand Down

0 comments on commit 83b3812

Please sign in to comment.