]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds back certain dependencies under certain Python versions to fix dependabot
authorTrenton Holmes <holmes.trenton@gmail.com>
Mon, 14 Mar 2022 16:36:34 +0000 (09:36 -0700)
committerJohann Bauer <bauerj@bauerj.eu>
Mon, 14 Mar 2022 18:08:11 +0000 (19:08 +0100)
Pipfile

diff --git a/Pipfile b/Pipfile
index ee1065685d28842b5327ca26aae733d1a1490859..1fa3b84595c5b2fc4f726f35d3862e2c5ee96449 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -46,6 +46,9 @@ channels-redis = "*"
 uvicorn = {extras = ["standard"], version = "*"}
 concurrent-log-handler = "*"
 "pdfminer.six" = "*"
+"backports.zoneinfo" = {version = "*", markers = "python_version < '3.9'"}
+"importlib-resources" = {version = "*", markers = "python_version < '3.9'"}
+zipp = {version = "*", markers = "python_version < '3.9'"}
 
 [dev-packages]
 coveralls = "*"