返回提交历史
Modified
poetry.lock
+64
-98
Deleted
requirements.txt
+0
-19
XFEstudio/gpt4free
regenerate poetry lock and remove duplicate dependency file
ff3217a5
代码差异
2 个文件
+64
-117
@@ -1,10 +1,9 @@
1
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
1
# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand.
2
2
3
3
[[package]]
4
4
name = "async-generator"
5
5
version = "1.10"
6
6
description = "Async generators and context managers for Python 3.5+"
7
category = "main"
8
7
optional = false
9
8
python-versions = ">=3.5"
10
9
files = [
@@ -16,7 +15,6 @@ files = [
16
15
name = "attrs"
17
16
version = "23.1.0"
18
17
description = "Classes Without Boilerplate"
19
category = "main"
20
18
optional = false
21
19
python-versions = ">=3.7"
22
20
files = [
@@ -36,21 +34,19 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
36
34
37
35
[[package]]
38
36
name = "certifi"
39
version = "2022.12.7"
37
version = "2023.5.7"
40
38
description = "Python package for providing Mozilla's CA Bundle."
41
category = "main"
42
39
optional = false
43
40
python-versions = ">=3.6"
44
41
files = [
45
{file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"},
46
{file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"},
42
{file = "certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716"},
43
{file = "certifi-2023.5.7.tar.gz", hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7"},
47
44
]
48
45
49
46
[[package]]
50
47
name = "cffi"
51
48
version = "1.15.1"
52
49
description = "Foreign Function Interface for Python calling C code."
53
category = "main"
54
50
optional = false
55
51
python-versions = "*"
56
52
files = [
@@ -127,7 +123,6 @@ pycparser = "*"
127
123
name = "charset-normalizer"
128
124
version = "3.1.0"
129
125
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
130
category = "main"
131
126
optional = false
132
127
python-versions = ">=3.7.0"
133
128
files = [
@@ -212,7 +207,6 @@ files = [
212
207
name = "colorama"
213
208
version = "0.4.6"
214
209
description = "Cross-platform colored terminal text."
215
category = "main"
216
210
optional = false
217
211
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
218
212
files = [
@@ -222,18 +216,17 @@ files = [
222
216
223
217
[[package]]
224
218
name = "curl-cffi"
225
version = "0.5.5"
219
version = "0.5.6"
226
220
description = "libcurl ffi bindings for Python, with impersonation support"
227
category = "main"
228
221
optional = false
229
222
python-versions = ">=3.7"
230
223
files = [
231
{file = "curl_cffi-0.5.5-cp37-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4322f330167a5c87f6913d32b73eb7da9fe3e3dd86b28f137469f432b346d9bb"},
232
{file = "curl_cffi-0.5.5-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:48b0dcc6e91d68694e6472fa47b7f3457d8bd24e42c91e15d6e2b650f0d9d206"},
233
{file = "curl_cffi-0.5.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fda4c35f03ae593b7667d1a09bcd718d1399a5596b936cacb65dcd4bd705e95f"},
234
{file = "curl_cffi-0.5.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:660b2174b71d86bd7b136a6b91434a4c3edbcb1de718f3d337b688955872fbcc"},
235
{file = "curl_cffi-0.5.5-cp37-abi3-win_amd64.whl", hash = "sha256:7adb44515cb165ac661a8e5453c41d75bc284f494921051b64f2889c2c518544"},
236
{file = "curl_cffi-0.5.5.tar.gz", hash = "sha256:db94b8d0ad52f3b5c55d32225c29a8219a19592d882075965a78aa9e1a0dead1"},
224
{file = "curl_cffi-0.5.6-cp37-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d134cf4d78d070d6822e7f3fe29492d80b84af0befd6e2e7d5969b9ff37dc916"},
225
{file = "curl_cffi-0.5.6-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:c5dcf9f6a128780f8b9aad81df4d091bbd3e1a51da6991ed594bd3fcdb7f867a"},
226
{file = "curl_cffi-0.5.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00e8c83b0dfde19c3470e5a07350bc8124db11723ef4e6d346cd634bb30ebc42"},
227
{file = "curl_cffi-0.5.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a9df9fabff038f1ac9e7e6f32b5edb5d8df8c2eec64f53f513de1766c17ffdb"},
228
{file = "curl_cffi-0.5.6-cp37-abi3-win_amd64.whl", hash = "sha256:dcadfe0bbba3955626db2834221e146b0b9909d1601e91a0051e9e5dabb8fb1e"},
229
{file = "curl_cffi-0.5.6.tar.gz", hash = "sha256:30eea55149bd66dbb11aa467e3b4e039085bfac38da7fb8ae694425d9b7061da"},
237
230
]
238
231
239
232
[package.dependencies]
@@ -248,7 +241,6 @@ test = ["cryptography (==38.0.3)", "httpx (==0.23.1)", "pytest (==7.1.2)", "pyte
248
241
name = "exceptiongroup"
249
242
version = "1.1.1"
250
243
description = "Backport of PEP 654 (exception groups)"
251
category = "main"
252
244
optional = false
253
245
python-versions = ">=3.7"
254
246
files = [
@@ -263,7 +255,6 @@ test = ["pytest (>=6)"]
263
255
name = "fake-useragent"
264
256
version = "1.1.3"
265
257
description = "Up-to-date simple useragent faker with real world database"
266
category = "main"
267
258
optional = false
268
259
python-versions = "*"
269
260
files = [
@@ -279,7 +270,6 @@ importlib-resources = {version = ">=5.0", markers = "python_version < \"3.10\""}
279
270
name = "h11"
280
271
version = "0.14.0"
281
272
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
282
category = "main"
283
273
optional = false
284
274
python-versions = ">=3.7"
285
275
files = [
@@ -294,7 +284,6 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
294
284
name = "idna"
295
285
version = "3.4"
296
286
description = "Internationalized Domain Names in Applications (IDNA)"
297
category = "main"
298
287
optional = false
299
288
python-versions = ">=3.5"
300
289
files = [
@@ -306,7 +295,6 @@ files = [
306
295
name = "importlib-metadata"
307
296
version = "4.13.0"
308
297
description = "Read metadata from Python packages"
309
category = "main"
310
298
optional = false
311
299
python-versions = ">=3.7"
312
300
files = [
@@ -327,7 +315,6 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag
327
315
name = "importlib-resources"
328
316
version = "5.12.0"
329
317
description = "Read resources from Python packages"
330
category = "main"
331
318
optional = false
332
319
python-versions = ">=3.7"
333
320
files = [
@@ -346,7 +333,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec
346
333
name = "names"
347
334
version = "0.3.0"
348
335
description = "Generate random names"
349
category = "main"
350
336
optional = false
351
337
python-versions = "*"
352
338
files = [
@@ -357,7 +343,6 @@ files = [
357
343
name = "outcome"
358
344
version = "1.2.0"
359
345
description = "Capture the outcome of Python function calls."
360
category = "main"
361
346
optional = false
362
347
python-versions = ">=3.7"
363
348
files = [
@@ -372,7 +357,6 @@ attrs = ">=19.2.0"
372
357
name = "pycparser"
373
358
version = "2.21"
374
359
description = "C parser in Python"
375
category = "main"
376
360
optional = false
377
361
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
378
362
files = [
@@ -382,48 +366,47 @@ files = [
382
366
383
367
[[package]]
384
368
name = "pydantic"
385
version = "1.10.7"
369
version = "1.10.8"
386
370
description = "Data validation and settings management using python type hints"
387
category = "main"
388
371
optional = false
389
372
python-versions = ">=3.7"
390
373
files = [
391
{file = "pydantic-1.10.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e79e999e539872e903767c417c897e729e015872040e56b96e67968c3b918b2d"},
392
{file = "pydantic-1.10.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:01aea3a42c13f2602b7ecbbea484a98169fb568ebd9e247593ea05f01b884b2e"},
393
{file = "pydantic-1.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:516f1ed9bc2406a0467dd777afc636c7091d71f214d5e413d64fef45174cfc7a"},
394
{file = "pydantic-1.10.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae150a63564929c675d7f2303008d88426a0add46efd76c3fc797cd71cb1b46f"},
395
{file = "pydantic-1.10.7-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ecbbc51391248116c0a055899e6c3e7ffbb11fb5e2a4cd6f2d0b93272118a209"},
396
{file = "pydantic-1.10.7-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f4a2b50e2b03d5776e7f21af73e2070e1b5c0d0df255a827e7c632962f8315af"},
397
{file = "pydantic-1.10.7-cp310-cp310-win_amd64.whl", hash = "sha256:a7cd2251439988b413cb0a985c4ed82b6c6aac382dbaff53ae03c4b23a70e80a"},
398
{file = "pydantic-1.10.7-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:68792151e174a4aa9e9fc1b4e653e65a354a2fa0fed169f7b3d09902ad2cb6f1"},
399
{file = "pydantic-1.10.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dfe2507b8ef209da71b6fb5f4e597b50c5a34b78d7e857c4f8f3115effaef5fe"},
400
{file = "pydantic-1.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10a86d8c8db68086f1e30a530f7d5f83eb0685e632e411dbbcf2d5c0150e8dcd"},
401
{file = "pydantic-1.10.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d75ae19d2a3dbb146b6f324031c24f8a3f52ff5d6a9f22f0683694b3afcb16fb"},
402
{file = "pydantic-1.10.7-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:464855a7ff7f2cc2cf537ecc421291b9132aa9c79aef44e917ad711b4a93163b"},
403
{file = "pydantic-1.10.7-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:193924c563fae6ddcb71d3f06fa153866423ac1b793a47936656e806b64e24ca"},
404
{file = "pydantic-1.10.7-cp311-cp311-win_amd64.whl", hash = "sha256:b4a849d10f211389502059c33332e91327bc154acc1845f375a99eca3afa802d"},
405
{file = "pydantic-1.10.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cc1dde4e50a5fc1336ee0581c1612215bc64ed6d28d2c7c6f25d2fe3e7c3e918"},
406
{file = "pydantic-1.10.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e0cfe895a504c060e5d36b287ee696e2fdad02d89e0d895f83037245218a87fe"},
407
{file = "pydantic-1.10.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:670bb4683ad1e48b0ecb06f0cfe2178dcf74ff27921cdf1606e527d2617a81ee"},
408
{file = "pydantic-1.10.7-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:950ce33857841f9a337ce07ddf46bc84e1c4946d2a3bba18f8280297157a3fd1"},
409
{file = "pydantic-1.10.7-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c15582f9055fbc1bfe50266a19771bbbef33dd28c45e78afbe1996fd70966c2a"},
410
{file = "pydantic-1.10.7-cp37-cp37m-win_amd64.whl", hash = "sha256:82dffb306dd20bd5268fd6379bc4bfe75242a9c2b79fec58e1041fbbdb1f7914"},
411
{file = "pydantic-1.10.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c7f51861d73e8b9ddcb9916ae7ac39fb52761d9ea0df41128e81e2ba42886cd"},
412
{file = "pydantic-1.10.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6434b49c0b03a51021ade5c4daa7d70c98f7a79e95b551201fff682fc1661245"},
413
{file = "pydantic-1.10.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64d34ab766fa056df49013bb6e79921a0265204c071984e75a09cbceacbbdd5d"},
414
{file = "pydantic-1.10.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:701daea9ffe9d26f97b52f1d157e0d4121644f0fcf80b443248434958fd03dc3"},
415
{file = "pydantic-1.10.7-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf135c46099ff3f919d2150a948ce94b9ce545598ef2c6c7bf55dca98a304b52"},
416
{file = "pydantic-1.10.7-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b0f85904f73161817b80781cc150f8b906d521fa11e3cdabae19a581c3606209"},
417
{file = "pydantic-1.10.7-cp38-cp38-win_amd64.whl", hash = "sha256:9f6f0fd68d73257ad6685419478c5aece46432f4bdd8d32c7345f1986496171e"},
418
{file = "pydantic-1.10.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c230c0d8a322276d6e7b88c3f7ce885f9ed16e0910354510e0bae84d54991143"},
419
{file = "pydantic-1.10.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:976cae77ba6a49d80f461fd8bba183ff7ba79f44aa5cfa82f1346b5626542f8e"},
420
{file = "pydantic-1.10.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d45fc99d64af9aaf7e308054a0067fdcd87ffe974f2442312372dfa66e1001d"},
421
{file = "pydantic-1.10.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d2a5ebb48958754d386195fe9e9c5106f11275867051bf017a8059410e9abf1f"},
422
{file = "pydantic-1.10.7-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:abfb7d4a7cd5cc4e1d1887c43503a7c5dd608eadf8bc615413fc498d3e4645cd"},
423
{file = "pydantic-1.10.7-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:80b1fab4deb08a8292d15e43a6edccdffa5377a36a4597bb545b93e79c5ff0a5"},
424
{file = "pydantic-1.10.7-cp39-cp39-win_amd64.whl", hash = "sha256:d71e69699498b020ea198468e2480a2f1e7433e32a3a99760058c6520e2bea7e"},
425
{file = "pydantic-1.10.7-py3-none-any.whl", hash = "sha256:0cd181f1d0b1d00e2b705f1bf1ac7799a2d938cce3376b8007df62b29be3c2c6"},
426
{file = "pydantic-1.10.7.tar.gz", hash = "sha256:cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e"},
374
{file = "pydantic-1.10.8-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1243d28e9b05003a89d72e7915fdb26ffd1d39bdd39b00b7dbe4afae4b557f9d"},
375
{file = "pydantic-1.10.8-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c0ab53b609c11dfc0c060d94335993cc2b95b2150e25583bec37a49b2d6c6c3f"},
376
{file = "pydantic-1.10.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f9613fadad06b4f3bc5db2653ce2f22e0de84a7c6c293909b48f6ed37b83c61f"},
377
{file = "pydantic-1.10.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df7800cb1984d8f6e249351139667a8c50a379009271ee6236138a22a0c0f319"},
378
{file = "pydantic-1.10.8-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:0c6fafa0965b539d7aab0a673a046466d23b86e4b0e8019d25fd53f4df62c277"},
379
{file = "pydantic-1.10.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e82d4566fcd527eae8b244fa952d99f2ca3172b7e97add0b43e2d97ee77f81ab"},
380
{file = "pydantic-1.10.8-cp310-cp310-win_amd64.whl", hash = "sha256:ab523c31e22943713d80d8d342d23b6f6ac4b792a1e54064a8d0cf78fd64e800"},
381
{file = "pydantic-1.10.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:666bdf6066bf6dbc107b30d034615d2627e2121506c555f73f90b54a463d1f33"},
382
{file = "pydantic-1.10.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:35db5301b82e8661fa9c505c800d0990bc14e9f36f98932bb1d248c0ac5cada5"},
383
{file = "pydantic-1.10.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f90c1e29f447557e9e26afb1c4dbf8768a10cc676e3781b6a577841ade126b85"},
384
{file = "pydantic-1.10.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:93e766b4a8226e0708ef243e843105bf124e21331694367f95f4e3b4a92bbb3f"},
385
{file = "pydantic-1.10.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:88f195f582851e8db960b4a94c3e3ad25692c1c1539e2552f3df7a9e972ef60e"},
386
{file = "pydantic-1.10.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:34d327c81e68a1ecb52fe9c8d50c8a9b3e90d3c8ad991bfc8f953fb477d42fb4"},
387
{file = "pydantic-1.10.8-cp311-cp311-win_amd64.whl", hash = "sha256:d532bf00f381bd6bc62cabc7d1372096b75a33bc197a312b03f5838b4fb84edd"},
388
{file = "pydantic-1.10.8-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:7d5b8641c24886d764a74ec541d2fc2c7fb19f6da2a4001e6d580ba4a38f7878"},
389
{file = "pydantic-1.10.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b1f6cb446470b7ddf86c2e57cd119a24959af2b01e552f60705910663af09a4"},
390
{file = "pydantic-1.10.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c33b60054b2136aef8cf190cd4c52a3daa20b2263917c49adad20eaf381e823b"},
391
{file = "pydantic-1.10.8-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:1952526ba40b220b912cdc43c1c32bcf4a58e3f192fa313ee665916b26befb68"},
392
{file = "pydantic-1.10.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:bb14388ec45a7a0dc429e87def6396f9e73c8c77818c927b6a60706603d5f2ea"},
393
{file = "pydantic-1.10.8-cp37-cp37m-win_amd64.whl", hash = "sha256:16f8c3e33af1e9bb16c7a91fc7d5fa9fe27298e9f299cff6cb744d89d573d62c"},
394
{file = "pydantic-1.10.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1ced8375969673929809d7f36ad322934c35de4af3b5e5b09ec967c21f9f7887"},
395
{file = "pydantic-1.10.8-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:93e6bcfccbd831894a6a434b0aeb1947f9e70b7468f274154d03d71fabb1d7c6"},
396
{file = "pydantic-1.10.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:191ba419b605f897ede9892f6c56fb182f40a15d309ef0142212200a10af4c18"},
397
{file = "pydantic-1.10.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:052d8654cb65174d6f9490cc9b9a200083a82cf5c3c5d3985db765757eb3b375"},
398
{file = "pydantic-1.10.8-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ceb6a23bf1ba4b837d0cfe378329ad3f351b5897c8d4914ce95b85fba96da5a1"},
399
{file = "pydantic-1.10.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6f2e754d5566f050954727c77f094e01793bcb5725b663bf628fa6743a5a9108"},
400
{file = "pydantic-1.10.8-cp38-cp38-win_amd64.whl", hash = "sha256:6a82d6cda82258efca32b40040228ecf43a548671cb174a1e81477195ed3ed56"},
401
{file = "pydantic-1.10.8-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3e59417ba8a17265e632af99cc5f35ec309de5980c440c255ab1ca3ae96a3e0e"},
402
{file = "pydantic-1.10.8-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:84d80219c3f8d4cad44575e18404099c76851bc924ce5ab1c4c8bb5e2a2227d0"},
403
{file = "pydantic-1.10.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e4148e635994d57d834be1182a44bdb07dd867fa3c2d1b37002000646cc5459"},
404
{file = "pydantic-1.10.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:12f7b0bf8553e310e530e9f3a2f5734c68699f42218bf3568ef49cd9b0e44df4"},
405
{file = "pydantic-1.10.8-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:42aa0c4b5c3025483240a25b09f3c09a189481ddda2ea3a831a9d25f444e03c1"},
406
{file = "pydantic-1.10.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:17aef11cc1b997f9d574b91909fed40761e13fac438d72b81f902226a69dac01"},
407
{file = "pydantic-1.10.8-cp39-cp39-win_amd64.whl", hash = "sha256:66a703d1983c675a6e0fed8953b0971c44dba48a929a2000a493c3772eb61a5a"},
408
{file = "pydantic-1.10.8-py3-none-any.whl", hash = "sha256:7456eb22ed9aaa24ff3e7b4757da20d9e5ce2a81018c1b3ebd81a0b88a18f3b2"},
409
{file = "pydantic-1.10.8.tar.gz", hash = "sha256:1410275520dfa70effadf4c21811d755e7ef9bb1f1d077a21958153a92c8d9ca"},
427
410
]
428
411
429
412
[package.dependencies]
@@ -437,7 +420,6 @@ email = ["email-validator (>=1.0.3)"]
437
420
name = "pydub"
438
421
version = "0.25.1"
439
422
description = "Manipulate audio with an simple and easy high level interface"
440
category = "main"
441
423
optional = false
442
424
python-versions = "*"
443
425
files = [
@@ -449,7 +431,6 @@ files = [
449
431
name = "pypasser"
450
432
version = "0.0.5"
451
433
description = "Bypassing reCaptcha V3 by sending HTTP requests & solving reCaptcha V2 using speech to text."
452
category = "main"
453
434
optional = false
454
435
python-versions = ">=3.7"
455
436
files = [
@@ -467,7 +448,6 @@ SpeechRecognition = "3.8.1"
467
448
name = "pysocks"
468
449
version = "1.7.1"
469
450
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
470
category = "main"
471
451
optional = false
472
452
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
473
453
files = [
@@ -480,7 +460,6 @@ files = [
480
460
name = "requests"
481
461
version = "2.29.0"
482
462
description = "Python HTTP for Humans."
483
category = "main"
484
463
optional = false
485
464
python-versions = ">=3.7"
486
465
files = [
@@ -500,27 +479,25 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
500
479
501
480
[[package]]
502
481
name = "selenium"
503
version = "4.9.0"
482
version = "4.9.1"
504
483
description = ""
505
category = "main"
506
484
optional = false
507
485
python-versions = ">=3.7"
508
486
files = [
509
{file = "selenium-4.9.0-py3-none-any.whl", hash = "sha256:4c19e6aac202719373108d53a5a8e9336ba8d2b25822ca32ae6ff37acbabbdbe"},
510
{file = "selenium-4.9.0.tar.gz", hash = "sha256:478fae77cdfaec32adb1e68d59632c8c191f920535282abcaa2d1a3d98655624"},
487
{file = "selenium-4.9.1-py3-none-any.whl", hash = "sha256:82aedaa85d55bc861f4c89ff9609e82f6c958e2e1e3da3ffcc36703f21d3ee16"},
488
{file = "selenium-4.9.1.tar.gz", hash = "sha256:3444f4376321530c36ce8355b6b357d8cf4a7d588ce5cf772183465930bbed0e"},
511
489
]
512
490
513
491
[package.dependencies]
514
492
certifi = ">=2021.10.8"
515
493
trio = ">=0.17,<1.0"
516
494
trio-websocket = ">=0.9,<1.0"
517
urllib3 = {version = ">=1.26,<2.0", extras = ["socks"]}
495
urllib3 = {version = ">=1.26,<3", extras = ["socks"]}
518
496
519
497
[[package]]
520
498
name = "sniffio"
521
499
version = "1.3.0"
522
500
description = "Sniff out which async library your code is running under"
523
category = "main"
524
501
optional = false
525
502
python-versions = ">=3.7"
526
503
files = [
@@ -532,7 +509,6 @@ files = [
532
509
name = "sortedcontainers"
533
510
version = "2.4.0"
534
511
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
535
category = "main"
536
512
optional = false
537
513
python-versions = "*"
538
514
files = [
@@ -544,7 +520,6 @@ files = [
544
520
name = "speechrecognition"
545
521
version = "3.8.1"
546
522
description = "Library for performing speech recognition, with support for several engines and APIs, online and offline."
547
category = "main"
548
523
optional = false
549
524
python-versions = "*"
550
525
files = [
@@ -553,21 +528,19 @@ files = [
553
528
554
529
[[package]]
555
530
name = "tls-client"
556
version = "0.2"
531
version = "0.2.1"
557
532
description = "Advanced Python HTTP Client."
558
category = "main"
559
533
optional = false
560
534
python-versions = "*"
561
535
files = [
562
{file = "tls_client-0.2-py3-none-any.whl", hash = "sha256:26012084e753d7531d32960ec706f81188bb7d825586675fa300b2b44f791412"},
563
{file = "tls_client-0.2.tar.gz", hash = "sha256:eef3860c6f186fa866dc782f1b9e43ae837e40e831f50831c3515cee7c84fd0f"},
536
{file = "tls_client-0.2.1-py3-none-any.whl", hash = "sha256:124a710952b979d5e20b4e2b7879b7958d6e48a259d0f5b83101055eb173f0bd"},
537
{file = "tls_client-0.2.1.tar.gz", hash = "sha256:473fb4c671d9d4ca6b818548ab6e955640dd589767bfce520830c5618c2f2e2b"},
564
538
]
565
539
566
540
[[package]]
567
541
name = "trio"
568
542
version = "0.22.0"
569
543
description = "A friendly Python library for async concurrency and I/O"
570
category = "main"
571
544
optional = false
572
545
python-versions = ">=3.7"
573
546
files = [
@@ -589,7 +562,6 @@ sortedcontainers = "*"
589
562
name = "trio-websocket"
590
563
version = "0.10.2"
591
564
description = "WebSocket library for Trio"
592
category = "main"
593
565
optional = false
594
566
python-versions = ">=3.7"
595
567
files = [
@@ -606,7 +578,6 @@ wsproto = ">=0.14"
606
578
name = "twocaptcha"
607
579
version = "0.0.1"
608
580
description = "2Captcha Python3 API Wrapper"
609
category = "main"
610
581
optional = false
611
582
python-versions = "*"
612
583
files = [
@@ -618,26 +589,24 @@ requests = "*"
618
589
619
590
[[package]]
620
591
name = "typing-extensions"
621
version = "4.5.0"
592
version = "4.6.2"
622
593
description = "Backported and Experimental Type Hints for Python 3.7+"
623
category = "main"
624
594
optional = false
625
595
python-versions = ">=3.7"
626
596
files = [
627
{file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"},
628
{file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"},
597
{file = "typing_extensions-4.6.2-py3-none-any.whl", hash = "sha256:3a8b36f13dd5fdc5d1b16fe317f5668545de77fa0b8e02006381fd49d731ab98"},
598
{file = "typing_extensions-4.6.2.tar.gz", hash = "sha256:06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c"},
629
599
]
630
600
631
601
[[package]]
632
602
name = "urllib3"
633
version = "1.26.15"
603
version = "1.26.16"
634
604
description = "HTTP library with thread-safe connection pooling, file post, and more."
635
category = "main"
636
605
optional = false
637
606
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
638
607
files = [
639
{file = "urllib3-1.26.15-py2.py3-none-any.whl", hash = "sha256:aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42"},
640
{file = "urllib3-1.26.15.tar.gz", hash = "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"},
608
{file = "urllib3-1.26.16-py2.py3-none-any.whl", hash = "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f"},
609
{file = "urllib3-1.26.16.tar.gz", hash = "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14"},
641
610
]
642
611
643
612
[package.dependencies]
@@ -650,14 +619,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
650
619
651
620
[[package]]
652
621
name = "websocket-client"
653
version = "1.5.1"
622
version = "1.5.2"
654
623
description = "WebSocket client for Python with low level API options"
655
category = "main"
656
624
optional = false
657
625
python-versions = ">=3.7"
658
626
files = [
659
{file = "websocket-client-1.5.1.tar.gz", hash = "sha256:3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40"},
660
{file = "websocket_client-1.5.1-py3-none-any.whl", hash = "sha256:cdf5877568b7e83aa7cf2244ab56a3213de587bbe0ce9d8b9600fc77b455d89e"},
627
{file = "websocket-client-1.5.2.tar.gz", hash = "sha256:c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b"},
628
{file = "websocket_client-1.5.2-py3-none-any.whl", hash = "sha256:f8c64e28cd700e7ba1f04350d66422b6833b82a796b525a51e740b8cc8dab4b1"},
661
629
]
662
630
663
631
[package.extras]
@@ -669,7 +637,6 @@ test = ["websockets"]
669
637
name = "wsproto"
670
638
version = "1.2.0"
671
639
description = "WebSockets state-machine based protocol implementation"
672
category = "main"
673
640
optional = false
674
641
python-versions = ">=3.7.0"
675
642
files = [
@@ -684,7 +651,6 @@ h11 = ">=0.9.0,<1"
684
651
name = "zipp"
685
652
version = "3.15.0"
686
653
description = "Backport of pathlib-compatible object wrapper for zip files"
687
category = "main"
688
654
optional = false
689
655
python-versions = ">=3.7"
690
656
files = [
@@ -1,19 +0,0 @@
1
websocket-client
2
requests
3
tls-client
4
pypasser
5
names
6
colorama
7
curl_cffi
8
streamlit==1.21.0
9
selenium
10
fake-useragent
11
twocaptcha
12
https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
13
pydantic
14
pymailtm
15
Levenshtein
16
retrying
17
mailgw_temporary_email
18
pycryptodome
19
random-password-generator