Skip to content

Commit

Permalink
Merge pull request #4004 from smugcloud/master
Browse files Browse the repository at this point in the history
[Guestbook App] - Adding GRPC libs.
  • Loading branch information
sougou authored Jun 8, 2018
2 parents b374cd6 + 84696a9 commit d9838bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/kubernetes/guestbook/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ cp -R $VTTOP/py/* /out/pkg/py-vtdb/
cp -R /usr/local/lib/python2.7/dist-packages /out/pkg/
cp -R /vt/dist/py-* /out/pkg/

# We also need the grpc libraries.
cp /usr/local/lib/libgrpc.so /out/lib/
2 changes: 2 additions & 0 deletions examples/kubernetes/guestbook/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Flask==0.10
grpcio==1.12.0
grpcio-tools==1.12.0

0 comments on commit d9838bc

Please sign in to comment.