chore: add missing updated poetry.lock with gradio==5.11.0
Browse files- poetry.lock +274 -275
poetry.lock
CHANGED
@@ -50,13 +50,13 @@ files = [
|
|
50 |
|
51 |
[[package]]
|
52 |
name = "anyio"
|
53 |
-
version = "4.
|
54 |
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
55 |
optional = false
|
56 |
python-versions = ">=3.9"
|
57 |
files = [
|
58 |
-
{file = "anyio-4.
|
59 |
-
{file = "anyio-4.
|
60 |
]
|
61 |
|
62 |
[package.dependencies]
|
@@ -67,7 +67,7 @@ typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
|
|
67 |
|
68 |
[package.extras]
|
69 |
doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"]
|
70 |
-
test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "
|
71 |
trio = ["trio (>=0.26.1)"]
|
72 |
|
73 |
[[package]]
|
@@ -419,73 +419,73 @@ test-no-images = ["pytest", "pytest-cov", "pytest-rerunfailures", "pytest-xdist"
|
|
419 |
|
420 |
[[package]]
|
421 |
name = "coverage"
|
422 |
-
version = "7.6.
|
423 |
description = "Code coverage measurement for Python"
|
424 |
optional = false
|
425 |
python-versions = ">=3.9"
|
426 |
files = [
|
427 |
-
{file = "coverage-7.6.
|
428 |
-
{file = "coverage-7.6.
|
429 |
-
{file = "coverage-7.6.
|
430 |
-
{file = "coverage-7.6.
|
431 |
-
{file = "coverage-7.6.
|
432 |
-
{file = "coverage-7.6.
|
433 |
-
{file = "coverage-7.6.
|
434 |
-
{file = "coverage-7.6.
|
435 |
-
{file = "coverage-7.6.
|
436 |
-
{file = "coverage-7.6.
|
437 |
-
{file = "coverage-7.6.
|
438 |
-
{file = "coverage-7.6.
|
439 |
-
{file = "coverage-7.6.
|
440 |
-
{file = "coverage-7.6.
|
441 |
-
{file = "coverage-7.6.
|
442 |
-
{file = "coverage-7.6.
|
443 |
-
{file = "coverage-7.6.
|
444 |
-
{file = "coverage-7.6.
|
445 |
-
{file = "coverage-7.6.
|
446 |
-
{file = "coverage-7.6.
|
447 |
-
{file = "coverage-7.6.
|
448 |
-
{file = "coverage-7.6.
|
449 |
-
{file = "coverage-7.6.
|
450 |
-
{file = "coverage-7.6.
|
451 |
-
{file = "coverage-7.6.
|
452 |
-
{file = "coverage-7.6.
|
453 |
-
{file = "coverage-7.6.
|
454 |
-
{file = "coverage-7.6.
|
455 |
-
{file = "coverage-7.6.
|
456 |
-
{file = "coverage-7.6.
|
457 |
-
{file = "coverage-7.6.
|
458 |
-
{file = "coverage-7.6.
|
459 |
-
{file = "coverage-7.6.
|
460 |
-
{file = "coverage-7.6.
|
461 |
-
{file = "coverage-7.6.
|
462 |
-
{file = "coverage-7.6.
|
463 |
-
{file = "coverage-7.6.
|
464 |
-
{file = "coverage-7.6.
|
465 |
-
{file = "coverage-7.6.
|
466 |
-
{file = "coverage-7.6.
|
467 |
-
{file = "coverage-7.6.
|
468 |
-
{file = "coverage-7.6.
|
469 |
-
{file = "coverage-7.6.
|
470 |
-
{file = "coverage-7.6.
|
471 |
-
{file = "coverage-7.6.
|
472 |
-
{file = "coverage-7.6.
|
473 |
-
{file = "coverage-7.6.
|
474 |
-
{file = "coverage-7.6.
|
475 |
-
{file = "coverage-7.6.
|
476 |
-
{file = "coverage-7.6.
|
477 |
-
{file = "coverage-7.6.
|
478 |
-
{file = "coverage-7.6.
|
479 |
-
{file = "coverage-7.6.
|
480 |
-
{file = "coverage-7.6.
|
481 |
-
{file = "coverage-7.6.
|
482 |
-
{file = "coverage-7.6.
|
483 |
-
{file = "coverage-7.6.
|
484 |
-
{file = "coverage-7.6.
|
485 |
-
{file = "coverage-7.6.
|
486 |
-
{file = "coverage-7.6.
|
487 |
-
{file = "coverage-7.6.
|
488 |
-
{file = "coverage-7.6.
|
489 |
]
|
490 |
|
491 |
[package.dependencies]
|
@@ -777,12 +777,12 @@ timezone = ["pytz"]
|
|
777 |
|
778 |
[[package]]
|
779 |
name = "gradio"
|
780 |
-
version = "5.
|
781 |
description = "Python library for easily interacting with trained machine learning models"
|
782 |
optional = false
|
783 |
python-versions = ">=3.10"
|
784 |
files = [
|
785 |
-
{file = "gradio-5.
|
786 |
]
|
787 |
|
788 |
[package.dependencies]
|
@@ -790,7 +790,7 @@ aiofiles = ">=22.0,<24.0"
|
|
790 |
anyio = ">=3.0,<5.0"
|
791 |
fastapi = ">=0.115.2,<1.0"
|
792 |
ffmpy = "*"
|
793 |
-
gradio-client = "1.5.
|
794 |
httpx = ">=0.24.1"
|
795 |
huggingface-hub = ">=0.25.1"
|
796 |
jinja2 = "<4.0"
|
@@ -819,13 +819,13 @@ oauth = ["authlib", "itsdangerous"]
|
|
819 |
|
820 |
[[package]]
|
821 |
name = "gradio-client"
|
822 |
-
version = "1.5.
|
823 |
description = "Python library for easily interacting with trained machine learning models"
|
824 |
optional = false
|
825 |
python-versions = ">=3.10"
|
826 |
files = [
|
827 |
-
{file = "gradio_client-1.5.
|
828 |
-
{file = "gradio_client-1.5.
|
829 |
]
|
830 |
|
831 |
[package.dependencies]
|
@@ -895,13 +895,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
895 |
|
896 |
[[package]]
|
897 |
name = "huggingface-hub"
|
898 |
-
version = "0.27.
|
899 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
900 |
optional = false
|
901 |
python-versions = ">=3.8.0"
|
902 |
files = [
|
903 |
-
{file = "huggingface_hub-0.27.
|
904 |
-
{file = "huggingface_hub-0.27.
|
905 |
]
|
906 |
|
907 |
[package.dependencies]
|
@@ -1329,15 +1329,18 @@ test = ["hypothesis", "pytest"]
|
|
1329 |
|
1330 |
[[package]]
|
1331 |
name = "mistune"
|
1332 |
-
version = "3.0
|
1333 |
description = "A sane and fast Markdown parser with useful plugins and renderers"
|
1334 |
optional = false
|
1335 |
-
python-versions = ">=3.
|
1336 |
files = [
|
1337 |
-
{file = "mistune-3.0
|
1338 |
-
{file = "mistune-3.0.
|
1339 |
]
|
1340 |
|
|
|
|
|
|
|
1341 |
[[package]]
|
1342 |
name = "mpmath"
|
1343 |
version = "1.3.0"
|
@@ -1485,86 +1488,86 @@ sympy = "*"
|
|
1485 |
|
1486 |
[[package]]
|
1487 |
name = "orjson"
|
1488 |
-
version = "3.10.
|
1489 |
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
|
1490 |
optional = false
|
1491 |
python-versions = ">=3.8"
|
1492 |
files = [
|
1493 |
-
{file = "orjson-3.10.
|
1494 |
-
{file = "orjson-3.10.
|
1495 |
-
{file = "orjson-3.10.
|
1496 |
-
{file = "orjson-3.10.
|
1497 |
-
{file = "orjson-3.10.
|
1498 |
-
{file = "orjson-3.10.
|
1499 |
-
{file = "orjson-3.10.
|
1500 |
-
{file = "orjson-3.10.
|
1501 |
-
{file = "orjson-3.10.
|
1502 |
-
{file = "orjson-3.10.
|
1503 |
-
{file = "orjson-3.10.
|
1504 |
-
{file = "orjson-3.10.
|
1505 |
-
{file = "orjson-3.10.
|
1506 |
-
{file = "orjson-3.10.
|
1507 |
-
{file = "orjson-3.10.
|
1508 |
-
{file = "orjson-3.10.
|
1509 |
-
{file = "orjson-3.10.
|
1510 |
-
{file = "orjson-3.10.
|
1511 |
-
{file = "orjson-3.10.
|
1512 |
-
{file = "orjson-3.10.
|
1513 |
-
{file = "orjson-3.10.
|
1514 |
-
{file = "orjson-3.10.
|
1515 |
-
{file = "orjson-3.10.
|
1516 |
-
{file = "orjson-3.10.
|
1517 |
-
{file = "orjson-3.10.
|
1518 |
-
{file = "orjson-3.10.
|
1519 |
-
{file = "orjson-3.10.
|
1520 |
-
{file = "orjson-3.10.
|
1521 |
-
{file = "orjson-3.10.
|
1522 |
-
{file = "orjson-3.10.
|
1523 |
-
{file = "orjson-3.10.
|
1524 |
-
{file = "orjson-3.10.
|
1525 |
-
{file = "orjson-3.10.
|
1526 |
-
{file = "orjson-3.10.
|
1527 |
-
{file = "orjson-3.10.
|
1528 |
-
{file = "orjson-3.10.
|
1529 |
-
{file = "orjson-3.10.
|
1530 |
-
{file = "orjson-3.10.
|
1531 |
-
{file = "orjson-3.10.
|
1532 |
-
{file = "orjson-3.10.
|
1533 |
-
{file = "orjson-3.10.
|
1534 |
-
{file = "orjson-3.10.
|
1535 |
-
{file = "orjson-3.10.
|
1536 |
-
{file = "orjson-3.10.
|
1537 |
-
{file = "orjson-3.10.
|
1538 |
-
{file = "orjson-3.10.
|
1539 |
-
{file = "orjson-3.10.
|
1540 |
-
{file = "orjson-3.10.
|
1541 |
-
{file = "orjson-3.10.
|
1542 |
-
{file = "orjson-3.10.
|
1543 |
-
{file = "orjson-3.10.
|
1544 |
-
{file = "orjson-3.10.
|
1545 |
-
{file = "orjson-3.10.
|
1546 |
-
{file = "orjson-3.10.
|
1547 |
-
{file = "orjson-3.10.
|
1548 |
-
{file = "orjson-3.10.
|
1549 |
-
{file = "orjson-3.10.
|
1550 |
-
{file = "orjson-3.10.
|
1551 |
-
{file = "orjson-3.10.
|
1552 |
-
{file = "orjson-3.10.
|
1553 |
-
{file = "orjson-3.10.
|
1554 |
-
{file = "orjson-3.10.
|
1555 |
-
{file = "orjson-3.10.
|
1556 |
-
{file = "orjson-3.10.
|
1557 |
-
{file = "orjson-3.10.
|
1558 |
-
{file = "orjson-3.10.
|
1559 |
-
{file = "orjson-3.10.
|
1560 |
-
{file = "orjson-3.10.
|
1561 |
-
{file = "orjson-3.10.
|
1562 |
-
{file = "orjson-3.10.
|
1563 |
-
{file = "orjson-3.10.
|
1564 |
-
{file = "orjson-3.10.
|
1565 |
-
{file = "orjson-3.10.
|
1566 |
-
{file = "orjson-3.10.
|
1567 |
-
{file = "orjson-3.10.
|
1568 |
]
|
1569 |
|
1570 |
[[package]]
|
@@ -1677,93 +1680,89 @@ files = [
|
|
1677 |
|
1678 |
[[package]]
|
1679 |
name = "pillow"
|
1680 |
-
version = "11.
|
1681 |
description = "Python Imaging Library (Fork)"
|
1682 |
optional = false
|
1683 |
python-versions = ">=3.9"
|
1684 |
files = [
|
1685 |
-
{file = "pillow-11.
|
1686 |
-
{file = "pillow-11.
|
1687 |
-
{file = "pillow-11.
|
1688 |
-
{file = "pillow-11.
|
1689 |
-
{file = "pillow-11.
|
1690 |
-
{file = "pillow-11.
|
1691 |
-
{file = "pillow-11.
|
1692 |
-
{file = "pillow-11.
|
1693 |
-
{file = "pillow-11.
|
1694 |
-
{file = "pillow-11.
|
1695 |
-
{file = "pillow-11.
|
1696 |
-
{file = "pillow-11.
|
1697 |
-
{file = "pillow-11.
|
1698 |
-
{file = "pillow-11.
|
1699 |
-
{file = "pillow-11.
|
1700 |
-
{file = "pillow-11.
|
1701 |
-
{file = "pillow-11.
|
1702 |
-
{file = "pillow-11.
|
1703 |
-
{file = "pillow-11.
|
1704 |
-
{file = "pillow-11.
|
1705 |
-
{file = "pillow-11.
|
1706 |
-
{file = "pillow-11.
|
1707 |
-
{file = "pillow-11.
|
1708 |
-
{file = "pillow-11.
|
1709 |
-
{file = "pillow-11.
|
1710 |
-
{file = "pillow-11.
|
1711 |
-
{file = "pillow-11.
|
1712 |
-
{file = "pillow-11.
|
1713 |
-
{file = "pillow-11.
|
1714 |
-
{file = "pillow-11.
|
1715 |
-
{file = "pillow-11.
|
1716 |
-
{file = "pillow-11.
|
1717 |
-
{file = "pillow-11.
|
1718 |
-
{file = "pillow-11.
|
1719 |
-
{file = "pillow-11.
|
1720 |
-
{file = "pillow-11.
|
1721 |
-
{file = "pillow-11.
|
1722 |
-
{file = "pillow-11.
|
1723 |
-
{file = "pillow-11.
|
1724 |
-
{file = "pillow-11.
|
1725 |
-
{file = "pillow-11.
|
1726 |
-
{file = "pillow-11.
|
1727 |
-
{file = "pillow-11.
|
1728 |
-
{file = "pillow-11.
|
1729 |
-
{file = "pillow-11.
|
1730 |
-
{file = "pillow-11.
|
1731 |
-
{file = "pillow-11.
|
1732 |
-
{file = "pillow-11.
|
1733 |
-
{file = "pillow-11.
|
1734 |
-
{file = "pillow-11.
|
1735 |
-
{file = "pillow-11.
|
1736 |
-
{file = "pillow-11.
|
1737 |
-
{file = "pillow-11.
|
1738 |
-
{file = "pillow-11.
|
1739 |
-
{file = "pillow-11.
|
1740 |
-
{file = "pillow-11.
|
1741 |
-
{file = "pillow-11.
|
1742 |
-
{file = "pillow-11.
|
1743 |
-
{file = "pillow-11.
|
1744 |
-
{file = "pillow-11.
|
1745 |
-
{file = "pillow-11.
|
1746 |
-
{file = "pillow-11.
|
1747 |
-
{file = "pillow-11.
|
1748 |
-
{file = "pillow-11.
|
1749 |
-
{file = "pillow-11.
|
1750 |
-
{file = "pillow-11.
|
1751 |
-
{file = "pillow-11.
|
1752 |
-
{file = "pillow-11.
|
1753 |
-
{file = "pillow-11.
|
1754 |
-
{file = "pillow-11.
|
1755 |
-
{file = "pillow-11.
|
1756 |
-
{file = "pillow-11.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:375b8dd15a1f5d2feafff536d47e22f69625c1aa92f12b339ec0b2ca40263273"},
|
1757 |
-
{file = "pillow-11.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:daffdf51ee5db69a82dd127eabecce20729e21f7a3680cf7cbb23f0829189790"},
|
1758 |
-
{file = "pillow-11.0.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7326a1787e3c7b0429659e0a944725e1b03eeaa10edd945a86dead1913383944"},
|
1759 |
-
{file = "pillow-11.0.0.tar.gz", hash = "sha256:72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739"},
|
1760 |
]
|
1761 |
|
1762 |
[package.extras]
|
1763 |
docs = ["furo", "olefile", "sphinx (>=8.1)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinxext-opengraph"]
|
1764 |
fpx = ["olefile"]
|
1765 |
mic = ["olefile"]
|
1766 |
-
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
1767 |
typing = ["typing-extensions"]
|
1768 |
xmp = ["defusedxml"]
|
1769 |
|
@@ -1784,33 +1783,33 @@ testing = ["pytest", "pytest-benchmark"]
|
|
1784 |
|
1785 |
[[package]]
|
1786 |
name = "protobuf"
|
1787 |
-
version = "5.29.
|
1788 |
description = ""
|
1789 |
optional = false
|
1790 |
python-versions = ">=3.8"
|
1791 |
files = [
|
1792 |
-
{file = "protobuf-5.29.
|
1793 |
-
{file = "protobuf-5.29.
|
1794 |
-
{file = "protobuf-5.29.
|
1795 |
-
{file = "protobuf-5.29.
|
1796 |
-
{file = "protobuf-5.29.
|
1797 |
-
{file = "protobuf-5.29.
|
1798 |
-
{file = "protobuf-5.29.
|
1799 |
-
{file = "protobuf-5.29.
|
1800 |
-
{file = "protobuf-5.29.
|
1801 |
-
{file = "protobuf-5.29.
|
1802 |
-
{file = "protobuf-5.29.
|
1803 |
]
|
1804 |
|
1805 |
[[package]]
|
1806 |
name = "pydantic"
|
1807 |
-
version = "2.10.
|
1808 |
description = "Data validation using Python type hints"
|
1809 |
optional = false
|
1810 |
python-versions = ">=3.8"
|
1811 |
files = [
|
1812 |
-
{file = "pydantic-2.10.
|
1813 |
-
{file = "pydantic-2.10.
|
1814 |
]
|
1815 |
|
1816 |
[package.dependencies]
|
@@ -1947,13 +1946,13 @@ files = [
|
|
1947 |
|
1948 |
[[package]]
|
1949 |
name = "pygments"
|
1950 |
-
version = "2.
|
1951 |
description = "Pygments is a syntax highlighting package written in Python."
|
1952 |
optional = false
|
1953 |
python-versions = ">=3.8"
|
1954 |
files = [
|
1955 |
-
{file = "pygments-2.
|
1956 |
-
{file = "pygments-2.
|
1957 |
]
|
1958 |
|
1959 |
[package.extras]
|
@@ -2012,13 +2011,13 @@ test = ["pytest", "pytest-cov"]
|
|
2012 |
|
2013 |
[[package]]
|
2014 |
name = "pyparsing"
|
2015 |
-
version = "3.2.
|
2016 |
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
2017 |
optional = false
|
2018 |
python-versions = ">=3.9"
|
2019 |
files = [
|
2020 |
-
{file = "pyparsing-3.2.
|
2021 |
-
{file = "pyparsing-3.2.
|
2022 |
]
|
2023 |
|
2024 |
[package.extras]
|
@@ -2444,29 +2443,29 @@ files = [
|
|
2444 |
|
2445 |
[[package]]
|
2446 |
name = "ruff"
|
2447 |
-
version = "0.
|
2448 |
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2449 |
optional = false
|
2450 |
python-versions = ">=3.7"
|
2451 |
files = [
|
2452 |
-
{file = "ruff-0.
|
2453 |
-
{file = "ruff-0.
|
2454 |
-
{file = "ruff-0.
|
2455 |
-
{file = "ruff-0.
|
2456 |
-
{file = "ruff-0.
|
2457 |
-
{file = "ruff-0.
|
2458 |
-
{file = "ruff-0.
|
2459 |
-
{file = "ruff-0.
|
2460 |
-
{file = "ruff-0.
|
2461 |
-
{file = "ruff-0.
|
2462 |
-
{file = "ruff-0.
|
2463 |
-
{file = "ruff-0.
|
2464 |
-
{file = "ruff-0.
|
2465 |
-
{file = "ruff-0.
|
2466 |
-
{file = "ruff-0.
|
2467 |
-
{file = "ruff-0.
|
2468 |
-
{file = "ruff-0.
|
2469 |
-
{file = "ruff-0.
|
2470 |
]
|
2471 |
|
2472 |
[[package]]
|
@@ -2505,7 +2504,7 @@ python-dotenv = ">=1.0.1,<2.0.0"
|
|
2505 |
structlog = ">=24.4.0,<25.0.0"
|
2506 |
|
2507 |
[[package]]
|
2508 |
-
name = "
|
2509 |
version = "1.2.1"
|
2510 |
description = "SamGIS WEB"
|
2511 |
optional = false
|
@@ -3156,4 +3155,4 @@ files = [
|
|
3156 |
[metadata]
|
3157 |
lock-version = "2.0"
|
3158 |
python-versions = ">=3.10, <3.13"
|
3159 |
-
content-hash = "
|
|
|
50 |
|
51 |
[[package]]
|
52 |
name = "anyio"
|
53 |
+
version = "4.8.0"
|
54 |
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
55 |
optional = false
|
56 |
python-versions = ">=3.9"
|
57 |
files = [
|
58 |
+
{file = "anyio-4.8.0-py3-none-any.whl", hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a"},
|
59 |
+
{file = "anyio-4.8.0.tar.gz", hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a"},
|
60 |
]
|
61 |
|
62 |
[package.dependencies]
|
|
|
67 |
|
68 |
[package.extras]
|
69 |
doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"]
|
70 |
+
test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21)"]
|
71 |
trio = ["trio (>=0.26.1)"]
|
72 |
|
73 |
[[package]]
|
|
|
419 |
|
420 |
[[package]]
|
421 |
name = "coverage"
|
422 |
+
version = "7.6.10"
|
423 |
description = "Code coverage measurement for Python"
|
424 |
optional = false
|
425 |
python-versions = ">=3.9"
|
426 |
files = [
|
427 |
+
{file = "coverage-7.6.10-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5c912978f7fbf47ef99cec50c4401340436d200d41d714c7a4766f377c5b7b78"},
|
428 |
+
{file = "coverage-7.6.10-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a01ec4af7dfeb96ff0078ad9a48810bb0cc8abcb0115180c6013a6b26237626c"},
|
429 |
+
{file = "coverage-7.6.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a3b204c11e2b2d883946fe1d97f89403aa1811df28ce0447439178cc7463448a"},
|
430 |
+
{file = "coverage-7.6.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:32ee6d8491fcfc82652a37109f69dee9a830e9379166cb73c16d8dc5c2915165"},
|
431 |
+
{file = "coverage-7.6.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:675cefc4c06e3b4c876b85bfb7c59c5e2218167bbd4da5075cbe3b5790a28988"},
|
432 |
+
{file = "coverage-7.6.10-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f4f620668dbc6f5e909a0946a877310fb3d57aea8198bde792aae369ee1c23b5"},
|
433 |
+
{file = "coverage-7.6.10-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:4eea95ef275de7abaef630c9b2c002ffbc01918b726a39f5a4353916ec72d2f3"},
|
434 |
+
{file = "coverage-7.6.10-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:e2f0280519e42b0a17550072861e0bc8a80a0870de260f9796157d3fca2733c5"},
|
435 |
+
{file = "coverage-7.6.10-cp310-cp310-win32.whl", hash = "sha256:bc67deb76bc3717f22e765ab3e07ee9c7a5e26b9019ca19a3b063d9f4b874244"},
|
436 |
+
{file = "coverage-7.6.10-cp310-cp310-win_amd64.whl", hash = "sha256:0f460286cb94036455e703c66988851d970fdfd8acc2a1122ab7f4f904e4029e"},
|
437 |
+
{file = "coverage-7.6.10-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ea3c8f04b3e4af80e17bab607c386a830ffc2fb88a5484e1df756478cf70d1d3"},
|
438 |
+
{file = "coverage-7.6.10-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:507a20fc863cae1d5720797761b42d2d87a04b3e5aeb682ef3b7332e90598f43"},
|
439 |
+
{file = "coverage-7.6.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d37a84878285b903c0fe21ac8794c6dab58150e9359f1aaebbeddd6412d53132"},
|
440 |
+
{file = "coverage-7.6.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a534738b47b0de1995f85f582d983d94031dffb48ab86c95bdf88dc62212142f"},
|
441 |
+
{file = "coverage-7.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d7a2bf79378d8fb8afaa994f91bfd8215134f8631d27eba3e0e2c13546ce994"},
|
442 |
+
{file = "coverage-7.6.10-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6713ba4b4ebc330f3def51df1d5d38fad60b66720948112f114968feb52d3f99"},
|
443 |
+
{file = "coverage-7.6.10-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ab32947f481f7e8c763fa2c92fd9f44eeb143e7610c4ca9ecd6a36adab4081bd"},
|
444 |
+
{file = "coverage-7.6.10-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:7bbd8c8f1b115b892e34ba66a097b915d3871db7ce0e6b9901f462ff3a975377"},
|
445 |
+
{file = "coverage-7.6.10-cp311-cp311-win32.whl", hash = "sha256:299e91b274c5c9cdb64cbdf1b3e4a8fe538a7a86acdd08fae52301b28ba297f8"},
|
446 |
+
{file = "coverage-7.6.10-cp311-cp311-win_amd64.whl", hash = "sha256:489a01f94aa581dbd961f306e37d75d4ba16104bbfa2b0edb21d29b73be83609"},
|
447 |
+
{file = "coverage-7.6.10-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:27c6e64726b307782fa5cbe531e7647aee385a29b2107cd87ba7c0105a5d3853"},
|
448 |
+
{file = "coverage-7.6.10-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c56e097019e72c373bae32d946ecf9858fda841e48d82df7e81c63ac25554078"},
|
449 |
+
{file = "coverage-7.6.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7827a5bc7bdb197b9e066cdf650b2887597ad124dd99777332776f7b7c7d0d0"},
|
450 |
+
{file = "coverage-7.6.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:204a8238afe787323a8b47d8be4df89772d5c1e4651b9ffa808552bdf20e1d50"},
|
451 |
+
{file = "coverage-7.6.10-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e67926f51821b8e9deb6426ff3164870976fe414d033ad90ea75e7ed0c2e5022"},
|
452 |
+
{file = "coverage-7.6.10-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e78b270eadb5702938c3dbe9367f878249b5ef9a2fcc5360ac7bff694310d17b"},
|
453 |
+
{file = "coverage-7.6.10-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:714f942b9c15c3a7a5fe6876ce30af831c2ad4ce902410b7466b662358c852c0"},
|
454 |
+
{file = "coverage-7.6.10-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:abb02e2f5a3187b2ac4cd46b8ced85a0858230b577ccb2c62c81482ca7d18852"},
|
455 |
+
{file = "coverage-7.6.10-cp312-cp312-win32.whl", hash = "sha256:55b201b97286cf61f5e76063f9e2a1d8d2972fc2fcfd2c1272530172fd28c359"},
|
456 |
+
{file = "coverage-7.6.10-cp312-cp312-win_amd64.whl", hash = "sha256:e4ae5ac5e0d1e4edfc9b4b57b4cbecd5bc266a6915c500f358817a8496739247"},
|
457 |
+
{file = "coverage-7.6.10-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:05fca8ba6a87aabdd2d30d0b6c838b50510b56cdcfc604d40760dae7153b73d9"},
|
458 |
+
{file = "coverage-7.6.10-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:9e80eba8801c386f72e0712a0453431259c45c3249f0009aff537a517b52942b"},
|
459 |
+
{file = "coverage-7.6.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a372c89c939d57abe09e08c0578c1d212e7a678135d53aa16eec4430adc5e690"},
|
460 |
+
{file = "coverage-7.6.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ec22b5e7fe7a0fa8509181c4aac1db48f3dd4d3a566131b313d1efc102892c18"},
|
461 |
+
{file = "coverage-7.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:26bcf5c4df41cad1b19c84af71c22cbc9ea9a547fc973f1f2cc9a290002c8b3c"},
|
462 |
+
{file = "coverage-7.6.10-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4e4630c26b6084c9b3cb53b15bd488f30ceb50b73c35c5ad7871b869cb7365fd"},
|
463 |
+
{file = "coverage-7.6.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2396e8116db77789f819d2bc8a7e200232b7a282c66e0ae2d2cd84581a89757e"},
|
464 |
+
{file = "coverage-7.6.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:79109c70cc0882e4d2d002fe69a24aa504dec0cc17169b3c7f41a1d341a73694"},
|
465 |
+
{file = "coverage-7.6.10-cp313-cp313-win32.whl", hash = "sha256:9e1747bab246d6ff2c4f28b4d186b205adced9f7bd9dc362051cc37c4a0c7bd6"},
|
466 |
+
{file = "coverage-7.6.10-cp313-cp313-win_amd64.whl", hash = "sha256:254f1a3b1eef5f7ed23ef265eaa89c65c8c5b6b257327c149db1ca9d4a35f25e"},
|
467 |
+
{file = "coverage-7.6.10-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:2ccf240eb719789cedbb9fd1338055de2761088202a9a0b73032857e53f612fe"},
|
468 |
+
{file = "coverage-7.6.10-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:0c807ca74d5a5e64427c8805de15b9ca140bba13572d6d74e262f46f50b13273"},
|
469 |
+
{file = "coverage-7.6.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2bcfa46d7709b5a7ffe089075799b902020b62e7ee56ebaed2f4bdac04c508d8"},
|
470 |
+
{file = "coverage-7.6.10-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4e0de1e902669dccbf80b0415fb6b43d27edca2fbd48c74da378923b05316098"},
|
471 |
+
{file = "coverage-7.6.10-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f7b444c42bbc533aaae6b5a2166fd1a797cdb5eb58ee51a92bee1eb94a1e1cb"},
|
472 |
+
{file = "coverage-7.6.10-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:b330368cb99ef72fcd2dc3ed260adf67b31499584dc8a20225e85bfe6f6cfed0"},
|
473 |
+
{file = "coverage-7.6.10-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:9a7cfb50515f87f7ed30bc882f68812fd98bc2852957df69f3003d22a2aa0abf"},
|
474 |
+
{file = "coverage-7.6.10-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6f93531882a5f68c28090f901b1d135de61b56331bba82028489bc51bdd818d2"},
|
475 |
+
{file = "coverage-7.6.10-cp313-cp313t-win32.whl", hash = "sha256:89d76815a26197c858f53c7f6a656686ec392b25991f9e409bcef020cd532312"},
|
476 |
+
{file = "coverage-7.6.10-cp313-cp313t-win_amd64.whl", hash = "sha256:54a5f0f43950a36312155dae55c505a76cd7f2b12d26abeebbe7a0b36dbc868d"},
|
477 |
+
{file = "coverage-7.6.10-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:656c82b8a0ead8bba147de9a89bda95064874c91a3ed43a00e687f23cc19d53a"},
|
478 |
+
{file = "coverage-7.6.10-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ccc2b70a7ed475c68ceb548bf69cec1e27305c1c2606a5eb7c3afff56a1b3b27"},
|
479 |
+
{file = "coverage-7.6.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5e37dc41d57ceba70956fa2fc5b63c26dba863c946ace9705f8eca99daecdc4"},
|
480 |
+
{file = "coverage-7.6.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0aa9692b4fdd83a4647eeb7db46410ea1322b5ed94cd1715ef09d1d5922ba87f"},
|
481 |
+
{file = "coverage-7.6.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa744da1820678b475e4ba3dfd994c321c5b13381d1041fe9c608620e6676e25"},
|
482 |
+
{file = "coverage-7.6.10-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:c0b1818063dc9e9d838c09e3a473c1422f517889436dd980f5d721899e66f315"},
|
483 |
+
{file = "coverage-7.6.10-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:59af35558ba08b758aec4d56182b222976330ef8d2feacbb93964f576a7e7a90"},
|
484 |
+
{file = "coverage-7.6.10-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7ed2f37cfce1ce101e6dffdfd1c99e729dd2ffc291d02d3e2d0af8b53d13840d"},
|
485 |
+
{file = "coverage-7.6.10-cp39-cp39-win32.whl", hash = "sha256:4bcc276261505d82f0ad426870c3b12cb177752834a633e737ec5ee79bbdff18"},
|
486 |
+
{file = "coverage-7.6.10-cp39-cp39-win_amd64.whl", hash = "sha256:457574f4599d2b00f7f637a0700a6422243b3565509457b2dbd3f50703e11f59"},
|
487 |
+
{file = "coverage-7.6.10-pp39.pp310-none-any.whl", hash = "sha256:fd34e7b3405f0cc7ab03d54a334c17a9e802897580d964bd8c2001f4b9fd488f"},
|
488 |
+
{file = "coverage-7.6.10.tar.gz", hash = "sha256:7fb105327c8f8f0682e29843e2ff96af9dcbe5bab8eeb4b398c6a33a16d80a23"},
|
489 |
]
|
490 |
|
491 |
[package.dependencies]
|
|
|
777 |
|
778 |
[[package]]
|
779 |
name = "gradio"
|
780 |
+
version = "5.12.0"
|
781 |
description = "Python library for easily interacting with trained machine learning models"
|
782 |
optional = false
|
783 |
python-versions = ">=3.10"
|
784 |
files = [
|
785 |
+
{file = "gradio-5.12.0-py3-none-any.whl", hash = "sha256:b4b79a2c537131a8a5e23046565e64da40156ac24f9082e563e734e89641e160"},
|
786 |
]
|
787 |
|
788 |
[package.dependencies]
|
|
|
790 |
anyio = ">=3.0,<5.0"
|
791 |
fastapi = ">=0.115.2,<1.0"
|
792 |
ffmpy = "*"
|
793 |
+
gradio-client = "1.5.4"
|
794 |
httpx = ">=0.24.1"
|
795 |
huggingface-hub = ">=0.25.1"
|
796 |
jinja2 = "<4.0"
|
|
|
819 |
|
820 |
[[package]]
|
821 |
name = "gradio-client"
|
822 |
+
version = "1.5.4"
|
823 |
description = "Python library for easily interacting with trained machine learning models"
|
824 |
optional = false
|
825 |
python-versions = ">=3.10"
|
826 |
files = [
|
827 |
+
{file = "gradio_client-1.5.4-py3-none-any.whl", hash = "sha256:ad38c9a6f7fc590e822627f5bf5685321a7822b8f1a88b76d00a0621a43162d6"},
|
828 |
+
{file = "gradio_client-1.5.4.tar.gz", hash = "sha256:281a1b6c4e45210c70b60888bb6f329c27f30645d7aa376e1f20966de82273dc"},
|
829 |
]
|
830 |
|
831 |
[package.dependencies]
|
|
|
895 |
|
896 |
[[package]]
|
897 |
name = "huggingface-hub"
|
898 |
+
version = "0.27.1"
|
899 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
900 |
optional = false
|
901 |
python-versions = ">=3.8.0"
|
902 |
files = [
|
903 |
+
{file = "huggingface_hub-0.27.1-py3-none-any.whl", hash = "sha256:1c5155ca7d60b60c2e2fc38cbb3ffb7f7c3adf48f824015b219af9061771daec"},
|
904 |
+
{file = "huggingface_hub-0.27.1.tar.gz", hash = "sha256:c004463ca870283909d715d20f066ebd6968c2207dae9393fdffb3c1d4d8f98b"},
|
905 |
]
|
906 |
|
907 |
[package.dependencies]
|
|
|
1329 |
|
1330 |
[[package]]
|
1331 |
name = "mistune"
|
1332 |
+
version = "3.1.0"
|
1333 |
description = "A sane and fast Markdown parser with useful plugins and renderers"
|
1334 |
optional = false
|
1335 |
+
python-versions = ">=3.8"
|
1336 |
files = [
|
1337 |
+
{file = "mistune-3.1.0-py3-none-any.whl", hash = "sha256:b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1"},
|
1338 |
+
{file = "mistune-3.1.0.tar.gz", hash = "sha256:dbcac2f78292b9dc066cd03b7a3a26b62d85f8159f2ea5fd28e55df79908d667"},
|
1339 |
]
|
1340 |
|
1341 |
+
[package.dependencies]
|
1342 |
+
typing-extensions = {version = "*", markers = "python_version < \"3.11\""}
|
1343 |
+
|
1344 |
[[package]]
|
1345 |
name = "mpmath"
|
1346 |
version = "1.3.0"
|
|
|
1488 |
|
1489 |
[[package]]
|
1490 |
name = "orjson"
|
1491 |
+
version = "3.10.14"
|
1492 |
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
|
1493 |
optional = false
|
1494 |
python-versions = ">=3.8"
|
1495 |
files = [
|
1496 |
+
{file = "orjson-3.10.14-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:849ea7845a55f09965826e816cdc7689d6cf74fe9223d79d758c714af955bcb6"},
|
1497 |
+
{file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5947b139dfa33f72eecc63f17e45230a97e741942955a6c9e650069305eb73d"},
|
1498 |
+
{file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cde6d76910d3179dae70f164466692f4ea36da124d6fb1a61399ca589e81d69a"},
|
1499 |
+
{file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c6dfbaeb7afa77ca608a50e2770a0461177b63a99520d4928e27591b142c74b1"},
|
1500 |
+
{file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fa45e489ef80f28ff0e5ba0a72812b8cfc7c1ef8b46a694723807d1b07c89ebb"},
|
1501 |
+
{file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f5007abfdbb1d866e2aa8990bd1c465f0f6da71d19e695fc278282be12cffa5"},
|
1502 |
+
{file = "orjson-3.10.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1b49e2af011c84c3f2d541bb5cd1e3c7c2df672223e7e3ea608f09cf295e5f8a"},
|
1503 |
+
{file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:164ac155109226b3a2606ee6dda899ccfbe6e7e18b5bdc3fbc00f79cc074157d"},
|
1504 |
+
{file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:6b1225024cf0ef5d15934b5ffe9baf860fe8bc68a796513f5ea4f5056de30bca"},
|
1505 |
+
{file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:d6546e8073dc382e60fcae4a001a5a1bc46da5eab4a4878acc2d12072d6166d5"},
|
1506 |
+
{file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9f1d2942605c894162252d6259b0121bf1cb493071a1ea8cb35d79cb3e6ac5bc"},
|
1507 |
+
{file = "orjson-3.10.14-cp310-cp310-win32.whl", hash = "sha256:397083806abd51cf2b3bbbf6c347575374d160331a2d33c5823e22249ad3118b"},
|
1508 |
+
{file = "orjson-3.10.14-cp310-cp310-win_amd64.whl", hash = "sha256:fa18f949d3183a8d468367056be989666ac2bef3a72eece0bade9cdb733b3c28"},
|
1509 |
+
{file = "orjson-3.10.14-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:f506fd666dd1ecd15a832bebc66c4df45c1902fd47526292836c339f7ba665a9"},
|
1510 |
+
{file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:efe5fd254cfb0eeee13b8ef7ecb20f5d5a56ddda8a587f3852ab2cedfefdb5f6"},
|
1511 |
+
{file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4ddc8c866d7467f5ee2991397d2ea94bcf60d0048bdd8ca555740b56f9042725"},
|
1512 |
+
{file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3af8e42ae4363773658b8d578d56dedffb4f05ceeb4d1d4dd3fb504950b45526"},
|
1513 |
+
{file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:84dd83110503bc10e94322bf3ffab8bc49150176b49b4984dc1cce4c0a993bf9"},
|
1514 |
+
{file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36f5bfc0399cd4811bf10ec7a759c7ab0cd18080956af8ee138097d5b5296a95"},
|
1515 |
+
{file = "orjson-3.10.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:868943660fb2a1e6b6b965b74430c16a79320b665b28dd4511d15ad5038d37d5"},
|
1516 |
+
{file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:33449c67195969b1a677533dee9d76e006001213a24501333624623e13c7cc8e"},
|
1517 |
+
{file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:e4c9f60f9fb0b5be66e416dcd8c9d94c3eabff3801d875bdb1f8ffc12cf86905"},
|
1518 |
+
{file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:0de4d6315cfdbd9ec803b945c23b3a68207fd47cbe43626036d97e8e9561a436"},
|
1519 |
+
{file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:83adda3db595cb1a7e2237029b3249c85afbe5c747d26b41b802e7482cb3933e"},
|
1520 |
+
{file = "orjson-3.10.14-cp311-cp311-win32.whl", hash = "sha256:998019ef74a4997a9d741b1473533cdb8faa31373afc9849b35129b4b8ec048d"},
|
1521 |
+
{file = "orjson-3.10.14-cp311-cp311-win_amd64.whl", hash = "sha256:9d034abdd36f0f0f2240f91492684e5043d46f290525d1117712d5b8137784eb"},
|
1522 |
+
{file = "orjson-3.10.14-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:2ad4b7e367efba6dc3f119c9a0fcd41908b7ec0399a696f3cdea7ec477441b09"},
|
1523 |
+
{file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f496286fc85e93ce0f71cc84fc1c42de2decf1bf494094e188e27a53694777a7"},
|
1524 |
+
{file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c7f189bbfcded40e41a6969c1068ba305850ba016665be71a217918931416fbf"},
|
1525 |
+
{file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8cc8204f0b75606869c707da331058ddf085de29558b516fc43c73ee5ee2aadb"},
|
1526 |
+
{file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:deaa2899dff7f03ab667e2ec25842d233e2a6a9e333efa484dfe666403f3501c"},
|
1527 |
+
{file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1c3ea52642c9714dc6e56de8a451a066f6d2707d273e07fe8a9cc1ba073813d"},
|
1528 |
+
{file = "orjson-3.10.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9d3f9ed72e7458ded9a1fb1b4d4ed4c4fdbaf82030ce3f9274b4dc1bff7ace2b"},
|
1529 |
+
{file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:07520685d408a2aba514c17ccc16199ff2934f9f9e28501e676c557f454a37fe"},
|
1530 |
+
{file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:76344269b550ea01488d19a2a369ab572c1ac4449a72e9f6ac0d70eb1cbfb953"},
|
1531 |
+
{file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:e2979d0f2959990620f7e62da6cd954e4620ee815539bc57a8ae46e2dacf90e3"},
|
1532 |
+
{file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:03f61ca3674555adcb1aa717b9fc87ae936aa7a63f6aba90a474a88701278780"},
|
1533 |
+
{file = "orjson-3.10.14-cp312-cp312-win32.whl", hash = "sha256:d5075c54edf1d6ad81d4c6523ce54a748ba1208b542e54b97d8a882ecd810fd1"},
|
1534 |
+
{file = "orjson-3.10.14-cp312-cp312-win_amd64.whl", hash = "sha256:175cafd322e458603e8ce73510a068d16b6e6f389c13f69bf16de0e843d7d406"},
|
1535 |
+
{file = "orjson-3.10.14-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:0905ca08a10f7e0e0c97d11359609300eb1437490a7f32bbaa349de757e2e0c7"},
|
1536 |
+
{file = "orjson-3.10.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92d13292249f9f2a3e418cbc307a9fbbef043c65f4bd8ba1eb620bc2aaba3d15"},
|
1537 |
+
{file = "orjson-3.10.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90937664e776ad316d64251e2fa2ad69265e4443067668e4727074fe39676414"},
|
1538 |
+
{file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9ed3d26c4cb4f6babaf791aa46a029265850e80ec2a566581f5c2ee1a14df4f1"},
|
1539 |
+
{file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:56ee546c2bbe9599aba78169f99d1dc33301853e897dbaf642d654248280dc6e"},
|
1540 |
+
{file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:901e826cb2f1bdc1fcef3ef59adf0c451e8f7c0b5deb26c1a933fb66fb505eae"},
|
1541 |
+
{file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:26336c0d4b2d44636e1e1e6ed1002f03c6aae4a8a9329561c8883f135e9ff010"},
|
1542 |
+
{file = "orjson-3.10.14-cp313-cp313-win32.whl", hash = "sha256:e2bc525e335a8545c4e48f84dd0328bc46158c9aaeb8a1c2276546e94540ea3d"},
|
1543 |
+
{file = "orjson-3.10.14-cp313-cp313-win_amd64.whl", hash = "sha256:eca04dfd792cedad53dc9a917da1a522486255360cb4e77619343a20d9f35364"},
|
1544 |
+
{file = "orjson-3.10.14-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:9a0fba3b8a587a54c18585f077dcab6dd251c170d85cfa4d063d5746cd595a0f"},
|
1545 |
+
{file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:175abf3d20e737fec47261d278f95031736a49d7832a09ab684026528c4d96db"},
|
1546 |
+
{file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:29ca1a93e035d570e8b791b6c0feddd403c6a5388bfe870bf2aa6bba1b9d9b8e"},
|
1547 |
+
{file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f77202c80e8ab5a1d1e9faf642343bee5aaf332061e1ada4e9147dbd9eb00c46"},
|
1548 |
+
{file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6e2ec73b7099b6a29b40a62e08a23b936423bd35529f8f55c42e27acccde7954"},
|
1549 |
+
{file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2d1679df9f9cd9504f8dff24555c1eaabba8aad7f5914f28dab99e3c2552c9d"},
|
1550 |
+
{file = "orjson-3.10.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:691ab9a13834310a263664313e4f747ceb93662d14a8bdf20eb97d27ed488f16"},
|
1551 |
+
{file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:b11ed82054fce82fb74cea33247d825d05ad6a4015ecfc02af5fbce442fbf361"},
|
1552 |
+
{file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:e70a1d62b8288677d48f3bea66c21586a5f999c64ecd3878edb7393e8d1b548d"},
|
1553 |
+
{file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:16642f10c1ca5611251bd835de9914a4b03095e28a34c8ba6a5500b5074338bd"},
|
1554 |
+
{file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:3871bad546aa66c155e3f36f99c459780c2a392d502a64e23fb96d9abf338511"},
|
1555 |
+
{file = "orjson-3.10.14-cp38-cp38-win32.whl", hash = "sha256:0293a88815e9bb5c90af4045f81ed364d982f955d12052d989d844d6c4e50945"},
|
1556 |
+
{file = "orjson-3.10.14-cp38-cp38-win_amd64.whl", hash = "sha256:6169d3868b190d6b21adc8e61f64e3db30f50559dfbdef34a1cd6c738d409dfc"},
|
1557 |
+
{file = "orjson-3.10.14-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:06d4ec218b1ec1467d8d64da4e123b4794c781b536203c309ca0f52819a16c03"},
|
1558 |
+
{file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:962c2ec0dcaf22b76dee9831fdf0c4a33d4bf9a257a2bc5d4adc00d5c8ad9034"},
|
1559 |
+
{file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:21d3be4132f71ef1360385770474f29ea1538a242eef72ac4934fe142800e37f"},
|
1560 |
+
{file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c28ed60597c149a9e3f5ad6dd9cebaee6fb2f0e3f2d159a4a2b9b862d4748860"},
|
1561 |
+
{file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7e947f70167fe18469f2023644e91ab3d24f9aed69a5e1c78e2c81b9cea553fb"},
|
1562 |
+
{file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64410696c97a35af2432dea7bdc4ce32416458159430ef1b4beb79fd30093ad6"},
|
1563 |
+
{file = "orjson-3.10.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8050a5d81c022561ee29cd2739de5b4445f3c72f39423fde80a63299c1892c52"},
|
1564 |
+
{file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:b49a28e30d3eca86db3fe6f9b7f4152fcacbb4a467953cd1b42b94b479b77956"},
|
1565 |
+
{file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:ca041ad20291a65d853a9523744eebc3f5a4b2f7634e99f8fe88320695ddf766"},
|
1566 |
+
{file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:d313a2998b74bb26e9e371851a173a9b9474764916f1fc7971095699b3c6e964"},
|
1567 |
+
{file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7796692136a67b3e301ef9052bde6fe8e7bd5200da766811a3a608ffa62aaff0"},
|
1568 |
+
{file = "orjson-3.10.14-cp39-cp39-win32.whl", hash = "sha256:eee4bc767f348fba485ed9dc576ca58b0a9eac237f0e160f7a59bce628ed06b3"},
|
1569 |
+
{file = "orjson-3.10.14-cp39-cp39-win_amd64.whl", hash = "sha256:96a1c0ee30fb113b3ae3c748fd75ca74a157ff4c58476c47db4d61518962a011"},
|
1570 |
+
{file = "orjson-3.10.14.tar.gz", hash = "sha256:cf31f6f071a6b8e7aa1ead1fa27b935b48d00fbfa6a28ce856cfff2d5dd68eed"},
|
1571 |
]
|
1572 |
|
1573 |
[[package]]
|
|
|
1680 |
|
1681 |
[[package]]
|
1682 |
name = "pillow"
|
1683 |
+
version = "11.1.0"
|
1684 |
description = "Python Imaging Library (Fork)"
|
1685 |
optional = false
|
1686 |
python-versions = ">=3.9"
|
1687 |
files = [
|
1688 |
+
{file = "pillow-11.1.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:e1abe69aca89514737465752b4bcaf8016de61b3be1397a8fc260ba33321b3a8"},
|
1689 |
+
{file = "pillow-11.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c640e5a06869c75994624551f45e5506e4256562ead981cce820d5ab39ae2192"},
|
1690 |
+
{file = "pillow-11.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a07dba04c5e22824816b2615ad7a7484432d7f540e6fa86af60d2de57b0fcee2"},
|
1691 |
+
{file = "pillow-11.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e267b0ed063341f3e60acd25c05200df4193e15a4a5807075cd71225a2386e26"},
|
1692 |
+
{file = "pillow-11.1.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:bd165131fd51697e22421d0e467997ad31621b74bfc0b75956608cb2906dda07"},
|
1693 |
+
{file = "pillow-11.1.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:abc56501c3fd148d60659aae0af6ddc149660469082859fa7b066a298bde9482"},
|
1694 |
+
{file = "pillow-11.1.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:54ce1c9a16a9561b6d6d8cb30089ab1e5eb66918cb47d457bd996ef34182922e"},
|
1695 |
+
{file = "pillow-11.1.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:73ddde795ee9b06257dac5ad42fcb07f3b9b813f8c1f7f870f402f4dc54b5269"},
|
1696 |
+
{file = "pillow-11.1.0-cp310-cp310-win32.whl", hash = "sha256:3a5fe20a7b66e8135d7fd617b13272626a28278d0e578c98720d9ba4b2439d49"},
|
1697 |
+
{file = "pillow-11.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:b6123aa4a59d75f06e9dd3dac5bf8bc9aa383121bb3dd9a7a612e05eabc9961a"},
|
1698 |
+
{file = "pillow-11.1.0-cp310-cp310-win_arm64.whl", hash = "sha256:a76da0a31da6fcae4210aa94fd779c65c75786bc9af06289cd1c184451ef7a65"},
|
1699 |
+
{file = "pillow-11.1.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:e06695e0326d05b06833b40b7ef477e475d0b1ba3a6d27da1bb48c23209bf457"},
|
1700 |
+
{file = "pillow-11.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:96f82000e12f23e4f29346e42702b6ed9a2f2fea34a740dd5ffffcc8c539eb35"},
|
1701 |
+
{file = "pillow-11.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a3cd561ded2cf2bbae44d4605837221b987c216cff94f49dfeed63488bb228d2"},
|
1702 |
+
{file = "pillow-11.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f189805c8be5ca5add39e6f899e6ce2ed824e65fb45f3c28cb2841911da19070"},
|
1703 |
+
{file = "pillow-11.1.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:dd0052e9db3474df30433f83a71b9b23bd9e4ef1de13d92df21a52c0303b8ab6"},
|
1704 |
+
{file = "pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:837060a8599b8f5d402e97197d4924f05a2e0d68756998345c829c33186217b1"},
|
1705 |
+
{file = "pillow-11.1.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:aa8dd43daa836b9a8128dbe7d923423e5ad86f50a7a14dc688194b7be5c0dea2"},
|
1706 |
+
{file = "pillow-11.1.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0a2f91f8a8b367e7a57c6e91cd25af510168091fb89ec5146003e424e1558a96"},
|
1707 |
+
{file = "pillow-11.1.0-cp311-cp311-win32.whl", hash = "sha256:c12fc111ef090845de2bb15009372175d76ac99969bdf31e2ce9b42e4b8cd88f"},
|
1708 |
+
{file = "pillow-11.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:fbd43429d0d7ed6533b25fc993861b8fd512c42d04514a0dd6337fb3ccf22761"},
|
1709 |
+
{file = "pillow-11.1.0-cp311-cp311-win_arm64.whl", hash = "sha256:f7955ecf5609dee9442cbface754f2c6e541d9e6eda87fad7f7a989b0bdb9d71"},
|
1710 |
+
{file = "pillow-11.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:2062ffb1d36544d42fcaa277b069c88b01bb7298f4efa06731a7fd6cc290b81a"},
|
1711 |
+
{file = "pillow-11.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a85b653980faad27e88b141348707ceeef8a1186f75ecc600c395dcac19f385b"},
|
1712 |
+
{file = "pillow-11.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9409c080586d1f683df3f184f20e36fb647f2e0bc3988094d4fd8c9f4eb1b3b3"},
|
1713 |
+
{file = "pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7fdadc077553621911f27ce206ffcbec7d3f8d7b50e0da39f10997e8e2bb7f6a"},
|
1714 |
+
{file = "pillow-11.1.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:93a18841d09bcdd774dcdc308e4537e1f867b3dec059c131fde0327899734aa1"},
|
1715 |
+
{file = "pillow-11.1.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:9aa9aeddeed452b2f616ff5507459e7bab436916ccb10961c4a382cd3e03f47f"},
|
1716 |
+
{file = "pillow-11.1.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3cdcdb0b896e981678eee140d882b70092dac83ac1cdf6b3a60e2216a73f2b91"},
|
1717 |
+
{file = "pillow-11.1.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:36ba10b9cb413e7c7dfa3e189aba252deee0602c86c309799da5a74009ac7a1c"},
|
1718 |
+
{file = "pillow-11.1.0-cp312-cp312-win32.whl", hash = "sha256:cfd5cd998c2e36a862d0e27b2df63237e67273f2fc78f47445b14e73a810e7e6"},
|
1719 |
+
{file = "pillow-11.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:a697cd8ba0383bba3d2d3ada02b34ed268cb548b369943cd349007730c92bddf"},
|
1720 |
+
{file = "pillow-11.1.0-cp312-cp312-win_arm64.whl", hash = "sha256:4dd43a78897793f60766563969442020e90eb7847463eca901e41ba186a7d4a5"},
|
1721 |
+
{file = "pillow-11.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ae98e14432d458fc3de11a77ccb3ae65ddce70f730e7c76140653048c71bfcbc"},
|
1722 |
+
{file = "pillow-11.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cc1331b6d5a6e144aeb5e626f4375f5b7ae9934ba620c0ac6b3e43d5e683a0f0"},
|
1723 |
+
{file = "pillow-11.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:758e9d4ef15d3560214cddbc97b8ef3ef86ce04d62ddac17ad39ba87e89bd3b1"},
|
1724 |
+
{file = "pillow-11.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b523466b1a31d0dcef7c5be1f20b942919b62fd6e9a9be199d035509cbefc0ec"},
|
1725 |
+
{file = "pillow-11.1.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:9044b5e4f7083f209c4e35aa5dd54b1dd5b112b108648f5c902ad586d4f945c5"},
|
1726 |
+
{file = "pillow-11.1.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:3764d53e09cdedd91bee65c2527815d315c6b90d7b8b79759cc48d7bf5d4f114"},
|
1727 |
+
{file = "pillow-11.1.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:31eba6bbdd27dde97b0174ddf0297d7a9c3a507a8a1480e1e60ef914fe23d352"},
|
1728 |
+
{file = "pillow-11.1.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b5d658fbd9f0d6eea113aea286b21d3cd4d3fd978157cbf2447a6035916506d3"},
|
1729 |
+
{file = "pillow-11.1.0-cp313-cp313-win32.whl", hash = "sha256:f86d3a7a9af5d826744fabf4afd15b9dfef44fe69a98541f666f66fbb8d3fef9"},
|
1730 |
+
{file = "pillow-11.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:593c5fd6be85da83656b93ffcccc2312d2d149d251e98588b14fbc288fd8909c"},
|
1731 |
+
{file = "pillow-11.1.0-cp313-cp313-win_arm64.whl", hash = "sha256:11633d58b6ee5733bde153a8dafd25e505ea3d32e261accd388827ee987baf65"},
|
1732 |
+
{file = "pillow-11.1.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:70ca5ef3b3b1c4a0812b5c63c57c23b63e53bc38e758b37a951e5bc466449861"},
|
1733 |
+
{file = "pillow-11.1.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:8000376f139d4d38d6851eb149b321a52bb8893a88dae8ee7d95840431977081"},
|
1734 |
+
{file = "pillow-11.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ee85f0696a17dd28fbcfceb59f9510aa71934b483d1f5601d1030c3c8304f3c"},
|
1735 |
+
{file = "pillow-11.1.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:dd0e081319328928531df7a0e63621caf67652c8464303fd102141b785ef9547"},
|
1736 |
+
{file = "pillow-11.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e63e4e5081de46517099dc30abe418122f54531a6ae2ebc8680bcd7096860eab"},
|
1737 |
+
{file = "pillow-11.1.0-cp313-cp313t-win32.whl", hash = "sha256:dda60aa465b861324e65a78c9f5cf0f4bc713e4309f83bc387be158b077963d9"},
|
1738 |
+
{file = "pillow-11.1.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ad5db5781c774ab9a9b2c4302bbf0c1014960a0a7be63278d13ae6fdf88126fe"},
|
1739 |
+
{file = "pillow-11.1.0-cp313-cp313t-win_arm64.whl", hash = "sha256:67cd427c68926108778a9005f2a04adbd5e67c442ed21d95389fe1d595458756"},
|
1740 |
+
{file = "pillow-11.1.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:bf902d7413c82a1bfa08b06a070876132a5ae6b2388e2712aab3a7cbc02205c6"},
|
1741 |
+
{file = "pillow-11.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c1eec9d950b6fe688edee07138993e54ee4ae634c51443cfb7c1e7613322718e"},
|
1742 |
+
{file = "pillow-11.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e275ee4cb11c262bd108ab2081f750db2a1c0b8c12c1897f27b160c8bd57bbc"},
|
1743 |
+
{file = "pillow-11.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4db853948ce4e718f2fc775b75c37ba2efb6aaea41a1a5fc57f0af59eee774b2"},
|
1744 |
+
{file = "pillow-11.1.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:ab8a209b8485d3db694fa97a896d96dd6533d63c22829043fd9de627060beade"},
|
1745 |
+
{file = "pillow-11.1.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:54251ef02a2309b5eec99d151ebf5c9904b77976c8abdcbce7891ed22df53884"},
|
1746 |
+
{file = "pillow-11.1.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:5bb94705aea800051a743aa4874bb1397d4695fb0583ba5e425ee0328757f196"},
|
1747 |
+
{file = "pillow-11.1.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:89dbdb3e6e9594d512780a5a1c42801879628b38e3efc7038094430844e271d8"},
|
1748 |
+
{file = "pillow-11.1.0-cp39-cp39-win32.whl", hash = "sha256:e5449ca63da169a2e6068dd0e2fcc8d91f9558aba89ff6d02121ca8ab11e79e5"},
|
1749 |
+
{file = "pillow-11.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:3362c6ca227e65c54bf71a5f88b3d4565ff1bcbc63ae72c34b07bbb1cc59a43f"},
|
1750 |
+
{file = "pillow-11.1.0-cp39-cp39-win_arm64.whl", hash = "sha256:b20be51b37a75cc54c2c55def3fa2c65bb94ba859dde241cd0a4fd302de5ae0a"},
|
1751 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8c730dc3a83e5ac137fbc92dfcfe1511ce3b2b5d7578315b63dbbb76f7f51d90"},
|
1752 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:7d33d2fae0e8b170b6a6c57400e077412240f6f5bb2a342cf1ee512a787942bb"},
|
1753 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a8d65b38173085f24bc07f8b6c505cbb7418009fa1a1fcb111b1f4961814a442"},
|
1754 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:015c6e863faa4779251436db398ae75051469f7c903b043a48f078e437656f83"},
|
1755 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:d44ff19eea13ae4acdaaab0179fa68c0c6f2f45d66a4d8ec1eda7d6cecbcc15f"},
|
1756 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:d3d8da4a631471dfaf94c10c85f5277b1f8e42ac42bade1ac67da4b4a7359b73"},
|
1757 |
+
{file = "pillow-11.1.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:4637b88343166249fe8aa94e7c4a62a180c4b3898283bb5d3d2fd5fe10d8e4e0"},
|
1758 |
+
{file = "pillow-11.1.0.tar.gz", hash = "sha256:368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20"},
|
|
|
|
|
|
|
|
|
1759 |
]
|
1760 |
|
1761 |
[package.extras]
|
1762 |
docs = ["furo", "olefile", "sphinx (>=8.1)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinxext-opengraph"]
|
1763 |
fpx = ["olefile"]
|
1764 |
mic = ["olefile"]
|
1765 |
+
tests = ["check-manifest", "coverage (>=7.4.2)", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout", "trove-classifiers (>=2024.10.12)"]
|
1766 |
typing = ["typing-extensions"]
|
1767 |
xmp = ["defusedxml"]
|
1768 |
|
|
|
1783 |
|
1784 |
[[package]]
|
1785 |
name = "protobuf"
|
1786 |
+
version = "5.29.3"
|
1787 |
description = ""
|
1788 |
optional = false
|
1789 |
python-versions = ">=3.8"
|
1790 |
files = [
|
1791 |
+
{file = "protobuf-5.29.3-cp310-abi3-win32.whl", hash = "sha256:3ea51771449e1035f26069c4c7fd51fba990d07bc55ba80701c78f886bf9c888"},
|
1792 |
+
{file = "protobuf-5.29.3-cp310-abi3-win_amd64.whl", hash = "sha256:a4fa6f80816a9a0678429e84973f2f98cbc218cca434abe8db2ad0bffc98503a"},
|
1793 |
+
{file = "protobuf-5.29.3-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:a8434404bbf139aa9e1300dbf989667a83d42ddda9153d8ab76e0d5dcaca484e"},
|
1794 |
+
{file = "protobuf-5.29.3-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:daaf63f70f25e8689c072cfad4334ca0ac1d1e05a92fc15c54eb9cf23c3efd84"},
|
1795 |
+
{file = "protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:c027e08a08be10b67c06bf2370b99c811c466398c357e615ca88c91c07f0910f"},
|
1796 |
+
{file = "protobuf-5.29.3-cp38-cp38-win32.whl", hash = "sha256:84a57163a0ccef3f96e4b6a20516cedcf5bb3a95a657131c5c3ac62200d23252"},
|
1797 |
+
{file = "protobuf-5.29.3-cp38-cp38-win_amd64.whl", hash = "sha256:b89c115d877892a512f79a8114564fb435943b59067615894c3b13cd3e1fa107"},
|
1798 |
+
{file = "protobuf-5.29.3-cp39-cp39-win32.whl", hash = "sha256:0eb32bfa5219fc8d4111803e9a690658aa2e6366384fd0851064b963b6d1f2a7"},
|
1799 |
+
{file = "protobuf-5.29.3-cp39-cp39-win_amd64.whl", hash = "sha256:6ce8cc3389a20693bfde6c6562e03474c40851b44975c9b2bf6df7d8c4f864da"},
|
1800 |
+
{file = "protobuf-5.29.3-py3-none-any.whl", hash = "sha256:0a18ed4a24198528f2333802eb075e59dea9d679ab7a6c5efb017a59004d849f"},
|
1801 |
+
{file = "protobuf-5.29.3.tar.gz", hash = "sha256:5da0f41edaf117bde316404bad1a486cb4ededf8e4a54891296f648e8e076620"},
|
1802 |
]
|
1803 |
|
1804 |
[[package]]
|
1805 |
name = "pydantic"
|
1806 |
+
version = "2.10.5"
|
1807 |
description = "Data validation using Python type hints"
|
1808 |
optional = false
|
1809 |
python-versions = ">=3.8"
|
1810 |
files = [
|
1811 |
+
{file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"},
|
1812 |
+
{file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"},
|
1813 |
]
|
1814 |
|
1815 |
[package.dependencies]
|
|
|
1946 |
|
1947 |
[[package]]
|
1948 |
name = "pygments"
|
1949 |
+
version = "2.19.1"
|
1950 |
description = "Pygments is a syntax highlighting package written in Python."
|
1951 |
optional = false
|
1952 |
python-versions = ">=3.8"
|
1953 |
files = [
|
1954 |
+
{file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"},
|
1955 |
+
{file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"},
|
1956 |
]
|
1957 |
|
1958 |
[package.extras]
|
|
|
2011 |
|
2012 |
[[package]]
|
2013 |
name = "pyparsing"
|
2014 |
+
version = "3.2.1"
|
2015 |
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
2016 |
optional = false
|
2017 |
python-versions = ">=3.9"
|
2018 |
files = [
|
2019 |
+
{file = "pyparsing-3.2.1-py3-none-any.whl", hash = "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1"},
|
2020 |
+
{file = "pyparsing-3.2.1.tar.gz", hash = "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a"},
|
2021 |
]
|
2022 |
|
2023 |
[package.extras]
|
|
|
2443 |
|
2444 |
[[package]]
|
2445 |
name = "ruff"
|
2446 |
+
version = "0.9.1"
|
2447 |
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2448 |
optional = false
|
2449 |
python-versions = ">=3.7"
|
2450 |
files = [
|
2451 |
+
{file = "ruff-0.9.1-py3-none-linux_armv6l.whl", hash = "sha256:84330dda7abcc270e6055551aca93fdde1b0685fc4fd358f26410f9349cf1743"},
|
2452 |
+
{file = "ruff-0.9.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3cae39ba5d137054b0e5b472aee3b78a7c884e61591b100aeb544bcd1fc38d4f"},
|
2453 |
+
{file = "ruff-0.9.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:50c647ff96f4ba288db0ad87048257753733763b409b2faf2ea78b45c8bb7fcb"},
|
2454 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f0c8b149e9c7353cace7d698e1656ffcf1e36e50f8ea3b5d5f7f87ff9986a7ca"},
|
2455 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:beb3298604540c884d8b282fe7625651378e1986c25df51dec5b2f60cafc31ce"},
|
2456 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:39d0174ccc45c439093971cc06ed3ac4dc545f5e8bdacf9f067adf879544d969"},
|
2457 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:69572926c0f0c9912288915214ca9b2809525ea263603370b9e00bed2ba56dbd"},
|
2458 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:937267afce0c9170d6d29f01fcd1f4378172dec6760a9f4dface48cdabf9610a"},
|
2459 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:186c2313de946f2c22bdf5954b8dd083e124bcfb685732cfb0beae0c47233d9b"},
|
2460 |
+
{file = "ruff-0.9.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f94942a3bb767675d9a051867c036655fe9f6c8a491539156a6f7e6b5f31831"},
|
2461 |
+
{file = "ruff-0.9.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:728d791b769cc28c05f12c280f99e8896932e9833fef1dd8756a6af2261fd1ab"},
|
2462 |
+
{file = "ruff-0.9.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:2f312c86fb40c5c02b44a29a750ee3b21002bd813b5233facdaf63a51d9a85e1"},
|
2463 |
+
{file = "ruff-0.9.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ae017c3a29bee341ba584f3823f805abbe5fe9cd97f87ed07ecbf533c4c88366"},
|
2464 |
+
{file = "ruff-0.9.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5dc40a378a0e21b4cfe2b8a0f1812a6572fc7b230ef12cd9fac9161aa91d807f"},
|
2465 |
+
{file = "ruff-0.9.1-py3-none-win32.whl", hash = "sha256:46ebf5cc106cf7e7378ca3c28ce4293b61b449cd121b98699be727d40b79ba72"},
|
2466 |
+
{file = "ruff-0.9.1-py3-none-win_amd64.whl", hash = "sha256:342a824b46ddbcdddd3abfbb332fa7fcaac5488bf18073e841236aadf4ad5c19"},
|
2467 |
+
{file = "ruff-0.9.1-py3-none-win_arm64.whl", hash = "sha256:1cd76c7f9c679e6e8f2af8f778367dca82b95009bc7b1a85a47f1521ae524fa7"},
|
2468 |
+
{file = "ruff-0.9.1.tar.gz", hash = "sha256:fd2b25ecaf907d6458fa842675382c8597b3c746a2dde6717fe3415425df0c17"},
|
2469 |
]
|
2470 |
|
2471 |
[[package]]
|
|
|
2504 |
structlog = ">=24.4.0,<25.0.0"
|
2505 |
|
2506 |
[[package]]
|
2507 |
+
name = "samgis-web"
|
2508 |
version = "1.2.1"
|
2509 |
description = "SamGIS WEB"
|
2510 |
optional = false
|
|
|
3155 |
[metadata]
|
3156 |
lock-version = "2.0"
|
3157 |
python-versions = ">=3.10, <3.13"
|
3158 |
+
content-hash = "0a0302dbebf49fca433eef98f0adb42728cad35da688e23b1300c3a588919546"
|