Skip to content

Commit

Permalink
airflow v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Aug 30, 2019
1 parent 7a3c752 commit 147c3bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions files/cloud-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ function install_python_and_python_packages() {
ndg-httpsclient \
pyasn1 \
psycopg2-binary \
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh]==1.10.3 \
billiard==3.5.0.4 \
celery[sqs] \
redis \
werkzeug>=0.15.0
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh]==1.10.4 \
celery[sqs]==4.3.0 \
redis

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

0 comments on commit 147c3bc

Please sign in to comment.