Skip to content

Commit

Permalink
fix: Use earlier version of PyInstaller
Browse files Browse the repository at this point in the history
Windows Defender doesn't like 4.3.
  • Loading branch information
matatk committed Jun 22, 2021
1 parent 5aa2f87 commit 7d6c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pywin32==301; sys_platform=="win32"
winshell==0.6; sys_platform=="win32"
mistune==0.8.4
mistune-contrib==0.1
PyInstaller==4.3
PyInstaller==4.2
vgio==1.2.0
python-dateutil==2.8.1

Expand Down

0 comments on commit 7d6c2d1

Please sign in to comment.