Skip to content

Commit

Permalink
fix: move dependencies to connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Sep 22, 2023
1 parent c5d8414 commit b0a1ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ coverage = "^7.2.7"
google-cloud-aiplatform = "^1.26.1"

[tool.poetry.extras]
connectors = [ "pymysql", "psycopg2"]
google-ai = ["google-generativeai", "google-cloud-aiplatform", "sqlalchemy-databricks", "snowflake-sqlalchemy"]
connectors = [ "pymysql", "psycopg2", "sqlalchemy-databricks", "snowflake-sqlalchemy"]
google-ai = ["google-generativeai", "google-cloud-aiplatform"]
google-sheets = ["beautifulsoup4"]
excel = ["openpyxl"]
polars = ["polars"]
Expand Down

0 comments on commit b0a1ddc

Please sign in to comment.