diff --git a/scripts/after_install.sh b/scripts/after_install.sh index e23c4a1..d8ccf5f 100644 --- a/scripts/after_install.sh +++ b/scripts/after_install.sh @@ -63,7 +63,7 @@ fi # Install Jinja into the virtual environment and run the render_configs.py # script. -$VENV_DIR/bin/pip install Jinja2==2.10 +$VENV_DIR/bin/pip install Jinja2>=2.10 $VENV_DIR/bin/python $PROJECT_DIR/scripts/render_configs.py $DEPLOYMENT_ID $DEPLOYMENT_GROUP_NAME $DOMAIN $APP_NAME # Write out the deployment ID to a Python module that can get imported by the