nix fmt
This commit is contained in:
parent
f912451e32
commit
48fa521896
5 changed files with 91 additions and 37 deletions
|
@ -14,10 +14,19 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
patches = [ ./pyproject.patch ];
|
||||
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
propagatedBuildInputs = [ setuptools distro elasticsearch psutil pyyaml rich textual requests ];
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
distro
|
||||
elasticsearch
|
||||
psutil
|
||||
pyyaml
|
||||
rich
|
||||
textual
|
||||
requests
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"tt_tools_common"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue