Skip to content

Commit 8852da7

Browse files
authored
paperless-ngx: relax more deps (#398780)
2 parents 9dda2c7 + a0a630e commit 8852da7

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)