nix fmt
This commit is contained in:
parent
0299aef5aa
commit
caa9e03a72
|
@ -17,7 +17,16 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
||||||
|
|
||||||
pythonRelaxDeps = [ "distro" "elasticsearch" "psutil" "pyyaml" "rich" "requests" "textual" "tqdm" ];
|
pythonRelaxDeps = [
|
||||||
|
"distro"
|
||||||
|
"elasticsearch"
|
||||||
|
"psutil"
|
||||||
|
"pyyaml"
|
||||||
|
"rich"
|
||||||
|
"requests"
|
||||||
|
"textual"
|
||||||
|
"tqdm"
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
|
@ -26,7 +26,15 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
||||||
|
|
||||||
pythonRelaxDeps = [ "black" "distro" "elasticsearch" "rich" "textual" "pre-commit" "importlib-resources" ];
|
pythonRelaxDeps = [
|
||||||
|
"black"
|
||||||
|
"distro"
|
||||||
|
"elasticsearch"
|
||||||
|
"rich"
|
||||||
|
"textual"
|
||||||
|
"pre-commit"
|
||||||
|
"importlib-resources"
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue