mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.google-api-core: add grpcio-status
This commit is contained in:
parent
d590b27cc6
commit
0585bd31a1
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, google-auth
|
, google-auth
|
||||||
, googleapis-common-protos
|
, googleapis-common-protos
|
||||||
, grpcio
|
, grpcio
|
||||||
|
, grpcio-status
|
||||||
, protobuf
|
, protobuf
|
||||||
, proto-plus
|
, proto-plus
|
||||||
, requests
|
, requests
|
||||||
|
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
||||||
googleapis-common-protos
|
googleapis-common-protos
|
||||||
google-auth
|
google-auth
|
||||||
grpcio
|
grpcio
|
||||||
|
grpcio-status
|
||||||
protobuf
|
protobuf
|
||||||
proto-plus
|
proto-plus
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue