Skip to content

Commit

Permalink
Added missing google-api-python-client module
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanhashmi committed Aug 1, 2023
1 parent 107a2e0 commit 214741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies = [

[project.optional-dependencies]
postgres = ["psycopg2", "db-dtypes"]
bigqury = ["google-cloud-bigquery"]
bigqury = ["google-api-python-client", "google-cloud-bigquery"]
snowflake = ["snowflake-connector-python"]
test = ["tox"]

0 comments on commit 214741c

Please sign in to comment.