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 3d19e75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .buildkite/setup_and_upload_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ PYTHON="$SCRIPTPATH/env/bin/python"
echo "Creating virtualenv..."
virtualenv -p python3 env

$PIP freeze
$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 3d19e75

Please sign in to comment.