2
0
Эх сурвалжийг харах

vagrant: upgrade to pyinstaller 5.13.2

Thomas Waldmann 1 жил өмнө
parent
commit
75f8391bb6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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