From 7b1a08a3e97fdf4486abe601bed0ad55755f9c85 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 20 Feb 2020 19:08:59 +0100 Subject: [PATCH] use pdfminer.six to prevent python versions issues Fix #49 --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5e33fdc..3794996 100644 --- a/scripts/install +++ b/scripts/install @@ -116,7 +116,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv" set -o nounset pip install --upgrade pip - pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer + pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six ) #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index ce2dbe5..8460efb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -122,7 +122,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv" set -o nounset pip install --upgrade pip - pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer + pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six ) #=================================================