From 36ea5200f26fc2d5d96a6042ec5c7d905c7d244b Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 21 Jan 2020 13:33:17 +0300 Subject: [PATCH] Remove pyinstaller from requirements as it's needed just for packaging --- requirements.txt | 1 - scripts/setup-osx.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c744b06b6..2e0db9d95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,3 @@ packaging == 16.8 roman == 2.0.0 beautifulsoup4 == 4.6.0 pyyaml >= 5.1 -PyInstaller >= 3.6 diff --git a/scripts/setup-osx.sh b/scripts/setup-osx.sh index 06b303bc4..f9c303412 100644 --- a/scripts/setup-osx.sh +++ b/scripts/setup-osx.sh @@ -5,3 +5,4 @@ sudo python3 -m ensurepip --upgrade # A manual check that the correct version of Python is running. python3 --version python3 -m pip install -r requirements.txt +python3 -m pip install PyInstaller