Browse Source

vagrant: upgrade pyinstaller 4.10 -> 5.4.1

Thomas Waldmann 2 năm trước cách đây
mục cha
commit
fa83fa1c23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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