mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
[mod] uses ynh pkg list (without lxml)
This commit is contained in:
parent
9afbaf638b
commit
6da808d6d6
2 changed files with 13 additions and 1 deletions
|
@ -38,7 +38,7 @@ fi
|
||||||
|
|
||||||
final_path=/opt/yunohost/searx
|
final_path=/opt/yunohost/searx
|
||||||
sudo cp -r ../sources/* $final_path
|
sudo cp -r ../sources/* $final_path
|
||||||
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt --upgrade && $final_path/manage.sh update_packages"
|
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements-ynh.txt --upgrade && $final_path/manage.sh update_packages"
|
||||||
|
|
||||||
# Disable swapfile
|
# Disable swapfile
|
||||||
if [[ -v "$tmp_swap_file" ]];
|
if [[ -v "$tmp_swap_file" ]];
|
||||||
|
|
12
sources/requirements-ynh.txt
Normal file
12
sources/requirements-ynh.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
certifi==2015.11.20.1
|
||||||
|
flask==0.10.1
|
||||||
|
flask-babel==0.9
|
||||||
|
# lxml==3.5.0
|
||||||
|
ndg-httpsclient==0.4.0
|
||||||
|
pyasn1==0.1.9
|
||||||
|
pyasn1-modules==0.0.8
|
||||||
|
pygments==2.0.2
|
||||||
|
pyopenssl==0.15.1
|
||||||
|
python-dateutil==2.4.2
|
||||||
|
pyyaml==3.11
|
||||||
|
requests==2.9.1
|
Loading…
Add table
Reference in a new issue