From 522495fd117091ea5bbf8c48345f46c56e067e2a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 1 May 2021 11:05:10 -0700 Subject: [PATCH] Update pyinstaller. Need a version smart enough to handle pyproj. Fixes https://github.com/Khopa/dcs_liberation/issues/1049. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7630d67d..d1698206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,8 @@ pathspec==0.8.1 pefile==2019.4.18 Pillow==8.1.1 pre-commit==2.10.1 -PyInstaller==3.6 +pyinstaller==4.3 +pyinstaller-hooks-contrib==2021.1 pyproj==3.0.1 PySide2==5.15.2 pywin32-ctypes==0.2.0