install required dependency for building paperless-ng on GitHub CI

This commit is contained in:
jonaswinkler
2021-08-18 18:40:27 +02:00
parent 23c6f849d6
commit 83b90e1416
2 changed files with 26 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ concurrent-log-handler = "*"
uvloop = "~=0.15"
cryptography = "~=3.4"
"pdfminer.six" = "*"
"backports.zoneinfo" = "*"
[dev-packages]
coveralls = "*"