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

src directory in .heroku

parent 2e192e79
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ fi
# Install dependencies.
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt -v | indent
pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
# Django support.
if [ "$NAME" = "Python/Django" ]; then
......
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