You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/14 22:09:45 UTC

[airflow] 02/03: Add `flask_oauth` to to `devel_all`

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

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

commit 8025f86c69234f30e2349b0e2842c3d7e38345f5
Author: Kaxil Naik <ka...@apache.org>
AuthorDate: Sun Apr 4 23:09:27 2021 +0100

    Add `flask_oauth` to to `devel_all`
    
    This package was missed in `deve_all` hence was missed in constraints file
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 83da0ff..e868c9f 100644
--- a/setup.py
+++ b/setup.py
@@ -481,8 +481,8 @@ devel_azure = azure_blob_storage + azure_container_instances + azure_cosmos + az
 devel_all = (all_dbs + atlas + aws +
              devel_azure +
              celery + cgroups + crypto + datadog + devel + doc + docker +
-             elasticsearch + gcp + grpc + hashicorp + jdbc + jenkins + kerberos + kubernetes + ldap +
-             oracle + papermill + password +
+             elasticsearch + flask_oauth + gcp + grpc + hashicorp + jdbc + jenkins + kerberos + kubernetes +
+             ldap + oracle + papermill + password +
              rabbitmq + redis + samba + segment + sendgrid + sentry + slack + snowflake + ssh +
              virtualenv + webhdfs + zendesk)