mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 06:00:24 +08:00
Extract grpcio plugins (#13896)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
version = "1.*"
|
||||
upstream_repository = "https://github.com/grpc/grpc"
|
||||
requires = ["types-grpcio", "types-protobuf"]
|
||||
@@ -0,0 +1,3 @@
|
||||
version = "1.*"
|
||||
upstream_repository = "https://github.com/grpc/grpc"
|
||||
requires = ["types-grpcio", "types-protobuf"]
|
||||
@@ -0,0 +1,3 @@
|
||||
version = "1.*"
|
||||
upstream_repository = "https://github.com/grpc/grpc"
|
||||
requires = ["types-grpcio", "types-protobuf"]
|
||||
@@ -0,0 +1,3 @@
|
||||
version = "1.*"
|
||||
upstream_repository = "https://github.com/grpc/grpc"
|
||||
requires = ["types-grpcio"]
|
||||
@@ -1,15 +1,6 @@
|
||||
version = "1.*"
|
||||
upstream_repository = "https://github.com/grpc/grpc"
|
||||
partial_stub = true
|
||||
requires = [
|
||||
"types-protobuf",
|
||||
]
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = true
|
||||
stubtest_requirements = [
|
||||
"grpcio-channelz",
|
||||
"grpcio-health-checking",
|
||||
"grpcio-reflection",
|
||||
"grpcio-status",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user