Skip to content

Commit 1455c77

Browse files
authored
Merge pull request #14 from michaelconan/fix/google-deps
fix: update dependency to reduce google components
2 parents b569452 + 62c9d8b commit 1455c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# To run app via Procfile
22
honcho==2.0.0
33
# Airflow with extras to install
4-
apache-airflow[crypto,postgres,google]==2.10.4
4+
apache-airflow[crypto,postgres]==2.10.4
5+
apache-airflow-providers-google[bigquery]==12.0.0
56
airflow-provider-alembic==1.0.0
67
# dbt packages
78
dbt-core==1.8.8

0 commit comments

Comments
 (0)