This commit is contained in:
Artturin 2024-10-01 21:41:35 +03:00
parent f912451e32
commit 48fa521896
5 changed files with 91 additions and 37 deletions

View file

@ -17,5 +17,10 @@ buildPythonPackage rec {
# patches = [ ./pyproject.patch ./log.patch ];
propagatedBuildInputs = [ setuptools pyyaml pyluwen tabulate ]; #requests textual black distro elasticsearch jsons pydantic psutil pyyaml pyluwen importlib-resources pkgs.pre-commit tools-common ];
propagatedBuildInputs = [
setuptools
pyyaml
pyluwen
tabulate
]; # requests textual black distro elasticsearch jsons pydantic psutil pyyaml pyluwen importlib-resources pkgs.pre-commit tools-common ];
}