From 119bf3e1c1a30beced21c5f570bea8aedd93a9a3 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Wed, 10 Jul 2019 16:59:49 -0300 Subject: [PATCH] remove unnecessary package --- files/cloud-init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/files/cloud-init.sh b/files/cloud-init.sh index b7324fc..d72aeca 100644 --- a/files/cloud-init.sh +++ b/files/cloud-init.sh @@ -57,7 +57,6 @@ function install_python_and_python_packages() { pyopenssl \ ndg-httpsclient \ pyasn1 \ - flask-appbuilder \ psycopg2-binary \ apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh]==1.10.3 \ billiard==3.5.0.4 \