forked from edenai/edenai-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
597 lines (596 loc) · 12.4 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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
affinda==4.7.1
# via -r requirements.in
aiodns==3.0.0
# via aleph-alpha-client
aiohttp==3.8.6
# via
# aiohttp-retry
# aleph-alpha-client
# openai
aiohttp-retry==2.8.3
# via aleph-alpha-client
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.13
# via sphinx
aleph-alpha-client==6.0.0
# via -r requirements.in
amazon-textract-response-parser==0.1.48
# via -r requirements.in
annotated-types==0.5.0
# via pydantic
astroid==2.15.5
# via pylint
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
# aiohttp
# automat
# jsonlines
# jsonschema
# sagemaker
# service-identity
# twisted
autobahn==22.7.1
# via watson-developer-cloud
automat==22.10.0
# via twisted
azure-ai-formrecognizer==3.3.2
# via -r requirements.in
azure-cognitiveservices-speech==1.30.0
# via -r requirements.in
azure-common==1.1.28
# via azure-ai-formrecognizer
azure-core==1.27.1
# via
# -r requirements.in
# affinda
# azure-ai-formrecognizer
# azure-identity
# msrest
azure-identity==1.13.0
# via affinda
babel==2.12.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
boto3==1.29.6
# via
# -r requirements.in
# amazon-textract-response-parser
# sagemaker
botocore==1.32.7
# via
# boto3
# s3transfer
cachetools==5.3.1
# via google-auth
certifi==2023.5.7
# via
# msrest
# requests
cffi==1.15.1
# via
# cryptography
# pycares
charset-normalizer==3.1.0
# via
# aiohttp
# requests
clarifai-grpc==9.10.7
# via -r requirements.in
cloudpickle==2.2.1
# via sagemaker
constantly==15.1.0
# via twisted
contextlib2==21.6.0
# via schema
coverage[toml]==7.2.7
# via
# coverage
# pytest-cov
cryptography==41.0.1
# via
# autobahn
# azure-identity
# msal
# pyjwt
# pyopenssl
# service-identity
dill==0.3.6
# via
# multiprocess
# pathos
# pylint
docutils==0.20.1
# via sphinx
exceptiongroup==1.1.2
# via pytest
execnet==1.9.0
# via pytest-xdist
ffmpeg-python==0.2.0
# via -r requirements.in
filelock==3.12.3
# via huggingface-hub
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
fsspec==2023.9.0
# via huggingface-hub
furo==2023.5.20
# via -r requirements.in
future==0.18.3
# via ffmpeg-python
google-api-core[grpc]==2.11.1
# via
# google-api-python-client
# google-cloud-aiplatform
# google-cloud-automl
# google-cloud-bigquery
# google-cloud-core
# google-cloud-documentai
# google-cloud-language
# google-cloud-resource-manager
# google-cloud-speech
# google-cloud-storage
# google-cloud-texttospeech
# google-cloud-translate
# google-cloud-videointelligence
# google-cloud-vision
google-api-python-client==2.88.0
# via -r requirements.in
google-auth==2.21.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-cloud-core
# google-cloud-storage
google-auth-httplib2==0.1.0
# via google-api-python-client
google-cloud-aiplatform==1.35.0
# via -r requirements.in
google-cloud-automl==2.11.1
# via -r requirements.in
google-cloud-bigquery==3.12.0
# via google-cloud-aiplatform
google-cloud-core==2.3.2
# via
# google-cloud-bigquery
# google-cloud-storage
# google-cloud-translate
google-cloud-documentai==2.15.0
# via -r requirements.in
google-cloud-language==2.10.0
# via -r requirements.in
google-cloud-resource-manager==1.10.4
# via google-cloud-aiplatform
google-cloud-speech==2.21.0
# via -r requirements.in
google-cloud-storage==2.9.0
# via
# -r requirements.in
# google-cloud-aiplatform
google-cloud-texttospeech==2.14.1
# via -r requirements.in
google-cloud-translate==3.11.1
# via -r requirements.in
google-cloud-videointelligence==2.11.2
# via -r requirements.in
google-cloud-vision==3.4.2
# via -r requirements.in
google-crc32c==1.5.0
# via google-resumable-media
google-pasta==0.2.0
# via sagemaker
google-resumable-media==2.5.0
# via
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos[grpc]==1.59.1
# via
# clarifai-grpc
# google-api-core
# grpc-google-iam-v1
# grpcio-status
grpc-google-iam-v1==0.12.6
# via google-cloud-resource-manager
grpcio==1.56.0
# via
# clarifai-grpc
# google-api-core
# google-cloud-bigquery
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.48.2
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
huggingface-hub==0.16.4
# via tokenizers
hyperlink==21.0.0
# via
# autobahn
# twisted
ibm-cloud-sdk-core==3.16.7
# via ibm-watson
ibm-watson==7.0.0
# via -r requirements.in
idna==3.4
# via
# hyperlink
# requests
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==4.13.0
# via
# sagemaker
# sphinx
importlib-resources==6.1.1
# via jsonschema
incremental==22.10.0
# via twisted
iniconfig==2.0.0
# via pytest
isodate==0.6.1
# via msrest
isort==5.12.0
# via pylint
jinja2==3.1.2
# via sphinx
jmespath==1.0.1
# via
# boto3
# botocore
jsonlines==3.1.0
# via lettria
jsonschema==4.17.3
# via sagemaker
langcodes==3.3.0
# via -r requirements.in
language-data==1.1
# via -r requirements.in
lazy-object-proxy==1.9.0
# via astroid
lettria==6.0.0
# via -r requirements.in
marisa-trie==0.7.8
# via language-data
markupsafe==2.1.3
# via jinja2
marshmallow==3.19.0
# via amazon-textract-response-parser
mccabe==0.7.0
# via pylint
modernmt==1.3.0
# via -r requirements.in
msal==1.22.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.0.0
# via azure-identity
msrest==0.7.1
# via
# affinda
# azure-ai-formrecognizer
multidict==6.0.4
# via
# aiohttp
# yarl
multiprocess==0.70.14
# via pathos
mypy==1.6.1
# via -r requirements.in
mypy-extensions==1.0.0
# via mypy
numpy==1.23.4
# via
# pandas
# sagemaker
# shapely
oauthlib==3.2.2
# via requests-oauthlib
openai==0.28.1
# via -r requirements.in
packaging==23.2
# via
# google-cloud-aiplatform
# google-cloud-bigquery
# huggingface-hub
# marshmallow
# pytest
# sagemaker
# sphinx
pandas==2.0.3
# via
# -r requirements.in
# sagemaker
pathos==0.3.0
# via sagemaker
pdf2image==1.16.3
# via -r requirements.in
pillow==10.0.0
# via
# -r requirements.in
# aleph-alpha-client
# pdf2image
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.8.0
# via
# pylint
# sagemaker
pluggy==1.2.0
# via pytest
portalocker==2.7.0
# via msal-extensions
pox==0.3.2
# via pathos
ppft==1.7.6.6
# via pathos
proto-plus==1.22.3
# via
# google-cloud-aiplatform
# google-cloud-automl
# google-cloud-bigquery
# google-cloud-documentai
# google-cloud-language
# google-cloud-resource-manager
# google-cloud-speech
# google-cloud-texttospeech
# google-cloud-translate
# google-cloud-videointelligence
# google-cloud-vision
protobuf==3.20.3
# via
# clarifai-grpc
# google-api-core
# google-cloud-aiplatform
# google-cloud-automl
# google-cloud-bigquery
# google-cloud-documentai
# google-cloud-language
# google-cloud-resource-manager
# google-cloud-speech
# google-cloud-texttospeech
# google-cloud-translate
# google-cloud-videointelligence
# google-cloud-vision
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# proto-plus
# protobuf3-to-dict
# sagemaker
protobuf3-to-dict==0.1.5
# via sagemaker
psycopg2==2.9.6
# via -r requirements.in
pyasn1==0.5.0
# via
# pyasn1-modules
# rsa
# service-identity
pyasn1-modules==0.3.0
# via
# google-auth
# service-identity
pycares==4.3.0
# via aiodns
pycountry==22.3.5
# via -r requirements.in
pycparser==2.21
# via cffi
pydantic==2.0
# via -r requirements.in
pydantic-core==2.0.1
# via pydantic
pydub==0.25.1
# via -r requirements.in
pygments==2.15.1
# via
# furo
# sphinx
pyjwt[crypto]==2.7.0
# via
# ibm-cloud-sdk-core
# modernmt
# msal
pylint==2.17.4
# via -r requirements.in
pyopenssl==23.2.0
# via watson-developer-cloud
pyparsing==3.1.0
# via httplib2
pypdf==3.16.2
# via -r requirements.in
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.0
# via
# -r requirements.in
# pytest-cov
# pytest-mock
# pytest-timeout
# pytest-xdist
pytest-cov==4.1.0
# via -r requirements.in
pytest-mock==3.11.1
# via -r requirements.in
pytest-timeout==2.1.0
# via -r requirements.in
pytest-xdist==3.3.1
# via -r requirements.in
python-dateutil==2.8.2
# via
# botocore
# google-cloud-bigquery
# ibm-cloud-sdk-core
# ibm-watson
# pandas
# python-liquid
# watson-developer-cloud
python-dotenv==1.0.0
# via -r requirements.in
python-liquid==1.10.0
# via aleph-alpha-client
python-magic==0.4.27
# via -r requirements.in
pytz==2023.3
# via
# babel
# pandas
pyyaml==6.0
# via
# huggingface-hub
# sagemaker
requests==2.31.0
# via
# affinda
# aleph-alpha-client
# azure-core
# clarifai-grpc
# google-api-core
# google-cloud-bigquery
# google-cloud-storage
# huggingface-hub
# ibm-cloud-sdk-core
# ibm-watson
# lettria
# modernmt
# msal
# msrest
# openai
# requests-oauthlib
# sphinx
# watson-developer-cloud
responses==0.24.1
# via
# corticalio
requests-oauthlib==1.3.1
# via msrest
rsa==4.9
# via google-auth
s3transfer==0.7.0
# via boto3
sagemaker==2.169.0
# via -r requirements.in
schema==0.7.5
# via sagemaker
service-identity==23.1.0
# via watson-developer-cloud
shapely==2.0.2
# via google-cloud-aiplatform
six==1.16.0
# via
# automat
# azure-core
# azure-identity
# google-auth
# google-auth-httplib2
# google-pasta
# isodate
# protobuf3-to-dict
# python-dateutil
smdebug-rulesconfig==1.0.1
# via sagemaker
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==7.0.1
# via
# -r requirements.in
# furo
# sphinx-basic-ng
sphinx-basic-ng==1.0.0b1
# via furo
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tblib==1.7.0
# via sagemaker
tokenizers==0.14.0
# via aleph-alpha-client
tomli==2.0.1
# via
# coverage
# mypy
# pylint
# pytest
tomlkit==0.11.8
# via pylint
tqdm==4.66.1
# via
# aleph-alpha-client
# huggingface-hub
# openai
twisted==22.10.0
# via watson-developer-cloud
txaio==23.1.1
# via autobahn
typing-extensions==4.7.1
# via
# aleph-alpha-client
# annotated-types
# astroid
# azure-ai-formrecognizer
# azure-core
# filelock
# huggingface-hub
# mypy
# pydantic
# pydantic-core
# pylint
# pypdf
# python-liquid
# twisted
tzdata==2023.3
# via pandas
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.16
# via
# aleph-alpha-client
# botocore
# google-auth
# ibm-cloud-sdk-core
# requests
watson-developer-cloud==2.0.0
# via -r requirements.in
websocket-client==1.1.0
# via ibm-watson
wrapt==1.15.0
# via astroid
yarl==1.9.2
# via aiohttp
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources
zope-interface==6.0
# via twisted
# The following packages are considered to be unsafe in a requirements file:
# setuptools