Vasanth Sarathy commited on
Commit
5f78d16
1 Parent(s): 39d74a0

working gradio app -- no interesting functionality

Browse files
Files changed (3) hide show
  1. app.py +7 -0
  2. poetry.lock +1904 -0
  3. pyproject.toml +21 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!!"
5
+
6
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch()
poetry.lock ADDED
@@ -0,0 +1,1904 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[package]]
2
+ name = "aiodns"
3
+ version = "3.0.0"
4
+ description = "Simple DNS resolver for asyncio"
5
+ category = "main"
6
+ optional = false
7
+ python-versions = "*"
8
+
9
+ [package.dependencies]
10
+ pycares = ">=4.0.0"
11
+
12
+ [[package]]
13
+ name = "aiofiles"
14
+ version = "23.1.0"
15
+ description = "File support for asyncio."
16
+ category = "main"
17
+ optional = false
18
+ python-versions = ">=3.7,<4.0"
19
+
20
+ [[package]]
21
+ name = "aiohttp"
22
+ version = "3.8.4"
23
+ description = "Async http client/server framework (asyncio)"
24
+ category = "main"
25
+ optional = false
26
+ python-versions = ">=3.6"
27
+
28
+ [package.dependencies]
29
+ aiosignal = ">=1.1.2"
30
+ async-timeout = ">=4.0.0a3,<5.0"
31
+ attrs = ">=17.3.0"
32
+ charset-normalizer = ">=2.0,<4.0"
33
+ frozenlist = ">=1.1.1"
34
+ multidict = ">=4.5,<7.0"
35
+ yarl = ">=1.0,<2.0"
36
+
37
+ [package.extras]
38
+ speedups = ["aiodns", "brotli", "cchardet"]
39
+
40
+ [[package]]
41
+ name = "aiohttp-retry"
42
+ version = "2.8.3"
43
+ description = "Simple retry client for aiohttp"
44
+ category = "main"
45
+ optional = false
46
+ python-versions = ">=3.7"
47
+
48
+ [package.dependencies]
49
+ aiohttp = "*"
50
+
51
+ [[package]]
52
+ name = "aiosignal"
53
+ version = "1.3.1"
54
+ description = "aiosignal: a list of registered asynchronous callbacks"
55
+ category = "main"
56
+ optional = false
57
+ python-versions = ">=3.7"
58
+
59
+ [package.dependencies]
60
+ frozenlist = ">=1.1.0"
61
+
62
+ [[package]]
63
+ name = "aleph-alpha-client"
64
+ version = "2.16.1"
65
+ description = "python client to interact with Aleph Alpha api endpoints"
66
+ category = "main"
67
+ optional = false
68
+ python-versions = "*"
69
+
70
+ [package.dependencies]
71
+ aiodns = ">=3.0.0"
72
+ aiohttp = ">=3.8.3"
73
+ aiohttp-retry = ">=2.8.3"
74
+ requests = ">=2.28"
75
+ tokenizers = ">=0.13.2"
76
+ urllib3 = ">=1.26"
77
+
78
+ [package.extras]
79
+ dev = ["pytest", "pytest-cov", "pytest-dotenv", "pytest-httpserver", "pytest-aiohttp", "mypy", "types-requests", "nbconvert", "ipykernel", "black"]
80
+ docs = ["sphinx", "sphinx-rtd-theme"]
81
+ test = ["pytest", "pytest-cov", "pytest-dotenv", "pytest-httpserver", "pytest-aiohttp"]
82
+ types = ["mypy", "types-requests"]
83
+
84
+ [[package]]
85
+ name = "altair"
86
+ version = "4.2.2"
87
+ description = "Altair: A declarative statistical visualization library for Python."
88
+ category = "main"
89
+ optional = false
90
+ python-versions = ">=3.7"
91
+
92
+ [package.dependencies]
93
+ entrypoints = "*"
94
+ jinja2 = "*"
95
+ jsonschema = ">=3.0"
96
+ numpy = "*"
97
+ pandas = ">=0.18"
98
+ toolz = "*"
99
+
100
+ [package.extras]
101
+ dev = ["black", "docutils", "ipython", "flake8", "pytest", "sphinx", "mistune (<2.0.0)", "m2r", "vega-datasets", "recommonmark"]
102
+
103
+ [[package]]
104
+ name = "anyio"
105
+ version = "3.6.2"
106
+ description = "High level compatibility layer for multiple asynchronous event loop implementations"
107
+ category = "main"
108
+ optional = false
109
+ python-versions = ">=3.6.2"
110
+
111
+ [package.dependencies]
112
+ idna = ">=2.8"
113
+ sniffio = ">=1.1"
114
+
115
+ [package.extras]
116
+ doc = ["packaging", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"]
117
+ test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "contextlib2", "uvloop (<0.15)", "mock (>=4)", "uvloop (>=0.15)"]
118
+ trio = ["trio (>=0.16,<0.22)"]
119
+
120
+ [[package]]
121
+ name = "astroid"
122
+ version = "2.14.2"
123
+ description = "An abstract syntax tree for Python with inference support."
124
+ category = "dev"
125
+ optional = false
126
+ python-versions = ">=3.7.2"
127
+
128
+ [package.dependencies]
129
+ lazy-object-proxy = ">=1.4.0"
130
+ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""}
131
+ wrapt = [
132
+ {version = ">=1.11,<2", markers = "python_version < \"3.11\""},
133
+ {version = ">=1.14,<2", markers = "python_version >= \"3.11\""},
134
+ ]
135
+
136
+ [[package]]
137
+ name = "async-timeout"
138
+ version = "4.0.2"
139
+ description = "Timeout context manager for asyncio programs"
140
+ category = "main"
141
+ optional = false
142
+ python-versions = ">=3.6"
143
+
144
+ [[package]]
145
+ name = "attrs"
146
+ version = "22.2.0"
147
+ description = "Classes Without Boilerplate"
148
+ category = "main"
149
+ optional = false
150
+ python-versions = ">=3.6"
151
+
152
+ [package.extras]
153
+ cov = ["attrs", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"]
154
+ dev = ["attrs"]
155
+ docs = ["furo", "sphinx", "myst-parser", "zope.interface", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier"]
156
+ tests = ["attrs", "zope.interface"]
157
+ tests-no-zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "cloudpickle", "mypy (>=0.971,<0.990)", "pytest-mypy-plugins"]
158
+ tests_no_zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "cloudpickle", "mypy (>=0.971,<0.990)", "pytest-mypy-plugins"]
159
+
160
+ [[package]]
161
+ name = "black"
162
+ version = "23.1.0"
163
+ description = "The uncompromising code formatter."
164
+ category = "dev"
165
+ optional = false
166
+ python-versions = ">=3.7"
167
+
168
+ [package.dependencies]
169
+ click = ">=8.0.0"
170
+ mypy-extensions = ">=0.4.3"
171
+ packaging = ">=22.0"
172
+ pathspec = ">=0.9.0"
173
+ platformdirs = ">=2"
174
+ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
175
+ typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
176
+
177
+ [package.extras]
178
+ colorama = ["colorama (>=0.4.3)"]
179
+ d = ["aiohttp (>=3.7.4)"]
180
+ jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
181
+ uvloop = ["uvloop (>=0.15.2)"]
182
+
183
+ [[package]]
184
+ name = "blobfile"
185
+ version = "2.0.1"
186
+ description = "Read GCS, ABS and local paths with the same interface, clone of tensorflow.io.gfile"
187
+ category = "main"
188
+ optional = false
189
+ python-versions = ">=3.7.0"
190
+
191
+ [package.dependencies]
192
+ filelock = ">=3.0,<4.0"
193
+ lxml = ">=4.9,<5.0"
194
+ pycryptodomex = ">=3.8,<4.0"
195
+ urllib3 = ">=1.25.3,<3"
196
+
197
+ [[package]]
198
+ name = "boto3"
199
+ version = "1.26.83"
200
+ description = "The AWS SDK for Python"
201
+ category = "main"
202
+ optional = false
203
+ python-versions = ">= 3.7"
204
+
205
+ [package.dependencies]
206
+ botocore = ">=1.29.83,<1.30.0"
207
+ jmespath = ">=0.7.1,<2.0.0"
208
+ s3transfer = ">=0.6.0,<0.7.0"
209
+
210
+ [package.extras]
211
+ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
212
+
213
+ [[package]]
214
+ name = "botocore"
215
+ version = "1.29.83"
216
+ description = "Low-level, data-driven core of boto 3."
217
+ category = "main"
218
+ optional = false
219
+ python-versions = ">= 3.7"
220
+
221
+ [package.dependencies]
222
+ jmespath = ">=0.7.1,<2.0.0"
223
+ python-dateutil = ">=2.1,<3.0.0"
224
+ urllib3 = ">=1.25.4,<1.27"
225
+
226
+ [package.extras]
227
+ crt = ["awscrt (==0.16.9)"]
228
+
229
+ [[package]]
230
+ name = "certifi"
231
+ version = "2022.12.7"
232
+ description = "Python package for providing Mozilla's CA Bundle."
233
+ category = "main"
234
+ optional = false
235
+ python-versions = ">=3.6"
236
+
237
+ [[package]]
238
+ name = "cffi"
239
+ version = "1.15.1"
240
+ description = "Foreign Function Interface for Python calling C code."
241
+ category = "main"
242
+ optional = false
243
+ python-versions = "*"
244
+
245
+ [package.dependencies]
246
+ pycparser = "*"
247
+
248
+ [[package]]
249
+ name = "charset-normalizer"
250
+ version = "3.0.1"
251
+ description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
252
+ category = "main"
253
+ optional = false
254
+ python-versions = "*"
255
+
256
+ [[package]]
257
+ name = "click"
258
+ version = "8.1.3"
259
+ description = "Composable command line interface toolkit"
260
+ category = "main"
261
+ optional = false
262
+ python-versions = ">=3.7"
263
+
264
+ [package.dependencies]
265
+ colorama = {version = "*", markers = "platform_system == \"Windows\""}
266
+
267
+ [[package]]
268
+ name = "colorama"
269
+ version = "0.4.6"
270
+ description = "Cross-platform colored terminal text."
271
+ category = "main"
272
+ optional = false
273
+ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
274
+
275
+ [[package]]
276
+ name = "contourpy"
277
+ version = "1.0.7"
278
+ description = "Python library for calculating contours of 2D quadrilateral grids"
279
+ category = "main"
280
+ optional = false
281
+ python-versions = ">=3.8"
282
+
283
+ [package.dependencies]
284
+ numpy = ">=1.16"
285
+
286
+ [package.extras]
287
+ bokeh = ["bokeh", "chromedriver", "selenium"]
288
+ docs = ["furo", "sphinx-copybutton"]
289
+ mypy = ["contourpy", "docutils-stubs", "mypy (==0.991)", "types-pillow"]
290
+ test = ["matplotlib", "pillow", "pytest"]
291
+ test-no-images = ["pytest"]
292
+
293
+ [[package]]
294
+ name = "coverage"
295
+ version = "7.2.1"
296
+ description = "Code coverage measurement for Python"
297
+ category = "dev"
298
+ optional = false
299
+ python-versions = ">=3.7"
300
+
301
+ [package.extras]
302
+ toml = ["tomli"]
303
+
304
+ [[package]]
305
+ name = "cycler"
306
+ version = "0.11.0"
307
+ description = "Composable style cycles"
308
+ category = "main"
309
+ optional = false
310
+ python-versions = ">=3.6"
311
+
312
+ [[package]]
313
+ name = "dataclasses-json"
314
+ version = "0.5.7"
315
+ description = "Easily serialize dataclasses to and from JSON"
316
+ category = "main"
317
+ optional = false
318
+ python-versions = ">=3.6"
319
+
320
+ [package.dependencies]
321
+ marshmallow = ">=3.3.0,<4.0.0"
322
+ marshmallow-enum = ">=1.5.1,<2.0.0"
323
+ typing-inspect = ">=0.4.0"
324
+
325
+ [package.extras]
326
+ dev = ["pytest (>=6.2.3)", "ipython", "mypy (>=0.710)", "hypothesis", "portray", "flake8", "simplejson", "types-dataclasses"]
327
+
328
+ [[package]]
329
+ name = "deeplake"
330
+ version = "3.2.13"
331
+ description = "Activeloop Deep Lake"
332
+ category = "main"
333
+ optional = false
334
+ python-versions = "*"
335
+
336
+ [package.dependencies]
337
+ boto3 = "*"
338
+ click = "*"
339
+ hub = ">=2.8.7"
340
+ humbug = ">=0.2.6"
341
+ numcodecs = "*"
342
+ numpy = "*"
343
+ pathos = "*"
344
+ pillow = "*"
345
+ pyjwt = "*"
346
+ tqdm = "*"
347
+
348
+ [package.extras]
349
+ all = ["google-auth-oauthlib (>=0.4.5,<0.5.0)", "nibabel", "oauth2client (>=4.1.3,<4.2.0)", "google-api-python-client (>=2.31.0,<2.32.0)", "laspy", "google-cloud-storage (>=1.42.0,<1.43.0)", "flask", "google-auth (>=2.0.1,<2.1.0)", "ipython", "pydicom", "libdeeplake (==0.0.39)", "av (>=8.1.0)"]
350
+ audio = ["av (>=8.1.0)"]
351
+ av = ["av (>=8.1.0)"]
352
+ dicom = ["pydicom", "nibabel"]
353
+ enterprise = ["libdeeplake (==0.0.39)", "pyjwt"]
354
+ gcp = ["google-cloud-storage (>=1.42.0,<1.43.0)", "google-auth (>=2.0.1,<2.1.0)", "google-auth-oauthlib (>=0.4.5,<0.5.0)"]
355
+ gdrive = ["google-api-python-client (>=2.31.0,<2.32.0)", "oauth2client (>=4.1.3,<4.2.0)", "google-auth (>=2.0.1,<2.1.0)", "google-auth-oauthlib (>=0.4.5,<0.5.0)"]
356
+ medical = ["pydicom", "nibabel"]
357
+ point_cloud = ["laspy"]
358
+ video = ["av (>=8.1.0)"]
359
+ visualizer = ["ipython", "flask"]
360
+
361
+ [[package]]
362
+ name = "dill"
363
+ version = "0.3.6"
364
+ description = "serialize all of python"
365
+ category = "main"
366
+ optional = false
367
+ python-versions = ">=3.7"
368
+
369
+ [package.extras]
370
+ graph = ["objgraph (>=1.7.2)"]
371
+
372
+ [[package]]
373
+ name = "entrypoints"
374
+ version = "0.4"
375
+ description = "Discover and load entry points from installed packages."
376
+ category = "main"
377
+ optional = false
378
+ python-versions = ">=3.6"
379
+
380
+ [[package]]
381
+ name = "fastapi"
382
+ version = "0.92.0"
383
+ description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
384
+ category = "main"
385
+ optional = false
386
+ python-versions = ">=3.7"
387
+
388
+ [package.dependencies]
389
+ pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0"
390
+ starlette = ">=0.25.0,<0.26.0"
391
+
392
+ [package.extras]
393
+ all = ["email-validator (>=1.1.1)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "python-multipart (>=0.0.5)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"]
394
+ dev = ["pre-commit (>=2.17.0,<3.0.0)", "ruff (==0.0.138)", "uvicorn[standard] (>=0.12.0,<0.21.0)"]
395
+ doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "pyyaml (>=5.3.1,<7.0.0)", "typer[all] (>=0.6.1,<0.8.0)"]
396
+ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==22.10.0)", "coverage[toml] (>=6.5.0,<8.0)", "databases[sqlite] (>=0.3.2,<0.7.0)", "email-validator (>=1.1.1,<2.0.0)", "flask (>=1.1.2,<3.0.0)", "httpx (>=0.23.0,<0.24.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.982)", "orjson (>=3.2.1,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "peewee (>=3.13.3,<4.0.0)", "pytest (>=7.1.3,<8.0.0)", "python-jose[cryptography] (>=3.3.0,<4.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "pyyaml (>=5.3.1,<7.0.0)", "ruff (==0.0.138)", "sqlalchemy (>=1.3.18,<1.4.43)", "types-orjson (==3.6.2)", "types-ujson (==5.6.0.0)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)"]
397
+
398
+ [[package]]
399
+ name = "ffmpy"
400
+ version = "0.3.0"
401
+ description = "A simple Python wrapper for ffmpeg"
402
+ category = "main"
403
+ optional = false
404
+ python-versions = "*"
405
+
406
+ [[package]]
407
+ name = "filelock"
408
+ version = "3.9.0"
409
+ description = "A platform independent file lock."
410
+ category = "main"
411
+ optional = false
412
+ python-versions = ">=3.7"
413
+
414
+ [package.extras]
415
+ docs = ["furo (>=2022.12.7)", "sphinx-autodoc-typehints (>=1.19.5)", "sphinx (>=5.3)"]
416
+ testing = ["covdefaults (>=2.2.2)", "coverage (>=7.0.1)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)", "pytest (>=7.2)"]
417
+
418
+ [[package]]
419
+ name = "fonttools"
420
+ version = "4.38.0"
421
+ description = "Tools to manipulate font files"
422
+ category = "main"
423
+ optional = false
424
+ python-versions = ">=3.7"
425
+
426
+ [package.extras]
427
+ all = ["fs (>=2.2.0,<3)", "lxml (>=4.0,<5)", "zopfli (>=0.1.4)", "lz4 (>=1.7.4.2)", "matplotlib", "sympy", "skia-pathops (>=0.5.0)", "uharfbuzz (>=0.23.0)", "brotlicffi (>=0.8.0)", "scipy", "brotli (>=1.0.1)", "munkres", "unicodedata2 (>=14.0.0)", "xattr"]
428
+ graphite = ["lz4 (>=1.7.4.2)"]
429
+ interpolatable = ["scipy", "munkres"]
430
+ lxml = ["lxml (>=4.0,<5)"]
431
+ pathops = ["skia-pathops (>=0.5.0)"]
432
+ plot = ["matplotlib"]
433
+ repacker = ["uharfbuzz (>=0.23.0)"]
434
+ symfont = ["sympy"]
435
+ type1 = ["xattr"]
436
+ ufo = ["fs (>=2.2.0,<3)"]
437
+ unicode = ["unicodedata2 (>=14.0.0)"]
438
+ woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"]
439
+
440
+ [[package]]
441
+ name = "frozenlist"
442
+ version = "1.3.3"
443
+ description = "A list-like structure which implements collections.abc.MutableSequence"
444
+ category = "main"
445
+ optional = false
446
+ python-versions = ">=3.7"
447
+
448
+ [[package]]
449
+ name = "fsspec"
450
+ version = "2023.1.0"
451
+ description = "File-system specification"
452
+ category = "main"
453
+ optional = false
454
+ python-versions = ">=3.7"
455
+
456
+ [package.extras]
457
+ abfs = ["adlfs"]
458
+ adl = ["adlfs"]
459
+ arrow = ["pyarrow (>=1)"]
460
+ dask = ["dask", "distributed"]
461
+ dropbox = ["dropboxdrivefs", "requests", "dropbox"]
462
+ entrypoints = ["importlib-metadata"]
463
+ fuse = ["fusepy"]
464
+ gcs = ["gcsfs"]
465
+ git = ["pygit2"]
466
+ github = ["requests"]
467
+ gs = ["gcsfs"]
468
+ gui = ["panel"]
469
+ hdfs = ["pyarrow (>=1)"]
470
+ http = ["requests", "aiohttp (!=4.0.0a0,!=4.0.0a1)"]
471
+ libarchive = ["libarchive-c"]
472
+ oci = ["ocifs"]
473
+ s3 = ["s3fs"]
474
+ sftp = ["paramiko"]
475
+ smb = ["smbprotocol"]
476
+ ssh = ["paramiko"]
477
+ tqdm = ["tqdm"]
478
+
479
+ [[package]]
480
+ name = "gradio"
481
+ version = "3.19.1"
482
+ description = "Python library for easily interacting with trained machine learning models"
483
+ category = "main"
484
+ optional = false
485
+ python-versions = ">=3.7"
486
+
487
+ [package.dependencies]
488
+ aiofiles = "*"
489
+ aiohttp = "*"
490
+ altair = ">=4.2.0"
491
+ fastapi = "*"
492
+ ffmpy = "*"
493
+ fsspec = "*"
494
+ httpx = "*"
495
+ jinja2 = "*"
496
+ markdown-it-py = {version = ">=2.0.0", extras = ["linkify"]}
497
+ markupsafe = "*"
498
+ matplotlib = "*"
499
+ mdit-py-plugins = "<=0.3.3"
500
+ numpy = "*"
501
+ orjson = "*"
502
+ pandas = "*"
503
+ pillow = "*"
504
+ pycryptodome = "*"
505
+ pydantic = "*"
506
+ pydub = "*"
507
+ python-multipart = "*"
508
+ pyyaml = "*"
509
+ requests = "*"
510
+ typing-extensions = "*"
511
+ uvicorn = "*"
512
+ websockets = ">=10.0"
513
+
514
+ [[package]]
515
+ name = "greenlet"
516
+ version = "2.0.2"
517
+ description = "Lightweight in-process concurrent programming"
518
+ category = "main"
519
+ optional = false
520
+ python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
521
+
522
+ [package.extras]
523
+ docs = ["sphinx", "docutils (<0.18)"]
524
+ test = ["objgraph", "psutil"]
525
+
526
+ [[package]]
527
+ name = "h11"
528
+ version = "0.14.0"
529
+ description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
530
+ category = "main"
531
+ optional = false
532
+ python-versions = ">=3.7"
533
+
534
+ [[package]]
535
+ name = "httpcore"
536
+ version = "0.16.3"
537
+ description = "A minimal low-level HTTP client."
538
+ category = "main"
539
+ optional = false
540
+ python-versions = ">=3.7"
541
+
542
+ [package.dependencies]
543
+ anyio = ">=3.0,<5.0"
544
+ certifi = "*"
545
+ h11 = ">=0.13,<0.15"
546
+ sniffio = ">=1.0.0,<2.0.0"
547
+
548
+ [package.extras]
549
+ http2 = ["h2 (>=3,<5)"]
550
+ socks = ["socksio (>=1.0.0,<2.0.0)"]
551
+
552
+ [[package]]
553
+ name = "httpx"
554
+ version = "0.23.3"
555
+ description = "The next generation HTTP client."
556
+ category = "main"
557
+ optional = false
558
+ python-versions = ">=3.7"
559
+
560
+ [package.dependencies]
561
+ certifi = "*"
562
+ httpcore = ">=0.15.0,<0.17.0"
563
+ rfc3986 = {version = ">=1.3,<2", extras = ["idna2008"]}
564
+ sniffio = "*"
565
+
566
+ [package.extras]
567
+ brotli = ["brotli", "brotlicffi"]
568
+ cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"]
569
+ http2 = ["h2 (>=3,<5)"]
570
+ socks = ["socksio (>=1.0.0,<2.0.0)"]
571
+
572
+ [[package]]
573
+ name = "hub"
574
+ version = "3.0.1"
575
+ description = "Activeloop Deep Lake"
576
+ category = "main"
577
+ optional = false
578
+ python-versions = "*"
579
+
580
+ [package.dependencies]
581
+ deeplake = "*"
582
+
583
+ [[package]]
584
+ name = "huggingface-hub"
585
+ version = "0.12.1"
586
+ description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
587
+ category = "main"
588
+ optional = false
589
+ python-versions = ">=3.7.0"
590
+
591
+ [package.dependencies]
592
+ filelock = "*"
593
+ packaging = ">=20.9"
594
+ pyyaml = ">=5.1"
595
+ requests = "*"
596
+ tqdm = ">=4.42.1"
597
+ typing-extensions = ">=3.7.4.3"
598
+
599
+ [package.extras]
600
+ all = ["InquirerPy (==0.3.4)", "isort (>=5.5.4)", "jedi", "jinja2", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile", "pillow", "black (==22.3)", "flake8 (>=3.8.3)", "flake8-bugbear", "mypy (==0.982)", "types-pyyaml", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
601
+ cli = ["InquirerPy (==0.3.4)"]
602
+ dev = ["InquirerPy (==0.3.4)", "isort (>=5.5.4)", "jedi", "jinja2", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile", "pillow", "black (==22.3)", "flake8 (>=3.8.3)", "flake8-bugbear", "mypy (==0.982)", "types-pyyaml", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
603
+ fastai = ["toml", "fastai (>=2.4)", "fastcore (>=1.3.27)"]
604
+ quality = ["black (==22.3)", "flake8 (>=3.8.3)", "flake8-bugbear", "isort (>=5.5.4)", "mypy (==0.982)"]
605
+ tensorflow = ["tensorflow", "pydot", "graphviz"]
606
+ testing = ["InquirerPy (==0.3.4)", "isort (>=5.5.4)", "jedi", "jinja2", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile", "pillow"]
607
+ torch = ["torch"]
608
+ typing = ["types-pyyaml", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
609
+
610
+ [[package]]
611
+ name = "humbug"
612
+ version = "0.2.8"
613
+ description = "Humbug: Do you build developer tools? Humbug helps you know your users."
614
+ category = "main"
615
+ optional = false
616
+ python-versions = "*"
617
+
618
+ [package.dependencies]
619
+ requests = "*"
620
+
621
+ [package.extras]
622
+ dev = ["black", "mypy", "wheel", "types-pkg-resources", "types-requests", "types-dataclasses"]
623
+ distribute = ["setuptools", "twine", "wheel"]
624
+
625
+ [[package]]
626
+ name = "idna"
627
+ version = "3.4"
628
+ description = "Internationalized Domain Names in Applications (IDNA)"
629
+ category = "main"
630
+ optional = false
631
+ python-versions = ">=3.5"
632
+
633
+ [[package]]
634
+ name = "importlib-resources"
635
+ version = "5.12.0"
636
+ description = "Read resources from Python packages"
637
+ category = "main"
638
+ optional = false
639
+ python-versions = ">=3.7"
640
+
641
+ [package.dependencies]
642
+ zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
643
+
644
+ [package.extras]
645
+ docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"]
646
+ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "pytest-flake8"]
647
+
648
+ [[package]]
649
+ name = "isort"
650
+ version = "5.12.0"
651
+ description = "A Python utility / library to sort Python imports."
652
+ category = "dev"
653
+ optional = false
654
+ python-versions = ">=3.8.0"
655
+
656
+ [package.extras]
657
+ colors = ["colorama (>=0.4.3)"]
658
+ requirements-deprecated-finder = ["pip-api", "pipreqs"]
659
+ pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"]
660
+ plugins = ["setuptools"]
661
+
662
+ [[package]]
663
+ name = "jinja2"
664
+ version = "3.1.2"
665
+ description = "A very fast and expressive template engine."
666
+ category = "main"
667
+ optional = false
668
+ python-versions = ">=3.7"
669
+
670
+ [package.dependencies]
671
+ MarkupSafe = ">=2.0"
672
+
673
+ [package.extras]
674
+ i18n = ["Babel (>=2.7)"]
675
+
676
+ [[package]]
677
+ name = "jmespath"
678
+ version = "1.0.1"
679
+ description = "JSON Matching Expressions"
680
+ category = "main"
681
+ optional = false
682
+ python-versions = ">=3.7"
683
+
684
+ [[package]]
685
+ name = "joblib"
686
+ version = "1.2.0"
687
+ description = "Lightweight pipelining with Python functions"
688
+ category = "main"
689
+ optional = false
690
+ python-versions = ">=3.7"
691
+
692
+ [[package]]
693
+ name = "jsonschema"
694
+ version = "4.17.3"
695
+ description = "An implementation of JSON Schema validation for Python"
696
+ category = "main"
697
+ optional = false
698
+ python-versions = ">=3.7"
699
+
700
+ [package.dependencies]
701
+ attrs = ">=17.4.0"
702
+ pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
703
+
704
+ [package.extras]
705
+ format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
706
+ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
707
+
708
+ [[package]]
709
+ name = "kiwisolver"
710
+ version = "1.4.4"
711
+ description = "A fast implementation of the Cassowary constraint solver"
712
+ category = "main"
713
+ optional = false
714
+ python-versions = ">=3.7"
715
+
716
+ [[package]]
717
+ name = "langchain"
718
+ version = "0.0.100"
719
+ description = "Building applications with LLMs through composability"
720
+ category = "main"
721
+ optional = false
722
+ python-versions = ">=3.8.1,<4.0"
723
+
724
+ [package.dependencies]
725
+ aiohttp = ">=3.8.3,<4.0.0"
726
+ aleph-alpha-client = ">=2.15.0,<3.0.0"
727
+ dataclasses-json = ">=0.5.7,<0.6.0"
728
+ deeplake = ">=3.2.9,<4.0.0"
729
+ numpy = ">=1,<2"
730
+ pydantic = ">=1,<2"
731
+ PyYAML = ">=6,<7"
732
+ requests = ">=2,<3"
733
+ SQLAlchemy = ">=1,<2"
734
+ tenacity = ">=8.1.0,<9.0.0"
735
+
736
+ [package.extras]
737
+ all = ["faiss-cpu (>=1,<2)", "wikipedia (>=1,<2)", "elasticsearch (>=8,<9)", "opensearch-py (>=2.0.0,<3.0.0)", "redis (>=4,<5)", "manifest-ml (>=0.0.1,<0.0.2)", "spacy (>=3,<4)", "nltk (>=3,<4)", "transformers (>=4,<5)", "beautifulsoup4 (>=4,<5)", "torch (>=1,<2)", "jinja2 (>=3,<4)", "tiktoken (>=0,<1)", "pinecone-client (>=2,<3)", "weaviate-client (>=3,<4)", "google-api-python-client (==2.70.0)", "wolframalpha (==5.0.0)", "anthropic (>=0.2.2,<0.3.0)", "qdrant-client (>=1.0.4,<2.0.0)", "tensorflow-text (>=2.11.0,<3.0.0)", "cohere (>=3,<4)", "openai (>=0,<1)", "nlpcloud (>=1,<2)", "nomic (>=1.0.43,<2.0.0)", "huggingface_hub (>=0,<1)", "google-search-results (>=2,<3)", "sentence-transformers (>=2,<3)", "pypdf (>=3.4.0,<4.0.0)", "networkx (>=2.6.3,<3.0.0)"]
738
+ llms = ["manifest-ml (>=0.0.1,<0.0.2)", "transformers (>=4,<5)", "torch (>=1,<2)", "anthropic (>=0.2.2,<0.3.0)", "cohere (>=3,<4)", "openai (>=0,<1)", "nlpcloud (>=1,<2)", "huggingface_hub (>=0,<1)"]
739
+
740
+ [[package]]
741
+ name = "lazy-object-proxy"
742
+ version = "1.9.0"
743
+ description = "A fast and thorough lazy object proxy."
744
+ category = "dev"
745
+ optional = false
746
+ python-versions = ">=3.7"
747
+
748
+ [[package]]
749
+ name = "linkify-it-py"
750
+ version = "2.0.0"
751
+ description = "Links recognition library with FULL unicode support."
752
+ category = "main"
753
+ optional = false
754
+ python-versions = ">=3.6"
755
+
756
+ [package.dependencies]
757
+ uc-micro-py = "*"
758
+
759
+ [package.extras]
760
+ benchmark = ["pytest", "pytest-benchmark"]
761
+ dev = ["pre-commit", "isort", "flake8", "black"]
762
+ doc = ["sphinx", "sphinx-book-theme", "myst-parser"]
763
+ test = ["coverage", "pytest", "pytest-cov"]
764
+
765
+ [[package]]
766
+ name = "llama-index"
767
+ version = "0.4.19"
768
+ description = "Interface between LLMs and your data."
769
+ category = "main"
770
+ optional = false
771
+ python-versions = "*"
772
+
773
+ [package.dependencies]
774
+ dataclasses_json = "*"
775
+ langchain = "*"
776
+ nltk = "*"
777
+ numpy = "*"
778
+ openai = ">=0.26.4"
779
+ pandas = "*"
780
+ tenacity = "<8.2.0"
781
+ tiktoken = "*"
782
+ transformers = "*"
783
+
784
+ [[package]]
785
+ name = "lxml"
786
+ version = "4.9.2"
787
+ description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
788
+ category = "main"
789
+ optional = false
790
+ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
791
+
792
+ [package.extras]
793
+ cssselect = ["cssselect (>=0.7)"]
794
+ html5 = ["html5lib"]
795
+ htmlsoup = ["beautifulsoup4"]
796
+ source = ["Cython (>=0.29.7)"]
797
+
798
+ [[package]]
799
+ name = "markdown-it-py"
800
+ version = "2.2.0"
801
+ description = "Python port of markdown-it. Markdown parsing, done right!"
802
+ category = "main"
803
+ optional = false
804
+ python-versions = ">=3.7"
805
+
806
+ [package.dependencies]
807
+ linkify-it-py = {version = ">=1,<3", optional = true, markers = "extra == \"linkify\""}
808
+ mdurl = ">=0.1,<1.0"
809
+
810
+ [package.extras]
811
+ benchmarking = ["psutil", "pytest", "pytest-benchmark"]
812
+ code_style = ["pre-commit (>=3.0,<4.0)"]
813
+ compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"]
814
+ linkify = ["linkify-it-py (>=1,<3)"]
815
+ plugins = ["mdit-py-plugins"]
816
+ profiling = ["gprof2dot"]
817
+ rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx-book-theme"]
818
+ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
819
+
820
+ [[package]]
821
+ name = "markupsafe"
822
+ version = "2.1.2"
823
+ description = "Safely add untrusted strings to HTML/XML markup."
824
+ category = "main"
825
+ optional = false
826
+ python-versions = ">=3.7"
827
+
828
+ [[package]]
829
+ name = "marshmallow"
830
+ version = "3.19.0"
831
+ description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
832
+ category = "main"
833
+ optional = false
834
+ python-versions = ">=3.7"
835
+
836
+ [package.dependencies]
837
+ packaging = ">=17.0"
838
+
839
+ [package.extras]
840
+ dev = ["pytest", "pytz", "simplejson", "mypy (==0.990)", "flake8 (==5.0.4)", "flake8-bugbear (==22.10.25)", "pre-commit (>=2.4,<3.0)", "tox"]
841
+ docs = ["sphinx (==5.3.0)", "sphinx-issues (==3.0.1)", "alabaster (==0.7.12)", "sphinx-version-warning (==1.1.2)", "autodocsumm (==0.2.9)"]
842
+ lint = ["mypy (==0.990)", "flake8 (==5.0.4)", "flake8-bugbear (==22.10.25)", "pre-commit (>=2.4,<3.0)"]
843
+ tests = ["pytest", "pytz", "simplejson"]
844
+
845
+ [[package]]
846
+ name = "marshmallow-enum"
847
+ version = "1.5.1"
848
+ description = "Enum field for Marshmallow"
849
+ category = "main"
850
+ optional = false
851
+ python-versions = "*"
852
+
853
+ [package.dependencies]
854
+ marshmallow = ">=2.0.0"
855
+
856
+ [[package]]
857
+ name = "matplotlib"
858
+ version = "3.7.0"
859
+ description = "Python plotting package"
860
+ category = "main"
861
+ optional = false
862
+ python-versions = ">=3.8"
863
+
864
+ [package.dependencies]
865
+ contourpy = ">=1.0.1"
866
+ cycler = ">=0.10"
867
+ fonttools = ">=4.22.0"
868
+ importlib-resources = {version = ">=3.2.0", markers = "python_version < \"3.10\""}
869
+ kiwisolver = ">=1.0.1"
870
+ numpy = ">=1.20"
871
+ packaging = ">=20.0"
872
+ pillow = ">=6.2.0"
873
+ pyparsing = ">=2.3.1"
874
+ python-dateutil = ">=2.7"
875
+ setuptools_scm = ">=7"
876
+
877
+ [[package]]
878
+ name = "mccabe"
879
+ version = "0.7.0"
880
+ description = "McCabe checker, plugin for flake8"
881
+ category = "dev"
882
+ optional = false
883
+ python-versions = ">=3.6"
884
+
885
+ [[package]]
886
+ name = "mdit-py-plugins"
887
+ version = "0.3.3"
888
+ description = "Collection of plugins for markdown-it-py"
889
+ category = "main"
890
+ optional = false
891
+ python-versions = ">=3.7"
892
+
893
+ [package.dependencies]
894
+ markdown-it-py = ">=1.0.0,<3.0.0"
895
+
896
+ [package.extras]
897
+ code_style = ["pre-commit"]
898
+ rtd = ["attrs", "myst-parser (>=0.16.1,<0.17.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"]
899
+ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
900
+
901
+ [[package]]
902
+ name = "mdurl"
903
+ version = "0.1.2"
904
+ description = "Markdown URL utilities"
905
+ category = "main"
906
+ optional = false
907
+ python-versions = ">=3.7"
908
+
909
+ [[package]]
910
+ name = "msgpack"
911
+ version = "1.0.4"
912
+ description = "MessagePack serializer"
913
+ category = "dev"
914
+ optional = false
915
+ python-versions = "*"
916
+
917
+ [[package]]
918
+ name = "multidict"
919
+ version = "6.0.4"
920
+ description = "multidict implementation"
921
+ category = "main"
922
+ optional = false
923
+ python-versions = ">=3.7"
924
+
925
+ [[package]]
926
+ name = "multiprocess"
927
+ version = "0.70.14"
928
+ description = "better multiprocessing and multithreading in python"
929
+ category = "main"
930
+ optional = false
931
+ python-versions = ">=3.7"
932
+
933
+ [package.dependencies]
934
+ dill = ">=0.3.6"
935
+
936
+ [[package]]
937
+ name = "mypy-extensions"
938
+ version = "1.0.0"
939
+ description = "Type system extensions for programs checked with the mypy type checker."
940
+ category = "main"
941
+ optional = false
942
+ python-versions = ">=3.5"
943
+
944
+ [[package]]
945
+ name = "nltk"
946
+ version = "3.8.1"
947
+ description = "Natural Language Toolkit"
948
+ category = "main"
949
+ optional = false
950
+ python-versions = ">=3.7"
951
+
952
+ [package.dependencies]
953
+ click = "*"
954
+ joblib = "*"
955
+ regex = ">=2021.8.3"
956
+ tqdm = "*"
957
+
958
+ [package.extras]
959
+ all = ["scikit-learn", "python-crfsuite", "requests", "numpy", "pyparsing", "twython", "scipy", "matplotlib"]
960
+ corenlp = ["requests"]
961
+ machine_learning = ["numpy", "python-crfsuite", "scikit-learn", "scipy"]
962
+ plot = ["matplotlib"]
963
+ tgrep = ["pyparsing"]
964
+ twitter = ["twython"]
965
+
966
+ [[package]]
967
+ name = "numcodecs"
968
+ version = "0.11.0"
969
+ description = "A Python package providing buffer compression and transformation codecs for use"
970
+ category = "main"
971
+ optional = false
972
+ python-versions = ">=3.8"
973
+
974
+ [package.dependencies]
975
+ entrypoints = "*"
976
+ numpy = ">=1.7"
977
+
978
+ [package.extras]
979
+ docs = ["sphinx", "sphinx-issues", "numpydoc", "mock"]
980
+ msgpack = ["msgpack"]
981
+ test = ["coverage", "flake8", "pytest", "pytest-cov"]
982
+ zfpy = ["zfpy (>=1.0.0)"]
983
+
984
+ [[package]]
985
+ name = "numpy"
986
+ version = "1.24.2"
987
+ description = "Fundamental package for array computing in Python"
988
+ category = "main"
989
+ optional = false
990
+ python-versions = ">=3.8"
991
+
992
+ [[package]]
993
+ name = "openai"
994
+ version = "0.27.0"
995
+ description = "Python client library for the OpenAI API"
996
+ category = "main"
997
+ optional = false
998
+ python-versions = ">=3.7.1"
999
+
1000
+ [package.dependencies]
1001
+ aiohttp = "*"
1002
+ requests = ">=2.20"
1003
+ tqdm = "*"
1004
+
1005
+ [package.extras]
1006
+ datalib = ["numpy", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)", "openpyxl (>=3.0.7)"]
1007
+ dev = ["black (>=21.6b0,<22.0.0)", "pytest (>=6.0.0,<7.0.0)", "pytest-asyncio", "pytest-mock"]
1008
+ embeddings = ["scikit-learn (>=1.0.2)", "tenacity (>=8.0.1)", "matplotlib", "plotly", "numpy", "scipy", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)", "openpyxl (>=3.0.7)"]
1009
+ wandb = ["wandb", "numpy", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)", "openpyxl (>=3.0.7)"]
1010
+
1011
+ [[package]]
1012
+ name = "orjson"
1013
+ version = "3.8.7"
1014
+ description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
1015
+ category = "main"
1016
+ optional = false
1017
+ python-versions = ">=3.7"
1018
+
1019
+ [[package]]
1020
+ name = "packaging"
1021
+ version = "23.0"
1022
+ description = "Core utilities for Python packages"
1023
+ category = "main"
1024
+ optional = false
1025
+ python-versions = ">=3.7"
1026
+
1027
+ [[package]]
1028
+ name = "pandas"
1029
+ version = "1.5.3"
1030
+ description = "Powerful data structures for data analysis, time series, and statistics"
1031
+ category = "main"
1032
+ optional = false
1033
+ python-versions = ">=3.8"
1034
+
1035
+ [package.dependencies]
1036
+ numpy = [
1037
+ {version = ">=1.20.3", markers = "python_version < \"3.10\""},
1038
+ {version = ">=1.21.0", markers = "python_version >= \"3.10\""},
1039
+ {version = ">=1.23.2", markers = "python_version >= \"3.11\""},
1040
+ ]
1041
+ python-dateutil = ">=2.8.1"
1042
+ pytz = ">=2020.1"
1043
+
1044
+ [package.extras]
1045
+ test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"]
1046
+
1047
+ [[package]]
1048
+ name = "pathos"
1049
+ version = "0.3.0"
1050
+ description = "parallel graph management and execution in heterogeneous computing"
1051
+ category = "main"
1052
+ optional = false
1053
+ python-versions = ">=3.7"
1054
+
1055
+ [package.dependencies]
1056
+ dill = ">=0.3.6"
1057
+ multiprocess = ">=0.70.14"
1058
+ pox = ">=0.3.2"
1059
+ ppft = ">=1.7.6.6"
1060
+
1061
+ [[package]]
1062
+ name = "pathspec"
1063
+ version = "0.11.0"
1064
+ description = "Utility library for gitignore style pattern matching of file paths."
1065
+ category = "dev"
1066
+ optional = false
1067
+ python-versions = ">=3.7"
1068
+
1069
+ [[package]]
1070
+ name = "pillow"
1071
+ version = "9.4.0"
1072
+ description = "Python Imaging Library (Fork)"
1073
+ category = "main"
1074
+ optional = false
1075
+ python-versions = ">=3.7"
1076
+
1077
+ [package.extras]
1078
+ docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"]
1079
+ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
1080
+
1081
+ [[package]]
1082
+ name = "platformdirs"
1083
+ version = "3.1.0"
1084
+ description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
1085
+ category = "dev"
1086
+ optional = false
1087
+ python-versions = ">=3.7"
1088
+
1089
+ [package.extras]
1090
+ docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)", "sphinx (>=6.1.3)"]
1091
+ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest (>=7.2.1)"]
1092
+
1093
+ [[package]]
1094
+ name = "pox"
1095
+ version = "0.3.2"
1096
+ description = "utilities for filesystem exploration and automated builds"
1097
+ category = "main"
1098
+ optional = false
1099
+ python-versions = ">=3.7"
1100
+
1101
+ [[package]]
1102
+ name = "ppft"
1103
+ version = "1.7.6.6"
1104
+ description = "distributed and parallel python"
1105
+ category = "main"
1106
+ optional = false
1107
+ python-versions = ">=3.7"
1108
+
1109
+ [package.extras]
1110
+ dill = ["dill (>=0.3.6)"]
1111
+
1112
+ [[package]]
1113
+ name = "pycares"
1114
+ version = "4.3.0"
1115
+ description = "Python interface for c-ares"
1116
+ category = "main"
1117
+ optional = false
1118
+ python-versions = "*"
1119
+
1120
+ [package.dependencies]
1121
+ cffi = ">=1.5.0"
1122
+
1123
+ [package.extras]
1124
+ idna = ["idna (>=2.1)"]
1125
+
1126
+ [[package]]
1127
+ name = "pycparser"
1128
+ version = "2.21"
1129
+ description = "C parser in Python"
1130
+ category = "main"
1131
+ optional = false
1132
+ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
1133
+
1134
+ [[package]]
1135
+ name = "pycryptodome"
1136
+ version = "3.17"
1137
+ description = "Cryptographic library for Python"
1138
+ category = "main"
1139
+ optional = false
1140
+ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
1141
+
1142
+ [[package]]
1143
+ name = "pycryptodomex"
1144
+ version = "3.17"
1145
+ description = "Cryptographic library for Python"
1146
+ category = "main"
1147
+ optional = false
1148
+ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
1149
+
1150
+ [[package]]
1151
+ name = "pydantic"
1152
+ version = "1.10.5"
1153
+ description = "Data validation and settings management using python type hints"
1154
+ category = "main"
1155
+ optional = false
1156
+ python-versions = ">=3.7"
1157
+
1158
+ [package.dependencies]
1159
+ typing-extensions = ">=4.2.0"
1160
+
1161
+ [package.extras]
1162
+ dotenv = ["python-dotenv (>=0.10.4)"]
1163
+ email = ["email-validator (>=1.0.3)"]
1164
+
1165
+ [[package]]
1166
+ name = "pydub"
1167
+ version = "0.25.1"
1168
+ description = "Manipulate audio with an simple and easy high level interface"
1169
+ category = "main"
1170
+ optional = false
1171
+ python-versions = "*"
1172
+
1173
+ [[package]]
1174
+ name = "pyjwt"
1175
+ version = "2.6.0"
1176
+ description = "JSON Web Token implementation in Python"
1177
+ category = "main"
1178
+ optional = false
1179
+ python-versions = ">=3.7"
1180
+
1181
+ [package.extras]
1182
+ crypto = ["cryptography (>=3.4.0)"]
1183
+ dev = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.4.0)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "pre-commit"]
1184
+ docs = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"]
1185
+ tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"]
1186
+
1187
+ [[package]]
1188
+ name = "pylint"
1189
+ version = "2.16.3"
1190
+ description = "python code static checker"
1191
+ category = "dev"
1192
+ optional = false
1193
+ python-versions = ">=3.7.2"
1194
+
1195
+ [package.dependencies]
1196
+ astroid = ">=2.14.2,<=2.16.0-dev0"
1197
+ colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
1198
+ dill = [
1199
+ {version = ">=0.2", markers = "python_version < \"3.11\""},
1200
+ {version = ">=0.3.6", markers = "python_version >= \"3.11\""},
1201
+ ]
1202
+ isort = ">=4.2.5,<6"
1203
+ mccabe = ">=0.6,<0.8"
1204
+ platformdirs = ">=2.2.0"
1205
+ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
1206
+ tomlkit = ">=0.10.1"
1207
+ typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
1208
+
1209
+ [package.extras]
1210
+ spelling = ["pyenchant (>=3.2,<4.0)"]
1211
+ testutils = ["gitpython (>3)"]
1212
+
1213
+ [[package]]
1214
+ name = "pynvim"
1215
+ version = "0.4.3"
1216
+ description = "Python client to neovim"
1217
+ category = "dev"
1218
+ optional = false
1219
+ python-versions = "*"
1220
+
1221
+ [package.dependencies]
1222
+ greenlet = "*"
1223
+ msgpack = ">=0.5.0"
1224
+
1225
+ [package.extras]
1226
+ pyuv = ["pyuv (>=1.0.0)"]
1227
+ test = ["pytest (>=3.4.0)"]
1228
+
1229
+ [[package]]
1230
+ name = "pyparsing"
1231
+ version = "3.0.9"
1232
+ description = "pyparsing module - Classes and methods to define and execute parsing grammars"
1233
+ category = "main"
1234
+ optional = false
1235
+ python-versions = ">=3.6.8"
1236
+
1237
+ [package.extras]
1238
+ diagrams = ["railroad-diagrams", "jinja2"]
1239
+
1240
+ [[package]]
1241
+ name = "pyrsistent"
1242
+ version = "0.19.3"
1243
+ description = "Persistent/Functional/Immutable data structures"
1244
+ category = "main"
1245
+ optional = false
1246
+ python-versions = ">=3.7"
1247
+
1248
+ [[package]]
1249
+ name = "python-dateutil"
1250
+ version = "2.8.2"
1251
+ description = "Extensions to the standard Python datetime module"
1252
+ category = "main"
1253
+ optional = false
1254
+ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
1255
+
1256
+ [package.dependencies]
1257
+ six = ">=1.5"
1258
+
1259
+ [[package]]
1260
+ name = "python-multipart"
1261
+ version = "0.0.6"
1262
+ description = "A streaming multipart parser for Python"
1263
+ category = "main"
1264
+ optional = false
1265
+ python-versions = ">=3.7"
1266
+
1267
+ [package.extras]
1268
+ dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pytest (==7.2.0)", "pyyaml (==5.1)"]
1269
+
1270
+ [[package]]
1271
+ name = "pytz"
1272
+ version = "2022.7.1"
1273
+ description = "World timezone definitions, modern and historical"
1274
+ category = "main"
1275
+ optional = false
1276
+ python-versions = "*"
1277
+
1278
+ [[package]]
1279
+ name = "pyyaml"
1280
+ version = "6.0"
1281
+ description = "YAML parser and emitter for Python"
1282
+ category = "main"
1283
+ optional = false
1284
+ python-versions = ">=3.6"
1285
+
1286
+ [[package]]
1287
+ name = "regex"
1288
+ version = "2022.10.31"
1289
+ description = "Alternative regular expression module, to replace re."
1290
+ category = "main"
1291
+ optional = false
1292
+ python-versions = ">=3.6"
1293
+
1294
+ [[package]]
1295
+ name = "requests"
1296
+ version = "2.28.2"
1297
+ description = "Python HTTP for Humans."
1298
+ category = "main"
1299
+ optional = false
1300
+ python-versions = ">=3.7, <4"
1301
+
1302
+ [package.dependencies]
1303
+ certifi = ">=2017.4.17"
1304
+ charset-normalizer = ">=2,<4"
1305
+ idna = ">=2.5,<4"
1306
+ urllib3 = ">=1.21.1,<1.27"
1307
+
1308
+ [package.extras]
1309
+ socks = ["PySocks (>=1.5.6,!=1.5.7)"]
1310
+ use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
1311
+
1312
+ [[package]]
1313
+ name = "rfc3986"
1314
+ version = "1.5.0"
1315
+ description = "Validating URI References per RFC 3986"
1316
+ category = "main"
1317
+ optional = false
1318
+ python-versions = "*"
1319
+
1320
+ [package.dependencies]
1321
+ idna = {version = "*", optional = true, markers = "extra == \"idna2008\""}
1322
+
1323
+ [package.extras]
1324
+ idna2008 = ["idna"]
1325
+
1326
+ [[package]]
1327
+ name = "s3transfer"
1328
+ version = "0.6.0"
1329
+ description = "An Amazon S3 Transfer Manager"
1330
+ category = "main"
1331
+ optional = false
1332
+ python-versions = ">= 3.7"
1333
+
1334
+ [package.dependencies]
1335
+ botocore = ">=1.12.36,<2.0a.0"
1336
+
1337
+ [package.extras]
1338
+ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"]
1339
+
1340
+ [[package]]
1341
+ name = "setuptools-scm"
1342
+ version = "7.1.0"
1343
+ description = "the blessed package to manage your versions by scm tags"
1344
+ category = "main"
1345
+ optional = false
1346
+ python-versions = ">=3.7"
1347
+
1348
+ [package.dependencies]
1349
+ packaging = ">=20.0"
1350
+ tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
1351
+ typing-extensions = "*"
1352
+
1353
+ [package.extras]
1354
+ test = ["pytest (>=6.2)", "virtualenv (>20)"]
1355
+ toml = ["setuptools (>=42)"]
1356
+
1357
+ [[package]]
1358
+ name = "six"
1359
+ version = "1.16.0"
1360
+ description = "Python 2 and 3 compatibility utilities"
1361
+ category = "main"
1362
+ optional = false
1363
+ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
1364
+
1365
+ [[package]]
1366
+ name = "sniffio"
1367
+ version = "1.3.0"
1368
+ description = "Sniff out which async library your code is running under"
1369
+ category = "main"
1370
+ optional = false
1371
+ python-versions = ">=3.7"
1372
+
1373
+ [[package]]
1374
+ name = "sqlalchemy"
1375
+ version = "1.4.46"
1376
+ description = "Database Abstraction Library"
1377
+ category = "main"
1378
+ optional = false
1379
+ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
1380
+
1381
+ [package.dependencies]
1382
+ greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"}
1383
+
1384
+ [package.extras]
1385
+ aiomysql = ["greenlet (!=0.4.17)", "aiomysql"]
1386
+ aiosqlite = ["typing_extensions (!=3.10.0.1)", "greenlet (!=0.4.17)", "aiosqlite"]
1387
+ asyncio = ["greenlet (!=0.4.17)"]
1388
+ asyncmy = ["greenlet (!=0.4.17)", "asyncmy (>=0.2.3,!=0.2.4)"]
1389
+ mariadb_connector = ["mariadb (>=1.0.1,!=1.1.2)"]
1390
+ mssql = ["pyodbc"]
1391
+ mssql_pymssql = ["pymssql"]
1392
+ mssql_pyodbc = ["pyodbc"]
1393
+ mypy = ["sqlalchemy2-stubs", "mypy (>=0.910)"]
1394
+ mysql = ["mysqlclient (>=1.4.0,<2)", "mysqlclient (>=1.4.0)"]
1395
+ mysql_connector = ["mysql-connector-python"]
1396
+ oracle = ["cx_oracle (>=7,<8)", "cx_oracle (>=7)"]
1397
+ postgresql = ["psycopg2 (>=2.7)"]
1398
+ postgresql_asyncpg = ["greenlet (!=0.4.17)", "asyncpg"]
1399
+ postgresql_pg8000 = ["pg8000 (>=1.16.6,!=1.29.0)"]
1400
+ postgresql_psycopg2binary = ["psycopg2-binary"]
1401
+ postgresql_psycopg2cffi = ["psycopg2cffi"]
1402
+ pymysql = ["pymysql (<1)", "pymysql"]
1403
+ sqlcipher = ["sqlcipher3-binary"]
1404
+
1405
+ [[package]]
1406
+ name = "starlette"
1407
+ version = "0.25.0"
1408
+ description = "The little ASGI library that shines."
1409
+ category = "main"
1410
+ optional = false
1411
+ python-versions = ">=3.7"
1412
+
1413
+ [package.dependencies]
1414
+ anyio = ">=3.4.0,<5"
1415
+ typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
1416
+
1417
+ [package.extras]
1418
+ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"]
1419
+
1420
+ [[package]]
1421
+ name = "tenacity"
1422
+ version = "8.1.0"
1423
+ description = "Retry code until it succeeds"
1424
+ category = "main"
1425
+ optional = false
1426
+ python-versions = ">=3.6"
1427
+
1428
+ [package.extras]
1429
+ doc = ["reno", "sphinx", "tornado (>=4.5)"]
1430
+
1431
+ [[package]]
1432
+ name = "tiktoken"
1433
+ version = "0.3.0"
1434
+ description = "tiktoken is a fast BPE tokeniser for use with OpenAI's models"
1435
+ category = "main"
1436
+ optional = false
1437
+ python-versions = ">=3.8"
1438
+
1439
+ [package.dependencies]
1440
+ blobfile = ">=2"
1441
+ regex = ">=2022.1.18"
1442
+ requests = ">=2.26.0"
1443
+
1444
+ [[package]]
1445
+ name = "tokenizers"
1446
+ version = "0.13.2"
1447
+ description = "Fast and Customizable Tokenizers"
1448
+ category = "main"
1449
+ optional = false
1450
+ python-versions = "*"
1451
+
1452
+ [package.extras]
1453
+ dev = ["pytest", "requests", "numpy", "datasets", "black (==22.3)"]
1454
+ docs = ["sphinx", "sphinx-rtd-theme", "setuptools-rust"]
1455
+ testing = ["pytest", "requests", "numpy", "datasets", "black (==22.3)"]
1456
+
1457
+ [[package]]
1458
+ name = "tomli"
1459
+ version = "2.0.1"
1460
+ description = "A lil' TOML parser"
1461
+ category = "main"
1462
+ optional = false
1463
+ python-versions = ">=3.7"
1464
+
1465
+ [[package]]
1466
+ name = "tomlkit"
1467
+ version = "0.11.6"
1468
+ description = "Style preserving TOML library"
1469
+ category = "dev"
1470
+ optional = false
1471
+ python-versions = ">=3.6"
1472
+
1473
+ [[package]]
1474
+ name = "toolz"
1475
+ version = "0.12.0"
1476
+ description = "List processing tools and functional utilities"
1477
+ category = "main"
1478
+ optional = false
1479
+ python-versions = ">=3.5"
1480
+
1481
+ [[package]]
1482
+ name = "tqdm"
1483
+ version = "4.64.1"
1484
+ description = "Fast, Extensible Progress Meter"
1485
+ category = "main"
1486
+ optional = false
1487
+ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
1488
+
1489
+ [package.dependencies]
1490
+ colorama = {version = "*", markers = "platform_system == \"Windows\""}
1491
+
1492
+ [package.extras]
1493
+ dev = ["py-make (>=0.1.0)", "twine", "wheel"]
1494
+ notebook = ["ipywidgets (>=6)"]
1495
+ slack = ["slack-sdk"]
1496
+ telegram = ["requests"]
1497
+
1498
+ [[package]]
1499
+ name = "transformers"
1500
+ version = "4.26.1"
1501
+ description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
1502
+ category = "main"
1503
+ optional = false
1504
+ python-versions = ">=3.7.0"
1505
+
1506
+ [package.dependencies]
1507
+ filelock = "*"
1508
+ huggingface-hub = ">=0.11.0,<1.0"
1509
+ numpy = ">=1.17"
1510
+ packaging = ">=20.0"
1511
+ pyyaml = ">=5.1"
1512
+ regex = "!=2019.12.17"
1513
+ requests = "*"
1514
+ tokenizers = ">=0.11.1,<0.11.3 || >0.11.3,<0.14"
1515
+ tqdm = ">=4.27"
1516
+
1517
+ [package.extras]
1518
+ accelerate = ["accelerate (>=0.10.0)"]
1519
+ all = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "torch (>=1.7,!=1.12.0)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "decord (==0.6.0)"]
1520
+ audio = ["librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"]
1521
+ codecarbon = ["codecarbon (==1.2.0)"]
1522
+ deepspeed = ["deepspeed (>=0.6.5)", "accelerate (>=0.10.0)"]
1523
+ deepspeed-testing = ["deepspeed (>=0.6.5)", "accelerate (>=0.10.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "optuna", "sentencepiece (>=0.1.91,!=0.1.92)"]
1524
+ dev = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "torch (>=1.7,!=1.12.0)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "decord (==0.6.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "rhoknp (>=1.1.0)", "hf-doc-builder", "scikit-learn"]
1525
+ dev-tensorflow = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "pillow", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"]
1526
+ dev-torch = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "torch (>=1.7,!=1.12.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "rhoknp (>=1.1.0)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
1527
+ docs = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "torch (>=1.7,!=1.12.0)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "decord (==0.6.0)", "hf-doc-builder"]
1528
+ docs_specific = ["hf-doc-builder"]
1529
+ fairscale = ["fairscale (>0.3)"]
1530
+ flax = ["jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)"]
1531
+ flax-speech = ["librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"]
1532
+ ftfy = ["ftfy"]
1533
+ integrations = ["optuna", "ray", "sigopt"]
1534
+ ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "rhoknp (>=1.1.0)"]
1535
+ modelcreation = ["cookiecutter (==1.7.3)"]
1536
+ natten = ["natten (>=0.14.4)"]
1537
+ onnx = ["onnxconverter-common", "tf2onnx", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
1538
+ onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
1539
+ optuna = ["optuna"]
1540
+ quality = ["black (==22.3)", "datasets (!=2.5.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)"]
1541
+ ray = ["ray"]
1542
+ retrieval = ["faiss-cpu", "datasets (!=2.5.0)"]
1543
+ sagemaker = ["sagemaker (>=2.31.0)"]
1544
+ sentencepiece = ["sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)"]
1545
+ serving = ["pydantic", "uvicorn", "fastapi", "starlette"]
1546
+ sigopt = ["sigopt"]
1547
+ sklearn = ["scikit-learn"]
1548
+ speech = ["torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"]
1549
+ testing = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)"]
1550
+ tf = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)"]
1551
+ tf-cpu = ["tensorflow-cpu (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)"]
1552
+ tf-speech = ["librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"]
1553
+ timm = ["timm"]
1554
+ tokenizers = ["tokenizers (>=0.11.1,!=0.11.3,<0.14)"]
1555
+ torch = ["torch (>=1.7,!=1.12.0)"]
1556
+ torch-speech = ["torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"]
1557
+ torchhub = ["filelock", "huggingface-hub (>=0.11.0,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf (<=3.20.2)", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=1.7,!=1.12.0)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "tqdm (>=4.27)"]
1558
+ video = ["decord (==0.6.0)"]
1559
+ vision = ["pillow"]
1560
+
1561
+ [[package]]
1562
+ name = "typing-extensions"
1563
+ version = "4.5.0"
1564
+ description = "Backported and Experimental Type Hints for Python 3.7+"
1565
+ category = "main"
1566
+ optional = false
1567
+ python-versions = ">=3.7"
1568
+
1569
+ [[package]]
1570
+ name = "typing-inspect"
1571
+ version = "0.8.0"
1572
+ description = "Runtime inspection utilities for typing module."
1573
+ category = "main"
1574
+ optional = false
1575
+ python-versions = "*"
1576
+
1577
+ [package.dependencies]
1578
+ mypy-extensions = ">=0.3.0"
1579
+ typing-extensions = ">=3.7.4"
1580
+
1581
+ [[package]]
1582
+ name = "uc-micro-py"
1583
+ version = "1.0.1"
1584
+ description = "Micro subset of unicode data files for linkify-it-py projects."
1585
+ category = "main"
1586
+ optional = false
1587
+ python-versions = ">=3.6"
1588
+
1589
+ [package.extras]
1590
+ test = ["coverage", "pytest", "pytest-cov"]
1591
+
1592
+ [[package]]
1593
+ name = "urllib3"
1594
+ version = "1.26.14"
1595
+ description = "HTTP library with thread-safe connection pooling, file post, and more."
1596
+ category = "main"
1597
+ optional = false
1598
+ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
1599
+
1600
+ [package.extras]
1601
+ brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
1602
+ secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"]
1603
+ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
1604
+
1605
+ [[package]]
1606
+ name = "uvicorn"
1607
+ version = "0.20.0"
1608
+ description = "The lightning-fast ASGI server."
1609
+ category = "main"
1610
+ optional = false
1611
+ python-versions = ">=3.7"
1612
+
1613
+ [package.dependencies]
1614
+ click = ">=7.0"
1615
+ h11 = ">=0.8"
1616
+
1617
+ [package.extras]
1618
+ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
1619
+
1620
+ [[package]]
1621
+ name = "websockets"
1622
+ version = "10.4"
1623
+ description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
1624
+ category = "main"
1625
+ optional = false
1626
+ python-versions = ">=3.7"
1627
+
1628
+ [[package]]
1629
+ name = "wrapt"
1630
+ version = "1.15.0"
1631
+ description = "Module for decorators, wrappers and monkey patching."
1632
+ category = "dev"
1633
+ optional = false
1634
+ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
1635
+
1636
+ [[package]]
1637
+ name = "yarl"
1638
+ version = "1.8.2"
1639
+ description = "Yet another URL library"
1640
+ category = "main"
1641
+ optional = false
1642
+ python-versions = ">=3.7"
1643
+
1644
+ [package.dependencies]
1645
+ idna = ">=2.0"
1646
+ multidict = ">=4.0"
1647
+
1648
+ [[package]]
1649
+ name = "zipp"
1650
+ version = "3.15.0"
1651
+ description = "Backport of pathlib-compatible object wrapper for zip files"
1652
+ category = "main"
1653
+ optional = false
1654
+ python-versions = ">=3.7"
1655
+
1656
+ [package.extras]
1657
+ docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"]
1658
+ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "jaraco.functools", "more-itertools", "big-o", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "pytest-flake8"]
1659
+
1660
+ [metadata]
1661
+ lock-version = "1.1"
1662
+ python-versions = "^3.9"
1663
+ content-hash = "4c1bfee324efc2980f0ce084164e9277db1f302a60f77abcac38d81d6a7d7f3f"
1664
+
1665
+ [metadata.files]
1666
+ aiodns = []
1667
+ aiofiles = []
1668
+ aiohttp = []
1669
+ aiohttp-retry = []
1670
+ aiosignal = []
1671
+ aleph-alpha-client = []
1672
+ altair = []
1673
+ anyio = []
1674
+ astroid = []
1675
+ async-timeout = [
1676
+ {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
1677
+ {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"},
1678
+ ]
1679
+ attrs = []
1680
+ black = []
1681
+ blobfile = []
1682
+ boto3 = []
1683
+ botocore = []
1684
+ certifi = []
1685
+ cffi = []
1686
+ charset-normalizer = []
1687
+ click = [
1688
+ {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
1689
+ {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
1690
+ ]
1691
+ colorama = []
1692
+ contourpy = []
1693
+ coverage = []
1694
+ cycler = [
1695
+ {file = "cycler-0.11.0-py3-none-any.whl", hash = "sha256:3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3"},
1696
+ {file = "cycler-0.11.0.tar.gz", hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f"},
1697
+ ]
1698
+ dataclasses-json = []
1699
+ deeplake = []
1700
+ dill = []
1701
+ entrypoints = [
1702
+ {file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"},
1703
+ {file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"},
1704
+ ]
1705
+ fastapi = []
1706
+ ffmpy = []
1707
+ filelock = []
1708
+ fonttools = []
1709
+ frozenlist = []
1710
+ fsspec = []
1711
+ gradio = []
1712
+ greenlet = []
1713
+ h11 = []
1714
+ httpcore = []
1715
+ httpx = []
1716
+ hub = []
1717
+ huggingface-hub = []
1718
+ humbug = []
1719
+ idna = []
1720
+ importlib-resources = []
1721
+ isort = []
1722
+ jinja2 = [
1723
+ {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
1724
+ {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
1725
+ ]
1726
+ jmespath = []
1727
+ joblib = []
1728
+ jsonschema = []
1729
+ kiwisolver = []
1730
+ langchain = []
1731
+ lazy-object-proxy = []
1732
+ linkify-it-py = []
1733
+ llama-index = []
1734
+ lxml = []
1735
+ markdown-it-py = []
1736
+ markupsafe = []
1737
+ marshmallow = []
1738
+ marshmallow-enum = []
1739
+ matplotlib = []
1740
+ mccabe = []
1741
+ mdit-py-plugins = []
1742
+ mdurl = []
1743
+ msgpack = [
1744
+ {file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4ab251d229d10498e9a2f3b1e68ef64cb393394ec477e3370c457f9430ce9250"},
1745
+ {file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:112b0f93202d7c0fef0b7810d465fde23c746a2d482e1e2de2aafd2ce1492c88"},
1746
+ {file = "msgpack-1.0.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:002b5c72b6cd9b4bafd790f364b8480e859b4712e91f43014fe01e4f957b8467"},
1747
+ {file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35bc0faa494b0f1d851fd29129b2575b2e26d41d177caacd4206d81502d4c6a6"},
1748
+ {file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4733359808c56d5d7756628736061c432ded018e7a1dff2d35a02439043321aa"},
1749
+ {file = "msgpack-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb514ad14edf07a1dbe63761fd30f89ae79b42625731e1ccf5e1f1092950eaa6"},
1750
+ {file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c23080fdeec4716aede32b4e0ef7e213c7b1093eede9ee010949f2a418ced6ba"},
1751
+ {file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:49565b0e3d7896d9ea71d9095df15b7f75a035c49be733051c34762ca95bbf7e"},
1752
+ {file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:aca0f1644d6b5a73eb3e74d4d64d5d8c6c3d577e753a04c9e9c87d07692c58db"},
1753
+ {file = "msgpack-1.0.4-cp310-cp310-win32.whl", hash = "sha256:0dfe3947db5fb9ce52aaea6ca28112a170db9eae75adf9339a1aec434dc954ef"},
1754
+ {file = "msgpack-1.0.4-cp310-cp310-win_amd64.whl", hash = "sha256:4dea20515f660aa6b7e964433b1808d098dcfcabbebeaaad240d11f909298075"},
1755
+ {file = "msgpack-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e83f80a7fec1a62cf4e6c9a660e39c7f878f603737a0cdac8c13131d11d97f52"},
1756
+ {file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c11a48cf5e59026ad7cb0dc29e29a01b5a66a3e333dc11c04f7e991fc5510a9"},
1757
+ {file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1276e8f34e139aeff1c77a3cefb295598b504ac5314d32c8c3d54d24fadb94c9"},
1758
+ {file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6c9566f2c39ccced0a38d37c26cc3570983b97833c365a6044edef3574a00c08"},
1759
+ {file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:fcb8a47f43acc113e24e910399376f7277cf8508b27e5b88499f053de6b115a8"},
1760
+ {file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:76ee788122de3a68a02ed6f3a16bbcd97bc7c2e39bd4d94be2f1821e7c4a64e6"},
1761
+ {file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:0a68d3ac0104e2d3510de90a1091720157c319ceeb90d74f7b5295a6bee51bae"},
1762
+ {file = "msgpack-1.0.4-cp36-cp36m-win32.whl", hash = "sha256:85f279d88d8e833ec015650fd15ae5eddce0791e1e8a59165318f371158efec6"},
1763
+ {file = "msgpack-1.0.4-cp36-cp36m-win_amd64.whl", hash = "sha256:c1683841cd4fa45ac427c18854c3ec3cd9b681694caf5bff04edb9387602d661"},
1764
+ {file = "msgpack-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a75dfb03f8b06f4ab093dafe3ddcc2d633259e6c3f74bb1b01996f5d8aa5868c"},
1765
+ {file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9667bdfdf523c40d2511f0e98a6c9d3603be6b371ae9a238b7ef2dc4e7a427b0"},
1766
+ {file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11184bc7e56fd74c00ead4f9cc9a3091d62ecb96e97653add7a879a14b003227"},
1767
+ {file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ac5bd7901487c4a1dd51a8c58f2632b15d838d07ceedaa5e4c080f7190925bff"},
1768
+ {file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:1e91d641d2bfe91ba4c52039adc5bccf27c335356055825c7f88742c8bb900dd"},
1769
+ {file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2a2df1b55a78eb5f5b7d2a4bb221cd8363913830145fad05374a80bf0877cb1e"},
1770
+ {file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:545e3cf0cf74f3e48b470f68ed19551ae6f9722814ea969305794645da091236"},
1771
+ {file = "msgpack-1.0.4-cp37-cp37m-win32.whl", hash = "sha256:2cc5ca2712ac0003bcb625c96368fd08a0f86bbc1a5578802512d87bc592fe44"},
1772
+ {file = "msgpack-1.0.4-cp37-cp37m-win_amd64.whl", hash = "sha256:eba96145051ccec0ec86611fe9cf693ce55f2a3ce89c06ed307de0e085730ec1"},
1773
+ {file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:7760f85956c415578c17edb39eed99f9181a48375b0d4a94076d84148cf67b2d"},
1774
+ {file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:449e57cc1ff18d3b444eb554e44613cffcccb32805d16726a5494038c3b93dab"},
1775
+ {file = "msgpack-1.0.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d603de2b8d2ea3f3bcb2efe286849aa7a81531abc52d8454da12f46235092bcb"},
1776
+ {file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48f5d88c99f64c456413d74a975bd605a9b0526293218a3b77220a2c15458ba9"},
1777
+ {file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6916c78f33602ecf0509cc40379271ba0f9ab572b066bd4bdafd7434dee4bc6e"},
1778
+ {file = "msgpack-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:81fc7ba725464651190b196f3cd848e8553d4d510114a954681fd0b9c479d7e1"},
1779
+ {file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:d5b5b962221fa2c5d3a7f8133f9abffc114fe218eb4365e40f17732ade576c8e"},
1780
+ {file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:77ccd2af37f3db0ea59fb280fa2165bf1b096510ba9fe0cc2bf8fa92a22fdb43"},
1781
+ {file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b17be2478b622939e39b816e0aa8242611cc8d3583d1cd8ec31b249f04623243"},
1782
+ {file = "msgpack-1.0.4-cp38-cp38-win32.whl", hash = "sha256:2bb8cdf50dd623392fa75525cce44a65a12a00c98e1e37bf0fb08ddce2ff60d2"},
1783
+ {file = "msgpack-1.0.4-cp38-cp38-win_amd64.whl", hash = "sha256:26b8feaca40a90cbe031b03d82b2898bf560027160d3eae1423f4a67654ec5d6"},
1784
+ {file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:462497af5fd4e0edbb1559c352ad84f6c577ffbbb708566a0abaaa84acd9f3ae"},
1785
+ {file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2999623886c5c02deefe156e8f869c3b0aaeba14bfc50aa2486a0415178fce55"},
1786
+ {file = "msgpack-1.0.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f0029245c51fd9473dc1aede1160b0a29f4a912e6b1dd353fa6d317085b219da"},
1787
+ {file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed6f7b854a823ea44cf94919ba3f727e230da29feb4a99711433f25800cf747f"},
1788
+ {file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0df96d6eaf45ceca04b3f3b4b111b86b33785683d682c655063ef8057d61fd92"},
1789
+ {file = "msgpack-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6a4192b1ab40f8dca3f2877b70e63799d95c62c068c84dc028b40a6cb03ccd0f"},
1790
+ {file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0e3590f9fb9f7fbc36df366267870e77269c03172d086fa76bb4eba8b2b46624"},
1791
+ {file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:1576bd97527a93c44fa856770197dec00d223b0b9f36ef03f65bac60197cedf8"},
1792
+ {file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:63e29d6e8c9ca22b21846234913c3466b7e4ee6e422f205a2988083de3b08cae"},
1793
+ {file = "msgpack-1.0.4-cp39-cp39-win32.whl", hash = "sha256:fb62ea4b62bfcb0b380d5680f9a4b3f9a2d166d9394e9bbd9666c0ee09a3645c"},
1794
+ {file = "msgpack-1.0.4-cp39-cp39-win_amd64.whl", hash = "sha256:4d5834a2a48965a349da1c5a79760d94a1a0172fbb5ab6b5b33cbf8447e109ce"},
1795
+ {file = "msgpack-1.0.4.tar.gz", hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f"},
1796
+ ]
1797
+ multidict = []
1798
+ multiprocess = []
1799
+ mypy-extensions = []
1800
+ nltk = []
1801
+ numcodecs = []
1802
+ numpy = []
1803
+ openai = []
1804
+ orjson = []
1805
+ packaging = []
1806
+ pandas = []
1807
+ pathos = []
1808
+ pathspec = []
1809
+ pillow = []
1810
+ platformdirs = []
1811
+ pox = []
1812
+ ppft = []
1813
+ pycares = []
1814
+ pycparser = [
1815
+ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
1816
+ {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
1817
+ ]
1818
+ pycryptodome = []
1819
+ pycryptodomex = []
1820
+ pydantic = []
1821
+ pydub = []
1822
+ pyjwt = []
1823
+ pylint = []
1824
+ pynvim = [
1825
+ {file = "pynvim-0.4.3.tar.gz", hash = "sha256:3a795378bde5e8092fbeb3a1a99be9c613d2685542f1db0e5c6fd467eed56dff"},
1826
+ ]
1827
+ pyparsing = [
1828
+ {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
1829
+ {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
1830
+ ]
1831
+ pyrsistent = []
1832
+ python-dateutil = [
1833
+ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
1834
+ {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
1835
+ ]
1836
+ python-multipart = []
1837
+ pytz = []
1838
+ pyyaml = [
1839
+ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
1840
+ {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
1841
+ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
1842
+ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
1843
+ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
1844
+ {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
1845
+ {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
1846
+ {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
1847
+ {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
1848
+ {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
1849
+ {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
1850
+ {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
1851
+ {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
1852
+ {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
1853
+ {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
1854
+ {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
1855
+ {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
1856
+ {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
1857
+ {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
1858
+ {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
1859
+ {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
1860
+ {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
1861
+ {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
1862
+ {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
1863
+ {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
1864
+ {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
1865
+ {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
1866
+ {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
1867
+ {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
1868
+ {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
1869
+ {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
1870
+ {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
1871
+ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
1872
+ ]
1873
+ regex = []
1874
+ requests = []
1875
+ rfc3986 = []
1876
+ s3transfer = []
1877
+ setuptools-scm = []
1878
+ six = [
1879
+ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
1880
+ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
1881
+ ]
1882
+ sniffio = []
1883
+ sqlalchemy = []
1884
+ starlette = []
1885
+ tenacity = []
1886
+ tiktoken = []
1887
+ tokenizers = []
1888
+ tomli = [
1889
+ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
1890
+ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
1891
+ ]
1892
+ tomlkit = []
1893
+ toolz = []
1894
+ tqdm = []
1895
+ transformers = []
1896
+ typing-extensions = []
1897
+ typing-inspect = []
1898
+ uc-micro-py = []
1899
+ urllib3 = []
1900
+ uvicorn = []
1901
+ websockets = []
1902
+ wrapt = []
1903
+ yarl = []
1904
+ zipp = []
pyproject.toml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [tool.poetry]
2
+ name = "mpep-qa"
3
+ version = "0.1.0"
4
+ description = "Question-Answering System for the Manual of Patent Examination and Procedure"
5
+ authors = ["Vasanth Sarathy <[email protected]>"]
6
+
7
+ [tool.poetry.dependencies]
8
+ python = "^3.9"
9
+ gradio = "^3.19.1"
10
+ openai = "^0.27.0"
11
+ llama-index = "^0.4.19"
12
+
13
+ [tool.poetry.dev-dependencies]
14
+ pynvim = "^0.4.3"
15
+ black = "^23.1.0"
16
+ pylint = "^2.16.3"
17
+ coverage = "^7.2.1"
18
+
19
+ [build-system]
20
+ requires = ["poetry-core>=1.0.0"]
21
+ build-backend = "poetry.core.masonry.api"