Skip to content

Commit

Permalink
move google api client to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 4, 2024
1 parent c7d2e42 commit 4466161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ boto3-stubs = "^1.28.28"
types-tqdm = "^4.66.0.2"
types-psutil = "^5.9.5.16"
types-psycopg2 = "^2.9.21.14"
google-api-python-client = ">=1.7.11"

[tool.poetry.group.pipeline]
optional=true
Expand Down Expand Up @@ -174,7 +175,6 @@ dbt-core=">=1.2.0"
dbt-duckdb=">=1.2.0"
pymongo = ">=4.3.3"
pandas = ">2"
google-api-python-client = ">=1.7.11"

[tool.black] # https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file
line-length = 100
Expand Down

0 comments on commit 4466161

Please sign in to comment.