From 928761da9034180b8d1efc54e5ee160438297940 Mon Sep 17 00:00:00 2001 From: Sergey Lyapustin Date: Wed, 22 Jun 2022 00:43:53 +0200 Subject: [PATCH] Added Redis as a result backend. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b89c174..c658277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -apache-airflow[postgres,celery]==2.2.5 # Can't upgrade to 2.3 till this PR will be merged https://github.com/apache/airflow/pull/24569 +apache-airflow[postgres,celery,redis]==2.2.5 # Can't upgrade to 2.3 till this PR will be merged https://github.com/apache/airflow/pull/24569