mirror of
https://github.com/searx/searx
synced 2025-09-03 07:56:09 +00:00
[fix] do not do unnecessary package upgrades
This commit is contained in:
@@ -6,12 +6,12 @@ SEARX_DIR="$BASE_DIR/searx"
|
|||||||
ACTION=$1
|
ACTION=$1
|
||||||
|
|
||||||
update_packages() {
|
update_packages() {
|
||||||
pip install --upgrade -r "$BASE_DIR/requirements.txt"
|
pip install -r "$BASE_DIR/requirements.txt"
|
||||||
}
|
}
|
||||||
|
|
||||||
update_dev_packages() {
|
update_dev_packages() {
|
||||||
update_packages
|
update_packages
|
||||||
pip install --upgrade -r "$BASE_DIR/requirements-dev.txt"
|
pip install -r "$BASE_DIR/requirements-dev.txt"
|
||||||
}
|
}
|
||||||
|
|
||||||
check_geckodriver() {
|
check_geckodriver() {
|
||||||
|
Reference in New Issue
Block a user