recommendationservice: add requirements.txt

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-21 10:31:07 -07:00
parent 017c8a91ed
commit e5ea2154d2
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# script to compile python protos
#
# requires gRPC tools:
# python -m pip install grpcio-tools googleapis-common-protos
# pip install -r requirements.txt
python -m grpc_tools.protoc -I../../pb --python_out=. --grpc_python_out=. ../../pb/demo.proto

View File

@ -0,0 +1,2 @@
grpcio-tools
googleapis-common-protos