Ninad077 commited on
Commit
34121ed
·
verified ·
1 Parent(s): f5c59e6

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +49 -2
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  absl-py==2.1.0
2
  accelerate==0.33.0
 
3
  aiohttp==3.9.5
4
  aiohttp-retry==2.8.3
5
  aiosignal==1.3.1
@@ -7,20 +8,24 @@ altair==4.2.2
7
  annotated-types==0.7.0
8
  anyio==4.4.0
9
  APScheduler==3.10.4
 
10
  astunparse==1.6.3
11
  async-timeout==4.0.3
12
  attrs==23.2.0
 
13
  beautifulsoup4==4.12.3
14
  blinker==1.8.2
 
15
  cachetools==5.3.3
16
  cairocffi==1.7.1
17
  CairoSVG==2.7.1
18
- certifi==2024.6.2
19
  cffi==1.16.0
20
  chardet==5.2.0
21
  charset-normalizer==3.3.2
22
  click==8.1.7
23
  cloudevents==1.11.0
 
24
  contourpy==1.2.1
25
  cryptography==43.0.0
26
  css==0.1
@@ -29,6 +34,7 @@ cycler==0.12.1
29
  datasets==2.20.0
30
  db-dtypes==1.2.0
31
  defusedxml==0.7.1
 
32
  deprecation==2.1.0
33
  dill==0.3.8
34
  distro==1.9.0
@@ -36,6 +42,8 @@ entrypoints==0.4
36
  et-xmlfile==1.1.0
37
  evaluate==0.4.2
38
  exceptiongroup==1.2.1
 
 
39
  filelock==3.15.4
40
  Flask==3.0.3
41
  flatbuffers==24.3.25
@@ -61,19 +69,26 @@ google-crc32c==1.5.0
61
  google-pasta==0.2.0
62
  google-resumable-media==2.7.1
63
  googleapis-common-protos==1.63.1
 
 
64
  grpcio==1.64.1
65
  grpcio-status==1.62.2
66
  gspread==6.1.2
 
67
  gunicorn==22.0.0
68
  h11==0.14.0
69
  h5py==3.11.0
 
 
70
  httpcore==1.0.5
71
  httplib2==0.22.0
72
  httpx==0.27.0
73
  huggingface-hub==0.24.1
 
74
  idna==3.7
75
  importlib_metadata==8.0.0
76
  importlib_resources==6.4.0
 
77
  itsdangerous==2.2.0
78
  Jinja2==3.1.4
79
  jsonschema==4.22.0
@@ -101,9 +116,15 @@ openai==1.37.1
101
  openpyxl==3.1.4
102
  opt-einsum==3.3.0
103
  optree==0.12.1
 
104
  outcome==1.3.0.post0
105
  packaging==24.1
106
  pandas==2.2.2
 
 
 
 
 
107
  pillow==10.3.0
108
  proto-plus==1.24.0
109
  protobuf==4.25.3
@@ -118,38 +139,54 @@ pydantic_core==2.20.1
118
  pydeck==0.9.1
119
  PyDrive==1.3.1
120
  PyDrive2==1.20.0
 
 
121
  Pygments==2.18.0
122
  PyJWT==2.8.0
 
123
  pyngrok==7.2.0
124
  pyOpenSSL==24.2.1
125
  pyparsing==3.1.2
126
  PyPDF2==3.0.1
 
 
 
127
  PySocks==1.7.1
128
  pytesseract==0.3.10
129
  python-dateutil==2.9.0.post0
130
  python-decouple==3.8
131
  python-docx==1.1.2
132
  python-dotenv==1.0.1
 
133
  pytz==2024.1
134
  PyYAML==6.0.1
135
  referencing==0.35.1
136
  regex==2024.5.15
 
137
  requests==2.32.3
138
  requests-oauthlib==2.0.0
139
  rich==13.7.1
140
  rpds-py==0.18.1
141
  rsa==4.9
 
142
  safetensors==0.4.3
143
  schedule==1.2.2
