python3Packages.mandown: relax pillow dependency

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-19 09:18:05 +01:00
parent 3239d863ac
commit fdd511f607
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -28,7 +28,10 @@ buildPythonPackage rec {
poetry-core
];
pythonRelaxDeps = [ "pypdf" ];
pythonRelaxDeps = [
"pillow"
"pypdf"
];
propagatedBuildInputs = [
ebooklib