Skip to content

Commit

Permalink
Add upper bounds to some libs, setuptools fails on Py 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bach committed Jan 19, 2020
1 parent ddb54b1 commit 1b45f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .buildkite/setup_and_upload_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ SCRIPTPATH=$(pwd)
PIP="$SCRIPTPATH/env/bin/pip"
PYTHON="$SCRIPTPATH/env/bin/python"

pip freeze

echo "Creating virtualenv..."
virtualenv -p python3 env

$PIP install setuptools\<44
echo "Installing requirements..."
$PIP install -r requirements_pipeline.txt

Expand Down
7 changes: 6 additions & 1 deletion requirements_pipeline.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
requests<2.3
github3.py>=0.9.6,<1.4
gcloud
gcloud<0.20

googleapis-common-protos<1.52

# 44 stops supporting Py 3.4
setuptools<44

0 comments on commit 1b45f5a

Please sign in to comment.