1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Merge pull request #51 from YunoHost-Apps/testing

use pdfminer.six instead of pdfminer
This commit is contained in:
Jean-Baptiste 2020-02-20 19:51:17 +01:00 committed by GitHub
commit 0bb6f1f6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv"
set -o nounset set -o nounset
pip install --upgrade pip pip install --upgrade pip
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six
) )
#================================================= #=================================================

View file

@ -122,7 +122,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv"
set -o nounset set -o nounset
pip install --upgrade pip pip install --upgrade pip
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six
) )
#================================================= #=================================================