Unverified Commit 17871ac9 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.google-ai-generativelanguage: adjust dependencies (#476421)

parents f4fe3c44 3ec403ac
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3,9 +3,9 @@
  buildPythonPackage,
  fetchPypi,
  google-api-core,
  google-auth,
  google-cloud-testutils,
  grpcio,
  grpcio-status,
  mock,
  proto-plus,
  protobuf,
@@ -29,11 +29,12 @@ buildPythonPackage rec {

  dependencies = [
    google-api-core
    google-auth
    grpcio
    grpcio-status
    proto-plus
    protobuf
  ];
  ]
  ++ google-api-core.optional-dependencies.grpc;

  nativeCheckInputs = [
    google-cloud-testutils