recommendationservice: add requirements.txt
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
017c8a91ed
commit
e5ea2154d2
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
2
src/recommendationservice/requirements.txt
Normal file
2
src/recommendationservice/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
grpcio-tools
|
||||
googleapis-common-protos
|
Loading…
Reference in a new issue