don't expect there to be a requirements.txt

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 10:51:48 -05:00
parent 0f0ddd52ea
commit fe302d8724
2 changed files with 5 additions and 4 deletions
-3
View File
@@ -62,9 +62,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
puts-step "Installing test dependencies…"
/app/.heroku/python/bin/pipenv install --dev --system --deploy 2>&1 | cleanup | indent
fi
# Pip freeze, for compatibility.
pip freeze > requirements.txt
fi
fi
else
+5 -1
View File
@@ -70,4 +70,8 @@ def main():
if __name__ == '__main__':
main()
try:
main()
except Exception:
pass