144
  selenium==4.22.0
 
 
145
  six==1.16.0
146
  slack_sdk==3.31.0
147
  smmap==5.0.1
148
  sniffio==1.3.1
149
  sortedcontainers==2.4.0
150
  soupsieve==2.5
 
 
 
 
151
  streamlit==1.37.0
152
  streamlit-aggrid==1.0.5
 
153
  streamlit-option-menu==0.3.13
154
  streamlit-space==0.1.5
155
  streamlit-toggle==0.1.3
@@ -165,6 +202,8 @@ tf_keras==2.17.0
165
  tinycss2==1.3.0
166
  tokenizers==0.19.1
167
  toml==0.10.2
 
 
168
  toolz==0.12.1
169
  torch==2.4.0
170
  tornado==6.4.1
@@ -173,18 +212,26 @@ transformers==4.43.3
173
  trio==0.25.1
174
  trio-websocket==0.11.1
175
  twilio==9.2.3
 
 
176
  typing_extensions==4.12.2
177
  tzdata==2024.1
178
  tzlocal==5.2
179
  uritemplate==4.1.1
180
- urllib3==1.26.14
 
181
  watchdog==4.0.1
 
182
  webencodings==0.5.1
183
  websocket-client==1.8.0
 
184
  Werkzeug==3.0.3
185
  wrapt==1.16.0
186
  wsproto==1.2.0
 
187
  XlsxWriter==3.2.0
188
  xxhash==3.4.1
189
  yarl==1.9.4
190
  zipp==3.19.2
 
 
 
1
  absl-py==2.1.0
2
  accelerate==0.33.0
3
+ aiofiles==23.2.1
4
  aiohttp==3.9.5
5
  aiohttp-retry==2.8.3
6
  aiosignal==1.3.1
 
8
  annotated-types==0.7.0
9
  anyio==4.4.0
10
  APScheduler==3.10.4
11
+ asana==5.0.10
12
  astunparse==1.6.3
13
  async-timeout==4.0.3
14
  attrs==23.2.0
15
+ Automat==24.8.1
16
  beautifulsoup4==4.12.3
17
  blinker==1.8.2
18
+ Brotli==1.1.0
19
  cachetools==5.3.3
20
  cairocffi==1.7.1
21
  CairoSVG==2.7.1
22
+ certifi==2024.8.30
23
  cffi==1.16.0
24
  chardet==5.2.0
25
  charset-normalizer==3.3.2
26
  click==8.1.7
27
  cloudevents==1.11.0
28
+ constantly==23.10.4
29
  contourpy==1.2.1
30
  cryptography==43.0.0
31
  css==0.1
 
34
  datasets==2.20.0
35
  db-dtypes==1.2.0
36
  defusedxml==0.7.1
37
+ Deprecated==1.2.14
38
  deprecation==2.1.0
39
  dill==0.3.8
40
  distro==1.9.0
 
42
  et-xmlfile==1.1.0
43
  evaluate==0.4.2
44
  exceptiongroup==1.2.1
45
+ fastapi==0.115.4
46
+ ffmpy==0.4.0
47
  filelock==3.15.4
48
  Flask==3.0.3
49
  flatbuffers==24.3.25
 
69
  google-pasta==0.2.0
70
  google-resumable-media==2.7.1
71
  googleapis-common-protos==1.63.1
72
+ gradio==4.44.1
73
+ gradio_client==1.3.0
74
  grpcio==1.64.1
75
  grpcio-status==1.62.2
76
  gspread==6.1.2
77
+ gspread-dataframe==4.0.0
78
  gunicorn==22.0.0
79
  h11==0.14.0
80
  h5py==3.11.0
81
+ html2image==2.0.4.3
82
+ html5lib==1.1
83
  httpcore==1.0.5
84
  httplib2==0.22.0
85
  httpx==0.27.0
86
  huggingface-hub==0.24.1
87
+ hyperlink==21.0.0
88
  idna==3.7
89
  importlib_metadata==8.0.0
90
  importlib_resources==6.4.0
