We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902739b commit ad79362Copy full SHA for ad79362
requirements.in
@@ -5,3 +5,4 @@ aiofiles==24.1.0
5
pydantic==2.8.2
6
google-cloud-dataproc==5.14.0
7
google-cloud-bigquery==3.27.0
8
+httplib2==0.22.0
requirements.txt
@@ -140,6 +140,8 @@ hail==0.2.132
140
# via -r requirements.in
141
hdbscan==0.8.39
142
# via gnomad
143
144
+ # via -r requirements.in
145
humanize==1.1.0
146
# via hail
147
idna==3.10
@@ -271,6 +273,8 @@ pygments==2.18.0
271
273
# rich
272
274
pyjwt[crypto]==2.9.0
275
# via msal
276
+pyparsing==3.2.1
277
+ # via httplib2
278
pyspark==3.5.3
279
280
python-daemon==3.1.0
0 commit comments