lparchive2epub: unpin ebooklib

This commit is contained in:
Robert Schütz
2025-12-07 20:30:00 -08:00
parent c7b09a9007
commit fb6b69a5e7
@@ -19,6 +19,10 @@ python3Packages.buildPythonApplication rec {
build-system = with python3Packages; [ poetry-core ];
pythonRelaxDeps = [
"ebooklib"
];
dependencies = with python3Packages; [
ebooklib
beautifulsoup4