From 882cd55d353e1a31989f331e26eacb4cac02ee45 Mon Sep 17 00:00:00 2001 From: techno-sam Date: Sun, 2 May 2021 14:40:29 -0700 Subject: [PATCH] Modify to use more stable version of pyinstaller --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 751f731..1418d85 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ future==0.18.2 numpy==1.18.4 -pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip +pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/master.zip pygame==1.9.6