added pdf.js to add pdf support.

This commit is contained in:
ajurna
2020-05-21 12:44:57 +01:00
parent be32796bea
commit f4411163f9
9 changed files with 437 additions and 33 deletions

View File

@@ -11,6 +11,8 @@ gunicorn = "*"
django-recaptcha2 = "*"
django-bootstrap4 = "*"
dj-database-url = "*"
pypdf2 = "*"
pypdf4 = "*"
[requires]
python_version = "3.8"