Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
f7e7d27
1
Parent(s):
8a29525
looks good work done here
Browse files- poetry.lock +23 -11
poetry.lock
CHANGED
@@ -221,6 +221,14 @@ python-versions = ">=3.6"
|
|
221 |
aiofiles = "*"
|
222 |
httpx = "*"
|
223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
[[package]]
|
225 |
name = "h11"
|
226 |
version = "0.12.0"
|
@@ -492,6 +500,14 @@ category = "main"
|
|
492 |
optional = false
|
493 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
495 |
[[package]]
|
496 |
name = "python-dateutil"
|
497 |
version = "2.8.2"
|
@@ -583,13 +599,6 @@ category = "main"
|
|
583 |
optional = false
|
584 |
python-versions = ">=3.6"
|
585 |
|
586 |
-
[[package]]
|
587 |
-
name = "speedtest-cli"
|
588 |
-
version = "2.1.3"
|
589 |
-
description = "Command line interface for testing internet bandwidth using speedtest.net"
|
590 |
-
category = "main"
|
591 |
-
optional = false
|
592 |
-
python-versions = "*"
|
593 |
|
594 |
[[package]]
|
595 |
name = "tgcrypto"
|
@@ -870,6 +879,9 @@ google = [
|
|
870 |
gpytranslate = [
|
871 |
{file = "gpytranslate-1.4.0-py3-none-any.whl", hash = "sha256:c2a7d0673b08e696b2efe66adc192c55a485cd2786c2dff73afcb1eddaf64726"},
|
872 |
]
|
|
|
|
|
|
|
873 |
h11 = [
|
874 |
{file = "h11-0.12.0-py3-none-any.whl", hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6"},
|
875 |
{file = "h11-0.12.0.tar.gz", hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"},
|
@@ -1164,6 +1176,10 @@ pysocks = [
|
|
1164 |
{file = "PySocks-1.7.1-py3-none-any.whl", hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5"},
|
1165 |
{file = "PySocks-1.7.1.tar.gz", hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"},
|
1166 |
]
|
|
|
|
|
|
|
|
|
1167 |
python-dateutil = [
|
1168 |
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
1169 |
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
|
@@ -1303,10 +1319,6 @@ soupsieve = [
|
|
1303 |
{file = "soupsieve-2.3.1-py3-none-any.whl", hash = "sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb"},
|
1304 |
{file = "soupsieve-2.3.1.tar.gz", hash = "sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"},
|
1305 |
]
|
1306 |
-
speedtest-cli = [
|
1307 |
-
{file = "speedtest-cli-2.1.3.tar.gz", hash = "sha256:5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0"},
|
1308 |
-
{file = "speedtest_cli-2.1.3-py2.py3-none-any.whl", hash = "sha256:75ff32c91af9ac1ce2b905476d6e92bd9eb2c0783f9e7d1939d74605c7d0b9ea"},
|
1309 |
-
]
|
1310 |
tgcrypto = [
|
1311 |
{file = "TgCrypto-1.2.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:266cfc47dde87e23421b2ee50cbb066ec4b8c294553f79742e3d694af5c0d118"},
|
1312 |
{file = "TgCrypto-1.2.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ab3f759180b17d252dd57f018dff9190dc0e96e5ff3aeb90b598e2ab2f81f57e"},
|
|
|
221 |
aiofiles = "*"
|
222 |
httpx = "*"
|
223 |
|
224 |
+
[[package]]
|
225 |
+
name = "gTTS"
|
226 |
+
version= "2.2.4"
|
227 |
+
description = "A Python library and CLI tool to interface with Google Translate's text-to-speech API"
|
228 |
+
category = "main"
|
229 |
+
optional = false
|
230 |
+
python-versions = ">=3.6"
|
231 |
+
|
232 |
[[package]]
|
233 |
name = "h11"
|
234 |
version = "0.12.0"
|
|
|
500 |
optional = false
|
501 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
502 |
|
503 |
+
[[package]]
|
504 |
+
name = "python-arq"
|
505 |
+
version = "6.0.5"
|
506 |
+
description = "Python wrapper for the A.R.Q. API"
|
507 |
+
category = "main"
|
508 |
+
optional = false
|
509 |
+
python-versions = ">=3.8"
|
510 |
+
|
511 |
[[package]]
|
512 |
name = "python-dateutil"
|
513 |
version = "2.8.2"
|
|
|
599 |
optional = false
|
600 |
python-versions = ">=3.6"
|
601 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
|
603 |
[[package]]
|
604 |
name = "tgcrypto"
|
|
|
879 |
gpytranslate = [
|
880 |
{file = "gpytranslate-1.4.0-py3-none-any.whl", hash = "sha256:c2a7d0673b08e696b2efe66adc192c55a485cd2786c2dff73afcb1eddaf64726"},
|
881 |
]
|
882 |
+
gTTS = [
|
883 |
+
{file = "gTTS-2.2.4-py3-none-any.whl", hash = "sha256:60f6a611ea858badcceb328544b28435b663e39898859beeb9adb2a874bc1eca"}
|
884 |
+
]
|
885 |
h11 = [
|
886 |
{file = "h11-0.12.0-py3-none-any.whl", hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6"},
|
887 |
{file = "h11-0.12.0.tar.gz", hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"},
|
|
|
1176 |
{file = "PySocks-1.7.1-py3-none-any.whl", hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5"},
|
1177 |
{file = "PySocks-1.7.1.tar.gz", hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"},
|
1178 |
]
|
1179 |
+
python-arq = [
|
1180 |
+
{file = "python_arq-6.0.5.tar.gz", hash = "sha256:81ec7143ae96c9d7a2c2f1919c29a065b960110fe5d9b16a27e740b7c1e3c1d2"}
|
1181 |
+
{file = "python_arq-6.0.5-py3-none-any.whl", hash = "sha256:50fabe66eb41155edb9554c7ce297f337cbf057ecb1bd4dd1e034ab120649c4d"}
|
1182 |
+
]
|
1183 |
python-dateutil = [
|
1184 |
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
1185 |
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
|
|
|
1319 |
{file = "soupsieve-2.3.1-py3-none-any.whl", hash = "sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb"},
|
1320 |
{file = "soupsieve-2.3.1.tar.gz", hash = "sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"},
|
1321 |
]
|
|
|
|
|
|
|
|
|
1322 |
tgcrypto = [
|
1323 |
{file = "TgCrypto-1.2.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:266cfc47dde87e23421b2ee50cbb066ec4b8c294553f79742e3d694af5c0d118"},
|
1324 |
{file = "TgCrypto-1.2.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ab3f759180b17d252dd57f018dff9190dc0e96e5ff3aeb90b598e2ab2f81f57e"},
|