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:
parent
5b7a79a5f3
commit
4d8cab524a
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue