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/04/04 22:10:05 UTC

[airflow] branch v1-10-test updated: 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


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 69da579  Add `flask_oauth` to to `devel_all`
69da579 is described below

commit 69da579b2a9c26cc33e14836cde515b5816851db
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)