1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Upgrade pip

This commit is contained in:
ericgaspar 2021-02-16 23:10:32 +01:00
parent 5b7a79a5f3
commit 4d8cab524a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 2 deletions

View file

@ -93,6 +93,7 @@ ynh_script_progression --message="Installing Searx..." --weight=2
python3 -m venv --system-site-packages "$final_path"
set +u; source $final_path/bin/activate; set -u
pip3 install -U pip
pip3 install -U setuptools
pip3 install --requirement $final_path/requirements-ynh.txt

View file

@ -9,8 +9,8 @@ lxml==4.6.2
pygments==2.1.3
pyopenssl==19.1.0
python-dateutil==2.8.1
pyyaml==5.3.1
requests[socks]==2.25.0
pyyaml==5.4.1
requests[socks]==2.25.1
# Additionnals requirements
markupsafe>=0.23