python312Packages.llama-parse: fix missing deps (#407418)

This commit is contained in:
dotlambda
2025-05-15 13:59:04 -07:00
committed by GitHub
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
llama-index-core,
llama-cloud-services,
poetry-core,
pythonOlder,
}:
@@ -22,7 +22,9 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [ llama-index-core ];
dependencies = [
llama-cloud-services
];
pythonImportsCheck = [ "llama_parse" ];