summaryrefslogtreecommitdiff
path: root/utils/searxng.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/searxng.sh')
-rwxr-xr-xutils/searxng.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh
index e5f851b38..ccf9f34eb 100755
--- a/utils/searxng.sh
+++ b/utils/searxng.sh
@@ -556,6 +556,8 @@ pip install -U setuptools
pip install -U wheel
pip install -U pyyaml
pip install -U msgspec
+pip install -U typing-extensions
+pip install -U pybind11
pip install -U --use-pep517 --no-build-isolation -e .
EOF
rst_para "update instance's settings.yml from ${SEARXNG_SETTINGS_PATH}"