[mod] uses ynh pkg list (without lxml)

This commit is contained in:
Laurent Peuch 2016-04-27 09:06:43 +02:00
parent 9afbaf638b
commit 6da808d6d6
2 changed files with 13 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fi
final_path=/opt/yunohost/searx
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
if [[ -v "$tmp_swap_file" ]];

View 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