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

upgrade pyinstaller to 6.10.0

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

+ 1 - 1
Vagrantfile

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