Skip to content

Commit c2d6aba

Browse files
committed
[AIRFLOW-3086] Add extras group for google auth to setup.py.
To clarify installation instructions for the google auth backend, add an install group to `setup.py` that installs dependencies google auth via `pip install apache-airflow[google_auth]`.
1 parent b85210d commit c2d6aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def write_version(filename=os.path.join(*['airflow',
192192
'pandas-gbq'
193193
]
194194
github_enterprise = ['Flask-OAuthlib>=0.9.1']
195+
google_auth = ['Flask-OAuthlib>=0.9.1']
195196
hdfs = ['snakebite>=2.7.8']
196197
hive = [
197198
'hmsclient>=0.1.0',
@@ -358,6 +359,7 @@ def do_setup():
358359
'emr': emr,
359360
'gcp_api': gcp_api,
360361
'github_enterprise': github_enterprise,
362+
'google_auth': google_auth,
361363
'hdfs': hdfs,
362364
'hive': hive,
363365
'jdbc': jdbc,

0 commit comments

Comments
 (0)