-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathrequirements-dev.txt
549 lines (549 loc) · 10.6 KB
/
requirements-dev.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
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in -o requirements-dev.txt
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.10
# via
# aioresponses
# datasets
# fsspec
# langchain
# langchain-community
aioresponses==0.7.6
aiosignal==1.2.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via
# httpx
# openai
appdirs==1.4.4
# via ragas
argcomplete==2.0.0
# via datamodel-code-generator
asgiref==3.7.2
# via
# django
# django-stubs
asttokens==2.4.1
# via inline-snapshot
async-timeout==4.0.2
# via redis
attrs==23.2.0
# via
# aiohttp
# jsonschema
# referencing
black==23.9.1
# via
# datamodel-code-generator
# inline-snapshot
boto3-stubs==1.34.84
botocore-stubs==1.34.84
# via boto3-stubs
certifi==2024.12.14
# via
# httpcore
# httpx
# requests
# sentry-sdk
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via prance
charset-normalizer==2.1.0
# via requests
click==8.1.7
# via
# black
# inline-snapshot
# typer
colorama==0.4.4
# via pytest-watch
coverage==5.5
# via pytest-cov
cryptography==39.0.2
# via types-paramiko
dataclasses-json==0.6.7
# via langchain-community
datamodel-code-generator==0.26.1
datasets==2.19.1
# via ragas
deepeval==1.5.5
deprecated==1.2.15
# via
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-grpc
dill==0.3.8
# via
# datasets
# multiprocess
distro==1.9.0
# via openai
django==4.2.18
# via
# django-linear-migrations
# django-stubs
# django-stubs-ext
django-linear-migrations==2.16.0
django-stubs==5.0.4
# via djangorestframework-stubs
django-stubs-ext==5.0.4
# via django-stubs
djangorestframework-stubs==3.14.5
dnspython==2.2.1
# via email-validator
docopt==0.6.2
# via pytest-watch
docx2txt==0.8
# via deepeval
email-validator==2.0.0.post2
# via pydantic
execnet==2.1.1
# via pytest-xdist
executing==2.0.1
# via inline-snapshot
faker==17.5.0
fakeredis==2.23.3
filelock==3.12.0
# via
# datasets
# huggingface-hub
flaky==3.7.0
freezegun==1.2.2
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2023.10.0
# via
# datasets
# huggingface-hub
genson==1.2.2
# via datamodel-code-generator
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via tach
googleapis-common-protos==1.60.0
# via opentelemetry-exporter-otlp-proto-grpc
grpcio==1.63.2
# via
# deepeval
# opentelemetry-exporter-otlp-proto-grpc
h11==0.13.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.26.0
# via
# langsmith
# openai
huggingface-hub==0.26.2
# via datasets
icdiff==2.0.5
# via pytest-icdiff
idna==3.10
# via
# anyio
# email-validator
# httpx
# requests
# yarl
importlib-metadata==7.0.0
# via
# deepeval
# opentelemetry-api
inflect==5.6.2
# via datamodel-code-generator
iniconfig==1.1.1
# via pytest
inline-snapshot==0.12.1
isort==5.2.2
# via datamodel-code-generator
jinja2==3.1.5
# via datamodel-code-generator
jiter==0.5.0
# via openai
jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
jsonschema==4.20.0
# via
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.2
# via openapi-spec-validator
jsonschema-specifications==2023.12.1
# via
# jsonschema
# openapi-schema-validator
langchain==0.3.9
# via
# deepeval
# langchain-community
# ragas
langchain-community==0.3.2
# via ragas
langchain-core==0.3.21
# via
# deepeval
# langchain
# langchain-community
# langchain-openai
# langchain-text-splitters
# ragas
langchain-openai==0.2.11
# via
# deepeval
# ragas
langchain-text-splitters==0.3.0
# via langchain
langsmith==0.1.132
# via
# langchain
# langchain-community
# langchain-core
lazy-object-proxy==1.10.0
# via openapi-spec-validator
lupa==2.2
# via fakeredis
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
marshmallow==3.23.1
# via dataclasses-json
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# aiohttp
# yarl
multiprocess==0.70.16
# via datasets
mypy==1.11.1
mypy-baseline==0.7.0
mypy-boto3-s3==1.34.65
# via boto3-stubs
mypy-extensions==1.0.0
# via
# black
# mypy
# typing-inspect
nest-asyncio==1.6.0
# via ragas
networkx==3.4.2
# via tach
numpy==1.23.3
# via
# datasets
# langchain
# langchain-community
# pandas
# pyarrow
# ragas
openai==1.56.2
# via
# langchain-openai
# ragas
openapi-schema-validator==0.6.2
# via openapi-spec-validator
openapi-spec-validator==0.7.1
opentelemetry-api==1.24.0
# via
# deepeval
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-sdk
opentelemetry-exporter-otlp-proto-common==1.24.0
# via opentelemetry-exporter-otlp-proto-grpc
opentelemetry-exporter-otlp-proto-grpc==1.24.0
# via deepeval
opentelemetry-proto==1.24.0
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-grpc
opentelemetry-sdk==1.24.0
# via
# deepeval
# opentelemetry-exporter-otlp-proto-grpc
opentelemetry-semantic-conventions==0.45b0
# via opentelemetry-sdk
orjson==3.10.7
# via langsmith
packaging==24.1
# via
# black
# datamodel-code-generator
# datasets
# huggingface-hub
# langchain-core
# marshmallow
# prance
# pytest
pandas==2.2.0
# via datasets
parameterized==0.9.0
pathable==0.4.3
# via jsonschema-path
pathspec==0.12.1
# via black
platformdirs==3.11.0
# via black
pluggy==1.5.0
# via pytest
portalocker==2.10.1
# via deepeval
pprintpp==0.4.0
# via pytest-icdiff
prance==23.6.21.0
prompt-toolkit==3.0.39
# via tach
propcache==0.2.1
# via
# aiohttp
# yarl
protobuf==4.22.1
# via
# deepeval
# googleapis-common-protos
# opentelemetry-proto
pyarrow==17.0.0
# via datasets
pyarrow-hotfix==0.6
# via datasets
pycparser==2.20
# via cffi
pydantic==2.9.2
# via
# datamodel-code-generator
# deepeval
# langchain
# langchain-core
# langsmith
# openai
# pydantic-settings
# ragas
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.7.0
# via langchain-community
pydot==3.0.4
# via tach
pygments==2.19.1
# via rich
pyparsing==3.2.1
# via pydot
pysbd==0.3.4
# via ragas
pytest==8.0.2
# via
# deepeval
# pytest-asyncio
# pytest-cov
# pytest-django
# pytest-env
# pytest-icdiff
# pytest-mock
# pytest-repeat
# pytest-split
# pytest-watch
# pytest-xdist
# syrupy
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-django==4.5.2
pytest-env==0.8.2
pytest-icdiff==0.6
pytest-mock==3.11.1
pytest-repeat==0.9.3
# via deepeval
pytest-split==0.9.0
pytest-watch==4.2.0
pytest-xdist==3.6.1
# via deepeval
python-dateutil==2.8.2
# via
# faker
# freezegun
# pandas
python-dotenv==0.21.0
# via pydantic-settings
pytz==2023.3
# via pandas
pyyaml==6.0.1
# via
# datamodel-code-generator
# datasets
# huggingface-hub
# jsonschema-path
# langchain
# langchain-community
# langchain-core
# responses
# tach
ragas==0.2.5
# via deepeval
redis==4.5.4
# via fakeredis
referencing==0.31.1
# via
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2023.12.25
# via tiktoken
requests==2.32.3
# via
# datasets
# deepeval
# djangorestframework-stubs
# fsspec
# huggingface-hub
# jsonschema-path
# langchain
# langchain-community
# langsmith
# prance
# requests-toolbelt
# responses
# tiktoken
requests-toolbelt==1.0.0
# via langsmith
responses==0.23.1
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==13.9.4
# via
# deepeval
# inline-snapshot
# tach
# typer
rpds-py==0.16.2
# via
# jsonschema
# referencing
ruamel-yaml==0.18.6
# via prance
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.8.1
sentry-sdk==1.44.1
# via deepeval
shellingham==1.5.4
# via typer
six==1.16.0
# via
# asttokens
# prance
# python-dateutil
# rfc3339-validator
smmap==5.0.1
# via gitdb
sniffio==1.3.1
# via
# anyio
# httpx
# openai
sortedcontainers==2.4.0
# via fakeredis
sqlalchemy==2.0.31
# via
# langchain
# langchain-community
sqlparse==0.4.4
# via django
syrupy==4.6.4
tabulate==0.9.0
# via deepeval
tach==0.20.0
tenacity==8.4.2
# via
# deepeval
# langchain
# langchain-community
# langchain-core
tiktoken==0.8.0
# via
# langchain-openai
# ragas
toml==0.10.2
# via
# coverage
# inline-snapshot
tomli==2.2.1
# via tach
tomli-w==1.1.0
# via tach
tqdm==4.64.1
# via
# datasets
# deepeval
# huggingface-hub
# openai
typer==0.13.0
# via deepeval
types-awscrt==0.20.9
# via botocore-stubs
types-freezegun==1.1.10
types-markdown==3.3.9
types-paramiko==3.4.0.20240423
types-pymysql==1.1.0.20240524
types-python-dateutil==2.8.3
types-pytz==2023.3.0.0
# via types-tzlocal
types-pyyaml==6.0.1
# via
# django-stubs
# djangorestframework-stubs
# responses
types-redis==4.3.20
types-requests==2.26.1
# via djangorestframework-stubs
types-retry==0.9.9.4
types-s3transfer==0.10.1
# via boto3-stubs
types-toml==0.10.8.20240310
# via inline-snapshot
types-tzlocal==5.1.0.1
typing-extensions==4.12.2
# via
# boto3-stubs
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# huggingface-hub
# inline-snapshot
# langchain-core
# mypy
# mypy-boto3-s3
# openai
# opentelemetry-sdk
# pydantic
# pydantic-core
# sqlalchemy
# typer
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2023.3
# via pandas
urllib3==1.26.18
# via
# requests
# responses
# sentry-sdk
watchdog==5.0.3
# via pytest-watch
wcwidth==0.2.6
# via prompt-toolkit
wrapt==1.15.0
# via deprecated
xxhash==3.5.0
# via datasets
yarl==1.18.3
# via aiohttp
zipp==3.21.0
# via importlib-metadata