python312Packages.pinecone-client: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-16 09:27:21 +02:00
parent 7e7c30cdb3
commit 8510fcad4c
@@ -1,19 +1,20 @@
{ lib
, buildPythonPackage
, dnspython
, fetchPypi
, loguru
, numpy
, poetry-core
, python-dateutil
, pythonOlder
, pythonRelaxDepsHook
, pyyaml
, requests
, setuptools
, tqdm
, typing-extensions
, urllib3
{
lib,
buildPythonPackage,
dnspython,
fetchPypi,
loguru,
numpy,
poetry-core,
python-dateutil,
pythonOlder,
pythonRelaxDepsHook,
pyyaml,
requests,
setuptools,
tqdm,
typing-extensions,
urllib3,
}:
buildPythonPackage rec {
@@ -29,13 +30,9 @@ buildPythonPackage rec {
hash = "sha256-QgYqYo56lB0Lwku4r7Am861NJkzwbWpiej3lgyFK494=";
};
pythonRelaxDeps = [
"urllib3"
];
pythonRelaxDeps = [ "urllib3" ];
nativeBuildInputs = [
pythonRelaxDepsHook
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
build-system = [
setuptools
@@ -57,9 +54,7 @@ buildPythonPackage rec {
# Tests require network access
doCheck = false;
pythonImportsCheck = [
"pinecone"
];
pythonImportsCheck = [ "pinecone" ];
meta = with lib; {
description = "The Pinecone python client";