python312Packages.llamaindex-py-client: refactor

This commit is contained in:
Fabian Affolter 2024-04-04 23:02:43 +02:00
parent 226517435e
commit 42504c12b3

View File

@ -21,9 +21,9 @@ buildPythonPackage rec {
hash = "sha256-6Zu8CFXmyqp166IZzbPPbJQ66U+hXMu2ijoI1FL9Y4A=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
httpx
pydantic
];