Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
a655157
1
Parent(s):
8c4e53e
deps: regen poetry.lock
Browse files- poetry.lock +66 -77
poetry.lock
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
|
3 |
[[package]]
|
4 |
name = "annotated-types"
|
5 |
-
version = "0.
|
6 |
description = "Reusable constraint types to use with typing.Annotated"
|
7 |
optional = false
|
8 |
python-versions = ">=3.8"
|
9 |
files = [
|
10 |
-
{file = "annotated_types-0.
|
11 |
-
{file = "annotated_types-0.
|
12 |
]
|
13 |
|
14 |
[[package]]
|
@@ -303,36 +303,25 @@ cron = ["capturer (>=2.4)"]
|
|
303 |
|
304 |
[[package]]
|
305 |
name = "ctranslate2"
|
306 |
-
version = "4.
|
307 |
description = "Fast inference engine for Transformer models"
|
308 |
optional = false
|
309 |
python-versions = ">=3.8"
|
310 |
files = [
|
311 |
-
{file = "ctranslate2-4.
|
312 |
-
{file = "ctranslate2-4.
|
313 |
-
{file = "ctranslate2-4.
|
314 |
-
{file = "ctranslate2-4.
|
315 |
-
{file = "ctranslate2-4.
|
316 |
-
{file = "ctranslate2-4.
|
317 |
-
{file = "ctranslate2-4.
|
318 |
-
{file = "ctranslate2-4.
|
319 |
-
{file = "ctranslate2-4.
|
320 |
-
{file = "ctranslate2-4.
|
321 |
-
{file = "ctranslate2-4.
|
322 |
-
{file = "ctranslate2-4.
|
323 |
-
{file = "ctranslate2-4.
|
324 |
-
{file = "ctranslate2-4.
|
325 |
-
{file = "ctranslate2-4.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:c5b604b64138c4cf49a9fac1ebc7023e3ea2fe95fe7b42a9c7076f789fd5ce65"},
|
326 |
-
{file = "ctranslate2-4.2.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bb9069476266a82ffaacff681fd8a2dd249bac18064f766910b55cfd025efab8"},
|
327 |
-
{file = "ctranslate2-4.2.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c6aff28115b00ec839c4f106feb2fb8de5cd75314a277fa72e1953efa3e251b2"},
|
328 |
-
{file = "ctranslate2-4.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:998b1fc6da60863b4e9c48502cae5956520eeebeacef3838a443c538e846089c"},
|
329 |
-
{file = "ctranslate2-4.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47635ca9b58cb0946eefb187ad2963fea3f3c44093f8059ec37cf4d9ab5a9810"},
|
330 |
-
{file = "ctranslate2-4.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:ece6c255bad7f76ad92e6a2345685c85f8c0547a06861ec71672a6a82c519944"},
|
331 |
-
{file = "ctranslate2-4.2.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9f4edde5d86466d85b6d6626f90cc0e40f1304c9ad7471e8363e06cf2c96ec2e"},
|
332 |
-
{file = "ctranslate2-4.2.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:d478b00a9b2fc78aae815512dfea76d6e15c71f41c31e95b3d5129a1387cf1f5"},
|
333 |
-
{file = "ctranslate2-4.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f65820714a81df2ad707e38ebbffdaa4c2b76bef80063684921ab4378fdf659"},
|
334 |
-
{file = "ctranslate2-4.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1d6726c7ed4e528a18c48487a5f5f3dcc8d66d551069f319c044de0ae8c8015"},
|
335 |
-
{file = "ctranslate2-4.2.1-cp39-cp39-win_amd64.whl", hash = "sha256:f889e37cb89e663be300a23e1fca4e8c8d3191615ec036c89e49b504b621ba90"},
|
336 |
]
|
337 |
|
338 |
[package.dependencies]
|
@@ -418,19 +407,20 @@ all = ["email_validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)"
|
|
418 |
|
419 |
[[package]]
|
420 |
name = "fastapi-cli"
|
421 |
-
version = "0.0.
|
422 |
description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
|
423 |
optional = false
|
424 |
python-versions = ">=3.8"
|
425 |
files = [
|
426 |
-
{file = "fastapi_cli-0.0.
|
427 |
-
{file = "fastapi_cli-0.0.
|
428 |
]
|
429 |
|
430 |
[package.dependencies]
|
431 |
-
fastapi = "*"
|
432 |
typer = ">=0.12.3"
|
433 |
-
|
|
|
|
|
434 |
|
435 |
[[package]]
|
436 |
name = "faster-whisper"
|
@@ -625,13 +615,13 @@ socks = ["socksio (==1.*)"]
|
|
625 |
|
626 |
[[package]]
|
627 |
name = "huggingface-hub"
|
628 |
-
version = "0.23.
|
629 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
630 |
optional = false
|
631 |
python-versions = ">=3.8.0"
|
632 |
files = [
|
633 |
-
{file = "huggingface_hub-0.23.
|
634 |
-
{file = "huggingface_hub-0.23.
|
635 |
]
|
636 |
|
637 |
[package.dependencies]
|
@@ -878,36 +868,36 @@ files = [
|
|
878 |
|
879 |
[[package]]
|
880 |
name = "onnxruntime"
|
881 |
-
version = "1.
|
882 |
description = "ONNX Runtime is a runtime accelerator for Machine Learning models"
|
883 |
optional = false
|
884 |
python-versions = "*"
|
885 |
files = [
|
886 |
-
{file = "onnxruntime-1.
|
887 |
-
{file = "onnxruntime-1.
|
888 |
-
{file = "onnxruntime-1.
|
889 |
-
{file = "onnxruntime-1.
|
890 |
-
{file = "onnxruntime-1.
|
891 |
-
{file = "onnxruntime-1.
|
892 |
-
{file = "onnxruntime-1.
|
893 |
-
{file = "onnxruntime-1.
|
894 |
-
{file = "onnxruntime-1.
|
895 |
-
{file = "onnxruntime-1.
|
896 |
-
{file = "onnxruntime-1.
|
897 |
-
{file = "onnxruntime-1.
|
898 |
-
{file = "onnxruntime-1.
|
899 |
-
{file = "onnxruntime-1.
|
900 |
-
{file = "onnxruntime-1.
|
901 |
-
{file = "onnxruntime-1.
|
902 |
-
{file = "onnxruntime-1.
|
903 |
-
{file = "onnxruntime-1.
|
904 |
-
{file = "onnxruntime-1.
|
905 |
-
{file = "onnxruntime-1.
|
906 |
-
{file = "onnxruntime-1.
|
907 |
-
{file = "onnxruntime-1.
|
908 |
-
{file = "onnxruntime-1.
|
909 |
-
{file = "onnxruntime-1.
|
910 |
-
{file = "onnxruntime-1.
|
911 |
]
|
912 |
|
913 |
[package.dependencies]
|
@@ -1186,13 +1176,13 @@ files = [
|
|
1186 |
|
1187 |
[[package]]
|
1188 |
name = "pytest"
|
1189 |
-
version = "8.2.
|
1190 |
description = "pytest: simple powerful testing with Python"
|
1191 |
optional = false
|
1192 |
python-versions = ">=3.8"
|
1193 |
files = [
|
1194 |
-
{file = "pytest-8.2.
|
1195 |
-
{file = "pytest-8.2.
|
1196 |
]
|
1197 |
|
1198 |
[package.dependencies]
|
@@ -1314,13 +1304,13 @@ files = [
|
|
1314 |
|
1315 |
[[package]]
|
1316 |
name = "requests"
|
1317 |
-
version = "2.
|
1318 |
description = "Python HTTP for Humans."
|
1319 |
optional = false
|
1320 |
-
python-versions = ">=3.
|
1321 |
files = [
|
1322 |
-
{file = "requests-2.
|
1323 |
-
{file = "requests-2.
|
1324 |
]
|
1325 |
|
1326 |
[package.dependencies]
|
@@ -1353,19 +1343,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
|
1353 |
|
1354 |
[[package]]
|
1355 |
name = "setuptools"
|
1356 |
-
version = "
|
1357 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
1358 |
optional = false
|
1359 |
python-versions = ">=3.8"
|
1360 |
files = [
|
1361 |
-
{file = "setuptools-
|
1362 |
-
{file = "setuptools-
|
1363 |
]
|
1364 |
|
1365 |
[package.extras]
|
1366 |
-
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
1367 |
-
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.
|
1368 |
-
testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
1369 |
|
1370 |
[[package]]
|
1371 |
name = "shellingham"
|
@@ -1952,4 +1941,4 @@ files = [
|
|
1952 |
[metadata]
|
1953 |
lock-version = "2.0"
|
1954 |
python-versions = "^3.11"
|
1955 |
-
content-hash = "
|
|
|
2 |
|
3 |
[[package]]
|
4 |
name = "annotated-types"
|
5 |
+
version = "0.7.0"
|
6 |
description = "Reusable constraint types to use with typing.Annotated"
|
7 |
optional = false
|
8 |
python-versions = ">=3.8"
|
9 |
files = [
|
10 |
+
{file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"},
|
11 |
+
{file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
|
12 |
]
|
13 |
|
14 |
[[package]]
|
|
|
303 |
|
304 |
[[package]]
|
305 |
name = "ctranslate2"
|
306 |
+
version = "4.3.0"
|
307 |
description = "Fast inference engine for Transformer models"
|
308 |
optional = false
|
309 |
python-versions = ">=3.8"
|
310 |
files = [
|
311 |
+
{file = "ctranslate2-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:aa32a75d27b9f096c4def39471d487cc51cd114f37fb8c821a6edd3c2baa1170"},
|
312 |
+
{file = "ctranslate2-4.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6a3205e6fcf9fac098520ad6096c46647a613d57df8e98d56c36289611690658"},
|
313 |
+
{file = "ctranslate2-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8bbf9b8c2e1823e5be73146dceea2a14dc8b31521890e7f892228c109d98394d"},
|
314 |
+
{file = "ctranslate2-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51770268679240459ce6250d99c4d5204f0038a4cdd33c7c55cfa01af35616fa"},
|
315 |
+
{file = "ctranslate2-4.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:799614577f5646a3a5d9b4ef99730fe4f91ec759936465a81bf02182ae827650"},
|
316 |
+
{file = "ctranslate2-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:34b6999e4cf332cb7d2f259e23e11e0ad2f341501a1abea000d6bd0d7f1f395c"},
|
317 |
+
{file = "ctranslate2-4.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c33d1b2ae5b3c0650fbd259f063024738f97779500046b60fc36160fe30f3341"},
|
318 |
+
{file = "ctranslate2-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41be052c666a95dfbd1d5bd801a6807579dd10f6ea56eaebc61142d9b8e04a7b"},
|
319 |
+
{file = "ctranslate2-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db9c7242b46b84949a4ebf68d5d2f396c215379b547433482c4016d8735f92ec"},
|
320 |
+
{file = "ctranslate2-4.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:a50a38bb99af3c25614847f40d341a5467dd8917e1a0e60f2c86854c4a2d6609"},
|
321 |
+
{file = "ctranslate2-4.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b866dcbbe1f3c46f240f9ab91a7597c5d2d7733de769488410ccf56eb4b2dabb"},
|
322 |
+
{file = "ctranslate2-4.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dec27852dbbcb98380edcfc11d09403902ce4a29d5e893578e3ba0e4037ff45d"},
|
323 |
+
{file = "ctranslate2-4.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f18f09f3bf39429ebb9922559a76ff15c4808cb5981ee4c7d0d8938f427ea637"},
|
324 |
+
{file = "ctranslate2-4.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef80ce2e574284e4f5c4dd4373502058ffeec257f47514adb3fb29c104893478"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
]
|
326 |
|
327 |
[package.dependencies]
|
|
|
407 |
|
408 |
[[package]]
|
409 |
name = "fastapi-cli"
|
410 |
+
version = "0.0.4"
|
411 |
description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
|
412 |
optional = false
|
413 |
python-versions = ">=3.8"
|
414 |
files = [
|
415 |
+
{file = "fastapi_cli-0.0.4-py3-none-any.whl", hash = "sha256:a2552f3a7ae64058cdbb530be6fa6dbfc975dc165e4fa66d224c3d396e25e809"},
|
416 |
+
{file = "fastapi_cli-0.0.4.tar.gz", hash = "sha256:e2e9ffaffc1f7767f488d6da34b6f5a377751c996f397902eb6abb99a67bde32"},
|
417 |
]
|
418 |
|
419 |
[package.dependencies]
|
|
|
420 |
typer = ">=0.12.3"
|
421 |
+
|
422 |
+
[package.extras]
|
423 |
+
standard = ["fastapi", "uvicorn[standard] (>=0.15.0)"]
|
424 |
|
425 |
[[package]]
|
426 |
name = "faster-whisper"
|
|
|
615 |
|
616 |
[[package]]
|
617 |
name = "huggingface-hub"
|
618 |
+
version = "0.23.1"
|
619 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
620 |
optional = false
|
621 |
python-versions = ">=3.8.0"
|
622 |
files = [
|
623 |
+
{file = "huggingface_hub-0.23.1-py3-none-any.whl", hash = "sha256:720a5bffd2b1b449deb793da8b0df7a9390a7e238534d5a08c9fbcdecb1dd3cb"},
|
624 |
+
{file = "huggingface_hub-0.23.1.tar.gz", hash = "sha256:4f62dbf6ae94f400c6d3419485e52bce510591432a5248a65d0cb72e4d479eb4"},
|
625 |
]
|
626 |
|
627 |
[package.dependencies]
|
|
|
868 |
|
869 |
[[package]]
|
870 |
name = "onnxruntime"
|
871 |
+
version = "1.18.0"
|
872 |
description = "ONNX Runtime is a runtime accelerator for Machine Learning models"
|
873 |
optional = false
|
874 |
python-versions = "*"
|
875 |
files = [
|
876 |
+
{file = "onnxruntime-1.18.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:5a3b7993a5ecf4a90f35542a4757e29b2d653da3efe06cdd3164b91167bbe10d"},
|
877 |
+
{file = "onnxruntime-1.18.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:15b944623b2cdfe7f7945690bfb71c10a4531b51997c8320b84e7b0bb59af902"},
|
878 |
+
{file = "onnxruntime-1.18.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2e61ce5005118064b1a0ed73ebe936bc773a102f067db34108ea6c64dd62a179"},
|
879 |
+
{file = "onnxruntime-1.18.0-cp310-cp310-win32.whl", hash = "sha256:a4fc8a2a526eb442317d280610936a9f73deece06c7d5a91e51570860802b93f"},
|
880 |
+
{file = "onnxruntime-1.18.0-cp310-cp310-win_amd64.whl", hash = "sha256:71ed219b768cab004e5cd83e702590734f968679bf93aa488c1a7ffbe6e220c3"},
|
881 |
+
{file = "onnxruntime-1.18.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:3d24bd623872a72a7fe2f51c103e20fcca2acfa35d48f2accd6be1ec8633d960"},
|
882 |
+
{file = "onnxruntime-1.18.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f15e41ca9b307a12550bfd2ec93f88905d9fba12bab7e578f05138ad0ae10d7b"},
|
883 |
+
{file = "onnxruntime-1.18.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1f45ca2887f62a7b847d526965686b2923efa72538c89b7703c7b3fe970afd59"},
|
884 |
+
{file = "onnxruntime-1.18.0-cp311-cp311-win32.whl", hash = "sha256:9e24d9ecc8781323d9e2eeda019b4b24babc4d624e7d53f61b1fe1a929b0511a"},
|
885 |
+
{file = "onnxruntime-1.18.0-cp311-cp311-win_amd64.whl", hash = "sha256:f8608398976ed18aef450d83777ff6f77d0b64eced1ed07a985e1a7db8ea3771"},
|
886 |
+
{file = "onnxruntime-1.18.0-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:f1d79941f15fc40b1ee67738b2ca26b23e0181bf0070b5fb2984f0988734698f"},
|
887 |
+
{file = "onnxruntime-1.18.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:99e8caf3a8565c853a22d323a3eebc2a81e3de7591981f085a4f74f7a60aab2d"},
|
888 |
+
{file = "onnxruntime-1.18.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:498d2b8380635f5e6ebc50ec1b45f181588927280f32390fb910301d234f97b8"},
|
889 |
+
{file = "onnxruntime-1.18.0-cp312-cp312-win32.whl", hash = "sha256:ba7cc0ce2798a386c082aaa6289ff7e9bedc3dee622eef10e74830cff200a72e"},
|
890 |
+
{file = "onnxruntime-1.18.0-cp312-cp312-win_amd64.whl", hash = "sha256:1fa175bd43f610465d5787ae06050c81f7ce09da2bf3e914eb282cb8eab363ef"},
|
891 |
+
{file = "onnxruntime-1.18.0-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:0284c579c20ec8b1b472dd190290a040cc68b6caec790edb960f065d15cf164a"},
|
892 |
+
{file = "onnxruntime-1.18.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d47353d036d8c380558a5643ea5f7964d9d259d31c86865bad9162c3e916d1f6"},
|
893 |
+
{file = "onnxruntime-1.18.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:885509d2b9ba4b01f08f7fa28d31ee54b6477953451c7ccf124a84625f07c803"},
|
894 |
+
{file = "onnxruntime-1.18.0-cp38-cp38-win32.whl", hash = "sha256:8614733de3695656411d71fc2f39333170df5da6c7efd6072a59962c0bc7055c"},
|
895 |
+
{file = "onnxruntime-1.18.0-cp38-cp38-win_amd64.whl", hash = "sha256:47af3f803752fce23ea790fd8d130a47b2b940629f03193f780818622e856e7a"},
|
896 |
+
{file = "onnxruntime-1.18.0-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:9153eb2b4d5bbab764d0aea17adadffcfc18d89b957ad191b1c3650b9930c59f"},
|
897 |
+
{file = "onnxruntime-1.18.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2c7fd86eca727c989bb8d9c5104f3c45f7ee45f445cc75579ebe55d6b99dfd7c"},
|
898 |
+
{file = "onnxruntime-1.18.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ac67a4de9c1326c4d87bcbfb652c923039b8a2446bb28516219236bec3b494f5"},
|
899 |
+
{file = "onnxruntime-1.18.0-cp39-cp39-win32.whl", hash = "sha256:6ffb445816d06497df7a6dd424b20e0b2c39639e01e7fe210e247b82d15a23b9"},
|
900 |
+
{file = "onnxruntime-1.18.0-cp39-cp39-win_amd64.whl", hash = "sha256:46de6031cb6745f33f7eca9e51ab73e8c66037fb7a3b6b4560887c5b55ab5d5d"},
|
901 |
]
|
902 |
|
903 |
[package.dependencies]
|
|
|
1176 |
|
1177 |
[[package]]
|
1178 |
name = "pytest"
|
1179 |
+
version = "8.2.1"
|
1180 |
description = "pytest: simple powerful testing with Python"
|
1181 |
optional = false
|
1182 |
python-versions = ">=3.8"
|
1183 |
files = [
|
1184 |
+
{file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"},
|
1185 |
+
{file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"},
|
1186 |
]
|
1187 |
|
1188 |
[package.dependencies]
|
|
|
1304 |
|
1305 |
[[package]]
|
1306 |
name = "requests"
|
1307 |
+
version = "2.32.2"
|
1308 |
description = "Python HTTP for Humans."
|
1309 |
optional = false
|
1310 |
+
python-versions = ">=3.8"
|
1311 |
files = [
|
1312 |
+
{file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
|
1313 |
+
{file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
|
1314 |
]
|
1315 |
|
1316 |
[package.dependencies]
|
|
|
1343 |
|
1344 |
[[package]]
|
1345 |
name = "setuptools"
|
1346 |
+
version = "70.0.0"
|
1347 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
1348 |
optional = false
|
1349 |
python-versions = ">=3.8"
|
1350 |
files = [
|
1351 |
+
{file = "setuptools-70.0.0-py3-none-any.whl", hash = "sha256:54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4"},
|
1352 |
+
{file = "setuptools-70.0.0.tar.gz", hash = "sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0"},
|
1353 |
]
|
1354 |
|
1355 |
[package.extras]
|
1356 |
+
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
1357 |
+
testing = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
|
|
1358 |
|
1359 |
[[package]]
|
1360 |
name = "shellingham"
|
|
|
1941 |
[metadata]
|
1942 |
lock-version = "2.0"
|
1943 |
python-versions = "^3.11"
|
1944 |
+
content-hash = "50d9f93490b4b8271c3a6bea9acda0d71f22ae70b13d181907d3ff29ba0eec5e"
|