From 4112e2aa6b853ff93dbbe926a6f05baa4d20414e Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 7 Apr 2020 14:17:55 +0300 Subject: [PATCH] Debugging Mac OS X build, step 1 --- scripts/setup-osx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup-osx.sh b/scripts/setup-osx.sh index d3a2d1966..49b34edf8 100644 --- a/scripts/setup-osx.sh +++ b/scripts/setup-osx.sh @@ -3,6 +3,8 @@ echo "Python version:" python3 --version echo "Upgrading pip..." python3 -m pip install --upgrade pip +echo "Installing hardcoded app requirements for debugging..." +python3 -m pip install matplotlib==3.2.0 SQLAlchemy==1.3.14 cryptography==2.8 PyYAML==5.3 six==1.13.0 Pillow==7.0.0 pyparsing==2.4.6 kiwisolver==1.1.0 certifi==2019.11.28 setuptools==42.0.2 echo "Installing app requirements..." python3 -m pip install -r requirements.txt echo "Installing packaging tools..."