Spaces:
Running
Running
Update dependencies
Browse files- poetry.lock +0 -1253
- pyproject.toml +0 -29
- requirements.txt +12 -14
poetry.lock
DELETED
@@ -1,1253 +0,0 @@
|
|
1 |
-
[[package]]
|
2 |
-
name = "aiohttp"
|
3 |
-
version = "3.8.3"
|
4 |
-
description = "Async http client/server framework (asyncio)"
|
5 |
-
category = "main"
|
6 |
-
optional = false
|
7 |
-
python-versions = ">=3.6"
|
8 |
-
|
9 |
-
[package.dependencies]
|
10 |
-
aiosignal = ">=1.1.2"
|
11 |
-
async-timeout = ">=4.0.0a3,<5.0"
|
12 |
-
attrs = ">=17.3.0"
|
13 |
-
charset-normalizer = ">=2.0,<3.0"
|
14 |
-
frozenlist = ">=1.1.1"
|
15 |
-
multidict = ">=4.5,<7.0"
|
16 |
-
yarl = ">=1.0,<2.0"
|
17 |
-
|
18 |
-
[package.extras]
|
19 |
-
speedups = ["aiodns", "brotli", "cchardet"]
|
20 |
-
|
21 |
-
[[package]]
|
22 |
-
name = "aiosignal"
|
23 |
-
version = "1.3.1"
|
24 |
-
description = "aiosignal: a list of registered asynchronous callbacks"
|
25 |
-
category = "main"
|
26 |
-
optional = false
|
27 |
-
python-versions = ">=3.7"
|
28 |
-
|
29 |
-
[package.dependencies]
|
30 |
-
frozenlist = ">=1.1.0"
|
31 |
-
|
32 |
-
[[package]]
|
33 |
-
name = "altair"
|
34 |
-
version = "4.2.2"
|
35 |
-
description = "Altair: A declarative statistical visualization library for Python."
|
36 |
-
category = "main"
|
37 |
-
optional = false
|
38 |
-
python-versions = ">=3.7"
|
39 |
-
|
40 |
-
[package.dependencies]
|
41 |
-
entrypoints = "*"
|
42 |
-
jinja2 = "*"
|
43 |
-
jsonschema = ">=3.0"
|
44 |
-
numpy = "*"
|
45 |
-
pandas = ">=0.18"
|
46 |
-
toolz = "*"
|
47 |
-
|
48 |
-
[package.extras]
|
49 |
-
dev = ["black", "docutils", "ipython", "flake8", "pytest", "sphinx", "mistune (<2.0.0)", "m2r", "vega-datasets", "recommonmark"]
|
50 |
-
|
51 |
-
[[package]]
|
52 |
-
name = "async-generator"
|
53 |
-
version = "1.10"
|
54 |
-
description = "Async generators and context managers for Python 3.5+"
|
55 |
-
category = "main"
|
56 |
-
optional = false
|
57 |
-
python-versions = ">=3.5"
|
58 |
-
|
59 |
-
[[package]]
|
60 |
-
name = "async-timeout"
|
61 |
-
version = "4.0.2"
|
62 |
-
description = "Timeout context manager for asyncio programs"
|
63 |
-
category = "main"
|
64 |
-
optional = false
|
65 |
-
python-versions = ">=3.6"
|
66 |
-
|
67 |
-
[[package]]
|
68 |
-
name = "attrs"
|
69 |
-
version = "22.2.0"
|
70 |
-
description = "Classes Without Boilerplate"
|
71 |
-
category = "main"
|
72 |
-
optional = false
|
73 |
-
python-versions = ">=3.6"
|
74 |
-
|
75 |
-
[package.extras]
|
76 |
-
cov = ["attrs", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"]
|
77 |
-
dev = ["attrs"]
|
78 |
-
docs = ["furo", "sphinx", "myst-parser", "zope.interface", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier"]
|
79 |
-
tests = ["attrs", "zope.interface"]
|
80 |
-
tests-no-zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "cloudpickle", "mypy (>=0.971,<0.990)", "pytest-mypy-plugins"]
|
81 |
-
tests_no_zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "cloudpickle", "mypy (>=0.971,<0.990)", "pytest-mypy-plugins"]
|
82 |
-
|
83 |
-
[[package]]
|
84 |
-
name = "blinker"
|
85 |
-
version = "1.6.2"
|
86 |
-
description = "Fast, simple object-to-object and broadcast signaling"
|
87 |
-
category = "main"
|
88 |
-
optional = false
|
89 |
-
python-versions = ">=3.7"
|
90 |
-
|
91 |
-
[[package]]
|
92 |
-
name = "browser-cookie3"
|
93 |
-
version = "0.18.0"
|
94 |
-
description = "Loads cookies from your browser into a cookiejar object so can download with urllib and other libraries the same content you see in the web browser."
|
95 |
-
category = "main"
|
96 |
-
optional = false
|
97 |
-
python-versions = "*"
|
98 |
-
|
99 |
-
[package.dependencies]
|
100 |
-
jeepney = {version = "*", markers = "python_version >= \"3.7\" and (sys_platform in \"bsd\" or sys_platform == \"linux\")"}
|
101 |
-
lz4 = "*"
|
102 |
-
pycryptodomex = "*"
|
103 |
-
|
104 |
-
[[package]]
|
105 |
-
name = "cachetools"
|
106 |
-
version = "5.3.0"
|
107 |
-
description = "Extensible memoizing collections and decorators"
|
108 |
-
category = "main"
|
109 |
-
optional = false
|
110 |
-
python-versions = "~=3.7"
|
111 |
-
|
112 |
-
[[package]]
|
113 |
-
name = "certifi"
|
114 |
-
version = "2022.12.7"
|
115 |
-
description = "Python package for providing Mozilla's CA Bundle."
|
116 |
-
category = "main"
|
117 |
-
optional = false
|
118 |
-
python-versions = ">=3.6"
|
119 |
-
|
120 |
-
[[package]]
|
121 |
-
name = "cffi"
|
122 |
-
version = "1.15.1"
|
123 |
-
description = "Foreign Function Interface for Python calling C code."
|
124 |
-
category = "main"
|
125 |
-
optional = false
|
126 |
-
python-versions = "*"
|
127 |
-
|
128 |
-
[package.dependencies]
|
129 |
-
pycparser = "*"
|
130 |
-
|
131 |
-
[[package]]
|
132 |
-
name = "charset-normalizer"
|
133 |
-
version = "2.1.1"
|
134 |
-
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
135 |
-
category = "main"
|
136 |
-
optional = false
|
137 |
-
python-versions = ">=3.6.0"
|
138 |
-
|
139 |
-
[package.extras]
|
140 |
-
unicode_backport = ["unicodedata2"]
|
141 |
-
|
142 |
-
[[package]]
|
143 |
-
name = "click"
|
144 |
-
version = "8.1.3"
|
145 |
-
description = "Composable command line interface toolkit"
|
146 |
-
category = "main"
|
147 |
-
optional = false
|
148 |
-
python-versions = ">=3.7"
|
149 |
-
|
150 |
-
[package.dependencies]
|
151 |
-
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
152 |
-
|
153 |
-
[[package]]
|
154 |
-
name = "colorama"
|
155 |
-
version = "0.4.6"
|
156 |
-
description = "Cross-platform colored terminal text."
|
157 |
-
category = "main"
|
158 |
-
optional = false
|
159 |
-
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
160 |
-
|
161 |
-
[[package]]
|
162 |
-
name = "debugpy"
|
163 |
-
version = "1.6.5"
|
164 |
-
description = "An implementation of the Debug Adapter Protocol for Python"
|
165 |
-
category = "dev"
|
166 |
-
optional = false
|
167 |
-
python-versions = ">=3.7"
|
168 |
-
|
169 |
-
[[package]]
|
170 |
-
name = "decorator"
|
171 |
-
version = "5.1.1"
|
172 |
-
description = "Decorators for Humans"
|
173 |
-
category = "main"
|
174 |
-
optional = false
|
175 |
-
python-versions = ">=3.5"
|
176 |
-
|
177 |
-
[[package]]
|
178 |
-
name = "entrypoints"
|
179 |
-
version = "0.4"
|
180 |
-
description = "Discover and load entry points from installed packages."
|
181 |
-
category = "main"
|
182 |
-
optional = false
|
183 |
-
python-versions = ">=3.6"
|
184 |
-
|
185 |
-
[[package]]
|
186 |
-
name = "exceptiongroup"
|
187 |
-
version = "1.1.1"
|
188 |
-
description = "Backport of PEP 654 (exception groups)"
|
189 |
-
category = "main"
|
190 |
-
optional = false
|
191 |
-
python-versions = ">=3.7"
|
192 |
-
|
193 |
-
[package.extras]
|
194 |
-
test = ["pytest (>=6)"]
|
195 |
-
|
196 |
-
[[package]]
|
197 |
-
name = "fake-useragent"
|
198 |
-
version = "1.1.3"
|
199 |
-
description = "Up-to-date simple useragent faker with real world database"
|
200 |
-
category = "main"
|
201 |
-
optional = false
|
202 |
-
python-versions = "*"
|
203 |
-
|
204 |
-
[[package]]
|
205 |
-
name = "flask"
|
206 |
-
version = "2.2.2"
|
207 |
-
description = "A simple framework for building complex web applications."
|
208 |
-
category = "main"
|
209 |
-
optional = false
|
210 |
-
python-versions = ">=3.7"
|
211 |
-
|
212 |
-
[package.dependencies]
|
213 |
-
click = ">=8.0"
|
214 |
-
itsdangerous = ">=2.0"
|
215 |
-
Jinja2 = ">=3.0"
|
216 |
-
Werkzeug = ">=2.2.2"
|
217 |
-
|
218 |
-
[package.extras]
|
219 |
-
async = ["asgiref (>=3.2)"]
|
220 |
-
dotenv = ["python-dotenv"]
|
221 |
-
|
222 |
-
[[package]]
|
223 |
-
name = "frozenlist"
|
224 |
-
version = "1.3.3"
|
225 |
-
description = "A list-like structure which implements collections.abc.MutableSequence"
|
226 |
-
category = "main"
|
227 |
-
optional = false
|
228 |
-
python-versions = ">=3.7"
|
229 |
-
|
230 |
-
[[package]]
|
231 |
-
name = "gevent"
|
232 |
-
version = "22.10.2"
|
233 |
-
description = "Coroutine-based network library"
|
234 |
-
category = "main"
|
235 |
-
optional = false
|
236 |
-
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5"
|
237 |
-
|
238 |
-
[package.dependencies]
|
239 |
-
cffi = {version = ">=1.12.2", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""}
|
240 |
-
greenlet = {version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\""}
|
241 |
-
"zope.event" = "*"
|
242 |
-
"zope.interface" = "*"
|
243 |
-
|
244 |
-
[package.extras]
|
245 |
-
dnspython = ["dnspython (>=1.16.0,<2.0)", "idna"]
|
246 |
-
docs = ["repoze.sphinx.autointerface", "sphinxcontrib-programoutput", "zope.schema"]
|
247 |
-
monitor = ["psutil (>=5.7.0)"]
|
248 |
-
recommended = ["cffi (>=1.12.2)", "dnspython (>=1.16.0,<2.0)", "idna", "selectors2", "backports.socketpair", "psutil (>=5.7.0)"]
|
249 |
-
test = ["requests", "objgraph", "cffi (>=1.12.2)", "dnspython (>=1.16.0,<2.0)", "idna", "selectors2", "futures", "mock", "backports.socketpair", "contextvars (==2.4)", "coverage (>=5.0)", "coveralls (>=1.7.0)", "psutil (>=5.7.0)"]
|
250 |
-
|
251 |
-
[[package]]
|
252 |
-
name = "gitdb"
|
253 |
-
version = "4.0.10"
|
254 |
-
description = "Git Object Database"
|
255 |
-
category = "main"
|
256 |
-
optional = false
|
257 |
-
python-versions = ">=3.7"
|
258 |
-
|
259 |
-
[package.dependencies]
|
260 |
-
smmap = ">=3.0.1,<6"
|
261 |
-
|
262 |
-
[[package]]
|
263 |
-
name = "gitpython"
|
264 |
-
version = "3.1.31"
|
265 |
-
description = "GitPython is a Python library used to interact with Git repositories"
|
266 |
-
category = "main"
|
267 |
-
optional = false
|
268 |
-
python-versions = ">=3.7"
|
269 |
-
|
270 |
-
[package.dependencies]
|
271 |
-
gitdb = ">=4.0.1,<5"
|
272 |
-
|
273 |
-
[[package]]
|
274 |
-
name = "greenlet"
|
275 |
-
version = "2.0.2"
|
276 |
-
description = "Lightweight in-process concurrent programming"
|
277 |
-
category = "main"
|
278 |
-
optional = false
|
279 |
-
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
|
280 |
-
|
281 |
-
[package.extras]
|
282 |
-
docs = ["sphinx", "docutils (<0.18)"]
|
283 |
-
test = ["objgraph", "psutil"]
|
284 |
-
|
285 |
-
[[package]]
|
286 |
-
name = "h11"
|
287 |
-
version = "0.14.0"
|
288 |
-
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
289 |
-
category = "main"
|
290 |
-
optional = false
|
291 |
-
python-versions = ">=3.7"
|
292 |
-
|
293 |
-
[[package]]
|
294 |
-
name = "idna"
|
295 |
-
version = "3.4"
|
296 |
-
description = "Internationalized Domain Names in Applications (IDNA)"
|
297 |
-
category = "main"
|
298 |
-
optional = false
|
299 |
-
python-versions = ">=3.5"
|
300 |
-
|
301 |
-
[[package]]
|
302 |
-
name = "importlib-metadata"
|
303 |
-
version = "6.6.0"
|
304 |
-
description = "Read metadata from Python packages"
|
305 |
-
category = "main"
|
306 |
-
optional = false
|
307 |
-
python-versions = ">=3.7"
|
308 |
-
|
309 |
-
[package.dependencies]
|
310 |
-
zipp = ">=0.5"
|
311 |
-
|
312 |
-
[package.extras]
|
313 |
-
docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"]
|
314 |
-
perf = ["ipython"]
|
315 |
-
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "pytest-flake8", "importlib-resources (>=1.3)"]
|
316 |
-
|
317 |
-
[[package]]
|
318 |
-
name = "itsdangerous"
|
319 |
-
version = "2.1.2"
|
320 |
-
description = "Safely pass data to untrusted environments and back."
|
321 |
-
category = "main"
|
322 |
-
optional = false
|
323 |
-
python-versions = ">=3.7"
|
324 |
-
|
325 |
-
[[package]]
|
326 |
-
name = "jedi"
|
327 |
-
version = "0.18.2"
|
328 |
-
description = "An autocompletion tool for Python that can be used for text editors."
|
329 |
-
category = "dev"
|
330 |
-
optional = false
|
331 |
-
python-versions = ">=3.6"
|
332 |
-
|
333 |
-
[package.dependencies]
|
334 |
-
parso = ">=0.8.0,<0.9.0"
|
335 |
-
|
336 |
-
[package.extras]
|
337 |
-
docs = ["Jinja2 (==2.11.3)", "MarkupSafe (==1.1.1)", "Pygments (==2.8.1)", "alabaster (==0.7.12)", "babel (==2.9.1)", "chardet (==4.0.0)", "commonmark (==0.8.1)", "docutils (==0.17.1)", "future (==0.18.2)", "idna (==2.10)", "imagesize (==1.2.0)", "mock (==1.0.1)", "packaging (==20.9)", "pyparsing (==2.4.7)", "pytz (==2021.1)", "readthedocs-sphinx-ext (==2.1.4)", "recommonmark (==0.5.0)", "requests (==2.25.1)", "six (==1.15.0)", "snowballstemmer (==2.1.0)", "sphinx-rtd-theme (==0.4.3)", "sphinx (==1.8.5)", "sphinxcontrib-serializinghtml (==1.1.4)", "sphinxcontrib-websupport (==1.2.4)", "urllib3 (==1.26.4)"]
|
338 |
-
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
|
339 |
-
testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"]
|
340 |
-
|
341 |
-
[[package]]
|
342 |
-
name = "jeepney"
|
343 |
-
version = "0.8.0"
|
344 |
-
description = "Low-level, pure Python DBus protocol wrapper."
|
345 |
-
category = "main"
|
346 |
-
optional = false
|
347 |
-
python-versions = ">=3.7"
|
348 |
-
|
349 |
-
[package.extras]
|
350 |
-
test = ["pytest", "pytest-trio", "pytest-asyncio (>=0.17)", "testpath", "trio", "async-timeout"]
|
351 |
-
trio = ["trio", "async-generator"]
|
352 |
-
|
353 |
-
[[package]]
|
354 |
-
name = "jinja2"
|
355 |
-
version = "3.1.2"
|
356 |
-
description = "A very fast and expressive template engine."
|
357 |
-
category = "main"
|
358 |
-
optional = false
|
359 |
-
python-versions = ">=3.7"
|
360 |
-
|
361 |
-
[package.dependencies]
|
362 |
-
MarkupSafe = ">=2.0"
|
363 |
-
|
364 |
-
[package.extras]
|
365 |
-
i18n = ["Babel (>=2.7)"]
|
366 |
-
|
367 |
-
[[package]]
|
368 |
-
name = "jsonschema"
|
369 |
-
version = "4.17.3"
|
370 |
-
description = "An implementation of JSON Schema validation for Python"
|
371 |
-
category = "main"
|
372 |
-
optional = false
|
373 |
-
python-versions = ">=3.7"
|
374 |
-
|
375 |
-
[package.dependencies]
|
376 |
-
attrs = ">=17.4.0"
|
377 |
-
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
378 |
-
|
379 |
-
[package.extras]
|
380 |
-
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
|
381 |
-
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
382 |
-
|
383 |
-
[[package]]
|
384 |
-
name = "lz4"
|
385 |
-
version = "4.3.2"
|
386 |
-
description = "LZ4 Bindings for Python"
|
387 |
-
category = "main"
|
388 |
-
optional = false
|
389 |
-
python-versions = ">=3.7"
|
390 |
-
|
391 |
-
[package.extras]
|
392 |
-
docs = ["sphinx (>=1.6.0)", "sphinx-bootstrap-theme"]
|
393 |
-
flake8 = ["flake8"]
|
394 |
-
tests = ["pytest (!=3.3.0)", "psutil", "pytest-cov"]
|
395 |
-
|
396 |
-
[[package]]
|
397 |
-
name = "markdown-it-py"
|
398 |
-
version = "2.2.0"
|
399 |
-
description = "Python port of markdown-it. Markdown parsing, done right!"
|
400 |
-
category = "main"
|
401 |
-
optional = false
|
402 |
-
python-versions = ">=3.7"
|
403 |
-
|
404 |
-
[package.dependencies]
|
405 |
-
mdurl = ">=0.1,<1.0"
|
406 |
-
|
407 |
-
[package.extras]
|
408 |
-
benchmarking = ["psutil", "pytest", "pytest-benchmark"]
|
409 |
-
code_style = ["pre-commit (>=3.0,<4.0)"]
|
410 |
-
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)"]
|
411 |
-
linkify = ["linkify-it-py (>=1,<3)"]
|
412 |
-
plugins = ["mdit-py-plugins"]
|
413 |
-
profiling = ["gprof2dot"]
|
414 |
-
rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx-book-theme"]
|
415 |
-
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
416 |
-
|
417 |
-
[[package]]
|
418 |
-
name = "markupsafe"
|
419 |
-
version = "2.1.2"
|
420 |
-
description = "Safely add untrusted strings to HTML/XML markup."
|
421 |
-
category = "main"
|
422 |
-
optional = false
|
423 |
-
python-versions = ">=3.7"
|
424 |
-
|
425 |
-
[[package]]
|
426 |
-
name = "mdurl"
|
427 |
-
version = "0.1.2"
|
428 |
-
description = "Markdown URL utilities"
|
429 |
-
category = "main"
|
430 |
-
optional = false
|
431 |
-
python-versions = ">=3.7"
|
432 |
-
|
433 |
-
[[package]]
|
434 |
-
name = "multidict"
|
435 |
-
version = "6.0.4"
|
436 |
-
description = "multidict implementation"
|
437 |
-
category = "main"
|
438 |
-
optional = false
|
439 |
-
python-versions = ">=3.7"
|
440 |
-
|
441 |
-
[[package]]
|
442 |
-
name = "names"
|
443 |
-
version = "0.3.0"
|
444 |
-
description = "Generate random names"
|
445 |
-
category = "main"
|
446 |
-
optional = false
|
447 |
-
python-versions = "*"
|
448 |
-
|
449 |
-
[[package]]
|
450 |
-
name = "numpy"
|
451 |
-
version = "1.24.3"
|
452 |
-
description = "Fundamental package for array computing in Python"
|
453 |
-
category = "main"
|
454 |
-
optional = false
|
455 |
-
python-versions = ">=3.8"
|
456 |
-
|
457 |
-
[[package]]
|
458 |
-
name = "outcome"
|
459 |
-
version = "1.2.0"
|
460 |
-
description = "Capture the outcome of Python function calls."
|
461 |
-
category = "main"
|
462 |
-
optional = false
|
463 |
-
python-versions = ">=3.7"
|
464 |
-
|
465 |
-
[package.dependencies]
|
466 |
-
attrs = ">=19.2.0"
|
467 |
-
|
468 |
-
[[package]]
|
469 |
-
name = "packaging"
|
470 |
-
version = "23.0"
|
471 |
-
description = "Core utilities for Python packages"
|
472 |
-
category = "main"
|
473 |
-
optional = false
|
474 |
-
python-versions = ">=3.7"
|
475 |
-
|
476 |
-
[[package]]
|
477 |
-
name = "pandas"
|
478 |
-
version = "1.5.3"
|
479 |
-
description = "Powerful data structures for data analysis, time series, and statistics"
|
480 |
-
category = "main"
|
481 |
-
optional = false
|
482 |
-
python-versions = ">=3.8"
|
483 |
-
|
484 |
-
[package.dependencies]
|
485 |
-
numpy = {version = ">=1.21.0", markers = "python_version >= \"3.10\""}
|
486 |
-
python-dateutil = ">=2.8.1"
|
487 |
-
pytz = ">=2020.1"
|
488 |
-
|
489 |
-
[package.extras]
|
490 |
-
test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"]
|
491 |
-
|
492 |
-
[[package]]
|
493 |
-
name = "parso"
|
494 |
-
version = "0.8.3"
|
495 |
-
description = "A Python Parser"
|
496 |
-
category = "dev"
|
497 |
-
optional = false
|
498 |
-
python-versions = ">=3.6"
|
499 |
-
|
500 |
-
[package.extras]
|
501 |
-
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
|
502 |
-
testing = ["docopt", "pytest (<6.0.0)"]
|
503 |
-
|
504 |
-
[[package]]
|
505 |
-
name = "pillow"
|
506 |
-
version = "9.5.0"
|
507 |
-
description = "Python Imaging Library (Fork)"
|
508 |
-
category = "main"
|
509 |
-
optional = false
|
510 |
-
python-versions = ">=3.7"
|
511 |
-
|
512 |
-
[package.extras]
|
513 |
-
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
514 |
-
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
515 |
-
|
516 |
-
[[package]]
|
517 |
-
name = "platformdirs"
|
518 |
-
version = "2.6.2"
|
519 |
-
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
520 |
-
category = "dev"
|
521 |
-
optional = false
|
522 |
-
python-versions = ">=3.7"
|
523 |
-
|
524 |
-
[package.extras]
|
525 |
-
docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.19.5)", "sphinx (>=5.3)"]
|
526 |
-
test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest (>=7.2)"]
|
527 |
-
|
528 |
-
[[package]]
|
529 |
-
name = "pluggy"
|
530 |
-
version = "1.0.0"
|
531 |
-
description = "plugin and hook calling mechanisms for python"
|
532 |
-
category = "dev"
|
533 |
-
optional = false
|
534 |
-
python-versions = ">=3.6"
|
535 |
-
|
536 |
-
[package.extras]
|
537 |
-
dev = ["pre-commit", "tox"]
|
538 |
-
testing = ["pytest", "pytest-benchmark"]
|
539 |
-
|
540 |
-
[[package]]
|
541 |
-
name = "protobuf"
|
542 |
-
version = "3.20.3"
|
543 |
-
description = "Protocol Buffers"
|
544 |
-
category = "main"
|
545 |
-
optional = false
|
546 |
-
python-versions = ">=3.7"
|
547 |
-
|
548 |
-
[[package]]
|
549 |
-
name = "pyarrow"
|
550 |
-
version = "11.0.0"
|
551 |
-
description = "Python library for Apache Arrow"
|
552 |
-
category = "main"
|
553 |
-
optional = false
|
554 |
-
python-versions = ">=3.7"
|
555 |
-
|
556 |
-
[package.dependencies]
|
557 |
-
numpy = ">=1.16.6"
|
558 |
-
|
559 |
-
[[package]]
|
560 |
-
name = "pycparser"
|
561 |
-
version = "2.21"
|
562 |
-
description = "C parser in Python"
|
563 |
-
category = "main"
|
564 |
-
optional = false
|
565 |
-
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
566 |
-
|
567 |
-
[[package]]
|
568 |
-
name = "pycryptodomex"
|
569 |
-
version = "3.16.0"
|
570 |
-
description = "Cryptographic library for Python"
|
571 |
-
category = "main"
|
572 |
-
optional = false
|
573 |
-
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
574 |
-
|
575 |
-
[[package]]
|
576 |
-
name = "pydeck"
|
577 |
-
version = "0.8.1b0"
|
578 |
-
description = "Widget for deck.gl maps"
|
579 |
-
category = "main"
|
580 |
-
optional = false
|
581 |
-
python-versions = ">=3.7"
|
582 |
-
|
583 |
-
[package.dependencies]
|
584 |
-
jinja2 = ">=2.10.1"
|
585 |
-
numpy = ">=1.16.4"
|
586 |
-
|
587 |
-
[package.extras]
|
588 |
-
carto = ["pydeck-carto"]
|
589 |
-
jupyter = ["ipywidgets (>=7,<8)", "traitlets (>=4.3.2)", "ipython (>=5.8.0)", "ipykernel (>=5.1.2)"]
|
590 |
-
|
591 |
-
[[package]]
|
592 |
-
name = "pyflakes"
|
593 |
-
version = "2.5.0"
|
594 |
-
description = "passive checker of Python programs"
|
595 |
-
category = "dev"
|
596 |
-
optional = false
|
597 |
-
python-versions = ">=3.6"
|
598 |
-
|
599 |
-
[[package]]
|
600 |
-
name = "pygments"
|
601 |
-
version = "2.15.1"
|
602 |
-
description = "Pygments is a syntax highlighting package written in Python."
|
603 |
-
category = "main"
|
604 |
-
optional = false
|
605 |
-
python-versions = ">=3.7"
|
606 |
-
|
607 |
-
[package.extras]
|
608 |
-
plugins = ["importlib-metadata"]
|
609 |
-
|
610 |
-
[[package]]
|
611 |
-
name = "pympler"
|
612 |
-
version = "1.0.1"
|
613 |
-
description = "A development tool to measure, monitor and analyze the memory behavior of Python objects."
|
614 |
-
category = "main"
|
615 |
-
optional = false
|
616 |
-
python-versions = ">=3.6"
|
617 |
-
|
618 |
-
[[package]]
|
619 |
-
name = "pyrsistent"
|
620 |
-
version = "0.19.3"
|
621 |
-
description = "Persistent/Functional/Immutable data structures"
|
622 |
-
category = "main"
|
623 |
-
optional = false
|
624 |
-
python-versions = ">=3.7"
|
625 |
-
|
626 |
-
[[package]]
|
627 |
-
name = "pysocks"
|
628 |
-
version = "1.7.1"
|
629 |
-
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
|
630 |
-
category = "main"
|
631 |
-
optional = false
|
632 |
-
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
633 |
-
|
634 |
-
[[package]]
|
635 |
-
name = "python-dateutil"
|
636 |
-
version = "2.8.2"
|
637 |
-
description = "Extensions to the standard Python datetime module"
|
638 |
-
category = "main"
|
639 |
-
optional = false
|
640 |
-
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
641 |
-
|
642 |
-
[package.dependencies]
|
643 |
-
six = ">=1.5"
|
644 |
-
|
645 |
-
[[package]]
|
646 |
-
name = "python-dotenv"
|
647 |
-
version = "1.0.0"
|
648 |
-
description = "Read key-value pairs from a .env file and set them as environment variables"
|
649 |
-
category = "main"
|
650 |
-
optional = false
|
651 |
-
python-versions = ">=3.8"
|
652 |
-
|
653 |
-
[package.extras]
|
654 |
-
cli = ["click (>=5.0)"]
|
655 |
-
|
656 |
-
[[package]]
|
657 |
-
name = "python-lsp-jsonrpc"
|
658 |
-
version = "1.0.0"
|
659 |
-
description = "JSON RPC 2.0 server library"
|
660 |
-
category = "dev"
|
661 |
-
optional = false
|
662 |
-
python-versions = "*"
|
663 |
-
|
664 |
-
[package.dependencies]
|
665 |
-
ujson = ">=3.0.0"
|
666 |
-
|
667 |
-
[package.extras]
|
668 |
-
test = ["pylint", "pycodestyle", "pyflakes", "pytest", "pytest-cov", "coverage"]
|
669 |
-
|
670 |
-
[[package]]
|
671 |
-
name = "pytoolconfig"
|
672 |
-
version = "1.2.5"
|
673 |
-
description = "Python tool configuration"
|
674 |
-
category = "dev"
|
675 |
-
optional = false
|
676 |
-
python-versions = ">=3.7"
|
677 |
-
|
678 |
-
[package.dependencies]
|
679 |
-
packaging = ">=22.0"
|
680 |
-
platformdirs = {version = ">=1.4.4", optional = true, markers = "extra == \"global\""}
|
681 |
-
tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
|
682 |
-
|
683 |
-
[package.extras]
|
684 |
-
doc = ["tabulate (>=0.8.9)", "sphinx (>=4.5.0)"]
|
685 |
-
gendocs = ["sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)", "pytoolconfig"]
|
686 |
-
global = ["platformdirs (>=1.4.4)"]
|
687 |
-
validation = ["pydantic (>=1.7.4)"]
|
688 |
-
|
689 |
-
[[package]]
|
690 |
-
name = "pytz"
|
691 |
-
version = "2023.3"
|
692 |
-
description = "World timezone definitions, modern and historical"
|
693 |
-
category = "main"
|
694 |
-
optional = false
|
695 |
-
python-versions = "*"
|
696 |
-
|
697 |
-
[[package]]
|
698 |
-
name = "pytz-deprecation-shim"
|
699 |
-
version = "0.1.0.post0"
|
700 |
-
description = "Shims to make deprecation of pytz easier"
|
701 |
-
category = "main"
|
702 |
-
optional = false
|
703 |
-
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
704 |
-
|
705 |
-
[package.dependencies]
|
706 |
-
tzdata = {version = "*", markers = "python_version >= \"3.6\""}
|
707 |
-
|
708 |
-
[[package]]
|
709 |
-
name = "replit"
|
710 |
-
version = "3.2.4"
|
711 |
-
description = "A library for interacting with features of repl.it"
|
712 |
-
category = "main"
|
713 |
-
optional = false
|
714 |
-
python-versions = ">=3.8,<4.0"
|
715 |
-
|
716 |
-
[package.dependencies]
|
717 |
-
aiohttp = ">=3.6.2,<4.0.0"
|
718 |
-
Flask = ">=2.0.0,<3.0.0"
|
719 |
-
requests = ">=2.25.1,<3.0.0"
|
720 |
-
typing_extensions = ">=3.7.4,<4.0.0"
|
721 |
-
Werkzeug = ">=2.0.0,<3.0.0"
|
722 |
-
|
723 |
-
[[package]]
|
724 |
-
name = "replit-python-lsp-server"
|
725 |
-
version = "1.15.9"
|
726 |
-
description = "Python Language Server for the Language Server Protocol"
|
727 |
-
category = "dev"
|
728 |
-
optional = false
|
729 |
-
python-versions = ">=3.7"
|
730 |
-
|
731 |
-
[package.dependencies]
|
732 |
-
jedi = ">=0.17.2,<0.19.0"
|
733 |
-
pluggy = ">=1.0.0"
|
734 |
-
pyflakes = {version = ">=2.5.0,<2.6.0", optional = true, markers = "extra == \"pyflakes\""}
|
735 |
-
python-lsp-jsonrpc = ">=1.0.0"
|
736 |
-
rope = {version = ">0.10.5", optional = true, markers = "extra == \"rope\""}
|
737 |
-
toml = ">=0.10.2"
|
738 |
-
ujson = ">=3.0.0"
|
739 |
-
whatthepatch = {version = ">=1.0.2,<2.0.0", optional = true, markers = "extra == \"yapf\""}
|
740 |
-
yapf = {version = "*", optional = true, markers = "extra == \"yapf\""}
|
741 |
-
|
742 |
-
[package.extras]
|
743 |
-
all = ["autopep8 (>=1.6.0,<1.7.0)", "flake8 (>=5.0.0,<5.1.0)", "mccabe (>=0.7.0,<0.8.0)", "pycodestyle (>=2.9.0,<2.10.0)", "pydocstyle (>=2.0.0)", "pyflakes (>=2.5.0,<2.6.0)", "pylint (>=2.5.0)", "rope (>=0.10.5)", "yapf", "whatthepatch"]
|
744 |
-
autopep8 = ["autopep8 (>=1.6.0,<1.7.0)"]
|
745 |
-
flake8 = ["flake8 (>=5.0.0,<5.1.0)"]
|
746 |
-
mccabe = ["mccabe (>=0.7.0,<0.8.0)"]
|
747 |
-
pycodestyle = ["pycodestyle (>=2.9.0,<2.10.0)"]
|
748 |
-
pydocstyle = ["pydocstyle (>=2.0.0)"]
|
749 |
-
pyflakes = ["pyflakes (>=2.5.0,<2.6.0)"]
|
750 |
-
pylint = ["pylint (>=2.5.0)"]
|
751 |
-
rope = ["rope (>0.10.5)"]
|
752 |
-
test = ["pylint (>=2.5.0)", "pytest", "pytest-cov", "coverage", "numpy (<1.23)", "pandas", "matplotlib", "pyqt5", "flaky"]
|
753 |
-
websockets = ["websockets (>=10.3)"]
|
754 |
-
yapf = ["yapf", "whatthepatch (>=1.0.2,<2.0.0)"]
|
755 |
-
|
756 |
-
[[package]]
|
757 |
-
name = "requests"
|
758 |
-
version = "2.28.2"
|
759 |
-
description = "Python HTTP for Humans."
|
760 |
-
category = "main"
|
761 |
-
optional = false
|
762 |
-
python-versions = ">=3.7, <4"
|
763 |
-
|
764 |
-
[package.dependencies]
|
765 |
-
certifi = ">=2017.4.17"
|
766 |
-
charset-normalizer = ">=2,<4"
|
767 |
-
idna = ">=2.5,<4"
|
768 |
-
urllib3 = ">=1.21.1,<1.27"
|
769 |
-
|
770 |
-
[package.extras]
|
771 |
-
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
772 |
-
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
|
773 |
-
|
774 |
-
[[package]]
|
775 |
-
name = "rich"
|
776 |
-
version = "13.3.4"
|
777 |
-
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
778 |
-
category = "main"
|
779 |
-
optional = false
|
780 |
-
python-versions = ">=3.7.0"
|
781 |
-
|
782 |
-
[package.dependencies]
|
783 |
-
markdown-it-py = ">=2.2.0,<3.0.0"
|
784 |
-
pygments = ">=2.13.0,<3.0.0"
|
785 |
-
|
786 |
-
[package.extras]
|
787 |
-
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
788 |
-
|
789 |
-
[[package]]
|
790 |
-
name = "rope"
|
791 |
-
version = "1.7.0"
|
792 |
-
description = "a python refactoring library..."
|
793 |
-
category = "dev"
|
794 |
-
optional = false
|
795 |
-
python-versions = ">=3.7"
|
796 |
-
|
797 |
-
[package.dependencies]
|
798 |
-
pytoolconfig = {version = ">=1.2.2", extras = ["global"]}
|
799 |
-
|
800 |
-
[package.extras]
|
801 |
-
dev = ["pytest (>=7.0.1)", "pytest-timeout (>=2.1.0)", "build (>=0.7.0)", "pre-commit (>=2.20.0)"]
|
802 |
-
doc = ["pytoolconfig", "sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)"]
|
803 |
-
|
804 |
-
[[package]]
|
805 |
-
name = "selenium"
|
806 |
-
version = "4.9.0"
|
807 |
-
description = ""
|
808 |
-
category = "main"
|
809 |
-
optional = false
|
810 |
-
python-versions = ">=3.7"
|
811 |
-
|
812 |
-
[package.dependencies]
|
813 |
-
certifi = ">=2021.10.8"
|
814 |
-
trio = ">=0.17,<1.0"
|
815 |
-
trio-websocket = ">=0.9,<1.0"
|
816 |
-
urllib3 = {version = ">=1.26,<2.0", extras = ["socks"]}
|
817 |
-
|
818 |
-
[[package]]
|
819 |
-
name = "six"
|
820 |
-
version = "1.16.0"
|
821 |
-
description = "Python 2 and 3 compatibility utilities"
|
822 |
-
category = "main"
|
823 |
-
optional = false
|
824 |
-
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
825 |
-
|
826 |
-
[[package]]
|
827 |
-
name = "smmap"
|
828 |
-
version = "5.0.0"
|
829 |
-
description = "A pure Python implementation of a sliding window memory map manager"
|
830 |
-
category = "main"
|
831 |
-
optional = false
|
832 |
-
python-versions = ">=3.6"
|
833 |
-
|
834 |
-
[[package]]
|
835 |
-
name = "sniffio"
|
836 |
-
version = "1.3.0"
|
837 |
-
description = "Sniff out which async library your code is running under"
|
838 |
-
category = "main"
|
839 |
-
optional = false
|
840 |
-
python-versions = ">=3.7"
|
841 |
-
|
842 |
-
[[package]]
|
843 |
-
name = "sortedcontainers"
|
844 |
-
version = "2.4.0"
|
845 |
-
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
|
846 |
-
category = "main"
|
847 |
-
optional = false
|
848 |
-
python-versions = "*"
|
849 |
-
|
850 |
-
[[package]]
|
851 |
-
name = "streamlit"
|
852 |
-
version = "1.21.0"
|
853 |
-
description = "The fastest way to build data apps in Python"
|
854 |
-
category = "main"
|
855 |
-
optional = false
|
856 |
-
python-versions = ">=3.7, !=3.9.7"
|
857 |
-
|
858 |
-
[package.dependencies]
|
859 |
-
altair = ">=3.2.0,<5"
|
860 |
-
blinker = ">=1.0.0"
|
861 |
-
cachetools = ">=4.0"
|
862 |
-
click = ">=7.0"
|
863 |
-
gitpython = "!=3.1.19"
|
864 |
-
importlib-metadata = ">=1.4"
|
865 |
-
numpy = "*"
|
866 |
-
packaging = ">=14.1"
|
867 |
-
pandas = ">=0.25,<2"
|
868 |
-
pillow = ">=6.2.0"
|
869 |
-
protobuf = ">=3.12,<4"
|
870 |
-
pyarrow = ">=4.0"
|
871 |
-
pydeck = ">=0.1.dev5"
|
872 |
-
pympler = ">=0.9"
|
873 |
-
python-dateutil = "*"
|
874 |
-
requests = ">=2.4"
|
875 |
-
rich = ">=10.11.0"
|
876 |
-
toml = "*"
|
877 |
-
tornado = ">=6.0.3"
|
878 |
-
typing-extensions = ">=3.10.0.0"
|
879 |
-
tzlocal = ">=1.1"
|
880 |
-
validators = ">=0.2"
|
881 |
-
watchdog = {version = "*", markers = "platform_system != \"Darwin\""}
|
882 |
-
|
883 |
-
[package.extras]
|
884 |
-
snowflake = ["snowflake-snowpark-python"]
|
885 |
-
|
886 |
-
[[package]]
|
887 |
-
name = "toml"
|
888 |
-
version = "0.10.2"
|
889 |
-
description = "Python Library for Tom's Obvious, Minimal Language"
|
890 |
-
category = "main"
|
891 |
-
optional = false
|
892 |
-
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
893 |
-
|
894 |
-
[[package]]
|
895 |
-
name = "tomli"
|
896 |
-
version = "2.0.1"
|
897 |
-
description = "A lil' TOML parser"
|
898 |
-
category = "dev"
|
899 |
-
optional = false
|
900 |
-
python-versions = ">=3.7"
|
901 |
-
|
902 |
-
[[package]]
|
903 |
-
name = "toolz"
|
904 |
-
version = "0.12.0"
|
905 |
-
description = "List processing tools and functional utilities"
|
906 |
-
category = "main"
|
907 |
-
optional = false
|
908 |
-
python-versions = ">=3.5"
|
909 |
-
|
910 |
-
[[package]]
|
911 |
-
name = "tornado"
|
912 |
-
version = "6.3.1"
|
913 |
-
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
914 |
-
category = "main"
|
915 |
-
optional = false
|
916 |
-
python-versions = ">= 3.8"
|
917 |
-
|
918 |
-
[[package]]
|
919 |
-
name = "trio"
|
920 |
-
version = "0.22.0"
|
921 |
-
description = "A friendly Python library for async concurrency and I/O"
|
922 |
-
category = "main"
|
923 |
-
optional = false
|
924 |
-
python-versions = ">=3.7"
|
925 |
-
|
926 |
-
[package.dependencies]
|
927 |
-
async-generator = ">=1.9"
|
928 |
-
attrs = ">=19.2.0"
|
929 |
-
cffi = {version = ">=1.14", markers = "os_name == \"nt\" and implementation_name != \"pypy\""}
|
930 |
-
exceptiongroup = {version = ">=1.0.0rc9", markers = "python_version < \"3.11\""}
|
931 |
-
idna = "*"
|
932 |
-
outcome = "*"
|
933 |
-
sniffio = "*"
|
934 |
-
sortedcontainers = "*"
|
935 |
-
|
936 |
-
[[package]]
|
937 |
-
name = "trio-websocket"
|
938 |
-
version = "0.10.2"
|
939 |
-
description = "WebSocket library for Trio"
|
940 |
-
category = "main"
|
941 |
-
optional = false
|
942 |
-
python-versions = ">=3.7"
|
943 |
-
|
944 |
-
[package.dependencies]
|
945 |
-
exceptiongroup = "*"
|
946 |
-
trio = ">=0.11"
|
947 |
-
wsproto = ">=0.14"
|
948 |
-
|
949 |
-
[[package]]
|
950 |
-
name = "twocaptcha"
|
951 |
-
version = "0.0.1"
|
952 |
-
description = "2Captcha Python3 API Wrapper"
|
953 |
-
category = "main"
|
954 |
-
optional = false
|
955 |
-
python-versions = "*"
|
956 |
-
|
957 |
-
[package.dependencies]
|
958 |
-
requests = "*"
|
959 |
-
|
960 |
-
[[package]]
|
961 |
-
name = "typing-extensions"
|
962 |
-
version = "3.10.0.2"
|
963 |
-
description = "Backported and Experimental Type Hints for Python 3.5+"
|
964 |
-
category = "main"
|
965 |
-
optional = false
|
966 |
-
python-versions = "*"
|
967 |
-
|
968 |
-
[[package]]
|
969 |
-
name = "tzdata"
|
970 |
-
version = "2023.3"
|
971 |
-
description = "Provider of IANA time zone data"
|
972 |
-
category = "main"
|
973 |
-
optional = false
|
974 |
-
python-versions = ">=2"
|
975 |
-
|
976 |
-
[[package]]
|
977 |
-
name = "tzlocal"
|
978 |
-
version = "4.3"
|
979 |
-
description = "tzinfo object for the local timezone"
|
980 |
-
category = "main"
|
981 |
-
optional = false
|
982 |
-
python-versions = ">=3.7"
|
983 |
-
|
984 |
-
[package.dependencies]
|
985 |
-
pytz-deprecation-shim = "*"
|
986 |
-
tzdata = {version = "*", markers = "platform_system == \"Windows\""}
|
987 |
-
|
988 |
-
[package.extras]
|
989 |
-
devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest-cov", "pytest-mock (>=3.3)", "pytest (>=4.3)", "zest.releaser"]
|
990 |
-
|
991 |
-
[[package]]
|
992 |
-
name = "ujson"
|
993 |
-
version = "5.7.0"
|
994 |
-
description = "Ultra fast JSON encoder and decoder for Python"
|
995 |
-
category = "dev"
|
996 |
-
optional = false
|
997 |
-
python-versions = ">=3.7"
|
998 |
-
|
999 |
-
[[package]]
|
1000 |
-
name = "urllib3"
|
1001 |
-
version = "1.26.14"
|
1002 |
-
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
1003 |
-
category = "main"
|
1004 |
-
optional = false
|
1005 |
-
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
1006 |
-
|
1007 |
-
[package.dependencies]
|
1008 |
-
PySocks = {version = ">=1.5.6,<1.5.7 || >1.5.7,<2.0", optional = true, markers = "extra == \"socks\""}
|
1009 |
-
|
1010 |
-
[package.extras]
|
1011 |
-
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
|
1012 |
-
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"]
|
1013 |
-
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
1014 |
-
|
1015 |
-
[[package]]
|
1016 |
-
name = "validators"
|
1017 |
-
version = "0.20.0"
|
1018 |
-
description = "Python Data Validation for Humans™."
|
1019 |
-
category = "main"
|
1020 |
-
optional = false
|
1021 |
-
python-versions = ">=3.4"
|
1022 |
-
|
1023 |
-
[package.dependencies]
|
1024 |
-
decorator = ">=3.4.0"
|
1025 |
-
|
1026 |
-
[package.extras]
|
1027 |
-
test = ["pytest (>=2.2.3)", "flake8 (>=2.4.0)", "isort (>=4.2.2)"]
|
1028 |
-
|
1029 |
-
[[package]]
|
1030 |
-
name = "watchdog"
|
1031 |
-
version = "3.0.0"
|
1032 |
-
description = "Filesystem events monitoring"
|
1033 |
-
category = "main"
|
1034 |
-
optional = false
|
1035 |
-
python-versions = ">=3.7"
|
1036 |
-
|
1037 |
-
[package.extras]
|
1038 |
-
watchmedo = ["PyYAML (>=3.10)"]
|
1039 |
-
|
1040 |
-
[[package]]
|
1041 |
-
name = "websocket"
|
1042 |
-
version = "0.2.1"
|
1043 |
-
description = "Websocket implementation for gevent"
|
1044 |
-
category = "main"
|
1045 |
-
optional = false
|
1046 |
-
python-versions = "*"
|
1047 |
-
|
1048 |
-
[package.dependencies]
|
1049 |
-
gevent = "*"
|
1050 |
-
greenlet = "*"
|
1051 |
-
|
1052 |
-
[[package]]
|
1053 |
-
name = "websockets"
|
1054 |
-
version = "11.0.2"
|
1055 |
-
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
1056 |
-
category = "main"
|
1057 |
-
optional = false
|
1058 |
-
python-versions = ">=3.7"
|
1059 |
-
|
1060 |
-
[[package]]
|
1061 |
-
name = "werkzeug"
|
1062 |
-
version = "2.2.2"
|
1063 |
-
description = "The comprehensive WSGI web application library."
|
1064 |
-
category = "main"
|
1065 |
-
optional = false
|
1066 |
-
python-versions = ">=3.7"
|
1067 |
-
|
1068 |
-
[package.dependencies]
|
1069 |
-
MarkupSafe = ">=2.1.1"
|
1070 |
-
|
1071 |
-
[package.extras]
|
1072 |
-
watchdog = ["watchdog"]
|
1073 |
-
|
1074 |
-
[[package]]
|
1075 |
-
name = "whatthepatch"
|
1076 |
-
version = "1.0.3"
|
1077 |
-
description = "A patch parsing and application library."
|
1078 |
-
category = "dev"
|
1079 |
-
optional = false
|
1080 |
-
python-versions = ">=3.7"
|
1081 |
-
|
1082 |
-
[[package]]
|
1083 |
-
name = "wsproto"
|
1084 |
-
version = "1.2.0"
|
1085 |
-
description = "WebSockets state-machine based protocol implementation"
|
1086 |
-
category = "main"
|
1087 |
-
optional = false
|
1088 |
-
python-versions = ">=3.7.0"
|
1089 |
-
|
1090 |
-
[package.dependencies]
|
1091 |
-
h11 = ">=0.9.0,<1"
|
1092 |
-
|
1093 |
-
[[package]]
|
1094 |
-
name = "yapf"
|
1095 |
-
version = "0.32.0"
|
1096 |
-
description = "A formatter for Python code."
|
1097 |
-
category = "dev"
|
1098 |
-
optional = false
|
1099 |
-
python-versions = "*"
|
1100 |
-
|
1101 |
-
[[package]]
|
1102 |
-
name = "yarl"
|
1103 |
-
version = "1.8.2"
|
1104 |
-
description = "Yet another URL library"
|
1105 |
-
category = "main"
|
1106 |
-
optional = false
|
1107 |
-
python-versions = ">=3.7"
|
1108 |
-
|
1109 |
-
[package.dependencies]
|
1110 |
-
idna = ">=2.0"
|
1111 |
-
multidict = ">=4.0"
|
1112 |
-
|
1113 |
-
[[package]]
|
1114 |
-
name = "zipp"
|
1115 |
-
version = "3.15.0"
|
1116 |
-
description = "Backport of pathlib-compatible object wrapper for zip files"
|
1117 |
-
category = "main"
|
1118 |
-
optional = false
|
1119 |
-
python-versions = ">=3.7"
|
1120 |
-
|
1121 |
-
[package.extras]
|
1122 |
-
docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"]
|
1123 |
-
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"]
|
1124 |
-
|
1125 |
-
[[package]]
|
1126 |
-
name = "zope.event"
|
1127 |
-
version = "4.6"
|
1128 |
-
description = "Very basic event publishing system"
|
1129 |
-
category = "main"
|
1130 |
-
optional = false
|
1131 |
-
python-versions = "*"
|
1132 |
-
|
1133 |
-
[package.extras]
|
1134 |
-
docs = ["sphinx"]
|
1135 |
-
test = ["zope.testrunner"]
|
1136 |
-
|
1137 |
-
[[package]]
|
1138 |
-
name = "zope.interface"
|
1139 |
-
version = "6.0"
|
1140 |
-
description = "Interfaces for Python"
|
1141 |
-
category = "main"
|
1142 |
-
optional = false
|
1143 |
-
python-versions = ">=3.7"
|
1144 |
-
|
1145 |
-
[package.extras]
|
1146 |
-
docs = ["sphinx", "repoze.sphinx.autointerface"]
|
1147 |
-
test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
1148 |
-
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
1149 |
-
|
1150 |
-
[metadata]
|
1151 |
-
lock-version = "1.1"
|
1152 |
-
python-versions = ">=3.10.0,<3.11"
|
1153 |
-
content-hash = "6f8ac3a7bc193bfe888955ee4e5d1d012375d1213b2fc186b69b7b368aa1b4bc"
|
1154 |
-
|
1155 |
-
[metadata.files]
|
1156 |
-
aiohttp = []
|
1157 |
-
aiosignal = []
|
1158 |
-
altair = []
|
1159 |
-
async-generator = []
|
1160 |
-
async-timeout = []
|
1161 |
-
attrs = []
|
1162 |
-
blinker = []
|
1163 |
-
browser-cookie3 = []
|
1164 |
-
cachetools = []
|
1165 |
-
certifi = []
|
1166 |
-
cffi = []
|
1167 |
-
charset-normalizer = []
|
1168 |
-
click = []
|
1169 |
-
colorama = []
|
1170 |
-
debugpy = []
|
1171 |
-
decorator = []
|
1172 |
-
entrypoints = []
|
1173 |
-
exceptiongroup = []
|
1174 |
-
fake-useragent = []
|
1175 |
-
flask = []
|
1176 |
-
frozenlist = []
|
1177 |
-
gevent = []
|
1178 |
-
gitdb = []
|
1179 |
-
gitpython = []
|
1180 |
-
greenlet = []
|
1181 |
-
h11 = []
|
1182 |
-
idna = []
|
1183 |
-
importlib-metadata = []
|
1184 |
-
itsdangerous = []
|
1185 |
-
jedi = []
|
1186 |
-
jeepney = []
|
1187 |
-
jinja2 = []
|
1188 |
-
jsonschema = []
|
1189 |
-
lz4 = []
|
1190 |
-
markdown-it-py = []
|
1191 |
-
markupsafe = []
|
1192 |
-
mdurl = []
|
1193 |
-
multidict = []
|
1194 |
-
names = []
|
1195 |
-
numpy = []
|
1196 |
-
outcome = []
|
1197 |
-
packaging = []
|
1198 |
-
pandas = []
|
1199 |
-
parso = []
|
1200 |
-
pillow = []
|
1201 |
-
platformdirs = []
|
1202 |
-
pluggy = []
|
1203 |
-
protobuf = []
|
1204 |
-
pyarrow = []
|
1205 |
-
pycparser = []
|
1206 |
-
pycryptodomex = []
|
1207 |
-
pydeck = []
|
1208 |
-
pyflakes = []
|
1209 |
-
pygments = []
|
1210 |
-
pympler = []
|
1211 |
-
pyrsistent = []
|
1212 |
-
pysocks = []
|
1213 |
-
python-dateutil = []
|
1214 |
-
python-dotenv = []
|
1215 |
-
python-lsp-jsonrpc = []
|
1216 |
-
pytoolconfig = []
|
1217 |
-
pytz = []
|
1218 |
-
pytz-deprecation-shim = []
|
1219 |
-
replit = []
|
1220 |
-
replit-python-lsp-server = []
|
1221 |
-
requests = []
|
1222 |
-
rich = []
|
1223 |
-
rope = []
|
1224 |
-
selenium = []
|
1225 |
-
six = []
|
1226 |
-
smmap = []
|
1227 |
-
sniffio = []
|
1228 |
-
sortedcontainers = []
|
1229 |
-
streamlit = []
|
1230 |
-
toml = []
|
1231 |
-
tomli = []
|
1232 |
-
toolz = []
|
1233 |
-
tornado = []
|
1234 |
-
trio = []
|
1235 |
-
trio-websocket = []
|
1236 |
-
twocaptcha = []
|
1237 |
-
typing-extensions = []
|
1238 |
-
tzdata = []
|
1239 |
-
tzlocal = []
|
1240 |
-
ujson = []
|
1241 |
-
urllib3 = []
|
1242 |
-
validators = []
|
1243 |
-
watchdog = []
|
1244 |
-
websocket = []
|
1245 |
-
websockets = []
|
1246 |
-
werkzeug = []
|
1247 |
-
whatthepatch = []
|
1248 |
-
wsproto = []
|
1249 |
-
yapf = []
|
1250 |
-
yarl = []
|
1251 |
-
zipp = []
|
1252 |
-
"zope.event" = []
|
1253 |
-
"zope.interface" = []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pyproject.toml
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "python-template"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = ""
|
5 |
-
authors = ["Your Name <[email protected]>"]
|
6 |
-
|
7 |
-
[tool.poetry.dependencies]
|
8 |
-
python = ">=3.10.0,<3.11"
|
9 |
-
replit = "^3.2.4"
|
10 |
-
Flask = "^2.1.3"
|
11 |
-
colorama = "^0.4.6"
|
12 |
-
names = "^0.3.0"
|
13 |
-
python-dotenv = "^1.0.0"
|
14 |
-
streamlit = "^1.21.0"
|
15 |
-
TwoCaptcha = "^0.0.1"
|
16 |
-
websocket = "^0.2.1"
|
17 |
-
websockets = "^11.0.2"
|
18 |
-
browser-cookie3 = "^0.18.0"
|
19 |
-
fake-useragent = "^1.1.3"
|
20 |
-
selenium = "^4.9.0"
|
21 |
-
|
22 |
-
[tool.poetry.dev-dependencies]
|
23 |
-
debugpy = "^1.6.2"
|
24 |
-
replit-python-lsp-server = {extras = ["yapf", "rope", "pyflakes"], version = "^1.5.9"}
|
25 |
-
toml = "^0.10.2"
|
26 |
-
|
27 |
-
[build-system]
|
28 |
-
requires = ["poetry-core>=1.0.0"]
|
29 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
flask
|
2 |
-
requests
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
fake-useragent~
|
14 |
-
freeGPT
|
|
|
1 |
+
flask
|
2 |
+
requests
|
3 |
+
websocket-client
|
4 |
+
tls-client
|
5 |
+
pypasser
|
6 |
+
names
|
7 |
+
colorama
|
8 |
+
curl_cffi
|
9 |
+
streamlit==1.21.0
|
10 |
+
selenium
|
11 |
+
fake-useragent
|
12 |
+
freeGPT
|
|
|
|