Implement basic async gRPC support

This commit is contained in:
Daniel G. Taylor
2019-10-16 22:52:38 -07:00
parent 41a96f65ee
commit d93214eccd
6 changed files with 322 additions and 98 deletions

View File

@@ -13,6 +13,7 @@ rope = "*"
[packages]
protobuf = "*"
jinja2 = "*"
grpclib = "*"
[requires]
python_version = "3.7"