Skip to content

Commit

Permalink
splitting up #2651 part 1/3 - dataproc + endpoints (#3025)
Browse files Browse the repository at this point in the history
* splitting up #2651

* fix typos
  • Loading branch information
leahecole committed Mar 5, 2020
1 parent b1c5961 commit b9d8287
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dataproc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio>=1.2.0
grpcio==1.27.1
google-auth==1.10.0
google-auth-httplib2==0.0.3
google-cloud==0.34.0
Expand Down
10 changes: 5 additions & 5 deletions endpoints/bookstore-grpc-transcoding/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.10.0
grpcio-tools>=1.10.0
google-auth>=1.4.1
six>=1.11
googleapis-common-protos>=1.5.3
grpcio==1.27.1
grpcio-tools==1.27.1
google-auth==1.11.0
six==1.14.0
googleapis-common-protos==1.51.0
8 changes: 4 additions & 4 deletions endpoints/bookstore-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio>=1.10.0
grpcio-tools>=1.10.0
google-auth>=1.4.1
six>=1.11
grpcio==1.27.1
grpcio-tools==1.27.1
google-auth==1.11.1
six==1.14.0

0 comments on commit b9d8287

Please sign in to comment.