python3Packages.psd-tools: fix missing dependencies

This commit is contained in:
Daniel Olsen 2024-01-19 21:16:17 +01:00
parent 8b925da7b9
commit 94d2ef3aea

View file

@ -2,9 +2,12 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, attrs
, docopt
, pillow
, scikit-image
, scipy
, numpy
, aggdraw
, pytestCheckHook
, ipython
@ -31,10 +34,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aggdraw
attrs
docopt
ipython
numpy
pillow
scikit-image
scipy
];
nativeCheckInputs = [