python312Packages.image-go-nord: add missing dependencies

This commit is contained in:
seth
2024-10-30 18:10:39 -04:00
parent 3b2ebbb33f
commit f7ee49edba
@@ -2,9 +2,12 @@
lib,
buildPythonPackage,
fetchFromGitHub,
ffmpeg-python,
numpy,
pillow,
pytestCheckHook,
pythonOlder,
requests,
}:
buildPythonPackage rec {
@@ -20,7 +23,12 @@ buildPythonPackage rec {
hash = "sha256-2Dnl0dcdMo4PnhHTb/5cJ7C0CvW84av4CCbrTLPqopg=";
};
propagatedBuildInputs = [ pillow ];
propagatedBuildInputs = [
ffmpeg-python
numpy
pillow
requests
];
nativeCheckInputs = [ pytestCheckHook ];