mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Fixes #47: install pdfminer by default
This commit is contained in:
parent
dee4b462ef
commit
a24b8978db
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.6.0"
|
"yunohost": ">= 3.6.0"
|
||||||
},
|
},
|
||||||
"version": "0.15.2~ynh3",
|
"version": "0.15.2~ynh4",
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx"
|
"nginx"
|
||||||
|
|
|
@ -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
|
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer
|
||||||
)
|
)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -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
|
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer
|
||||||
)
|
)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue