python312Packages.instructor: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-04-29 10:15:16 +02:00
parent 5e46129505
commit eb6917ed38
@@ -1,23 +1,24 @@
{ lib
, aiohttp
, anthropic
, buildPythonPackage
, docstring-parser
, fetchFromGitHub
, openai
, poetry-core
, pydantic
, pytest-examples
, pytest-asyncio
, pytestCheckHook
, fastapi
, diskcache
, redis
, pythonOlder
, pythonRelaxDepsHook
, rich
, tenacity
, typer
{
lib,
aiohttp,
anthropic,
buildPythonPackage,
docstring-parser,
fetchFromGitHub,
openai,
poetry-core,
pydantic,
pytest-examples,
pytest-asyncio,
pytestCheckHook,
fastapi,
diskcache,
redis,
pythonOlder,
pythonRelaxDepsHook,
rich,
tenacity,
typer,
}:
buildPythonPackage rec {
@@ -39,13 +40,9 @@ buildPythonPackage rec {
"pydantic"
];
build-system = [
poetry-core
];
build-system = [ poetry-core ];
nativeBuildInputs = [
pythonRelaxDepsHook
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiohttp