You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/29 20:11:36 UTC

[airflow] 03/04: fixup! Update setup.py to get non-conflicting set of dependencies (#12636)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 15e759e409b665555a23de3b4fa0e81d6ae013d0
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Nov 29 20:36:58 2020 +0100

    fixup! Update setup.py to get non-conflicting set of dependencies (#12636)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index c3c250e..a19afef 100644
--- a/setup.py
+++ b/setup.py
@@ -209,6 +209,7 @@ cassandra = [
 ]
 celery = [
     'celery~=4.3',
+    'celery==4.4.0;python_version<"3.0"',
     'flower>=0.7.3, <1.0',
     'kombu==4.6.3;python_version<"3.0"',
     'tornado>=4.2.0, <6.0',  # Dep of flower. Pin to a version that works on Py3.5.2