1
0
Fork 0
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:
Benjamin Bouvier 2020-01-03 14:06:01 +01:00 committed by Jean-Baptiste Holcroft
parent dee4b462ef
commit a24b8978db
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
"requirements": {
"yunohost": ">= 3.6.0"
},
"version": "0.15.2~ynh3",
"version": "0.15.2~ynh4",
"multi_instance": true,
"services": [
"nginx"

View file

@ -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
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer
)
#=================================================

View file

@ -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
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer
)
#=================================================