-
Notifications
You must be signed in to change notification settings - Fork 23
/
requirements.txt
403 lines (402 loc) · 8.66 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
apache-beam[gcp]==2.48.0
# via -r requirements/dataflow_extras.txt
backports-cached-property==1.0.2 ; python_version <= "3.8"
# via -r requirements/base.txt
beautifulsoup4==4.12.2
# via bs4
bleach==6.0.0
# via readme-renderer
bs4==0.0.1
# via -r requirements.in
build==0.10.0
# via pip-tools
cachetools==5.3.1
# via
# apache-beam
# google-auth
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via pip-tools
cloudpickle==2.2.1
# via apache-beam
coverage[toml]==7.2.7
# via pytest-cov
crcmod==1.7
# via apache-beam
db-dtypes==1.1.1
# via -r requirements/bigquery_extras.txt
deprecated==1.2.14
# via -r requirements/base.txt
dill==0.3.1.1
# via apache-beam
dnspython==2.3.0
# via pymongo
docopt==0.6.2
# via hdfs
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.1
# via pytest
fastavro==1.7.4
# via apache-beam
fasteners==0.18
# via
# apache-beam
# google-apitools
freezegun==1.2.2
# via -r requirements.in
google-api-core[grpc]==2.11.1
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-bigtable
# google-cloud-core
# google-cloud-datastore
# google-cloud-dlp
# google-cloud-language
# google-cloud-pubsub
# google-cloud-pubsublite
# google-cloud-recommendations-ai
# google-cloud-spanner
# google-cloud-storage
# google-cloud-videointelligence
# google-cloud-vision
google-apitools==0.5.31
# via apache-beam
google-auth==2.20.0
# via
# -r requirements/base.txt
# apache-beam
# google-api-core
# google-auth-httplib2
# google-cloud-core
# google-cloud-storage
google-auth-httplib2==0.1.0
# via apache-beam
google-cloud-bigquery==3.11.1
# via
# -r requirements/bigquery_extras.txt
# apache-beam
google-cloud-bigquery-storage==2.20.0
# via apache-beam
google-cloud-bigtable==2.17.0
# via apache-beam
google-cloud-core==2.3.2
# via
# apache-beam
# google-cloud-bigquery
# google-cloud-bigtable
# google-cloud-datastore
# google-cloud-spanner
# google-cloud-storage
google-cloud-datastore==2.15.2
# via apache-beam
google-cloud-dlp==3.12.1
# via apache-beam
google-cloud-language==2.10.0
# via apache-beam
google-cloud-pubsub==2.17.1
# via
# apache-beam
# google-cloud-pubsublite
google-cloud-pubsublite==1.7.0
# via apache-beam
google-cloud-recommendations-ai==0.10.3
# via apache-beam
google-cloud-spanner==3.36.0
# via apache-beam
google-cloud-storage==2.9.0
# via -r requirements/base.txt
google-cloud-videointelligence==2.11.2
# via apache-beam
google-cloud-vision==3.4.3
# via apache-beam
google-crc32c==1.5.0
# via google-resumable-media
google-resumable-media==2.5.0
# via
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos[grpc]==1.59.1
# via
# google-api-core
# grpc-google-iam-v1
# grpcio-status
grpc-google-iam-v1==0.12.6
# via
# google-cloud-bigtable
# google-cloud-pubsub
# google-cloud-spanner
grpcio==1.54.2
# via
# apache-beam
# google-api-core
# google-cloud-bigquery
# google-cloud-pubsub
# google-cloud-pubsublite
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.48.2
# via
# -r requirements/base.txt
# google-api-core
# google-cloud-pubsub
# google-cloud-pubsublite
hdfs==2.7.0
# via apache-beam
httplib2==0.22.0
# via
# apache-beam
# google-apitools
# google-auth-httplib2
# oauth2client
idna==3.4
# via requests
importlib-metadata==6.7.0
# via
# keyring
# twine
importlib-resources==5.12.0
# via keyring
iniconfig==2.0.0
# via pytest
jaraco-classes==3.2.3
# via keyring
jinja2==3.1.2
# via -r requirements/base.txt
keyring==24.0.0
# via twine
lazy-object-proxy==1.9.0
# via -r requirements/base.txt
lxml==4.9.2
# via unittest-xml-reporting
markdown-it-py==2.2.0
# via rich
markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
numpy==1.21.6
# via
# apache-beam
# db-dtypes
# pandas
# pyarrow
oauth2client==4.1.3
# via google-apitools
objsize==0.6.1
# via apache-beam
orjson==3.9.1
# via apache-beam
overrides==6.5.0
# via google-cloud-pubsublite
packaging==23.1
# via
# build
# db-dtypes
# google-cloud-bigquery
# pytest
pandas==1.3.5
# via
# -r requirements/bigquery_extras.txt
# db-dtypes
parameterized==0.9.0
# via -r requirements.in
pexpect==4.8.0
# via -r requirements.in
pip-tools==6.9.0
# via
# -r requirements.in
# -r requirements/base.txt
pkginfo==1.9.6
# via twine
pluggy==1.0.0
# via pytest
proto-plus==1.22.2
# via
# apache-beam
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-bigtable
# google-cloud-datastore
# google-cloud-dlp
# google-cloud-language
# google-cloud-pubsub
# google-cloud-recommendations-ai
# google-cloud-spanner
# google-cloud-videointelligence
# google-cloud-vision
protobuf==4.23.3
# via
# apache-beam
# google-api-core
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-bigtable
# google-cloud-datastore
# google-cloud-dlp
# google-cloud-language
# google-cloud-pubsub
# google-cloud-recommendations-ai
# google-cloud-spanner
# google-cloud-videointelligence
# google-cloud-vision
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# proto-plus
ptyprocess==0.7.0
# via pexpect
py==1.11.0
# via pytest-html
pyarrow==11.0.0
# via
# apache-beam
# db-dtypes
pyasn1==0.5.0
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
# via
# google-auth
# oauth2client
pydot==1.4.2
# via apache-beam
pygments==2.15.1
# via
# readme-renderer
# rich
pymongo==4.3.3
# via apache-beam
pyparsing==3.1.0
# via
# httplib2
# pydot
pyproject-hooks==1.0.0
# via build
pytest==7.3.2
# via
# -r requirements.in
# pytest-cov
# pytest-github-actions-annotate-failures
# pytest-html
# pytest-metadata
pytest-cov==4.1.0
# via -r requirements.in
pytest-github-actions-annotate-failures==0.2.0
# via -r requirements.in
pytest-html==3.2.0
# via -r requirements.in
pytest-metadata==3.0.0
# via pytest-html
python-dateutil==2.8.2
# via
# apache-beam
# freezegun
# google-cloud-bigquery
# pandas
pytz==2023.3
# via
# apache-beam
# pandas
pyyaml==6.0
# via responses
readme-renderer==37.3
# via twine
regex==2023.6.3
# via apache-beam
requests==2.31.0
# via
# apache-beam
# google-api-core
# google-cloud-bigquery
# google-cloud-storage
# hdfs
# requests-toolbelt
# responses
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.1
# via -r requirements.in
rfc3986==2.0.0
# via twine
rich==13.4.2
# via twine
rsa==4.9
# via
# google-auth
# oauth2client
six==1.16.0
# via
# -r requirements/bigquery_extras.txt
# bleach
# google-apitools
# google-auth
# google-auth-httplib2
# hdfs
# oauth2client
# python-dateutil
soupsieve==2.4.1
# via beautifulsoup4
sqlparse==0.4.4
# via google-cloud-spanner
tblib==1.7.0
# via -r requirements/base.txt
toml==0.10.2
# via -r requirements/base.txt
tomli==2.0.1
# via
# build
# coverage
# pyproject-hooks
# pytest
twine==4.0.2
# via -r requirements.in
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.3
# via
# -r requirements/base.txt
# apache-beam
# rich
unittest-xml-reporting==3.2.0
# via -r requirements/base.txt
urllib3==1.26.16
# via
# google-auth
# requests
# responses
# twine
webencodings==0.5.1
# via bleach
wheel==0.40.0
# via
# -r requirements/base.txt
# pip-tools
wrapt==1.15.0
# via deprecated
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources
zstandard==0.21.0
# via apache-beam
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools