File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ pydantic==2.8.2
6
6
google-cloud-dataproc==5.14.0
7
7
google-cloud-bigquery==3.27.0
8
8
httplib2==0.22.0
9
+ google-api-python-client==2.108.0
Original file line number Diff line number Diff line change @@ -98,17 +98,24 @@ gnomad==0.6.4
98
98
# via -r requirements.in
99
99
google-api-core [grpc ]== 2.22.0
100
100
# via
101
+ # google-api-python-client
101
102
# google-cloud-bigquery
102
103
# google-cloud-core
103
104
# google-cloud-dataproc
105
+ google-api-python-client == 2.108.0
106
+ # via -r requirements.in
104
107
google-auth == 2.35.0
105
108
# via
106
109
# google-api-core
110
+ # google-api-python-client
111
+ # google-auth-httplib2
107
112
# google-auth-oauthlib
108
113
# google-cloud-bigquery
109
114
# google-cloud-core
110
115
# google-cloud-dataproc
111
116
# hail
117
+ google-auth-httplib2 == 0.2.0
118
+ # via google-api-python-client
112
119
google-auth-oauthlib == 0.8.0
113
120
# via hail
114
121
google-cloud-bigquery == 3.27.0
@@ -141,7 +148,10 @@ hail==0.2.132
141
148
hdbscan == 0.8.39
142
149
# via gnomad
143
150
httplib2 == 0.22.0
144
- # via -r requirements.in
151
+ # via
152
+ # -r requirements.in
153
+ # google-api-python-client
154
+ # google-auth-httplib2
145
155
humanize == 1.1.0
146
156
# via hail
147
157
idna == 3.10
@@ -372,6 +382,8 @@ typing-extensions==4.12.2
372
382
# typer
373
383
tzdata == 2024.2
374
384
# via pandas
385
+ uritemplate == 4.1.1
386
+ # via google-api-python-client
375
387
urllib3 == 2.2.3
376
388
# via
377
389
# botocore
You can’t perform that action at this time.
0 commit comments