Skip to content

Commit

Permalink
Bump google deps, rm six
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Nov 5, 2021
1 parent 559bec2 commit e9e34c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ def _get_dbt_core_version():
install_requires=[
'dbt-core~={}'.format(dbt_core_version),
'protobuf>=3.13.0,<4',
'google-cloud-core>=1.3.0,<2',
'google-cloud-core>=1.3.0,<3',
'google-cloud-bigquery>=1.25.0,<3',
'google-api-core>=1.16.0,<1.31.3',
'google-api-core>=1.16.0,<3',
'googleapis-common-protos>=1.6.0,<2',
'six>=1.14.0',
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit e9e34c8

Please sign in to comment.