]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
add barcode packages
authorflorian on nixos (Florian Brandes) <florian.brandes@posteo.de>
Sat, 19 Mar 2022 17:03:56 +0000 (18:03 +0100)
committerFlorian Brandes <florian.brandes@posteo.de>
Wed, 6 Apr 2022 19:16:41 +0000 (21:16 +0200)
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
Pipfile
Pipfile.lock
requirements.txt

diff --git a/Pipfile b/Pipfile
index 196bae4c9d7aee0107ea0831e287af0e2aae135a..0ab6775e6a9308e39811ea036831e5a734a0205e 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -51,6 +51,8 @@ concurrent-log-handler = "*"
 "backports.zoneinfo" = {version = "*", markers = "python_version < '3.9'"}
 "importlib-resources" = {version = "*", markers = "python_version < '3.9'"}
 zipp = {version = "*", markers = "python_version < '3.9'"}
+pyzbar = "*"
+pdf2image = "*"
 
 [dev-packages]
 coveralls = "*"
index 34068d8cc64e96e46905d2bc511e2604b8b12603..d944f06aa3b77c1777950b3caabeeb676cccd59e 100644 (file)
             "index": "pypi",
             "version": "==2.5.0"
         },
+        "pdf2image": {
+            "hashes": [
+                "sha256:84f79f2b8fad943e36323ea4e937fcb05f26ded0caa0a01181df66049e42fb65",
+                "sha256:d58ed94d978a70c73c2bb7fdf8acbaf2a7089c29ff8141be5f45433c0c4293bb"
+            ],
+            "index": "pypi",
+            "version": "==1.16.0"
+        },
         "pdfminer.six": {
             "hashes": [
                 "sha256:af0630f98a292bad4170f54e80f82ca81b916dd0b2c996437ec45c02f11d8762",
             ],
             "version": "==6.0"
         },
+        "pyzbar": {
+            "hashes": [
+                "sha256:13e3ee5a2f3a545204a285f41814d5c0db571967e8d4af8699a03afc55182a9c",
+                "sha256:4559628b8192feb25766d954b36a3753baaf5c97c03135aec7e4a026036b475d",
+                "sha256:8f4c5264c9c7c6b9f20d01efc52a4eba1ded47d9ba857a94130afe33703eb518"
+            ],
+            "index": "pypi",
+            "version": "==0.1.9"
+        },
         "redis": {
             "hashes": [
                 "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2",
             ],
             "version": "==1.6.0"
         },
+        "mypy-extensions": {
+            "hashes": [
+                "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d",
+                "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
+            ],
+            "version": "==0.4.3"
+        },
         "packaging": {
             "hashes": [
                 "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb",
index 787fdd381859fdf3edff6e85e002eaab69aa8203..afc8b9f5184afb8a3ac067f5a725c9c3fd7f3eb1 100644 (file)
@@ -79,6 +79,7 @@ python-magic==0.4.25
 pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
 pytz==2022.1
 pyyaml==6.0
+pyzbar==0.1.9
 redis==3.5.3
 regex==2022.3.2; python_version >= '3.6'
 reportlab==3.6.9; python_version >= '3.7' and python_version < '4'