From e6c7a6e1a5e52a27cdeb640e01fb2e3e3c772781 Mon Sep 17 00:00:00 2001 From: Ahmad Mahmoudi Date: Thu, 3 Oct 2019 09:11:51 -0500 Subject: [PATCH] (airflow) - Requirements update for apache airflow Updated airflow requirements list needed for apache airflow 1.10.4 and later. Change-Id: I142e46e4fa202d216287ea2f663bd4811e47f0ba --- images/airflow/requirements.txt | 2 ++ src/bin/shipyard_airflow/requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/images/airflow/requirements.txt b/images/airflow/requirements.txt index 16f04e17..b42f2f2b 100644 --- a/images/airflow/requirements.txt +++ b/images/airflow/requirements.txt @@ -22,7 +22,9 @@ docker==3.5.0 # overriding where it is sourced from python-openstackclient==3.16.1 kubernetes>=6.0.0 +# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues marshmallow-sqlalchemy==0.18.0 +tabulate==0.8.03 # Dependencies for other UCP components git+https://git.openstack.org/openstack/airship-deckhand@7e5d81f50f1f8c0d58d0973ae0b3065fd5b62451#egg=deckhand diff --git a/src/bin/shipyard_airflow/requirements.txt b/src/bin/shipyard_airflow/requirements.txt index 5fb789ae..6b17283c 100644 --- a/src/bin/shipyard_airflow/requirements.txt +++ b/src/bin/shipyard_airflow/requirements.txt @@ -37,7 +37,9 @@ uwsgi==2.0.17 # To support profiling in non-prod Werkzeug>=0.15.0 +# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues marshmallow-sqlalchemy==0.18.0 +tabulate==0.8.03 # Dependencies for other UCP components git+https://git.openstack.org/openstack/airship-deckhand@7e5d81f50f1f8c0d58d0973ae0b3065fd5b62451#egg=deckhand