From 9337ba06a7fddbf45daa6578cfb4f995ce84ec59 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 9 Aug 2020 04:27:28 +0200 Subject: [PATCH] Add note about deps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4ffc63..2ef2ddd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Simple RPC with Protobuf Services +Uses [grpcio_tools](https://pypi.org/project/grpc-tools) and [purerpc](https://github.com/standy66/purerpc) under the hood. + ## Install ```sh