Skip to content

Commit a0a630e

Browse files
committed
paperless-ngx: relax more deps
This broke after a python-updates run.
1 parent b1518a7 commit a0a630e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/pa/paperless-ngx/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,13 @@ python.pkgs.buildPythonApplication rec {
160160
];
161161

162162
pythonRelaxDeps = [
163+
"celery"
163164
"django-allauth"
165+
"django-extensions"
164166
"drf-spectacular-sidecar"
167+
"filelock"
168+
"python-dotenv"
169+
"rapidfuzz"
165170
# TODO: https://github.com/NixOS/nixpkgs/pull/373099
166171
"zxing-cpp"
167172
];

0 commit comments

Comments
 (0)