diff --git a/bin/compile b/bin/compile index 2898127cdfb611ca2744f9f2324ee701b2d2f39b..e472afd9e45b37b94df3266bac6c0facfecd6e44 100755 --- a/bin/compile +++ b/bin/compile @@ -89,8 +89,6 @@ fi echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')" pip install --use-mirrors -r requirements.txt | indent -pip install django-staticfiles==dev - # Django support. if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then source $BIN_DIR/steps/django