diff --git a/Pipfile b/Pipfile index ee1065685..1fa3b8459 100644 --- 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 = "*"