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:
commit
0bb6f1f6fb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue