Преглед изворни кода

vagrant: use pyinstaller 5.13.1

Thomas Waldmann пре 1 година
родитељ
комит
535a024008
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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