From 07e0014f7c051a21bc24dcdb0a1f41bd9f879365 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 9 Nov 2019 13:09:59 +0100 Subject: [PATCH] fix pip path and install black --- dot_zshrc | 3 ++- requirements.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 7b6eb49..c52501f 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -116,7 +116,8 @@ export SDKMAN_DIR="$HOME/.sdkman" case "$(uname -s)" in Darwin) - export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin" + ln -snf /usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin/pip pip3 + export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin" ;; esac export GOPATH="$HOME/go" diff --git a/requirements.txt b/requirements.txt index fabe8c6..7b4eecf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ Automat==0.8.0 awscli==1.16.278 backcall==0.1.0 beautifulsoup4==4.8.1 +black==19.10b0 bleach==3.1.0 boto3==1.10.14 botocore==1.13.14 @@ -60,6 +61,7 @@ oauth2client==4.1.3 parsedatetime==2.4 parsel==1.5.2 parso==0.5.1 +pathspec==0.6.0 pbr==5.4.3 pexpect==4.7.0 pickleshare==0.7.5 @@ -96,6 +98,7 @@ qtconsole==4.5.5 queuelib==1.5.0 readme-renderer==24.0 rebound-cli==2.0.0 +regex==2019.11.1 requests==2.22.0 requests-toolbelt==0.9.1 rsa==4.0 @@ -109,6 +112,7 @@ six==1.13.0 slacker==0.13.0 soupsieve==1.9.5 stashy==0.6 +toml==0.10.0 tornado==6.0.3 tqdm==4.38.0 traitlets==4.3.3