diff --git a/bin/compile b/bin/compile
index 96eefa0dba5935b3bed33189087abf5419dc0298..ab320a7c7ac7489af034a94508f7e0fafd901aac 100755
--- a/bin/compile
+++ b/bin/compile
@@ -27,8 +27,8 @@ PROFILE_PATH="$BUILD_DIR/.profile.d/python.sh"
 
 DEFAULT_PYTHON_VERSION="python-2.7.6"
 PYTHON_EXE="/app/.heroku/python/bin/python"
-PIP_VERSION="1.5.4"
-SETUPTOOLS_VERSION="2.1"
+PIP_VERSION="1.5.5"
+SETUPTOOLS_VERSION="3.6"
 
 # Setup bpwatch
 export PATH=$PATH:$ROOT_DIR/vendor/bpwatch