Update python deps updater

This commit is contained in:
Théophile Diot 2023-07-17 17:20:54 -04:00
parent bedcf0c17c
commit bb14be8202
No known key found for this signature in database
GPG key ID: E752C80DB72BB014

View file

@ -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"