We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 961d771 + 15435e3 commit e9f2030Copy full SHA for e9f2030
pyproject.toml
@@ -14,6 +14,9 @@ packages = [
14
# but the code generated by it is referenced in the generated protobuf/gRPC code.
15
{include = "validate"},
16
{include = "grpcutil"},
17
+ # NOTE: this is the proto for the grpc-gateway, which isn't explicitly used
18
+ # in the functionality of this package, but is imported by library code.
19
+ {include = "protoc_gen_openapiv2"},
20
]
21
readme = "README.md"
22
0 commit comments