paperless-ngx: relax more deps (#398780)

This commit is contained in:
K900
2025-04-15 10:57:04 +03:00
committed by GitHub
@@ -160,8 +160,13 @@ python.pkgs.buildPythonApplication rec {
];
pythonRelaxDeps = [
"celery"
"django-allauth"
"django-extensions"
"drf-spectacular-sidecar"
"filelock"
"python-dotenv"
"rapidfuzz"
# TODO: https://github.com/NixOS/nixpkgs/pull/373099
"zxing-cpp"
];