Skip to content

Commit

Permalink
Werkzeug temporary fix, for more details see https://lists.apache.org…
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Jul 10, 2019
1 parent 119bf3e commit a9977e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/cloud-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ function install_python_and_python_packages() {
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh]==1.10.3 \
billiard==3.5.0.4 \
celery[sqs] \
redis
redis \
werkzeug>=0.15.0

sudo ln -sf /usr/bin/python3 /usr/bin/python
sudo ln -sf /usr/bin/pip3 /usr/bin/pip
Expand Down

0 comments on commit a9977e0

Please sign in to comment.