-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
514 lines (514 loc) · 8.96 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
# This file was autogenerated by uv via the following command:
# uv pip compile - -o requirements.txt
aider-chat==0.67.0
aiohappyeyeballs==2.4.4
# via
# aider-chat
# aiohttp
aiohttp==3.11.9
# via
# aider-chat
# huggingface-hub
# litellm
# llama-index-core
aiosignal==1.3.1
# via
# aider-chat
# aiohttp
annotated-types==0.7.0
# via
# aider-chat
# pydantic
anthropic==0.34.1
anyio==4.6.2.post1
# via
# aider-chat
# anthropic
# groq
# httpx
# openai
# watchfiles
attrs==24.2.0
# via
# aider-chat
# aiohttp
# jsonschema
# referencing
backoff==2.2.1
# via
# aider-chat
# posthog
beautifulsoup4==4.12.3
# via aider-chat
boto3==1.35.58
botocore==1.35.58
# via
# boto3
# s3transfer
certifi==2024.8.30
# via
# aider-chat
# httpcore
# httpx
# requests
cffi==1.17.1
# via
# aider-chat
# sounddevice
# soundfile
charset-normalizer==3.4.0
# via
# aider-chat
# requests
click==8.1.7
# via
# aider-chat
# duckduckgo-search
# litellm
# nltk
colorama==0.4.6
configargparse==1.7
# via aider-chat
configparser==7.1.0
dataclasses-json==0.6.7
# via llama-index-core
deprecated==1.2.14
# via llama-index-core
diff-match-patch==20241021
# via aider-chat
dirtyjson==1.0.8
# via llama-index-core
diskcache==5.6.3
# via aider-chat
distro==1.9.0
# via
# aider-chat
# anthropic
# groq
# openai
duckduckgo-search==6.2.6
filelock==3.16.1
# via
# aider-chat
# huggingface-hub
# torch
# transformers
flake8==7.1.1
# via aider-chat
frozenlist==1.5.0
# via
# aider-chat
# aiohttp
# aiosignal
fsspec==2024.10.0
# via
# aider-chat
# huggingface-hub
# llama-index-core
# torch
gitdb==4.0.11
# via
# aider-chat
# gitpython
gitpython==3.1.43
# via aider-chat
greenlet==3.0.3
# via
# playwright
# sqlalchemy
grep-ast==0.4.1
# via aider-chat
groq==0.10.0
h11==0.14.0
# via
# aider-chat
# httpcore
httpcore==1.0.7
# via
# aider-chat
# httpx
httpx==0.27.2
# via
# aider-chat
# anthropic
# groq
# litellm
# llama-cloud
# llama-index-core
# ollama
# openai
# tavily-python
huggingface-hub==0.26.3
# via
# aider-chat
# llama-index-embeddings-huggingface
# sentence-transformers
# tokenizers
# transformers
idna==3.10
# via
# aider-chat
# anyio
# httpx
# requests
# yarl
importlib-metadata==7.2.1
# via
# aider-chat
# litellm
importlib-resources==6.4.5
# via aider-chat
jinja2==3.1.4
# via
# aider-chat
# litellm
# torch
jiter==0.8.0
# via
# aider-chat
# anthropic
# openai
jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.4.2
# via
# nltk
# scikit-learn
json5==0.10.0
# via aider-chat
jsonschema==4.23.0
# via
# aider-chat
# litellm
jsonschema-specifications==2024.10.1
# via
# aider-chat
# jsonschema
litellm==1.53.5
# via aider-chat
llama-cloud==0.0.6
# via llama-index-core
llama-index-core==0.10.52.post2
# via llama-index-embeddings-huggingface
llama-index-embeddings-huggingface==0.2.2
markdown-it-py==3.0.0
# via
# aider-chat
# rich
markupsafe==3.0.2
# via
# aider-chat
# jinja2
marshmallow==3.21.3
# via dataclasses-json
mccabe==0.7.0
# via
# aider-chat
# flake8
mdurl==0.1.2
# via
# aider-chat
# markdown-it-py
minijinja==2.0.1
mixpanel==4.10.1
# via aider-chat
monotonic==1.6
# via
# aider-chat
# posthog
mpmath==1.3.0
# via sympy
multidict==6.1.0
# via
# aider-chat
# aiohttp
# yarl
mypy-extensions==1.0.0
# via typing-inspect
nest-asyncio==1.6.0
# via llama-index-core
networkx==3.2.1
# via
# aider-chat
# llama-index-core
# torch
nltk==3.8.1
# via llama-index-core
numpy==1.26.4
# via
# aider-chat
# llama-index-core
# pandas
# scikit-learn
# scipy
# sentence-transformers
# transformers
ollama==0.3.0
openai==1.56.2
# via
# aider-chat
# litellm
# llama-index-core
packaging==24.2
# via
# aider-chat
# huggingface-hub
# marshmallow
# setuptools-scm
# transformers
pandas==2.2.2
# via llama-index-core
pathspec==0.12.1
# via
# aider-chat
# grep-ast
pexpect==4.9.0
# via aider-chat
pillow==10.4.0
# via
# aider-chat
# llama-index-core
# sentence-transformers
pip==24.2
playwright==1.45.0
posthog==3.7.4
# via aider-chat
primp==0.5.5
# via duckduckgo-search
prompt-toolkit==3.0.48
# via
# aider-chat
# pypager
propcache==0.2.1
# via
# aider-chat
# aiohttp
# yarl
psutil==6.1.0
# via aider-chat
ptyprocess==0.7.0
# via
# aider-chat
# pexpect
pycodestyle==2.12.1
# via
# aider-chat
# flake8
pycparser==2.22
# via
# aider-chat
# cffi
pydantic==2.10.3
# via
# aider-chat
# anthropic
# groq
# litellm
# llama-cloud
# openai
pydantic-core==2.27.1
# via
# aider-chat
# pydantic
pydub==0.25.1
# via aider-chat
pyee==11.1.0
# via playwright
pyflakes==3.2.0
# via
# aider-chat
# flake8
pygments==2.18.0
# via
# aider-chat
# pypager
# rich
pypager==3.0.1
pypandoc==1.14
# via aider-chat
pyperclip==1.9.0
# via aider-chat
python-dateutil==2.9.0.post0
# via
# aider-chat
# botocore
# pandas
# posthog
python-dotenv==1.0.1
# via
# aider-chat
# litellm
pytz==2024.1
# via pandas
pyyaml==6.0.2
# via
# aider-chat
# huggingface-hub
# llama-index-core
# transformers
referencing==0.35.1
# via
# aider-chat
# jsonschema
# jsonschema-specifications
regex==2024.11.6
# via
# aider-chat
# nltk
# tiktoken
# transformers
requests==2.32.3
# via
# aider-chat
# huggingface-hub
# litellm
# llama-index-core
# mixpanel
# posthog
# speechrecognition
# tavily-python
# tiktoken
# transformers
rich==13.9.4
# via aider-chat
rpds-py==0.22.3
# via
# aider-chat
# jsonschema
# referencing
ruff==0.6.9
s3transfer==0.10.3
# via boto3
safetensors==0.4.3
# via transformers
scikit-learn==1.5.1
# via sentence-transformers
scipy==1.13.1
# via
# aider-chat
# scikit-learn
# sentence-transformers
send2trash==1.8.3
sentence-transformers==3.0.1
# via llama-index-embeddings-huggingface
setuptools==74.1.2
# via setuptools-scm
setuptools-scm==8.1.0
six==1.17.0
# via
# aider-chat
# mixpanel
# posthog
# python-dateutil
smmap==5.0.1
# via
# aider-chat
# gitdb
sniffio==1.3.1
# via
# aider-chat
# anthropic
# anyio
# groq
# httpx
# openai
sounddevice==0.5.1
# via aider-chat
soundfile==0.12.1
# via aider-chat
soupsieve==2.6
# via
# aider-chat
# beautifulsoup4
speechrecognition==3.10.4
sqlalchemy==2.0.31
# via llama-index-core
sympy==1.13.0
# via torch
tavily-python==0.3.4
tenacity==8.4.2
# via llama-index-core
threadpoolctl==3.5.0
# via scikit-learn
tiktoken==0.8.0
# via
# aider-chat
# litellm
# llama-index-core
# tavily-python
tokenizers==0.19.1
# via
# aider-chat
# anthropic
# litellm
# transformers
torch==2.2.2
# via sentence-transformers
tqdm==4.67.1
# via
# aider-chat
# huggingface-hub
# llama-index-core
# nltk
# openai
# sentence-transformers
# transformers
transformers==4.42.3
# via sentence-transformers
tree-sitter==0.21.3
# via
# aider-chat
# tree-sitter-languages
tree-sitter-languages==1.10.2
# via
# aider-chat
# grep-ast
typing-extensions==4.12.2
# via
# aider-chat
# anthropic
# groq
# huggingface-hub
# llama-index-core
# openai
# pydantic
# pydantic-core
# pyee
# speechrecognition
# sqlalchemy
# torch
# typing-inspect
typing-inspect==0.9.0
# via
# dataclasses-json
# llama-index-core
tzdata==2024.1
# via pandas
urllib3==2.2.3
# via
# aider-chat
# botocore
# mixpanel
# requests
uv==0.4.26
watchfiles==1.0.0
# via aider-chat
wcwidth==0.2.13
# via
# aider-chat
# prompt-toolkit
websockets==13.0.1
wrapt==1.16.0
# via
# deprecated
# llama-index-core
yarl==1.18.3
# via
# aider-chat
# aiohttp
zipp==3.21.0
# via
# aider-chat
# importlib-metadata