add eml parser to paperless_mail

This commit is contained in:
phail
2022-04-29 22:58:11 +02:00
parent c1efe11cf3
commit 47189643ff
16 changed files with 2293 additions and 8 deletions

View File

@@ -54,6 +54,7 @@ zipp = {version = "*", markers = "python_version < '3.9'"}
pyzbar = "*"
pdf2image = "*"
click = "==8.0.4"
bleach = "*"
[dev-packages]
coveralls = "*"