paperless-ngx: relax more deps
This broke after a python-updates run.
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user