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