-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
282 lines (282 loc) Β· 5.49 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
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via
# langchain
# langchain-community
aiosignal==1.3.1
# via aiohttp
altair==5.4.1
# via streamlit
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
attrs==24.2.0
# via
# aiohttp
# jsonschema
# referencing
blinker==1.8.2
# via streamlit
cachetools==5.5.0
# via
# google-auth
# streamlit
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via streamlit
dataclasses-json==0.6.7
# via langchain-community
docx2txt==0.8
# via docqa (pyproject.toml)
faiss-cpu==1.8.0.post1
# via docqa (pyproject.toml)
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via streamlit
google-ai-generativelanguage==0.6.6
# via google-generativeai
google-api-core==2.19.2
# via
# google-ai-generativelanguage
# google-api-python-client
# google-generativeai
google-api-python-client==2.144.0
# via google-generativeai
google-auth==2.34.0
# via
# google-ai-generativelanguage
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-generativeai==0.7.2
# via langchain-google-genai
googleapis-common-protos==1.65.0
# via
# google-api-core
# grpcio-status
grpcio==1.66.1
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.3
# via google-api-core
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
httpx==0.27.2
# via langsmith
idna==3.8
# via
# anyio
# httpx
# requests
# yarl
jinja2==3.1.4
# via
# altair
# pydeck
jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
jsonschema==4.23.0
# via altair
jsonschema-specifications==2023.12.1
# via jsonschema
langchain==0.2.16
# via
# docqa (pyproject.toml)
# langchain-community
langchain-community==0.2.16
# via docqa (pyproject.toml)
langchain-core==0.2.38
# via
# langchain
# langchain-community
# langchain-google-genai
# langchain-text-splitters
langchain-google-genai==1.0.10
# via docqa (pyproject.toml)
langchain-text-splitters==0.2.4
# via langchain
langsmith==0.1.116
# via
# langchain
# langchain-community
# langchain-core
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
marshmallow==3.22.0
# via dataclasses-json
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via typing-inspect
narwhals==1.6.3
# via altair
numpy==1.26.4
# via
# faiss-cpu
# langchain
# langchain-community
# pandas
# pyarrow
# pydeck
# streamlit
orjson==3.10.7
# via langsmith
packaging==24.1
# via
# altair
# faiss-cpu
# langchain-core
# marshmallow
# streamlit
pandas==2.2.2
# via streamlit
pillow==10.4.0
# via streamlit
proto-plus==1.24.0
# via
# google-ai-generativelanguage
# google-api-core
protobuf==4.25.4
# via
# google-ai-generativelanguage
# google-api-core
# google-generativeai
# googleapis-common-protos
# grpcio-status
# proto-plus
# streamlit
pyarrow==17.0.0
# via streamlit
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pydantic==2.9.0
# via
# google-generativeai
# langchain
# langchain-core
# langsmith
pydantic-core==2.23.2
# via pydantic
pydeck==0.9.1
# via streamlit
pygments==2.18.0
# via rich
pyparsing==3.1.4
# via httplib2
pypdf==4.3.1
# via docqa (pyproject.toml)
python-dateutil==2.9.0.post0
# via pandas
python-dotenv==1.0.1
# via docqa (pyproject.toml)
pytz==2024.1
# via pandas
pyyaml==6.0.2
# via
# langchain
# langchain-community
# langchain-core
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via
# google-api-core
# langchain
# langchain-community
# langsmith
# streamlit
rich==13.8.0
# via streamlit
rpds-py==0.20.0
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
six==1.16.0
# via python-dateutil
smmap==5.0.1
# via gitdb
sniffio==1.3.1
# via
# anyio
# httpx
sqlalchemy==2.0.34
# via
# langchain
# langchain-community
streamlit==1.38.0
# via docqa (pyproject.toml)
tenacity==8.5.0
# via
# langchain
# langchain-community
# langchain-core
# streamlit
toml==0.10.2
# via streamlit
tornado==6.4.1
# via streamlit
tqdm==4.66.5
# via google-generativeai
typing-extensions==4.12.2
# via
# altair
# google-generativeai
# langchain-core
# pydantic
# pydantic-core
# sqlalchemy
# streamlit
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2024.1
# via
# pandas
# pydantic
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.2
# via requests
yarl==1.10.0
# via aiohttp