Skip to content

Commit

Permalink
Add python registry config for grpc/python v1.59.2 (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen authored Nov 13, 2023
1 parent 24dad30 commit 6cf1b12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/grpc/python/v1.59.2/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ output_languages:
- python
spdx_license_id: Apache-2.0
license_url: https://github.com/grpc/grpc/blob/v1.59.2/LICENSE
registry:
python:
package_type: "runtime"
# https://github.com/grpc/grpc/tree/v1.59.2/src/python/grpcio#supported-python-versions
requires_python: ">=3.7"
deps:
# https://pypi.org/project/grpcio/
- "grpcio"

0 comments on commit 6cf1b12

Please sign in to comment.