-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
579 lines (578 loc) · 11.3 KB
/
requirements.txt
File metadata and controls
579 lines (578 loc) · 11.3 KB
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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.4
# via llama-index-core
aiosignal==1.4.0
# via aiohttp
aiosqlite==0.22.1
# via llama-index-core
amqp==5.3.1
# via kombu
annotated-types==0.7.0
# via pydantic
anthropic[bedrock,vertex]==0.84.0
# via llama-index-llms-anthropic
antlr4-python3-runtime==4.13.2
# via stix2-patterns
anyio==4.12.1
# via
# anthropic
# google-genai
# httpx
# openai
asgiref==3.11.1
# via
# django
# django-cors-headers
attrs==25.4.0
# via
# aiohttp
# jsonschema
# referencing
banks==2.4.1
# via llama-index-core
beautifulsoup4==4.14.3
# via
# bs4
# markdownify
billiard==4.2.4
# via celery
boto3==1.42.58
# via
# anthropic
# django-storages
botocore==1.42.58
# via
# anthropic
# boto3
# s3transfer
bs4==0.0.2
# via file2txt
celery==5.6.2
# via -r requirements.in
certifi==2026.2.25
# via
# httpcore
# httpx
# pysigma-backend-kusto
# requests
cffi==2.0.0
# via cryptography
chardet==6.0.0.post1
# via readability-lxml
charset-normalizer==3.4.4
# via requests
click==8.3.1
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
# nltk
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
colorama==0.4.6
# via griffecli
cryptography==46.0.7
# via google-auth
cssselect==1.4.0
# via readability-lxml
dataclasses-json==0.6.7
# via llama-index-core
deprecated==1.3.1
# via
# banks
# llama-index-core
# llama-index-instrumentation
dirtyjson==1.0.8
# via llama-index-core
distro==1.9.0
# via
# anthropic
# google-genai
# openai
django==5.2.13
# via
# -r requirements.in
# django-cors-headers
# django-filter
# django-storages
# djangorestframework
# drf-spectacular
django-cleanup==9.0.0
# via -r requirements.in
django-cors-headers==4.9.0
# via -r requirements.in
django-filter==25.2
# via
# -r requirements.in
# dogesec-commons
django-storages[s3]==1.14.6
# via -r requirements.in
djangorestframework==3.16.1
# via
# -r requirements.in
# dogesec-commons
# drf-pydantic
# drf-spectacular
dnspython==2.8.0
# via email-validator
docstring-parser==0.17.0
# via anthropic
dogesec-commons==1.3.6
# via -r requirements.in
drf-pydantic==2.9.1
# via -r requirements.in
drf-spectacular==0.29.0
# via
# -r requirements.in
# dogesec-commons
email-validator==2.3.0
# via pydantic
file2txt==1.0.10
# via -r requirements.in
filelock==3.24.3
# via
# huggingface-hub
# transformers
filetype==1.2.0
# via
# banks
# file2txt
# llama-index-core
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
fsspec==2026.2.0
# via
# huggingface-hub
# llama-index-core
google-api-core[grpc]==2.30.0
# via google-cloud-vision
google-auth[requests]==2.48.0
# via
# anthropic
# google-api-core
# google-cloud-vision
# google-genai
google-cloud-vision==3.12.1
# via file2txt
google-genai==1.65.0
# via llama-index-llms-google-genai
googleapis-common-protos==1.72.0
# via
# google-api-core
# grpcio-status
greenlet==3.3.2
# via sqlalchemy
griffe==2.0.0
# via banks
griffecli==2.0.0
# via griffe
griffelib==2.0.0
# via
# griffe
# griffecli
grpcio==1.78.0
# via
# google-api-core
# google-cloud-vision
# grpcio-status
grpcio-status==1.78.0
# via
# file2txt
# google-api-core
gunicorn==23.0.0
# via -r requirements.in
h11==0.16.0
# via httpcore
hf-xet==1.3.1
# via huggingface-hub
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via
# anthropic
# google-genai
# llama-index-core
# openai
huggingface-hub==0.36.2
# via
# tokenizers
# transformers
hyperlink==21.0.0
# via -r requirements.in
idna==3.11
# via
# anyio
# email-validator
# httpx
# hyperlink
# requests
# yarl
ijson==3.5.0
# via stix2arango
inflection==0.5.1
# via drf-spectacular
jinja2==3.1.6
# via
# banks
# pysigma
jiter==0.13.0
# via
# anthropic
# openai
jmespath==1.1.0
# via
# boto3
# botocore
joblib==1.5.3
# via nltk
json-repair==0.58.0
# via txt2detection
jsonschema==4.26.0
# via
# drf-spectacular
# stix2arango
# txt2detection
jsonschema-specifications==2025.9.1
# via jsonschema
kombu==5.6.2
# via celery
llama-index-core==0.14.15
# via
# llama-index-llms-anthropic
# llama-index-llms-google-genai
# llama-index-llms-openai
# llama-index-llms-openai-like
# llama-index-llms-openrouter
# txt2detection
llama-index-instrumentation==0.4.2
# via llama-index-workflows
llama-index-llms-anthropic==0.10.10
# via txt2detection
llama-index-llms-deepseek==0.2.2
# via txt2detection
llama-index-llms-google-genai==0.8.7
# via txt2detection
llama-index-llms-openai==0.6.21
# via
# llama-index-llms-openai-like
# txt2detection
llama-index-llms-openai-like==0.5.3
# via
# llama-index-llms-deepseek
# llama-index-llms-openrouter
llama-index-llms-openrouter==0.4.4
# via txt2detection
llama-index-workflows==2.14.2
# via llama-index-core
lxml[html-clean]==6.1.0
# via
# lxml-html-clean
# readability-lxml
lxml-html-clean==0.4.4
# via
# file2txt
# lxml
markdownify==1.2.2
# via file2txt
markupsafe==3.0.3
# via jinja2
marshmallow==3.26.2
# via dataclasses-json
mistune==3.2.0
# via
# -r requirements.in
# file2txt
multidict==6.7.1
# via
# aiohttp
# yarl
mypy-extensions==1.1.0
# via typing-inspect
nest-asyncio==1.6.0
# via llama-index-core
networkx==3.6.1
# via llama-index-core
nltk==3.9.4
# via llama-index-core
numpy==2.4.2
# via
# llama-index-core
# pandas
# transformers
openai==2.24.0
# via llama-index-llms-openai
packaging==24.2
# via
# gunicorn
# huggingface-hub
# kombu
# marshmallow
# pysigma
# python-arango
# transformers
pandas==3.0.1
# via file2txt
pillow==12.2.0
# via
# file2txt
# llama-index-core
# llama-index-llms-google-genai
platformdirs==4.9.2
# via
# banks
# llama-index-core
prompt-toolkit==3.0.52
# via click-repl
propcache==0.4.1
# via
# aiohttp
# yarl
proto-plus==1.27.1
# via
# google-api-core
# google-cloud-vision
protobuf==6.33.5
# via
# google-api-core
# google-cloud-vision
# googleapis-common-protos
# grpcio-status
# proto-plus
psycopg2-binary==2.9.11
# via
# -r requirements.in
# dogesec-commons
pyasn1==0.6.3
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.2
# via google-auth
pycparser==3.0
# via cffi
pydantic[email]==2.12.5
# via
# anthropic
# banks
# drf-pydantic
# google-genai
# llama-index-core
# llama-index-instrumentation
# llama-index-workflows
# openai
# stix2extensions
pydantic-core==2.41.5
# via pydantic
pyjwt==2.12.0
# via python-arango
pyparsing==3.3.2
# via pysigma
pysigma==0.11.23
# via
# pysigma-backend-elasticsearch
# pysigma-backend-kusto
# pysigma-backend-splunk
pysigma-backend-elasticsearch==1.1.6
# via -r requirements.in
pysigma-backend-kusto==0.4.4
# via -r requirements.in
pysigma-backend-splunk==1.1.3
# via -r requirements.in
python-arango==8.3.0
# via
# -r requirements.in
# dogesec-commons
# stix2arango
# txt2detection
python-dateutil==2.9.0.post0
# via
# botocore
# celery
# pandas
python-dotenv==1.2.2
# via
# file2txt
# stix2arango
# txt2detection
python-slugify==8.0.4
# via txt2detection
pytz==2025.2
# via stix2
pyyaml==6.0.3
# via
# drf-spectacular
# huggingface-hub
# llama-index-core
# pysigma
# pysigma-backend-elasticsearch
# transformers
# txt2detection
readability-lxml==0.8.4.1
# via file2txt
redis==7.2.1
# via -r requirements.in
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
regex==2026.2.19
# via
# nltk
# tiktoken
# transformers
requests==2.33.0
# via
# file2txt
# google-api-core
# google-auth
# google-genai
# huggingface-hub
# llama-index-core
# pysigma
# python-arango
# requests-toolbelt
# stix2
# stix2arango
# stix2extensions
# tiktoken
# transformers
# txt2detection
requests-toolbelt==1.0.0
# via python-arango
rpds-py==0.30.0
# via
# jsonschema
# referencing
rsa==4.9.1
# via google-auth
s3transfer==0.16.0
# via boto3
safetensors==0.7.0
# via transformers
simplejson==3.20.2
# via stix2
six==1.17.0
# via
# markdownify
# python-dateutil
sniffio==1.3.1
# via
# anthropic
# google-genai
# openai
soupsieve==2.8.3
# via beautifulsoup4
sqlalchemy[asyncio]==2.0.47
# via llama-index-core
sqlparse==0.5.5
# via django
stix2==3.0.2
# via
# -r requirements.in
# dogesec-commons
# stix2arango
# stix2extensions
# txt2detection
stix2-patterns==2.1.2
# via stix2
stix2arango==1.1.13
# via -r requirements.in
stix2extensions==2.1.3
# via txt2detection
tabulate==0.9.0
# via file2txt
tenacity==9.1.4
# via
# google-genai
# llama-index-core
text-unidecode==1.3
# via python-slugify
tiktoken==0.12.0
# via llama-index-core
tinytag==2.2.1
# via llama-index-core
tokenizers==0.22.2
# via transformers
tqdm==4.67.3
# via
# huggingface-hub
# llama-index-core
# nltk
# openai
# stix2arango
# transformers
# txt2detection
transformers==4.57.6
# via llama-index-llms-openai-like
txt2detection[llms]==1.2.1
# via -r requirements.in
typing-extensions==4.15.0
# via
# aiosignal
# anthropic
# anyio
# beautifulsoup4
# google-genai
# grpcio
# huggingface-hub
# llama-index-core
# llama-index-workflows
# openai
# pydantic
# pydantic-core
# referencing
# sqlalchemy
# typing-inspect
# typing-inspection
typing-inspect==0.9.0
# via
# dataclasses-json
# llama-index-core
typing-inspection==0.4.2
# via pydantic
tzdata==2025.3
# via kombu
tzlocal==5.3.1
# via celery
uritemplate==4.2.0
# via drf-spectacular
urllib3==2.6.3
# via
# botocore
# python-arango
# requests
validators==0.35.0
# via txt2detection
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.6.0
# via prompt-toolkit
websockets==16.0
# via google-genai
wrapt==2.1.1
# via
# deprecated
# llama-index-core
xlrd==2.0.2
# via file2txt
yarl==1.22.0
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# setuptools