Loading pkgs/development/python-modules/instructor/default.nix +23 −26 Original line number Diff line number Diff line { 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 { Loading @@ -39,13 +40,9 @@ buildPythonPackage rec { "pydantic" ]; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ aiohttp Loading Loading
pkgs/development/python-modules/instructor/default.nix +23 −26 Original line number Diff line number Diff line { 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 { Loading @@ -39,13 +40,9 @@ buildPythonPackage rec { "pydantic" ]; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ aiohttp Loading