91
+ incremental==24.7.2
92
  itsdangerous==2.2.0
93
  Jinja2==3.1.4
94
  jsonschema==4.22.0
 
116
  openpyxl==3.1.4
117
  opt-einsum==3.3.0
118
  optree==0.12.1
119
+ orjson==3.10.11
120
  outcome==1.3.0.post0
121
  packaging==24.1
122
  pandas==2.2.2
123
+ pdf2image==1.17.0
124
+ pdfkit==1.0.0
125
+ pdfminer.six==20231228
126
+ pdfplumber==0.11.4
127
+ pikepdf==8.15.1
128
  pillow==10.3.0
129
  proto-plus==1.24.0
130
  protobuf==4.25.3
 
139
  pydeck==0.9.1
140
  PyDrive==1.3.1
141
  PyDrive2==1.20.0
142
+ pydub==0.25.1
143
+ pydyf==0.11.0
144
  Pygments==2.18.0
145
  PyJWT==2.8.0
146
+ PyMuPDF==1.24.13
147
  pyngrok==7.2.0
148
  pyOpenSSL==24.2.1
149
  pyparsing==3.1.2
150
  PyPDF2==3.0.1
151
+ pypdfium2==4.30.0
152
+ pyperclip==1.9.0
153
+ pyphen==0.16.0
154
  PySocks==1.7.1
155
  pytesseract==0.3.10
156
  python-dateutil==2.9.0.post0
157
  python-decouple==3.8
158
  python-docx==1.1.2
159
  python-dotenv==1.0.1
160
+ python-multipart==0.0.17
161
  pytz==2024.1
162
  PyYAML==6.0.1
163
  referencing==0.35.1
164
  regex==2024.5.15
165
+ reportlab==4.2.2
166
  requests==2.32.3
167
  requests-oauthlib==2.0.0
168
  rich==13.7.1
169
  rpds-py==0.18.1
170
  rsa==4.9
171
+ ruff==0.7.2
172
  safetensors==0.4.3
173
  schedule==1.2.2
174
  selenium==4.22.0
175
+ semantic-version==2.10.0
176
+ shellingham==1.5.4
177
  six==1.16.0
178
  slack_sdk==3.31.0
179
  smmap==5.0.1
180
  sniffio==1.3.1
181
  sortedcontainers==2.4.0
182
  soupsieve==2.5
183
+ srv==1.1.0
184
+ st-pages==1.0.1
185
+ st-theme==1.2.3
186
+ starlette==0.41.2
187
  streamlit==1.37.0
188
  streamlit-aggrid==1.0.5
189
+ streamlit-navigation-bar==3.3.0
190
  streamlit-option-menu==0.3.13
191
  streamlit-space==0.1.5
192
  streamlit-toggle==0.1.3
 
202
  tinycss2==1.3.0
203
  tokenizers==0.19.1
204
  toml==0.10.2
205
+ tomli==2.0.1
206
+ tomlkit==0.12.0
207
  toolz==0.12.1
208
  torch==2.4.0
209
  tornado==6.4.1
 
212
  trio==0.25.1
213
  trio-websocket==0.11.1
214
  twilio==9.2.3
215
+ Twisted==24.7.0
216
+ typer==0.12.5
217
  typing_extensions==4.12.2
218
  tzdata==2024.1
219
  tzlocal==5.2
220
  uritemplate==4.1.1
221
+ urllib3==2.2.3
222
+ uvicorn==0.32.0
223
  watchdog==4.0.1
224
+ weasyprint==62.3
225
  webencodings==0.5.1
226
  websocket-client==1.8.0
227
+ websockets==12.0
228
  Werkzeug==3.0.3
229
  wrapt==1.16.0
230
  wsproto==1.2.0
231
+ xlrd==2.0.1
232
  XlsxWriter==3.2.0
233
  xxhash==3.4.1
234
  yarl==1.9.4
235
  zipp==3.19.2
236
+ zope.interface==7.0.3
237
+ zopfli==0.2.3