paperless-ngx: relax bleach & tqdm constraints

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:20 +02:00
parent fdff3b6d4d
commit f2c7688610
@@ -109,6 +109,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
];
pythonRelaxDeps = [
"bleach"
"celery"
"django-allauth"
"django-auditlog"
@@ -119,6 +120,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
"redis"
"scikit-learn"
"tika-client"
"tqdm"
# requested by maintainer
"imap-tools"
"ocrmypdf"