isayahc commited on
Commit
56bebf9
1 Parent(s): fe87044

added libraries for processing pdfs

Browse files
Files changed (1) hide show
  1. requirements.txt +129 -0
requirements.txt CHANGED
@@ -116,3 +116,132 @@ versioneer==0.29
116
  websockets==11.0.3
117
  wrapt==1.16.0
118
  yarl==1.9.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  websockets==11.0.3
117
  wrapt==1.16.0
118
  yarl==1.9.4
119
+ aiofiles==23.2.1
120
+ aiohttp==3.9.1
121
+ aiosignal==1.3.1
122
+ aiostream==0.5.2
123
+ altair==5.2.0
124
+ annotated-types==0.6.0
125
+ anyio==3.7.1
126
+ attrs==23.1.0
127
+ backoff==2.2.1
128
+ beautifulsoup4==4.12.2
129
+ cachetools==5.3.2
130
+ certifi==2023.11.17
131
+ cffi==1.16.0
132
+ chardet==5.2.0
133
+ charset-normalizer==3.3.2
134
+ click==8.1.7
135
+ colorama==0.4.6
136
+ contourpy==1.2.0
137
+ cryptography==41.0.7
138
+ cycler==0.12.1
139
+ dataclasses-json==0.6.3
140
+ Deprecated==1.2.14
141
+ distro==1.8.0
142
+ emoji==2.9.0
143
+ fastapi==0.104.1
144
+ ffmpy==0.3.1
145
+ filelock==3.13.1
146
+ filetype==1.2.0
147
+ fonttools==4.46.0
148
+ frozenlist==1.4.0
149
+ fsspec==2023.12.1
150
+ gdrive==0.1.5
151
+ google-api-core==2.15.0
152
+ google-api-python-client==2.43.0
153
+ google-auth==2.25.2
154
+ google-auth-httplib2==0.1.1
155
+ google-auth-oauthlib==0.5.3
156
+ googleapis-common-protos==1.62.0
157
+ gradio==4.8.0
158
+ gradio_client==0.7.1
159
+ greenlet==3.0.2
160
+ h11==0.14.0
161
+ httpcore==1.0.2
162
+ httplib2==0.22.0
163
+ httpx==0.25.2
164
+ huggingface-hub==0.19.4
165
+ idna==3.6
166
+ importlib-resources==6.1.1
167
+ jeepney==0.8.0
168
+ Jinja2==3.1.2
169
+ joblib==1.3.2
170
+ jsonpatch==1.33
171
+ jsonpointer==2.4
172
+ jsonschema==4.20.0
173
+ jsonschema-specifications==2023.11.2
174
+ kiwisolver==1.4.5
175
+ langchain==0.0.348
176
+ langchain-core==0.0.12
177
+ langdetect==1.0.9
178
+ langsmith==0.0.69
179
+ llama-index==0.9.13
180
+ lxml==4.9.3
181
+ markdown-it-py==3.0.0
182
+ MarkupSafe==2.1.3
183
+ marshmallow==3.20.1
184
+ matplotlib==3.8.2
185
+ mdurl==0.1.2
186
+ multidict==6.0.4
187
+ mypy-extensions==1.0.0
188
+ nest-asyncio==1.5.8
189
+ nltk==3.8.1
190
+ numpy==1.26.2
191
+ oauthlib==3.2.2
192
+ openai==1.3.8
193
+ orjson==3.9.10
194
+ packaging==23.2
195
+ pandas==2.1.4
196
+ Pillow==10.1.0
197
+ protobuf==4.25.1
198
+ pyasn1==0.5.1
199
+ pyasn1-modules==0.3.0
200
+ pycparser==2.21
201
+ pydantic==2.5.2
202
+ pydantic_core==2.14.5
203
+ pydub==0.25.1
204
+ Pygments==2.17.2
205
+ pyparsing==3.1.1
206
+ pypdf==3.17.1
207
+ python-dateutil==2.8.2
208
+ python-dotenv==1.0.0
209
+ python-iso639==2023.6.15
210
+ python-magic==0.4.27
211
+ python-multipart==0.0.6
212
+ pytz==2023.3.post1
213
+ PyYAML==6.0.1
214
+ rapidfuzz==3.5.2
215
+ referencing==0.32.0
216
+ regex==2023.10.3
217
+ requests==2.31.0
218
+ requests-oauthlib==1.3.1
219
+ rich==13.7.0
220
+ rpds-py==0.13.2
221
+ rsa==4.9
222
+ SecretStorage==3.3.3
223
+ semantic-version==2.10.0
224
+ shellingham==1.5.4
225
+ six==1.16.0
226
+ sniffio==1.3.0
227
+ soupsieve==2.5
228
+ SQLAlchemy==2.0.23
229
+ starlette==0.27.0
230
+ tabulate==0.9.0
231
+ tenacity==8.2.3
232
+ tiktoken==0.5.2
233
+ tomlkit==0.12.0
234
+ toolz==0.12.0
235
+ tqdm==4.66.1
236
+ typer==0.9.0
237
+ typing-inspect==0.9.0
238
+ typing_extensions==4.8.0
239
+ tzdata==2023.3
240
+ unstructured==0.11.2
241
+ uritemplate==4.1.1
242
+ urllib3==2.1.0
243
+ uvicorn==0.24.0.post1
244
+ versioneer==0.29
245
+ websockets==11.0.3
246
+ wrapt==1.16.0
247
+ yarl==1.9.4