From 327daa5f32d4e47839d2efd53a149094b983a825 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 8 Mar 2017 16:58:39 -0500
Subject: [PATCH] no need for SETUPTOOLS_VERSION anymore

---
 bin/compile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 189dd61e..01c1fd54 100755
--- a/bin/compile
+++ b/bin/compile
@@ -35,7 +35,6 @@ DEFAULT_PYTHON_VERSION="python-2.7.13"
 DEFAULT_PYTHON_STACK="cedar-14"
 PYTHON_EXE="/app/.heroku/python/bin/python"
 PIP_VERSION="9.0.1"
-SETUPTOOLS_VERSION="34.3.1"
 
 # Common Problem Warnings
 export WARNINGS_LOG=$(mktemp)
-- 
GitLab