python312Packages.google-ai-generativelanguage: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-03 11:58:18 +02:00
parent f060f64619
commit 0d7427ea73

View File

@ -1,17 +1,18 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, google-cloud-testutils
, grpcio
, grpcio-status
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
google-cloud-testutils,
grpcio,
grpcio-status,
mock,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -26,9 +27,7 @@ buildPythonPackage rec {
hash = "sha256-Sr83AAcYsgxD9LkGcrOriFBziwJFfv/9EfMYTgMnLtI=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core