diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-04 13:01:54 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-04 13:01:54 +0200 |
commit | 75ed5c3061cb88453824996fda6218eab7d3c40e (patch) | |
tree | 7abfe968af1bf06a79da612456440c73ebd9ab98 /requirements.txt | |
parent | add missing field to personal data (diff) | |
download | scout-subs-75ed5c3061cb88453824996fda6218eab7d3c40e.tar.gz scout-subs-75ed5c3061cb88453824996fda6218eab7d3c40e.zip |
allow pdf upload
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 82f7c89..90dceca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pillow pdfkit dateparser pytz +pdf2image |