Skip to content

Commit d880675

Browse files
committed
Another hidden luigi dep
1 parent ad79362 commit d880675

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pydantic==2.8.2
66
google-cloud-dataproc==5.14.0
77
google-cloud-bigquery==3.27.0
88
httplib2==0.22.0
9+
google-api-python-client==2.108.0

requirements.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,24 @@ gnomad==0.6.4
9898
# via -r requirements.in
9999
google-api-core[grpc]==2.22.0
100100
# via
101+
# google-api-python-client
101102
# google-cloud-bigquery
102103
# google-cloud-core
103104
# google-cloud-dataproc
105+
google-api-python-client==2.108.0
106+
# via -r requirements.in
104107
google-auth==2.35.0
105108
# via
106109
# google-api-core
110+
# google-api-python-client
111+
# google-auth-httplib2
107112
# google-auth-oauthlib
108113
# google-cloud-bigquery
109114
# google-cloud-core
110115
# google-cloud-dataproc
111116
# hail
117+
google-auth-httplib2==0.2.0
118+
# via google-api-python-client
112119
google-auth-oauthlib==0.8.0
113120
# via hail
114121
google-cloud-bigquery==3.27.0
@@ -141,7 +148,10 @@ hail==0.2.132
141148
hdbscan==0.8.39
142149
# via gnomad
143150
httplib2==0.22.0
144-
# via -r requirements.in
151+
# via
152+
# -r requirements.in
153+
# google-api-python-client
154+
# google-auth-httplib2
145155
humanize==1.1.0
146156
# via hail
147157
idna==3.10
@@ -372,6 +382,8 @@ typing-extensions==4.12.2
372382
# typer
373383
tzdata==2024.2
374384
# via pandas
385+
uritemplate==4.1.1
386+
# via google-api-python-client
375387
urllib3==2.2.3
376388
# via
377389
# botocore

0 commit comments

Comments
 (0)