mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01:00
Update python deps updater
This commit is contained in:
parent
bedcf0c17c
commit
bb14be8202
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue