From bf1563eaa04f5e53e0e26e1a59e3e32191c6fc68 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 26 Mar 2020 11:32:18 -0400 Subject: [PATCH] clean up commented code --- bin/compile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/compile b/bin/compile index 4df9330..f1a3151 100755 --- a/bin/compile +++ b/bin/compile @@ -259,17 +259,8 @@ mtime "python.install.time" "${start}" # shellcheck source=bin/steps/pipenv source "$BIN_DIR/steps/pipenv" -# Uninstall removed dependencies with Pip. -# The buildpack will automatically remove any declared dependencies (in requirements.txt) -# that were explicitly removed. This machinery is a bit complex, but it is not complicated. -# (( start=$(nowms) )) -# shellcheck source=bin/steps/pip-uninstall -# source "$BIN_DIR/steps/pip-uninstall" -# mtime "pip.uninstall.time" "${start}" - # If no requirements.txt file given, assume `setup.py develop` is intended. # This allows for people to ship a setup.py application to Heroku -# TODO: hatchet test to confirm if [ ! -f requirements.txt ] && [ ! -f Pipfile ]; then echo "-e ." > requirements.txt