From bb14be8202d21844c1b9d17ea8dc70eadd2c03ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 17 Jul 2023 17:20:54 -0400 Subject: [PATCH] Update python deps updater --- src/deps/update_python_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps/update_python_deps.sh b/src/deps/update_python_deps.sh index c0e0ad4c..a56ad667 100755 --- a/src/deps/update_python_deps.sh +++ b/src/deps/update_python_deps.sh @@ -6,7 +6,7 @@ echo "Updating python dependencies" echo "Creating virtual environment" python3 -m venv tmp_venv && source tmp_venv/bin/activate -pip install pip --upgrade > /dev/null && pip install pip-compile-multi pip-upgrader > /dev/null +pip install pip --upgrade > /dev/null && pip install wheel setuptools pip-tools pip-compile-multi pip-upgrader > /dev/null echo "Updating requirements.in files"