Adds back certain dependencies under certain Python versions to fix dependabot

This commit is contained in:
Trenton Holmes 2022-03-14 09:36:34 -07:00 committed by Johann Bauer
parent 1abd7cc2a0
commit 7d29bd216d

View File

@ -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 = "*"