Skip to content
Snippets Groups Projects
Commit e05346e8 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fixes to buildpack

parent 9deea013
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ source $BIN_DIR/steps/python ...@@ -159,7 +159,7 @@ source $BIN_DIR/steps/python
source $BIN_DIR/steps/setuptools source $BIN_DIR/steps/setuptools
# If no requirements.txt file given, assume `setup.py develop` is intended. # If no requirements.txt file given, assume `setup.py develop` is intended.
if [ ! -f requirements.txt ]; then if [ ! -f requirements.txt ] && [! -f Pipfile ]; then
echo "-e ." > requirements.txt echo "-e ." > requirements.txt
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment