isayahc commited on
Commit
b61c2cd
·
verified ·
1 Parent(s): 93e4725

fixed incorrected requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -255
requirements.txt CHANGED
@@ -1,8 +1,10 @@
 
1
  aiohttp==3.9.1
2
  aiosignal==1.3.1
3
  aiostream==0.5.2
 
4
  annotated-types==0.6.0
5
- anyio==4.1.0
6
  attrs==23.1.0
7
  beautifulsoup4==4.12.2
8
  cachetools==5.3.2
@@ -10,11 +12,17 @@ certifi==2023.11.17
10
  cffi==1.16.0
11
  charset-normalizer==3.3.2
12
  click==8.1.7
 
 
13
  cryptography==41.0.7
 
14
  dataclasses-json==0.6.3
15
  Deprecated==1.2.14
16
  distro==1.8.0
 
 
17
  filelock==3.13.1
 
18
  frozenlist==1.4.0
19
  fsspec==2023.12.1
20
  gdrive==0.1.5
@@ -24,6 +32,8 @@ google-auth==2.25.2
24
  google-auth-httplib2==0.1.1
25
  google-auth-oauthlib==0.5.3
26
  googleapis-common-protos==1.62.0
 
 
27
  greenlet==3.0.2
28
  h11==0.14.0
29
  httpcore==1.0.2
@@ -31,10 +41,24 @@ httplib2==0.22.0
31
  httpx==0.25.2
32
  huggingface-hub==0.19.4
33
  idna==3.6
 
34
  jeepney==0.8.0
 
35
  joblib==1.3.2
 
 
 
 
 
 
 
 
36
  llama-index==0.9.13
 
 
37
  marshmallow==3.20.1
 
 
38
  multidict==6.0.4
39
  mypy-extensions==1.0.0
40
  nest-asyncio==1.5.8
@@ -42,291 +66,53 @@ nltk==3.8.1
42
  numpy==1.26.2
43
  oauthlib==3.2.2
44
  openai==1.3.8
 
45
  packaging==23.2
46
  pandas==2.1.4
 
47
  protobuf==4.25.1
48
  pyasn1==0.5.1
49
  pyasn1-modules==0.3.0
50
  pycparser==2.21
51
  pydantic==2.5.2
52
  pydantic_core==2.14.5
 
 
53
  pyparsing==3.1.1
54
  pypdf==3.17.1
55
  python-dateutil==2.8.2
56
  python-dotenv==1.0.0
 
57
  pytz==2023.3.post1
58
  PyYAML==6.0.1
 
59
  regex==2023.10.3
60
  requests==2.31.0
61
  requests-oauthlib==1.3.1
 
 
62
  rsa==4.9
63
  SecretStorage==3.3.3
64
- six==1.16.0
65
- sniffio==1.3.0
66
- soupsieve==2.5
67
- SQLAlchemy==2.0.23
68
- tenacity==8.2.3
69
- tiktoken==0.5.2
70
- tqdm==4.66.1
71
- typing-inspect==0.9.0
72
- typing_extensions==4.8.0
73
- tzdata==2023.3
74
- uritemplate==4.1.1
75
- urllib3==2.1.0
76
- versioneer==0.29
77
- wrapt==1.16.0
78
- yarl==1.9.4
79
- aiofiles==23.2.1
80
- aiohttp==3.9.1
81
- aiosignal==1.3.1
82
- aiostream==0.5.2
83
- altair==5.1.2
84
- anyio==3.7.1
85
- appdirs==1.4.4
86
- argcomplete==1.8.1
87
- astor==0.8.1
88
- asttokens==2.4.1
89
- async-timeout==4.0.3
90
- asyncer==0.0.2
91
- attrs==23.1.0
92
- auth0-python==4.4.2
93
- Babel==2.8.0
94
- backoff==2.2.1
95
- beautiful-date==2.2.1
96
- beautifulsoup4==4.12.2
97
- bidict==0.22.1
98
- blessed==1.20.0
99
- blinker==1.4
100
- Brotli==1.0.9
101
- CacheControl==0.12.10
102
- cachetools==5.3.1
103
- cachy==0.3.0
104
- certifi==2023.7.22
105
- cffi==1.15.1
106
- chardet==4.0.0
107
- charset-normalizer==3.2.0
108
- cleo==0.8.1
109
- click==8.1.7
110
- clikit==0.6.2
111
- colorama==0.4.4
112
- comm==0.2.0
113
- command-not-found==0.3
114
- contourpy==1.2.0
115
- crashtest==0.3.1
116
- cryptography==41.0.3
117
- cycler==0.12.1
118
- dataclasses-json==0.5.14
119
- dbus-python==1.2.18
120
- debugpy==1.8.0
121
- decorator==5.1.1
122
- Deprecated==1.2.14
123
- distlib==0.3.4
124
- distro==1.7.0
125
- distro-info==1.1+ubuntu0.1
126
- exceptiongroup==1.1.3
127
- executing==2.0.1
128
- fastapi==0.104.1
129
- fastapi-socketio==0.0.10
130
- ffmpy==0.3.1
131
- filelock==3.6.0
132
- filetype==1.2.0
133
- fonttools==4.44.3
134
- frozenlist==1.4.0
135
- fsspec==2023.10.0
136
- gcsa==2.1.0
137
- gdown==4.7.1
138
- git-python==1.0.3
139
- gitdb==4.0.11
140
- GitPython==3.1.40
141
- google-api-core==2.11.1
142
- google-api-python-client==2.99.0
143
- google-auth==2.23.0
144
- google-auth-httplib2==0.1.1
145
- google-auth-oauthlib==0.8.0
146
- googleapis-common-protos==1.60.0
147
- gradio==4.4.1
148
- gradio_client==0.7.0
149
- graphviz==0.14.2
150
- greenlet==2.0.2
151
- grpcio==1.58.0
152
- gyp==0.1
153
- h11==0.14.0
154
- html2image==2.0.4.3
155
- html5lib==1.1
156
- httpcore==0.18.0
157
- httplib2==0.20.2
158
- httpx==0.25.0
159
- huggingface-hub==0.19.4
160
- idna==3.4
161
- importlib-metadata==6.8.0
162
- importlib-resources==6.1.1
163
- inquirer==3.1.4
164
- ipykernel==6.26.0
165
- ipython==8.18.0
166
- jedi==0.19.1
167
- jeepney==0.7.1
168
- Jinja2==3.1.2
169
- joblib==1.3.2
170
- jsonschema==4.19.2
171
- jsonschema-specifications==2023.7.1
172
- jupyter_client==8.6.0
173
- jupyter_core==5.5.0
174
- keyring==21.8.0
175
- kiwisolver==1.4.5
176
- langchain==0.0.281
177
- langsmith==0.0.33
178
- launchpadlib==1.10.16
179
- Lazify==0.4.0
180
- lazr.restfulclient==0.14.4
181
- lazr.uri==1.0.6
182
- litellm==0.13.2
183
- livereload==2.6.3
184
- llama-index==0.9.13
185
- lockfile==0.12.2
186
- Markdown==3.3.6
187
- markdown-it-py==3.0.0
188
- MarkupSafe==2.0.1
189
- marshmallow==3.20.1
190
- matplotlib==3.8.2
191
- matplotlib-inline==0.1.6
192
- mdurl==0.1.2
193
- mkdocs==1.1.2
194
- more-itertools==8.10.0
195
- msgpack==1.0.3
196
- multidict==6.0.4
197
- mutagen==1.45.1
198
- mypy-extensions==1.0.0
199
- nest-asyncio==1.5.8
200
- netifaces==0.11.0
201
- nltk==3.8.1
202
- nodeenv==1.8.0
203
- numexpr==2.8.5
204
- numpy==1.25.2
205
- oauthlib==3.2.0
206
- open-interpreter==0.1.15
207
- openai==1.3.8
208
- openapi-schema-pydantic==1.2.4
209
- opentelemetry-api==1.20.0
210
- opentelemetry-exporter-otlp==1.20.0
211
- opentelemetry-exporter-otlp-proto-common==1.20.0
212
- opentelemetry-exporter-otlp-proto-grpc==1.20.0
213
- opentelemetry-exporter-otlp-proto-http==1.20.0
214
- opentelemetry-instrumentation==0.40b0
215
- opentelemetry-proto==1.20.0
216
- opentelemetry-sdk==1.20.0
217
- opentelemetry-semantic-conventions==0.41b0
218
- orjson==3.9.10
219
- packaging==20.9
220
- pandas==2.1.3
221
- parso==0.8.3
222
- pastel==0.2.1
223
- pexpect==4.8.0
224
- Pillow==10.1.0
225
- pipdeptree==2.2.0
226
- pkginfo==1.8.2
227
- platformdirs==2.5.1
228
- poetry==1.1.12
229
- poetry-core==1.0.7
230
- prisma==0.10.0
231
- prompt-toolkit==3.0.41
232
- protobuf==4.24.3
233
- psutil==5.9.6
234
- ptyprocess==0.7.0
235
- pure-eval==0.2.2
236
- pyarrow==14.0.1
237
- pyasn1==0.5.0
238
- pyasn1-modules==0.3.0
239
- pycparser==2.21
240
- pycryptodomex==3.11.0
241
- pydantic==2.3.0
242
- pydantic_core==2.6.3
243
- pydeck==0.8.1b0
244
- pydub==0.25.1
245
- PyGithub==2.1.1
246
- Pygments==2.16.1
247
- PyGObject==3.42.1
248
- pyinotify==0.9.6
249
- PyJWT==2.8.0
250
- pylev==1.2.0
251
- PyNaCl==1.5.0
252
- pyOpenSSL==23.2.0
253
- pyparsing==2.4.7
254
- PySocks==1.7.1
255
- python-apt==2.4.0+ubuntu2
256
- python-dateutil==2.8.2
257
- python-dotenv==1.0.0
258
- python-editor==1.0.4
259
- python-engineio==4.7.0
260
- python-graphql-client==0.4.3
261
- python-multipart==0.0.6
262
- python-socketio==5.9.0
263
- pytz==2022.1
264
- pytz-deprecation-shim==0.1.0.post0
265
- pyxattr==0.7.2
266
- PyYAML==6.0.1
267
- pyzmq==25.1.1
268
- readchar==4.0.5
269
- referencing==0.30.2
270
- regex==2023.10.3
271
- requests==2.31.0
272
- requests-oauthlib==1.3.1
273
- requests-toolbelt==0.9.1
274
- rich==13.6.0
275
- rpds-py==0.12.0
276
- rsa==4.9
277
- screen-resolution-extra==0.0.0
278
- SecretStorage==3.3.1
279
  semantic-version==2.10.0
280
- shellingham==1.4.0
281
  six==1.16.0
282
- smmap==5.0.1
283
  sniffio==1.3.0
284
  soupsieve==2.5
285
- speedtest-cli==2.1.3
286
- SQLAlchemy==2.0.20
287
- stack-data==0.6.3
288
  starlette==0.27.0
289
- streamlit==1.28.1
290
- syncer==2.0.3
291
- systemd-python==234
292
  tenacity==8.2.3
293
- termcolor==2.3.0
294
- tiktoken==0.4.0
295
- tokenizers==0.15.0
296
- tokentrim==0.1.13
297
- toml==0.10.2
298
- tomli==2.0.1
299
  tomlkit==0.12.0
300
  toolz==0.12.0
301
- tornado==6.3.3
302
  tqdm==4.66.1
303
- traitlets==5.13.0
304
  typer==0.9.0
305
  typing-inspect==0.9.0
306
  typing_extensions==4.8.0
307
  tzdata==2023.3
308
- tzlocal==4.3.1
309
- ubuntu-advantage-tools==8001
310
- ubuntu-drivers-common==0.0.0
311
- ufw==0.36.1
312
- unattended-upgrades==0.1
313
- uptrace==1.20.0
314
  uritemplate==4.1.1
315
- urllib3==2.0.4
316
- userpath==1.8.0
317
- uvicorn==0.23.2
318
- validators==0.22.0
319
- virtualenv==20.13.0+ds
320
- wadllib==1.3.6
321
- watchdog==3.0.0
322
- watchfiles==0.20.0
323
- wcwidth==0.2.12
324
- webencodings==0.5.1
325
- websocket-client==1.6.4
326
  websockets==11.0.3
327
- wget==3.2
328
- wrapt==1.15.0
329
- xkit==0.0.0
330
- yarl==1.9.2
331
- yaspin==3.0.1
332
- zipp==1.0.0
 
1
+ aiofiles==23.2.1
2
  aiohttp==3.9.1
3
  aiosignal==1.3.1
4
  aiostream==0.5.2
5
+ altair==5.2.0
6
  annotated-types==0.6.0
7
+ anyio==3.7.1
8
  attrs==23.1.0
9
  beautifulsoup4==4.12.2
10
  cachetools==5.3.2
 
12
  cffi==1.16.0
13
  charset-normalizer==3.3.2
14
  click==8.1.7
15
+ colorama==0.4.6
16
+ contourpy==1.2.0
17
  cryptography==41.0.7
18
+ cycler==0.12.1
19
  dataclasses-json==0.6.3
20
  Deprecated==1.2.14
21
  distro==1.8.0
22
+ fastapi==0.104.1
23
+ ffmpy==0.3.1
24
  filelock==3.13.1
25
+ fonttools==4.46.0
26
  frozenlist==1.4.0
27
  fsspec==2023.12.1
28
  gdrive==0.1.5
 
32
  google-auth-httplib2==0.1.1
33
  google-auth-oauthlib==0.5.3
34
  googleapis-common-protos==1.62.0
35
+ gradio==4.8.0
36
+ gradio_client==0.7.1
37
  greenlet==3.0.2
38
  h11==0.14.0
39
  httpcore==1.0.2
 
41
  httpx==0.25.2
42
  huggingface-hub==0.19.4
43
  idna==3.6
44
+ importlib-resources==6.1.1
45
  jeepney==0.8.0
46
+ Jinja2==3.1.2
47
  joblib==1.3.2
48
+ jsonpatch==1.33
49
+ jsonpointer==2.4
50
+ jsonschema==4.20.0
51
+ jsonschema-specifications==2023.11.2
52
+ kiwisolver==1.4.5
53
+ langchain==0.0.348
54
+ langchain-core==0.0.12
55
+ langsmith==0.0.69
56
  llama-index==0.9.13
57
+ markdown-it-py==3.0.0
58
+ MarkupSafe==2.1.3
59
  marshmallow==3.20.1
60
+ matplotlib==3.8.2
61
+ mdurl==0.1.2
62
  multidict==6.0.4
63
  mypy-extensions==1.0.0
64
  nest-asyncio==1.5.8
 
66
  numpy==1.26.2
67
  oauthlib==3.2.2
68
  openai==1.3.8
69
+ orjson==3.9.10
70
  packaging==23.2
71
  pandas==2.1.4
72
+ Pillow==10.1.0
73
  protobuf==4.25.1
74
  pyasn1==0.5.1
75
  pyasn1-modules==0.3.0
76
  pycparser==2.21
77
  pydantic==2.5.2
78
  pydantic_core==2.14.5
79
+ pydub==0.25.1
80
+ Pygments==2.17.2
81
  pyparsing==3.1.1
82
  pypdf==3.17.1
83
  python-dateutil==2.8.2
84
  python-dotenv==1.0.0
85
+ python-multipart==0.0.6
86
  pytz==2023.3.post1
87
  PyYAML==6.0.1
88
+ referencing==0.32.0
89
  regex==2023.10.3
90
  requests==2.31.0
91
  requests-oauthlib==1.3.1
92
+ rich==13.7.0
93
+ rpds-py==0.13.2
94
  rsa==4.9
95
  SecretStorage==3.3.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  semantic-version==2.10.0
97
+ shellingham==1.5.4
98
  six==1.16.0
 
99
  sniffio==1.3.0
100
  soupsieve==2.5
101
+ SQLAlchemy==2.0.23
 
 
102
  starlette==0.27.0
 
 
 
103
  tenacity==8.2.3
104
+ tiktoken==0.5.2
 
 
 
 
 
105
  tomlkit==0.12.0
106
  toolz==0.12.0
 
107
  tqdm==4.66.1
 
108
  typer==0.9.0
109
  typing-inspect==0.9.0
110
  typing_extensions==4.8.0
111
  tzdata==2023.3
 
 
 
 
 
 
112
  uritemplate==4.1.1
113
+ urllib3==2.1.0
114
+ uvicorn==0.24.0.post1
115
+ versioneer==0.29
 
 
 
 
 
 
 
 
116
  websockets==11.0.3
117
+ wrapt==1.16.0
118
+ yarl==1.9.4