Unverified Commit 8852da7e authored by K900's avatar K900 Committed by GitHub
Browse files

paperless-ngx: relax more deps (#398780)

parents 9dda2c7b a0a630e4
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"
  ];