vagrant: upgrade pyinstaller 4.10 -> 5.4.1

This commit is contained in:
Thomas Waldmann 2022-10-02 01:32:13 +02:00
parent 420ca41961
commit fa83fa1c23
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -205,7 +205,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
pip install 'pyinstaller==4.10'
pip install 'pyinstaller==5.4.1'
EOF
end