mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
parent
a24b8978db
commit
7b1a08a3e9
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…
Add table
Reference in a new issue