This commit is contained in:
Artturin 2024-10-01 23:24:52 +03:00
parent 0299aef5aa
commit caa9e03a72
2 changed files with 19 additions and 2 deletions

View file

@ -17,7 +17,16 @@ buildPythonPackage rec {
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "distro" "elasticsearch" "psutil" "pyyaml" "rich" "requests" "textual" "tqdm" ];
pythonRelaxDeps = [
"distro"
"elasticsearch"
"psutil"
"pyyaml"
"rich"
"requests"
"textual"
"tqdm"
];
propagatedBuildInputs = [
setuptools