Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Dec 22, 2021
1 parent 24980ed commit 09a1de3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins/flytekit-bigquery/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.
-e file:.#egg=flytekitplugins-bigquery
google-cloud-bigquery
58 changes: 56 additions & 2 deletions plugins/flytekit-bigquery/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ arrow==1.2.1
# via jinja2-time
binaryornot==0.4.4
# via cookiecutter
cachetools==4.2.4
# via google-auth
certifi==2021.10.8
# via requests
chardet==4.0.0
Expand Down Expand Up @@ -44,8 +46,34 @@ flyteidl==0.21.8
# via flytekit
flytekit==0.24.0
# via flytekitplugins-bigquery
grpcio==1.41.1
# via flytekit
google-api-core[grpc]==2.3.2
# via
# google-cloud-bigquery
# google-cloud-core
google-auth==2.3.3
# via
# google-api-core
# google-cloud-core
google-cloud-bigquery==2.31.0
# via -r requirements.in
google-cloud-core==2.2.1
# via google-cloud-bigquery
google-crc32c==1.3.0
# via google-resumable-media
google-resumable-media==2.1.0
# via google-cloud-bigquery
googleapis-common-protos==1.54.0
# via
# google-api-core
# grpcio-status
grpcio==1.43.0
# via
# flytekit
# google-api-core
# google-cloud-bigquery
# grpcio-status
grpcio-status==1.43.0
# via google-api-core
idna==3.3
# via requests
importlib-metadata==4.8.2
Expand Down Expand Up @@ -77,23 +105,41 @@ numpy==1.21.4
# via
# pandas
# pyarrow
packaging==21.3
# via google-cloud-bigquery
pandas==1.3.4
# via flytekit
poyo==0.5.0
# via cookiecutter
proto-plus==1.19.8
# via google-cloud-bigquery
protobuf==3.19.1
# via
# flyteidl
# flytekit
# google-api-core
# google-cloud-bigquery
# googleapis-common-protos
# grpcio-status
# proto-plus
py==1.11.0
# via retry
pyarrow==6.0.0
# via flytekit
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pyparsing==3.0.6
# via packaging
python-dateutil==2.8.1
# via
# arrow
# croniter
# flytekit
# google-cloud-bigquery
# pandas
python-json-logger==2.0.2
# via flytekit
Expand All @@ -111,15 +157,20 @@ requests==2.26.0
# via
# cookiecutter
# flytekit
# google-api-core
# google-cloud-bigquery
# responses
responses==0.15.0
# via flytekit
retry==0.9.2
# via flytekit
rsa==4.8
# via google-auth
six==1.16.0
# via
# cookiecutter
# flytekit
# google-auth
# grpcio
# python-dateutil
# responses
Expand All @@ -146,3 +197,6 @@ wrapt==1.13.3
# flytekit
zipp==3.6.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 09a1de3

Please sign in to comment.