Commit a0a630e4 authored by K900's avatar K900
Browse files

paperless-ngx: relax more deps

This broke after a python-updates run.
parent b1518a77
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"
  ];