-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathrequirements.txt
235 lines (235 loc) · 4.31 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
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
agentops==0.3.10
# via jobber (pyproject.toml)
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via
# jobber (pyproject.toml)
# litellm
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via
# httpx
# openai
attrs==24.2.0
# via
# aiohttp
# jsonschema
# referencing
boto3==1.35.4
# via jobber (pyproject.toml)
botocore==1.35.4
# via
# boto3
# s3transfer
certifi==2024.7.4
# via
# httpcore
# httpx
# requests
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via
# pdfminer-six
# requests
click==8.1.7
# via
# litellm
# nltk
colorama==0.4.6
# via jobber (pyproject.toml)
cryptography==43.0.0
# via pdfminer-six
distro==1.9.0
# via openai
filelock==3.15.4
# via huggingface-hub
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.1
# via huggingface-hub
greenlet==3.0.3
# via playwright
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via
# langsmith
# openai
huggingface-hub==0.24.6
# via tokenizers
idna==3.8
# via
# anyio
# httpx
# requests
# yarl
importlib-metadata==8.4.0
# via litellm
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via litellm
jiter==0.5.0
# via openai
jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.4.2
# via nltk
jsonschema==4.23.0
# via litellm
jsonschema-specifications==2023.12.1
# via jsonschema
langsmith==0.1.104
# via jobber (pyproject.toml)
litellm==1.44.4
# via jobber (pyproject.toml)
markupsafe==2.1.5
# via jinja2
multidict==6.0.5
# via
# aiohttp
# yarl
nltk==3.9.1
# via jobber (pyproject.toml)
openai==1.42.0
# via
# jobber (pyproject.toml)
# litellm
orjson==3.10.7
# via langsmith
packaging==23.2
# via
# agentops
# huggingface-hub
# pytest
pdfminer-six==20231228
# via pdfplumber
pdfplumber==0.11.2
# via jobber (pyproject.toml)
pillow==10.4.0
# via pdfplumber
playwright==1.46.0
# via
# playwright-stealth
# pytest-playwright
playwright-stealth==1.0.6
# via jobber (pyproject.toml)
pluggy==1.5.0
# via pytest
psutil==5.9.8
# via agentops
pycparser==2.22
# via cffi
pydantic==2.8.2
# via
# jobber (pyproject.toml)
# langsmith
# litellm
# openai
pydantic-core==2.20.1
# via pydantic
pyee==11.1.0
# via playwright
pypdfium2==4.30.0
# via pdfplumber
pytest==8.3.2
# via
# pytest-base-url
# pytest-playwright
pytest-base-url==2.1.0
# via pytest-playwright
pytest-playwright==0.5.1
# via jobber (pyproject.toml)
python-dateutil==2.9.0.post0
# via botocore
python-dotenv==1.0.1
# via litellm
python-json-logger==2.0.7
# via jobber (pyproject.toml)
python-slugify==8.0.4
# via pytest-playwright
pyyaml==6.0.1
# via
# agentops
# huggingface-hub
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
regex==2024.7.24
# via
# nltk
# tiktoken
requests==2.31.0
# via
# agentops
# huggingface-hub
# langsmith
# litellm
# pytest-base-url
# tiktoken
rpds-py==0.20.0
# via
# jsonschema
# referencing
ruff==0.5.7
# via jobber (pyproject.toml)
s3transfer==0.10.2
# via boto3
setuptools==72.2.0
# via jobber (pyproject.toml)
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# openai
tabulate==0.9.0
# via jobber (pyproject.toml)
termcolor==2.4.0
# via
# jobber (pyproject.toml)
# agentops
text-unidecode==1.3
# via python-slugify
tiktoken==0.7.0
# via
# jobber (pyproject.toml)
# litellm
tokenizers==0.20.0
# via litellm
tqdm==4.66.5
# via
# huggingface-hub
# nltk
# openai
typing-extensions==4.12.2
# via
# jobber (pyproject.toml)
# huggingface-hub
# openai
# pydantic
# pydantic-core
# pyee
urllib3==2.2.2
# via
# botocore
# requests
yarl==1.9.4
# via aiohttp
zipp==3.20.0
# via importlib-metadata