Spaces:
Running
Running
Add emoji dependency
Browse files- poetry.lock +98 -81
- pyproject.toml +1 -0
- requirements-dev.txt +67 -67
- requirements.txt +79 -76
poetry.lock
CHANGED
@@ -173,13 +173,13 @@ files = [
|
|
173 |
|
174 |
[[package]]
|
175 |
name = "certifi"
|
176 |
-
version = "2024.
|
177 |
description = "Python package for providing Mozilla's CA Bundle."
|
178 |
optional = false
|
179 |
python-versions = ">=3.6"
|
180 |
files = [
|
181 |
-
{file = "certifi-2024.
|
182 |
-
{file = "certifi-2024.
|
183 |
]
|
184 |
|
185 |
[[package]]
|
@@ -417,13 +417,13 @@ test = ["pytest"]
|
|
417 |
|
418 |
[[package]]
|
419 |
name = "confection"
|
420 |
-
version = "0.1.
|
421 |
description = "The sweetest config system for Python"
|
422 |
optional = false
|
423 |
python-versions = ">=3.6"
|
424 |
files = [
|
425 |
-
{file = "confection-0.1.
|
426 |
-
{file = "confection-0.1.
|
427 |
]
|
428 |
|
429 |
[package.dependencies]
|
@@ -636,6 +636,23 @@ files = [
|
|
636 |
{file = "distlib-0.3.8.tar.gz", hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"},
|
637 |
]
|
638 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
639 |
[[package]]
|
640 |
name = "executing"
|
641 |
version = "2.0.1"
|
@@ -781,53 +798,53 @@ typing = ["typing-extensions (>=4.8)"]
|
|
781 |
|
782 |
[[package]]
|
783 |
name = "fonttools"
|
784 |
-
version = "4.
|
785 |
description = "Tools to manipulate font files"
|
786 |
optional = false
|
787 |
python-versions = ">=3.8"
|
788 |
files = [
|
789 |
-
{file = "fonttools-4.
|
790 |
-
{file = "fonttools-4.
|
791 |
-
{file = "fonttools-4.
|
792 |
-
{file = "fonttools-4.
|
793 |
-
{file = "fonttools-4.
|
794 |
-
{file = "fonttools-4.
|
795 |
-
{file = "fonttools-4.
|
796 |
-
{file = "fonttools-4.
|
797 |
-
{file = "fonttools-4.
|
798 |
-
{file = "fonttools-4.
|
799 |
-
{file = "fonttools-4.
|
800 |
-
{file = "fonttools-4.
|
801 |
-
{file = "fonttools-4.
|
802 |
-
{file = "fonttools-4.
|
803 |
-
{file = "fonttools-4.
|
804 |
-
{file = "fonttools-4.
|
805 |
-
{file = "fonttools-4.
|
806 |
-
{file = "fonttools-4.
|
807 |
-
{file = "fonttools-4.
|
808 |
-
{file = "fonttools-4.
|
809 |
-
{file = "fonttools-4.
|
810 |
-
{file = "fonttools-4.
|
811 |
-
{file = "fonttools-4.
|
812 |
-
{file = "fonttools-4.
|
813 |
-
{file = "fonttools-4.
|
814 |
-
{file = "fonttools-4.
|
815 |
-
{file = "fonttools-4.
|
816 |
-
{file = "fonttools-4.
|
817 |
-
{file = "fonttools-4.
|
818 |
-
{file = "fonttools-4.
|
819 |
-
{file = "fonttools-4.
|
820 |
-
{file = "fonttools-4.
|
821 |
-
{file = "fonttools-4.
|
822 |
-
{file = "fonttools-4.
|
823 |
-
{file = "fonttools-4.
|
824 |
-
{file = "fonttools-4.
|
825 |
-
{file = "fonttools-4.
|
826 |
-
{file = "fonttools-4.
|
827 |
-
{file = "fonttools-4.
|
828 |
-
{file = "fonttools-4.
|
829 |
-
{file = "fonttools-4.
|
830 |
-
{file = "fonttools-4.
|
831 |
]
|
832 |
|
833 |
[package.extras]
|
@@ -1131,13 +1148,13 @@ docs = ["myst-nb", "sphinx (>=1.5)", "sphinx-book-theme", "sphinx-copybutton", "
|
|
1131 |
|
1132 |
[[package]]
|
1133 |
name = "ipython"
|
1134 |
-
version = "8.
|
1135 |
description = "IPython: Productive Interactive Computing"
|
1136 |
optional = false
|
1137 |
python-versions = ">=3.10"
|
1138 |
files = [
|
1139 |
-
{file = "ipython-8.
|
1140 |
-
{file = "ipython-8.
|
1141 |
]
|
1142 |
|
1143 |
[package.dependencies]
|
@@ -1155,7 +1172,7 @@ typing-extensions = {version = ">=4.6", markers = "python_version < \"3.12\""}
|
|
1155 |
[package.extras]
|
1156 |
all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"]
|
1157 |
black = ["black"]
|
1158 |
-
doc = ["docrepr", "exceptiongroup", "ipykernel", "ipython[test]", "matplotlib", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "sphinxcontrib-jquery", "
|
1159 |
kernel = ["ipykernel"]
|
1160 |
matplotlib = ["matplotlib"]
|
1161 |
nbconvert = ["nbconvert"]
|
@@ -2808,28 +2825,28 @@ files = [
|
|
2808 |
|
2809 |
[[package]]
|
2810 |
name = "ruff"
|
2811 |
-
version = "0.4.
|
2812 |
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2813 |
optional = false
|
2814 |
python-versions = ">=3.7"
|
2815 |
files = [
|
2816 |
-
{file = "ruff-0.4.
|
2817 |
-
{file = "ruff-0.4.
|
2818 |
-
{file = "ruff-0.4.
|
2819 |
-
{file = "ruff-0.4.
|
2820 |
-
{file = "ruff-0.4.
|
2821 |
-
{file = "ruff-0.4.
|
2822 |
-
{file = "ruff-0.4.
|
2823 |
-
{file = "ruff-0.4.
|
2824 |
-
{file = "ruff-0.4.
|
2825 |
-
{file = "ruff-0.4.
|
2826 |
-
{file = "ruff-0.4.
|
2827 |
-
{file = "ruff-0.4.
|
2828 |
-
{file = "ruff-0.4.
|
2829 |
-
{file = "ruff-0.4.
|
2830 |
-
{file = "ruff-0.4.
|
2831 |
-
{file = "ruff-0.4.
|
2832 |
-
{file = "ruff-0.4.
|
2833 |
]
|
2834 |
|
2835 |
[[package]]
|
@@ -3413,13 +3430,13 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.
|
|
3413 |
|
3414 |
[[package]]
|
3415 |
name = "typing-extensions"
|
3416 |
-
version = "4.12.
|
3417 |
description = "Backported and Experimental Type Hints for Python 3.8+"
|
3418 |
optional = false
|
3419 |
python-versions = ">=3.8"
|
3420 |
files = [
|
3421 |
-
{file = "typing_extensions-4.12.
|
3422 |
-
{file = "typing_extensions-4.12.
|
3423 |
]
|
3424 |
|
3425 |
[[package]]
|
@@ -3452,13 +3469,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
3452 |
|
3453 |
[[package]]
|
3454 |
name = "uvicorn"
|
3455 |
-
version = "0.30.
|
3456 |
description = "The lightning-fast ASGI server."
|
3457 |
optional = false
|
3458 |
python-versions = ">=3.8"
|
3459 |
files = [
|
3460 |
-
{file = "uvicorn-0.30.
|
3461 |
-
{file = "uvicorn-0.30.
|
3462 |
]
|
3463 |
|
3464 |
[package.dependencies]
|
@@ -3490,13 +3507,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
|
|
3490 |
|
3491 |
[[package]]
|
3492 |
name = "wasabi"
|
3493 |
-
version = "1.1.
|
3494 |
description = "A lightweight console printing and formatting toolkit"
|
3495 |
optional = false
|
3496 |
python-versions = ">=3.6"
|
3497 |
files = [
|
3498 |
-
{file = "wasabi-1.1.
|
3499 |
-
{file = "wasabi-1.1.
|
3500 |
]
|
3501 |
|
3502 |
[package.dependencies]
|
@@ -3706,4 +3723,4 @@ pillow = "*"
|
|
3706 |
[metadata]
|
3707 |
lock-version = "2.0"
|
3708 |
python-versions = "^3.11"
|
3709 |
-
content-hash = "
|
|
|
173 |
|
174 |
[[package]]
|
175 |
name = "certifi"
|
176 |
+
version = "2024.6.2"
|
177 |
description = "Python package for providing Mozilla's CA Bundle."
|
178 |
optional = false
|
179 |
python-versions = ">=3.6"
|
180 |
files = [
|
181 |
+
{file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"},
|
182 |
+
{file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"},
|
183 |
]
|
184 |
|
185 |
[[package]]
|
|
|
417 |
|
418 |
[[package]]
|
419 |
name = "confection"
|
420 |
+
version = "0.1.5"
|
421 |
description = "The sweetest config system for Python"
|
422 |
optional = false
|
423 |
python-versions = ">=3.6"
|
424 |
files = [
|
425 |
+
{file = "confection-0.1.5-py3-none-any.whl", hash = "sha256:e29d3c3f8eac06b3f77eb9dfb4bf2fc6bcc9622a98ca00a698e3d019c6430b14"},
|
426 |
+
{file = "confection-0.1.5.tar.gz", hash = "sha256:8e72dd3ca6bd4f48913cd220f10b8275978e740411654b6e8ca6d7008c590f0e"},
|
427 |
]
|
428 |
|
429 |
[package.dependencies]
|
|
|
636 |
{file = "distlib-0.3.8.tar.gz", hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"},
|
637 |
]
|
638 |
|
639 |
+
[[package]]
|
640 |
+
name = "emoji"
|
641 |
+
version = "2.12.1"
|
642 |
+
description = "Emoji for Python"
|
643 |
+
optional = false
|
644 |
+
python-versions = ">=3.7"
|
645 |
+
files = [
|
646 |
+
{file = "emoji-2.12.1-py3-none-any.whl", hash = "sha256:a00d62173bdadc2510967a381810101624a2f0986145b8da0cffa42e29430235"},
|
647 |
+
{file = "emoji-2.12.1.tar.gz", hash = "sha256:4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb"},
|
648 |
+
]
|
649 |
+
|
650 |
+
[package.dependencies]
|
651 |
+
typing-extensions = ">=4.7.0"
|
652 |
+
|
653 |
+
[package.extras]
|
654 |
+
dev = ["coverage", "pytest (>=7.4.4)"]
|
655 |
+
|
656 |
[[package]]
|
657 |
name = "executing"
|
658 |
version = "2.0.1"
|
|
|
798 |
|
799 |
[[package]]
|
800 |
name = "fonttools"
|
801 |
+
version = "4.53.0"
|
802 |
description = "Tools to manipulate font files"
|
803 |
optional = false
|
804 |
python-versions = ">=3.8"
|
805 |
files = [
|
806 |
+
{file = "fonttools-4.53.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:52a6e0a7a0bf611c19bc8ec8f7592bdae79c8296c70eb05917fd831354699b20"},
|
807 |
+
{file = "fonttools-4.53.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:099634631b9dd271d4a835d2b2a9e042ccc94ecdf7e2dd9f7f34f7daf333358d"},
|
808 |
+
{file = "fonttools-4.53.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e40013572bfb843d6794a3ce076c29ef4efd15937ab833f520117f8eccc84fd6"},
|
809 |
+
{file = "fonttools-4.53.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:715b41c3e231f7334cbe79dfc698213dcb7211520ec7a3bc2ba20c8515e8a3b5"},
|
810 |
+
{file = "fonttools-4.53.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:74ae2441731a05b44d5988d3ac2cf784d3ee0a535dbed257cbfff4be8bb49eb9"},
|
811 |
+
{file = "fonttools-4.53.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:95db0c6581a54b47c30860d013977b8a14febc206c8b5ff562f9fe32738a8aca"},
|
812 |
+
{file = "fonttools-4.53.0-cp310-cp310-win32.whl", hash = "sha256:9cd7a6beec6495d1dffb1033d50a3f82dfece23e9eb3c20cd3c2444d27514068"},
|
813 |
+
{file = "fonttools-4.53.0-cp310-cp310-win_amd64.whl", hash = "sha256:daaef7390e632283051e3cf3e16aff2b68b247e99aea916f64e578c0449c9c68"},
|
814 |
+
{file = "fonttools-4.53.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a209d2e624ba492df4f3bfad5996d1f76f03069c6133c60cd04f9a9e715595ec"},
|
815 |
+
{file = "fonttools-4.53.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4f520d9ac5b938e6494f58a25c77564beca7d0199ecf726e1bd3d56872c59749"},
|
816 |
+
{file = "fonttools-4.53.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eceef49f457253000e6a2d0f7bd08ff4e9fe96ec4ffce2dbcb32e34d9c1b8161"},
|
817 |
+
{file = "fonttools-4.53.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa1f3e34373aa16045484b4d9d352d4c6b5f9f77ac77a178252ccbc851e8b2ee"},
|
818 |
+
{file = "fonttools-4.53.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:28d072169fe8275fb1a0d35e3233f6df36a7e8474e56cb790a7258ad822b6fd6"},
|
819 |
+
{file = "fonttools-4.53.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4a2a6ba400d386e904fd05db81f73bee0008af37799a7586deaa4aef8cd5971e"},
|
820 |
+
{file = "fonttools-4.53.0-cp311-cp311-win32.whl", hash = "sha256:bb7273789f69b565d88e97e9e1da602b4ee7ba733caf35a6c2affd4334d4f005"},
|
821 |
+
{file = "fonttools-4.53.0-cp311-cp311-win_amd64.whl", hash = "sha256:9fe9096a60113e1d755e9e6bda15ef7e03391ee0554d22829aa506cdf946f796"},
|
822 |
+
{file = "fonttools-4.53.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:d8f191a17369bd53a5557a5ee4bab91d5330ca3aefcdf17fab9a497b0e7cff7a"},
|
823 |
+
{file = "fonttools-4.53.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:93156dd7f90ae0a1b0e8871032a07ef3178f553f0c70c386025a808f3a63b1f4"},
|
824 |
+
{file = "fonttools-4.53.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bff98816cb144fb7b85e4b5ba3888a33b56ecef075b0e95b95bcd0a5fbf20f06"},
|
825 |
+
{file = "fonttools-4.53.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:973d030180eca8255b1bce6ffc09ef38a05dcec0e8320cc9b7bcaa65346f341d"},
|
826 |
+
{file = "fonttools-4.53.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c4ee5a24e281fbd8261c6ab29faa7fd9a87a12e8c0eed485b705236c65999109"},
|
827 |
+
{file = "fonttools-4.53.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:bd5bc124fae781a4422f61b98d1d7faa47985f663a64770b78f13d2c072410c2"},
|
828 |
+
{file = "fonttools-4.53.0-cp312-cp312-win32.whl", hash = "sha256:a239afa1126b6a619130909c8404070e2b473dd2b7fc4aacacd2e763f8597fea"},
|
829 |
+
{file = "fonttools-4.53.0-cp312-cp312-win_amd64.whl", hash = "sha256:45b4afb069039f0366a43a5d454bc54eea942bfb66b3fc3e9a2c07ef4d617380"},
|
830 |
+
{file = "fonttools-4.53.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:93bc9e5aaa06ff928d751dc6be889ff3e7d2aa393ab873bc7f6396a99f6fbb12"},
|
831 |
+
{file = "fonttools-4.53.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2367d47816cc9783a28645bc1dac07f8ffc93e0f015e8c9fc674a5b76a6da6e4"},
|
832 |
+
{file = "fonttools-4.53.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:907fa0b662dd8fc1d7c661b90782ce81afb510fc4b7aa6ae7304d6c094b27bce"},
|
833 |
+
{file = "fonttools-4.53.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e0ad3c6ea4bd6a289d958a1eb922767233f00982cf0fe42b177657c86c80a8f"},
|
834 |
+
{file = "fonttools-4.53.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:73121a9b7ff93ada888aaee3985a88495489cc027894458cb1a736660bdfb206"},
|
835 |
+
{file = "fonttools-4.53.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:ee595d7ba9bba130b2bec555a40aafa60c26ce68ed0cf509983e0f12d88674fd"},
|
836 |
+
{file = "fonttools-4.53.0-cp38-cp38-win32.whl", hash = "sha256:fca66d9ff2ac89b03f5aa17e0b21a97c21f3491c46b583bb131eb32c7bab33af"},
|
837 |
+
{file = "fonttools-4.53.0-cp38-cp38-win_amd64.whl", hash = "sha256:31f0e3147375002aae30696dd1dc596636abbd22fca09d2e730ecde0baad1d6b"},
|
838 |
+
{file = "fonttools-4.53.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7d6166192dcd925c78a91d599b48960e0a46fe565391c79fe6de481ac44d20ac"},
|
839 |
+
{file = "fonttools-4.53.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ef50ec31649fbc3acf6afd261ed89d09eb909b97cc289d80476166df8438524d"},
|
840 |
+
{file = "fonttools-4.53.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7f193f060391a455920d61684a70017ef5284ccbe6023bb056e15e5ac3de11d1"},
|
841 |
+
{file = "fonttools-4.53.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba9f09ff17f947392a855e3455a846f9855f6cf6bec33e9a427d3c1d254c712f"},
|
842 |
+
{file = "fonttools-4.53.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:0c555e039d268445172b909b1b6bdcba42ada1cf4a60e367d68702e3f87e5f64"},
|
843 |
+
{file = "fonttools-4.53.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5a4788036201c908079e89ae3f5399b33bf45b9ea4514913f4dbbe4fac08efe0"},
|
844 |
+
{file = "fonttools-4.53.0-cp39-cp39-win32.whl", hash = "sha256:d1a24f51a3305362b94681120c508758a88f207fa0a681c16b5a4172e9e6c7a9"},
|
845 |
+
{file = "fonttools-4.53.0-cp39-cp39-win_amd64.whl", hash = "sha256:1e677bfb2b4bd0e5e99e0f7283e65e47a9814b0486cb64a41adf9ef110e078f2"},
|
846 |
+
{file = "fonttools-4.53.0-py3-none-any.whl", hash = "sha256:6b4f04b1fbc01a3569d63359f2227c89ab294550de277fd09d8fca6185669fa4"},
|
847 |
+
{file = "fonttools-4.53.0.tar.gz", hash = "sha256:c93ed66d32de1559b6fc348838c7572d5c0ac1e4a258e76763a5caddd8944002"},
|
848 |
]
|
849 |
|
850 |
[package.extras]
|
|
|
1148 |
|
1149 |
[[package]]
|
1150 |
name = "ipython"
|
1151 |
+
version = "8.25.0"
|
1152 |
description = "IPython: Productive Interactive Computing"
|
1153 |
optional = false
|
1154 |
python-versions = ">=3.10"
|
1155 |
files = [
|
1156 |
+
{file = "ipython-8.25.0-py3-none-any.whl", hash = "sha256:53eee7ad44df903a06655871cbab66d156a051fd86f3ec6750470ac9604ac1ab"},
|
1157 |
+
{file = "ipython-8.25.0.tar.gz", hash = "sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716"},
|
1158 |
]
|
1159 |
|
1160 |
[package.dependencies]
|
|
|
1172 |
[package.extras]
|
1173 |
all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"]
|
1174 |
black = ["black"]
|
1175 |
+
doc = ["docrepr", "exceptiongroup", "intersphinx-registry", "ipykernel", "ipython[test]", "matplotlib", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "sphinxcontrib-jquery", "tomli", "typing-extensions"]
|
1176 |
kernel = ["ipykernel"]
|
1177 |
matplotlib = ["matplotlib"]
|
1178 |
nbconvert = ["nbconvert"]
|
|
|
2825 |
|
2826 |
[[package]]
|
2827 |
name = "ruff"
|
2828 |
+
version = "0.4.7"
|
2829 |
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2830 |
optional = false
|
2831 |
python-versions = ">=3.7"
|
2832 |
files = [
|
2833 |
+
{file = "ruff-0.4.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:e089371c67892a73b6bb1525608e89a2aca1b77b5440acf7a71dda5dac958f9e"},
|
2834 |
+
{file = "ruff-0.4.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:10f973d521d910e5f9c72ab27e409e839089f955be8a4c8826601a6323a89753"},
|
2835 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59c3d110970001dfa494bcd95478e62286c751126dfb15c3c46e7915fc49694f"},
|
2836 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fa9773c6c00f4958f73b317bc0fd125295110c3776089f6ef318f4b775f0abe4"},
|
2837 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07fc80bbb61e42b3b23b10fda6a2a0f5a067f810180a3760c5ef1b456c21b9db"},
|
2838 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:fa4dafe3fe66d90e2e2b63fa1591dd6e3f090ca2128daa0be33db894e6c18648"},
|
2839 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a7c0083febdec17571455903b184a10026603a1de078428ba155e7ce9358c5f6"},
|
2840 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ad1b20e66a44057c326168437d680a2166c177c939346b19c0d6b08a62a37589"},
|
2841 |
+
{file = "ruff-0.4.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cbf5d818553add7511c38b05532d94a407f499d1a76ebb0cad0374e32bc67202"},
|
2842 |
+
{file = "ruff-0.4.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:50e9651578b629baec3d1513b2534de0ac7ed7753e1382272b8d609997e27e83"},
|
2843 |
+
{file = "ruff-0.4.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:8874a9df7766cb956b218a0a239e0a5d23d9e843e4da1e113ae1d27ee420877a"},
|
2844 |
+
{file = "ruff-0.4.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:b9de9a6e49f7d529decd09381c0860c3f82fa0b0ea00ea78409b785d2308a567"},
|
2845 |
+
{file = "ruff-0.4.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:13a1768b0691619822ae6d446132dbdfd568b700ecd3652b20d4e8bc1e498f78"},
|
2846 |
+
{file = "ruff-0.4.7-py3-none-win32.whl", hash = "sha256:769e5a51df61e07e887b81e6f039e7ed3573316ab7dd9f635c5afaa310e4030e"},
|
2847 |
+
{file = "ruff-0.4.7-py3-none-win_amd64.whl", hash = "sha256:9e3ab684ad403a9ed1226894c32c3ab9c2e0718440f6f50c7c5829932bc9e054"},
|
2848 |
+
{file = "ruff-0.4.7-py3-none-win_arm64.whl", hash = "sha256:10f2204b9a613988e3484194c2c9e96a22079206b22b787605c255f130db5ed7"},
|
2849 |
+
{file = "ruff-0.4.7.tar.gz", hash = "sha256:2331d2b051dc77a289a653fcc6a42cce357087c5975738157cd966590b18b5e1"},
|
2850 |
]
|
2851 |
|
2852 |
[[package]]
|
|
|
3430 |
|
3431 |
[[package]]
|
3432 |
name = "typing-extensions"
|
3433 |
+
version = "4.12.1"
|
3434 |
description = "Backported and Experimental Type Hints for Python 3.8+"
|
3435 |
optional = false
|
3436 |
python-versions = ">=3.8"
|
3437 |
files = [
|
3438 |
+
{file = "typing_extensions-4.12.1-py3-none-any.whl", hash = "sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a"},
|
3439 |
+
{file = "typing_extensions-4.12.1.tar.gz", hash = "sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1"},
|
3440 |
]
|
3441 |
|
3442 |
[[package]]
|
|
|
3469 |
|
3470 |
[[package]]
|
3471 |
name = "uvicorn"
|
3472 |
+
version = "0.30.1"
|
3473 |
description = "The lightning-fast ASGI server."
|
3474 |
optional = false
|
3475 |
python-versions = ">=3.8"
|
3476 |
files = [
|
3477 |
+
{file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"},
|
3478 |
+
{file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"},
|
3479 |
]
|
3480 |
|
3481 |
[package.dependencies]
|
|
|
3507 |
|
3508 |
[[package]]
|
3509 |
name = "wasabi"
|
3510 |
+
version = "1.1.3"
|
3511 |
description = "A lightweight console printing and formatting toolkit"
|
3512 |
optional = false
|
3513 |
python-versions = ">=3.6"
|
3514 |
files = [
|
3515 |
+
{file = "wasabi-1.1.3-py3-none-any.whl", hash = "sha256:f76e16e8f7e79f8c4c8be49b4024ac725713ab10cd7f19350ad18a8e3f71728c"},
|
3516 |
+
{file = "wasabi-1.1.3.tar.gz", hash = "sha256:4bb3008f003809db0c3e28b4daf20906ea871a2bb43f9914197d540f4f2e0878"},
|
3517 |
]
|
3518 |
|
3519 |
[package.dependencies]
|
|
|
3723 |
[metadata]
|
3724 |
lock-version = "2.0"
|
3725 |
python-versions = "^3.11"
|
3726 |
+
content-hash = "d52af353098d684ec4ba0daa4f30f7ca5b67cd98e3156aeac22012655f18b1d8"
|
pyproject.toml
CHANGED
@@ -13,6 +13,7 @@ click = "^8.1.7"
|
|
13 |
spacy = { extras = ["cuda12x"], version = "^3.7.4" }
|
14 |
gradio = "^4.26.0"
|
15 |
wordcloud = "^1.9.3"
|
|
|
16 |
|
17 |
[tool.poetry.group.dev.dependencies]
|
18 |
ruff = "^0.4.1"
|
|
|
13 |
spacy = { extras = ["cuda12x"], version = "^3.7.4" }
|
14 |
gradio = "^4.26.0"
|
15 |
wordcloud = "^1.9.3"
|
16 |
+
emoji = "^2.12.1"
|
17 |
|
18 |
[tool.poetry.group.dev.dependencies]
|
19 |
ruff = "^0.4.1"
|
requirements-dev.txt
CHANGED
@@ -149,49 +149,49 @@ executing==2.0.1 ; python_version >= "3.11" and python_version < "4.0" \
|
|
149 |
filelock==3.14.0 ; python_version >= "3.11" and python_version < "4.0" \
|
150 |
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
|
151 |
--hash=sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a
|
152 |
-
fonttools==4.
|
153 |
-
--hash=sha256:
|
154 |
-
--hash=sha256:
|
155 |
-
--hash=sha256:
|
156 |
-
--hash=sha256:
|
157 |
-
--hash=sha256:
|
158 |
-
--hash=sha256:
|
159 |
-
--hash=sha256:
|
160 |
-
--hash=sha256:
|
161 |
-
--hash=sha256:
|
162 |
-
--hash=sha256:
|
163 |
-
--hash=sha256:
|
164 |
-
--hash=sha256:
|
165 |
-
--hash=sha256:
|
166 |
-
--hash=sha256:
|
167 |
-
--hash=sha256:
|
168 |
-
--hash=sha256:
|
169 |
-
--hash=sha256:
|
170 |
-
--hash=sha256:
|
171 |
-
--hash=sha256:
|
172 |
-
--hash=sha256:
|
173 |
-
--hash=sha256:
|
174 |
-
--hash=sha256:
|
175 |
-
--hash=sha256:
|
176 |
-
--hash=sha256:
|
177 |
-
--hash=sha256:
|
178 |
-
--hash=sha256:
|
179 |
-
--hash=sha256:
|
180 |
-
--hash=sha256:
|
181 |
-
--hash=sha256:
|
182 |
-
--hash=sha256:
|
183 |
-
--hash=sha256:
|
184 |
-
--hash=sha256:
|
185 |
-
--hash=sha256:
|
186 |
-
--hash=sha256:
|
187 |
-
--hash=sha256:
|
188 |
-
--hash=sha256:
|
189 |
-
--hash=sha256:
|
190 |
-
--hash=sha256:
|
191 |
-
--hash=sha256:
|
192 |
-
--hash=sha256:
|
193 |
-
--hash=sha256:
|
194 |
-
--hash=sha256:
|
195 |
identify==2.5.36 ; python_version >= "3.11" and python_version < "4.0" \
|
196 |
--hash=sha256:37d93f380f4de590500d9dba7db359d0d3da95ffe7f9de1753faa159e71e7dfa \
|
197 |
--hash=sha256:e5e00f54165f9047fbebeb4a560f9acfb8af4c88232be60a488e9b68d122745d
|
@@ -204,9 +204,9 @@ ipympl==0.9.4 ; python_version >= "3.11" and python_version < "4.0" \
|
|
204 |
ipython-genutils==0.2.0 ; python_version >= "3.11" and python_version < "4.0" \
|
205 |
--hash=sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8 \
|
206 |
--hash=sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8
|
207 |
-
ipython==8.
|
208 |
-
--hash=sha256:
|
209 |
-
--hash=sha256:
|
210 |
ipywidgets==8.1.3 ; python_version >= "3.11" and python_version < "4.0" \
|
211 |
--hash=sha256:efafd18f7a142248f7cb0ba890a68b96abd4d6e88ddbda483c9130d12667eaf2 \
|
212 |
--hash=sha256:f5f9eeaae082b1823ce9eac2575272952f40d748893972956dc09700a6392d9c
|
@@ -682,24 +682,24 @@ pyzmq==26.0.3 ; python_version >= "3.11" and python_version < "4.0" \
|
|
682 |
--hash=sha256:f4b6cecbbf3b7380f3b61de3a7b93cb721125dc125c854c14ddc91225ba52f83 \
|
683 |
--hash=sha256:f6b1d1c631e5940cac5a0b22c5379c86e8df6a4ec277c7a856b714021ab6cfad \
|
684 |
--hash=sha256:f6c21c00478a7bea93caaaef9e7629145d4153b15a8653e8bb4609d4bc70dbfc
|
685 |
-
ruff==0.4.
|
686 |
-
--hash=sha256:
|
687 |
-
--hash=sha256:
|
688 |
-
--hash=sha256:
|
689 |
-
--hash=sha256:
|
690 |
-
--hash=sha256:
|
691 |
-
--hash=sha256:
|
692 |
-
--hash=sha256:
|
693 |
-
--hash=sha256:
|
694 |
-
--hash=sha256:
|
695 |
-
--hash=sha256:
|
696 |
-
--hash=sha256:
|
697 |
-
--hash=sha256:
|
698 |
-
--hash=sha256:
|
699 |
-
--hash=sha256:
|
700 |
-
--hash=sha256:
|
701 |
-
--hash=sha256:
|
702 |
-
--hash=sha256:
|
703 |
six==1.16.0 ; python_version >= "3.11" and python_version < "4.0" \
|
704 |
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
|
705 |
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
|
@@ -721,9 +721,9 @@ tornado==6.4 ; python_version >= "3.11" and python_version < "4.0" \
|
|
721 |
traitlets==5.14.3 ; python_version >= "3.11" and python_version < "4.0" \
|
722 |
--hash=sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7 \
|
723 |
--hash=sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f
|
724 |
-
typing-extensions==4.12.
|
725 |
-
--hash=sha256:
|
726 |
-
--hash=sha256:
|
727 |
virtualenv==20.26.2 ; python_version >= "3.11" and python_version < "4.0" \
|
728 |
--hash=sha256:82bf0f4eebbb78d36ddaee0283d43fe5736b53880b8a8cdcd37390a07ac3741c \
|
729 |
--hash=sha256:a624db5e94f01ad993d476b9ee5346fdf7b9de43ccaee0e0197012dc838a0e9b
|
|
|
149 |
filelock==3.14.0 ; python_version >= "3.11" and python_version < "4.0" \
|
150 |
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
|
151 |
--hash=sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a
|
152 |
+
fonttools==4.53.0 ; python_version >= "3.11" and python_version < "4.0" \
|
153 |
+
--hash=sha256:099634631b9dd271d4a835d2b2a9e042ccc94ecdf7e2dd9f7f34f7daf333358d \
|
154 |
+
--hash=sha256:0c555e039d268445172b909b1b6bdcba42ada1cf4a60e367d68702e3f87e5f64 \
|
155 |
+
--hash=sha256:1e677bfb2b4bd0e5e99e0f7283e65e47a9814b0486cb64a41adf9ef110e078f2 \
|
156 |
+
--hash=sha256:2367d47816cc9783a28645bc1dac07f8ffc93e0f015e8c9fc674a5b76a6da6e4 \
|
157 |
+
--hash=sha256:28d072169fe8275fb1a0d35e3233f6df36a7e8474e56cb790a7258ad822b6fd6 \
|
158 |
+
--hash=sha256:31f0e3147375002aae30696dd1dc596636abbd22fca09d2e730ecde0baad1d6b \
|
159 |
+
--hash=sha256:3e0ad3c6ea4bd6a289d958a1eb922767233f00982cf0fe42b177657c86c80a8f \
|
160 |
+
--hash=sha256:45b4afb069039f0366a43a5d454bc54eea942bfb66b3fc3e9a2c07ef4d617380 \
|
161 |
+
--hash=sha256:4a2a6ba400d386e904fd05db81f73bee0008af37799a7586deaa4aef8cd5971e \
|
162 |
+
--hash=sha256:4f520d9ac5b938e6494f58a25c77564beca7d0199ecf726e1bd3d56872c59749 \
|
163 |
+
--hash=sha256:52a6e0a7a0bf611c19bc8ec8f7592bdae79c8296c70eb05917fd831354699b20 \
|
164 |
+
--hash=sha256:5a4788036201c908079e89ae3f5399b33bf45b9ea4514913f4dbbe4fac08efe0 \
|
165 |
+
--hash=sha256:6b4f04b1fbc01a3569d63359f2227c89ab294550de277fd09d8fca6185669fa4 \
|
166 |
+
--hash=sha256:715b41c3e231f7334cbe79dfc698213dcb7211520ec7a3bc2ba20c8515e8a3b5 \
|
167 |
+
--hash=sha256:73121a9b7ff93ada888aaee3985a88495489cc027894458cb1a736660bdfb206 \
|
168 |
+
--hash=sha256:74ae2441731a05b44d5988d3ac2cf784d3ee0a535dbed257cbfff4be8bb49eb9 \
|
169 |
+
--hash=sha256:7d6166192dcd925c78a91d599b48960e0a46fe565391c79fe6de481ac44d20ac \
|
170 |
+
--hash=sha256:7f193f060391a455920d61684a70017ef5284ccbe6023bb056e15e5ac3de11d1 \
|
171 |
+
--hash=sha256:907fa0b662dd8fc1d7c661b90782ce81afb510fc4b7aa6ae7304d6c094b27bce \
|
172 |
+
--hash=sha256:93156dd7f90ae0a1b0e8871032a07ef3178f553f0c70c386025a808f3a63b1f4 \
|
173 |
+
--hash=sha256:93bc9e5aaa06ff928d751dc6be889ff3e7d2aa393ab873bc7f6396a99f6fbb12 \
|
174 |
+
--hash=sha256:95db0c6581a54b47c30860d013977b8a14febc206c8b5ff562f9fe32738a8aca \
|
175 |
+
--hash=sha256:973d030180eca8255b1bce6ffc09ef38a05dcec0e8320cc9b7bcaa65346f341d \
|
176 |
+
--hash=sha256:9cd7a6beec6495d1dffb1033d50a3f82dfece23e9eb3c20cd3c2444d27514068 \
|
177 |
+
--hash=sha256:9fe9096a60113e1d755e9e6bda15ef7e03391ee0554d22829aa506cdf946f796 \
|
178 |
+
--hash=sha256:a209d2e624ba492df4f3bfad5996d1f76f03069c6133c60cd04f9a9e715595ec \
|
179 |
+
--hash=sha256:a239afa1126b6a619130909c8404070e2b473dd2b7fc4aacacd2e763f8597fea \
|
180 |
+
--hash=sha256:ba9f09ff17f947392a855e3455a846f9855f6cf6bec33e9a427d3c1d254c712f \
|
181 |
+
--hash=sha256:bb7273789f69b565d88e97e9e1da602b4ee7ba733caf35a6c2affd4334d4f005 \
|
182 |
+
--hash=sha256:bd5bc124fae781a4422f61b98d1d7faa47985f663a64770b78f13d2c072410c2 \
|
183 |
+
--hash=sha256:bff98816cb144fb7b85e4b5ba3888a33b56ecef075b0e95b95bcd0a5fbf20f06 \
|
184 |
+
--hash=sha256:c4ee5a24e281fbd8261c6ab29faa7fd9a87a12e8c0eed485b705236c65999109 \
|
185 |
+
--hash=sha256:c93ed66d32de1559b6fc348838c7572d5c0ac1e4a258e76763a5caddd8944002 \
|
186 |
+
--hash=sha256:d1a24f51a3305362b94681120c508758a88f207fa0a681c16b5a4172e9e6c7a9 \
|
187 |
+
--hash=sha256:d8f191a17369bd53a5557a5ee4bab91d5330ca3aefcdf17fab9a497b0e7cff7a \
|
188 |
+
--hash=sha256:daaef7390e632283051e3cf3e16aff2b68b247e99aea916f64e578c0449c9c68 \
|
189 |
+
--hash=sha256:e40013572bfb843d6794a3ce076c29ef4efd15937ab833f520117f8eccc84fd6 \
|
190 |
+
--hash=sha256:eceef49f457253000e6a2d0f7bd08ff4e9fe96ec4ffce2dbcb32e34d9c1b8161 \
|
191 |
+
--hash=sha256:ee595d7ba9bba130b2bec555a40aafa60c26ce68ed0cf509983e0f12d88674fd \
|
192 |
+
--hash=sha256:ef50ec31649fbc3acf6afd261ed89d09eb909b97cc289d80476166df8438524d \
|
193 |
+
--hash=sha256:fa1f3e34373aa16045484b4d9d352d4c6b5f9f77ac77a178252ccbc851e8b2ee \
|
194 |
+
--hash=sha256:fca66d9ff2ac89b03f5aa17e0b21a97c21f3491c46b583bb131eb32c7bab33af
|
195 |
identify==2.5.36 ; python_version >= "3.11" and python_version < "4.0" \
|
196 |
--hash=sha256:37d93f380f4de590500d9dba7db359d0d3da95ffe7f9de1753faa159e71e7dfa \
|
197 |
--hash=sha256:e5e00f54165f9047fbebeb4a560f9acfb8af4c88232be60a488e9b68d122745d
|
|
|
204 |
ipython-genutils==0.2.0 ; python_version >= "3.11" and python_version < "4.0" \
|
205 |
--hash=sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8 \
|
206 |
--hash=sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8
|
207 |
+
ipython==8.25.0 ; python_version >= "3.11" and python_version < "4.0" \
|
208 |
+
--hash=sha256:53eee7ad44df903a06655871cbab66d156a051fd86f3ec6750470ac9604ac1ab \
|
209 |
+
--hash=sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716
|
210 |
ipywidgets==8.1.3 ; python_version >= "3.11" and python_version < "4.0" \
|
211 |
--hash=sha256:efafd18f7a142248f7cb0ba890a68b96abd4d6e88ddbda483c9130d12667eaf2 \
|
212 |
--hash=sha256:f5f9eeaae082b1823ce9eac2575272952f40d748893972956dc09700a6392d9c
|
|
|
682 |
--hash=sha256:f4b6cecbbf3b7380f3b61de3a7b93cb721125dc125c854c14ddc91225ba52f83 \
|
683 |
--hash=sha256:f6b1d1c631e5940cac5a0b22c5379c86e8df6a4ec277c7a856b714021ab6cfad \
|
684 |
--hash=sha256:f6c21c00478a7bea93caaaef9e7629145d4153b15a8653e8bb4609d4bc70dbfc
|
685 |
+
ruff==0.4.7 ; python_version >= "3.11" and python_version < "4.0" \
|
686 |
+
--hash=sha256:07fc80bbb61e42b3b23b10fda6a2a0f5a067f810180a3760c5ef1b456c21b9db \
|
687 |
+
--hash=sha256:10f2204b9a613988e3484194c2c9e96a22079206b22b787605c255f130db5ed7 \
|
688 |
+
--hash=sha256:10f973d521d910e5f9c72ab27e409e839089f955be8a4c8826601a6323a89753 \
|
689 |
+
--hash=sha256:13a1768b0691619822ae6d446132dbdfd568b700ecd3652b20d4e8bc1e498f78 \
|
690 |
+
--hash=sha256:2331d2b051dc77a289a653fcc6a42cce357087c5975738157cd966590b18b5e1 \
|
691 |
+
--hash=sha256:50e9651578b629baec3d1513b2534de0ac7ed7753e1382272b8d609997e27e83 \
|
692 |
+
--hash=sha256:59c3d110970001dfa494bcd95478e62286c751126dfb15c3c46e7915fc49694f \
|
693 |
+
--hash=sha256:769e5a51df61e07e887b81e6f039e7ed3573316ab7dd9f635c5afaa310e4030e \
|
694 |
+
--hash=sha256:8874a9df7766cb956b218a0a239e0a5d23d9e843e4da1e113ae1d27ee420877a \
|
695 |
+
--hash=sha256:9e3ab684ad403a9ed1226894c32c3ab9c2e0718440f6f50c7c5829932bc9e054 \
|
696 |
+
--hash=sha256:a7c0083febdec17571455903b184a10026603a1de078428ba155e7ce9358c5f6 \
|
697 |
+
--hash=sha256:ad1b20e66a44057c326168437d680a2166c177c939346b19c0d6b08a62a37589 \
|
698 |
+
--hash=sha256:b9de9a6e49f7d529decd09381c0860c3f82fa0b0ea00ea78409b785d2308a567 \
|
699 |
+
--hash=sha256:cbf5d818553add7511c38b05532d94a407f499d1a76ebb0cad0374e32bc67202 \
|
700 |
+
--hash=sha256:e089371c67892a73b6bb1525608e89a2aca1b77b5440acf7a71dda5dac958f9e \
|
701 |
+
--hash=sha256:fa4dafe3fe66d90e2e2b63fa1591dd6e3f090ca2128daa0be33db894e6c18648 \
|
702 |
+
--hash=sha256:fa9773c6c00f4958f73b317bc0fd125295110c3776089f6ef318f4b775f0abe4
|
703 |
six==1.16.0 ; python_version >= "3.11" and python_version < "4.0" \
|
704 |
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
|
705 |
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
|
|
|
721 |
traitlets==5.14.3 ; python_version >= "3.11" and python_version < "4.0" \
|
722 |
--hash=sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7 \
|
723 |
--hash=sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f
|
724 |
+
typing-extensions==4.12.1 ; python_version >= "3.11" and python_version < "3.12" \
|
725 |
+
--hash=sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a \
|
726 |
+
--hash=sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1
|
727 |
virtualenv==20.26.2 ; python_version >= "3.11" and python_version < "4.0" \
|
728 |
--hash=sha256:82bf0f4eebbb78d36ddaee0283d43fe5736b53880b8a8cdcd37390a07ac3741c \
|
729 |
--hash=sha256:a624db5e94f01ad993d476b9ee5346fdf7b9de43ccaee0e0197012dc838a0e9b
|
requirements.txt
CHANGED
@@ -51,9 +51,9 @@ blis==0.7.11 ; python_version >= "3.11" and python_version < "4.0" \
|
|
51 |
catalogue==2.0.10 ; python_version >= "3.11" and python_version < "4.0" \
|
52 |
--hash=sha256:4f56daa940913d3f09d589c191c74e5a6d51762b3a9e37dd53b7437afd6cda15 \
|
53 |
--hash=sha256:58c2de0020aa90f4a2da7dfad161bf7b3b054c86a5f09fcedc0b2b740c109a9f
|
54 |
-
certifi==2024.
|
55 |
-
--hash=sha256:
|
56 |
-
--hash=sha256:
|
57 |
charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "4.0" \
|
58 |
--hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \
|
59 |
--hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 \
|
@@ -154,9 +154,9 @@ cloudpathlib==0.16.0 ; python_version >= "3.11" and python_version < "4.0" \
|
|
154 |
colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" \
|
155 |
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
|
156 |
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
157 |
-
confection==0.1.
|
158 |
-
--hash=sha256:
|
159 |
-
--hash=sha256:
|
160 |
contourpy==1.2.1 ; python_version >= "3.11" and python_version < "4.0" \
|
161 |
--hash=sha256:00e5388f71c1a0610e6fe56b5c44ab7ba14165cdd6d695429c5cd94021e390b2 \
|
162 |
--hash=sha256:10a37ae557aabf2509c79715cd20b62e4c7c28b8cd62dd7d99e5ed3ce28c3fd9 \
|
@@ -255,6 +255,9 @@ cymem==2.0.8 ; python_version >= "3.11" and python_version < "4.0" \
|
|
255 |
--hash=sha256:e6b83a5972a64f62796118da79dfeed71f4e1e770b2b7455e889c909504c2358 \
|
256 |
--hash=sha256:e8260445652ae5ab19fff6851f32969a7b774f309162e83367dd0f69aac5dbf7 \
|
257 |
--hash=sha256:ecd12e3bacf3eed5486e4cd8ede3c12da66ee0e0a9d0ae046962bc2bb503acef
|
|
|
|
|
|
|
258 |
fastapi==0.110.3 ; python_version >= "3.11" and python_version < "4.0" \
|
259 |
--hash=sha256:555700b0159379e94fdbfc6bb66a0f1c43f4cf7060f25239af3d84b63a656626 \
|
260 |
--hash=sha256:fd7600612f755e4050beb74001310b5a7e1796d149c2ee363124abdfa0289d32
|
@@ -339,49 +342,49 @@ ffmpy==0.3.2 ; python_version >= "3.11" and python_version < "4.0" \
|
|
339 |
filelock==3.14.0 ; python_version >= "3.11" and python_version < "4.0" \
|
340 |
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
|
341 |
--hash=sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a
|
342 |
-
fonttools==4.
|
343 |
-
--hash=sha256:
|
344 |
-
--hash=sha256:
|
345 |
-
--hash=sha256:
|
346 |
-
--hash=sha256:
|
347 |
-
--hash=sha256:
|
348 |
-
--hash=sha256:
|
349 |
-
--hash=sha256:
|
350 |
-
--hash=sha256:
|
351 |
-
--hash=sha256:
|
352 |
-
--hash=sha256:
|
353 |
-
--hash=sha256:
|
354 |
-
--hash=sha256:
|
355 |
-
--hash=sha256:
|
356 |
-
--hash=sha256:
|
357 |
-
--hash=sha256:
|
358 |
-
--hash=sha256:
|
359 |
-
--hash=sha256:
|
360 |
-
--hash=sha256:
|
361 |
-
--hash=sha256:
|
362 |
-
--hash=sha256:
|
363 |
-
--hash=sha256:
|
364 |
-
--hash=sha256:
|
365 |
-
--hash=sha256:
|
366 |
-
--hash=sha256:
|
367 |
-
--hash=sha256:
|
368 |
-
--hash=sha256:
|
369 |
-
--hash=sha256:
|
370 |
-
--hash=sha256:
|
371 |
-
--hash=sha256:
|
372 |
-
--hash=sha256:
|
373 |
-
--hash=sha256:
|
374 |
-
--hash=sha256:
|
375 |
-
--hash=sha256:
|
376 |
-
--hash=sha256:
|
377 |
-
--hash=sha256:
|
378 |
-
--hash=sha256:
|
379 |
-
--hash=sha256:
|
380 |
-
--hash=sha256:
|
381 |
-
--hash=sha256:
|
382 |
-
--hash=sha256:
|
383 |
-
--hash=sha256:
|
384 |
-
--hash=sha256:
|
385 |
fsspec==2024.5.0 ; python_version >= "3.11" and python_version < "4.0" \
|
386 |
--hash=sha256:1d021b0b0f933e3b3029ed808eb400c08ba101ca2de4b3483fbc9ca23fcee94a \
|
387 |
--hash=sha256:e0fdbc446d67e182f49a70b82cf7889028a63588fde6b222521f10937b2b670c
|
@@ -1233,24 +1236,24 @@ rpds-py==0.18.1 ; python_version >= "3.11" and python_version < "4.0" \
|
|
1233 |
--hash=sha256:f7afbfee1157e0f9376c00bb232e80a60e59ed716e3211a80cb8506550671e6e \
|
1234 |
--hash=sha256:fa242ac1ff583e4ec7771141606aafc92b361cd90a05c30d93e343a0c2d82a89 \
|
1235 |
--hash=sha256:fab6ce90574645a0d6c58890e9bcaac8d94dff54fb51c69e5522a7358b80ab64
|
1236 |
-
ruff==0.4.
|
1237 |
-
--hash=sha256:
|
1238 |
-
--hash=sha256:
|
1239 |
-
--hash=sha256:
|
1240 |
-
--hash=sha256:
|
1241 |
-
--hash=sha256:
|
1242 |
-
--hash=sha256:
|
1243 |
-
--hash=sha256:
|
1244 |
-
--hash=sha256:
|
1245 |
-
--hash=sha256:
|
1246 |
-
--hash=sha256:
|
1247 |
-
--hash=sha256:
|
1248 |
-
--hash=sha256:
|
1249 |
-
--hash=sha256:
|
1250 |
-
--hash=sha256:
|
1251 |
-
--hash=sha256:
|
1252 |
-
--hash=sha256:
|
1253 |
-
--hash=sha256:
|
1254 |
scikit-learn==1.5.0 ; python_version >= "3.11" and python_version < "4.0" \
|
1255 |
--hash=sha256:057b991ac64b3e75c9c04b5f9395eaf19a6179244c089afdebaad98264bff37c \
|
1256 |
--hash=sha256:118a8d229a41158c9f90093e46b3737120a165181a1b58c03461447aa4657415 \
|
@@ -1448,21 +1451,21 @@ typer==0.9.4 ; python_version >= "3.11" and python_version < "4.0" \
|
|
1448 |
typer[all]==0.9.4 ; python_version >= "3.11" and python_version < "4.0" and sys_platform != "emscripten" \
|
1449 |
--hash=sha256:aa6c4a4e2329d868b80ecbaf16f807f2b54e192209d7ac9dd42691d63f7a54eb \
|
1450 |
--hash=sha256:f714c2d90afae3a7929fcd72a3abb08df305e1ff61719381384211c4070af57f
|
1451 |
-
typing-extensions==4.12.
|
1452 |
-
--hash=sha256:
|
1453 |
-
--hash=sha256:
|
1454 |
tzdata==2024.1 ; python_version >= "3.11" and python_version < "4.0" \
|
1455 |
--hash=sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd \
|
1456 |
--hash=sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252
|
1457 |
urllib3==2.2.1 ; python_version >= "3.11" and python_version < "4.0" \
|
1458 |
--hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
|
1459 |
--hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
|
1460 |
-
uvicorn==0.30.
|
1461 |
-
--hash=sha256:
|
1462 |
-
--hash=sha256:
|
1463 |
-
wasabi==1.1.
|
1464 |
-
--hash=sha256:
|
1465 |
-
--hash=sha256:
|
1466 |
weasel==0.3.4 ; python_version >= "3.11" and python_version < "4.0" \
|
1467 |
--hash=sha256:eb16f92dc9f1a3ffa89c165e3a9acd28018ebb656e0da4da02c0d7d8ae3f6178 \
|
1468 |
--hash=sha256:ee48a944f051d007201c2ea1661d0c41035028c5d5a8bcb29a0b10f1100206ae
|
|
|
51 |
catalogue==2.0.10 ; python_version >= "3.11" and python_version < "4.0" \
|
52 |
--hash=sha256:4f56daa940913d3f09d589c191c74e5a6d51762b3a9e37dd53b7437afd6cda15 \
|
53 |
--hash=sha256:58c2de0020aa90f4a2da7dfad161bf7b3b054c86a5f09fcedc0b2b740c109a9f
|
54 |
+
certifi==2024.6.2 ; python_version >= "3.11" and python_version < "4.0" \
|
55 |
+
--hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \
|
56 |
+
--hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56
|
57 |
charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "4.0" \
|
58 |
--hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \
|
59 |
--hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 \
|
|
|
154 |
colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" \
|
155 |
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
|
156 |
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
157 |
+
confection==0.1.5 ; python_version >= "3.11" and python_version < "4.0" \
|
158 |
+
--hash=sha256:8e72dd3ca6bd4f48913cd220f10b8275978e740411654b6e8ca6d7008c590f0e \
|
159 |
+
--hash=sha256:e29d3c3f8eac06b3f77eb9dfb4bf2fc6bcc9622a98ca00a698e3d019c6430b14
|
160 |
contourpy==1.2.1 ; python_version >= "3.11" and python_version < "4.0" \
|
161 |
--hash=sha256:00e5388f71c1a0610e6fe56b5c44ab7ba14165cdd6d695429c5cd94021e390b2 \
|
162 |
--hash=sha256:10a37ae557aabf2509c79715cd20b62e4c7c28b8cd62dd7d99e5ed3ce28c3fd9 \
|
|
|
255 |
--hash=sha256:e6b83a5972a64f62796118da79dfeed71f4e1e770b2b7455e889c909504c2358 \
|
256 |
--hash=sha256:e8260445652ae5ab19fff6851f32969a7b774f309162e83367dd0f69aac5dbf7 \
|
257 |
--hash=sha256:ecd12e3bacf3eed5486e4cd8ede3c12da66ee0e0a9d0ae046962bc2bb503acef
|
258 |
+
emoji==2.12.1 ; python_version >= "3.11" and python_version < "4.0" \
|
259 |
+
--hash=sha256:4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb \
|
260 |
+
--hash=sha256:a00d62173bdadc2510967a381810101624a2f0986145b8da0cffa42e29430235
|
261 |
fastapi==0.110.3 ; python_version >= "3.11" and python_version < "4.0" \
|
262 |
--hash=sha256:555700b0159379e94fdbfc6bb66a0f1c43f4cf7060f25239af3d84b63a656626 \
|
263 |
--hash=sha256:fd7600612f755e4050beb74001310b5a7e1796d149c2ee363124abdfa0289d32
|
|
|
342 |
filelock==3.14.0 ; python_version >= "3.11" and python_version < "4.0" \
|
343 |
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
|
344 |
--hash=sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a
|
345 |
+
fonttools==4.53.0 ; python_version >= "3.11" and python_version < "4.0" \
|
346 |
+
--hash=sha256:099634631b9dd271d4a835d2b2a9e042ccc94ecdf7e2dd9f7f34f7daf333358d \
|
347 |
+
--hash=sha256:0c555e039d268445172b909b1b6bdcba42ada1cf4a60e367d68702e3f87e5f64 \
|
348 |
+
--hash=sha256:1e677bfb2b4bd0e5e99e0f7283e65e47a9814b0486cb64a41adf9ef110e078f2 \
|
349 |
+
--hash=sha256:2367d47816cc9783a28645bc1dac07f8ffc93e0f015e8c9fc674a5b76a6da6e4 \
|
350 |
+
--hash=sha256:28d072169fe8275fb1a0d35e3233f6df36a7e8474e56cb790a7258ad822b6fd6 \
|
351 |
+
--hash=sha256:31f0e3147375002aae30696dd1dc596636abbd22fca09d2e730ecde0baad1d6b \
|
352 |
+
--hash=sha256:3e0ad3c6ea4bd6a289d958a1eb922767233f00982cf0fe42b177657c86c80a8f \
|
353 |
+
--hash=sha256:45b4afb069039f0366a43a5d454bc54eea942bfb66b3fc3e9a2c07ef4d617380 \
|
354 |
+
--hash=sha256:4a2a6ba400d386e904fd05db81f73bee0008af37799a7586deaa4aef8cd5971e \
|
355 |
+
--hash=sha256:4f520d9ac5b938e6494f58a25c77564beca7d0199ecf726e1bd3d56872c59749 \
|
356 |
+
--hash=sha256:52a6e0a7a0bf611c19bc8ec8f7592bdae79c8296c70eb05917fd831354699b20 \
|
357 |
+
--hash=sha256:5a4788036201c908079e89ae3f5399b33bf45b9ea4514913f4dbbe4fac08efe0 \
|
358 |
+
--hash=sha256:6b4f04b1fbc01a3569d63359f2227c89ab294550de277fd09d8fca6185669fa4 \
|
359 |
+
--hash=sha256:715b41c3e231f7334cbe79dfc698213dcb7211520ec7a3bc2ba20c8515e8a3b5 \
|
360 |
+
--hash=sha256:73121a9b7ff93ada888aaee3985a88495489cc027894458cb1a736660bdfb206 \
|
361 |
+
--hash=sha256:74ae2441731a05b44d5988d3ac2cf784d3ee0a535dbed257cbfff4be8bb49eb9 \
|
362 |
+
--hash=sha256:7d6166192dcd925c78a91d599b48960e0a46fe565391c79fe6de481ac44d20ac \
|
363 |
+
--hash=sha256:7f193f060391a455920d61684a70017ef5284ccbe6023bb056e15e5ac3de11d1 \
|
364 |
+
--hash=sha256:907fa0b662dd8fc1d7c661b90782ce81afb510fc4b7aa6ae7304d6c094b27bce \
|
365 |
+
--hash=sha256:93156dd7f90ae0a1b0e8871032a07ef3178f553f0c70c386025a808f3a63b1f4 \
|
366 |
+
--hash=sha256:93bc9e5aaa06ff928d751dc6be889ff3e7d2aa393ab873bc7f6396a99f6fbb12 \
|
367 |
+
--hash=sha256:95db0c6581a54b47c30860d013977b8a14febc206c8b5ff562f9fe32738a8aca \
|
368 |
+
--hash=sha256:973d030180eca8255b1bce6ffc09ef38a05dcec0e8320cc9b7bcaa65346f341d \
|
369 |
+
--hash=sha256:9cd7a6beec6495d1dffb1033d50a3f82dfece23e9eb3c20cd3c2444d27514068 \
|
370 |
+
--hash=sha256:9fe9096a60113e1d755e9e6bda15ef7e03391ee0554d22829aa506cdf946f796 \
|
371 |
+
--hash=sha256:a209d2e624ba492df4f3bfad5996d1f76f03069c6133c60cd04f9a9e715595ec \
|
372 |
+
--hash=sha256:a239afa1126b6a619130909c8404070e2b473dd2b7fc4aacacd2e763f8597fea \
|
373 |
+
--hash=sha256:ba9f09ff17f947392a855e3455a846f9855f6cf6bec33e9a427d3c1d254c712f \
|
374 |
+
--hash=sha256:bb7273789f69b565d88e97e9e1da602b4ee7ba733caf35a6c2affd4334d4f005 \
|
375 |
+
--hash=sha256:bd5bc124fae781a4422f61b98d1d7faa47985f663a64770b78f13d2c072410c2 \
|
376 |
+
--hash=sha256:bff98816cb144fb7b85e4b5ba3888a33b56ecef075b0e95b95bcd0a5fbf20f06 \
|
377 |
+
--hash=sha256:c4ee5a24e281fbd8261c6ab29faa7fd9a87a12e8c0eed485b705236c65999109 \
|
378 |
+
--hash=sha256:c93ed66d32de1559b6fc348838c7572d5c0ac1e4a258e76763a5caddd8944002 \
|
379 |
+
--hash=sha256:d1a24f51a3305362b94681120c508758a88f207fa0a681c16b5a4172e9e6c7a9 \
|
380 |
+
--hash=sha256:d8f191a17369bd53a5557a5ee4bab91d5330ca3aefcdf17fab9a497b0e7cff7a \
|
381 |
+
--hash=sha256:daaef7390e632283051e3cf3e16aff2b68b247e99aea916f64e578c0449c9c68 \
|
382 |
+
--hash=sha256:e40013572bfb843d6794a3ce076c29ef4efd15937ab833f520117f8eccc84fd6 \
|
383 |
+
--hash=sha256:eceef49f457253000e6a2d0f7bd08ff4e9fe96ec4ffce2dbcb32e34d9c1b8161 \
|
384 |
+
--hash=sha256:ee595d7ba9bba130b2bec555a40aafa60c26ce68ed0cf509983e0f12d88674fd \
|
385 |
+
--hash=sha256:ef50ec31649fbc3acf6afd261ed89d09eb909b97cc289d80476166df8438524d \
|
386 |
+
--hash=sha256:fa1f3e34373aa16045484b4d9d352d4c6b5f9f77ac77a178252ccbc851e8b2ee \
|
387 |
+
--hash=sha256:fca66d9ff2ac89b03f5aa17e0b21a97c21f3491c46b583bb131eb32c7bab33af
|
388 |
fsspec==2024.5.0 ; python_version >= "3.11" and python_version < "4.0" \
|
389 |
--hash=sha256:1d021b0b0f933e3b3029ed808eb400c08ba101ca2de4b3483fbc9ca23fcee94a \
|
390 |
--hash=sha256:e0fdbc446d67e182f49a70b82cf7889028a63588fde6b222521f10937b2b670c
|
|
|
1236 |
--hash=sha256:f7afbfee1157e0f9376c00bb232e80a60e59ed716e3211a80cb8506550671e6e \
|
1237 |
--hash=sha256:fa242ac1ff583e4ec7771141606aafc92b361cd90a05c30d93e343a0c2d82a89 \
|
1238 |
--hash=sha256:fab6ce90574645a0d6c58890e9bcaac8d94dff54fb51c69e5522a7358b80ab64
|
1239 |
+
ruff==0.4.7 ; python_version >= "3.11" and python_version < "4.0" and sys_platform != "emscripten" \
|
1240 |
+
--hash=sha256:07fc80bbb61e42b3b23b10fda6a2a0f5a067f810180a3760c5ef1b456c21b9db \
|
1241 |
+
--hash=sha256:10f2204b9a613988e3484194c2c9e96a22079206b22b787605c255f130db5ed7 \
|
1242 |
+
--hash=sha256:10f973d521d910e5f9c72ab27e409e839089f955be8a4c8826601a6323a89753 \
|
1243 |
+
--hash=sha256:13a1768b0691619822ae6d446132dbdfd568b700ecd3652b20d4e8bc1e498f78 \
|
1244 |
+
--hash=sha256:2331d2b051dc77a289a653fcc6a42cce357087c5975738157cd966590b18b5e1 \
|
1245 |
+
--hash=sha256:50e9651578b629baec3d1513b2534de0ac7ed7753e1382272b8d609997e27e83 \
|
1246 |
+
--hash=sha256:59c3d110970001dfa494bcd95478e62286c751126dfb15c3c46e7915fc49694f \
|
1247 |
+
--hash=sha256:769e5a51df61e07e887b81e6f039e7ed3573316ab7dd9f635c5afaa310e4030e \
|
1248 |
+
--hash=sha256:8874a9df7766cb956b218a0a239e0a5d23d9e843e4da1e113ae1d27ee420877a \
|
1249 |
+
--hash=sha256:9e3ab684ad403a9ed1226894c32c3ab9c2e0718440f6f50c7c5829932bc9e054 \
|
1250 |
+
--hash=sha256:a7c0083febdec17571455903b184a10026603a1de078428ba155e7ce9358c5f6 \
|
1251 |
+
--hash=sha256:ad1b20e66a44057c326168437d680a2166c177c939346b19c0d6b08a62a37589 \
|
1252 |
+
--hash=sha256:b9de9a6e49f7d529decd09381c0860c3f82fa0b0ea00ea78409b785d2308a567 \
|
1253 |
+
--hash=sha256:cbf5d818553add7511c38b05532d94a407f499d1a76ebb0cad0374e32bc67202 \
|
1254 |
+
--hash=sha256:e089371c67892a73b6bb1525608e89a2aca1b77b5440acf7a71dda5dac958f9e \
|
1255 |
+
--hash=sha256:fa4dafe3fe66d90e2e2b63fa1591dd6e3f090ca2128daa0be33db894e6c18648 \
|
1256 |
+
--hash=sha256:fa9773c6c00f4958f73b317bc0fd125295110c3776089f6ef318f4b775f0abe4
|
1257 |
scikit-learn==1.5.0 ; python_version >= "3.11" and python_version < "4.0" \
|
1258 |
--hash=sha256:057b991ac64b3e75c9c04b5f9395eaf19a6179244c089afdebaad98264bff37c \
|
1259 |
--hash=sha256:118a8d229a41158c9f90093e46b3737120a165181a1b58c03461447aa4657415 \
|
|
|
1451 |
typer[all]==0.9.4 ; python_version >= "3.11" and python_version < "4.0" and sys_platform != "emscripten" \
|
1452 |
--hash=sha256:aa6c4a4e2329d868b80ecbaf16f807f2b54e192209d7ac9dd42691d63f7a54eb \
|
1453 |
--hash=sha256:f714c2d90afae3a7929fcd72a3abb08df305e1ff61719381384211c4070af57f
|
1454 |
+
typing-extensions==4.12.1 ; python_version >= "3.11" and python_version < "4.0" \
|
1455 |
+
--hash=sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a \
|
1456 |
+
--hash=sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1
|
1457 |
tzdata==2024.1 ; python_version >= "3.11" and python_version < "4.0" \
|
1458 |
--hash=sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd \
|
1459 |
--hash=sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252
|
1460 |
urllib3==2.2.1 ; python_version >= "3.11" and python_version < "4.0" \
|
1461 |
--hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
|
1462 |
--hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
|
1463 |
+
uvicorn==0.30.1 ; python_version >= "3.11" and python_version < "4.0" and sys_platform != "emscripten" \
|
1464 |
+
--hash=sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81 \
|
1465 |
+
--hash=sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8
|
1466 |
+
wasabi==1.1.3 ; python_version >= "3.11" and python_version < "4.0" \
|
1467 |
+
--hash=sha256:4bb3008f003809db0c3e28b4daf20906ea871a2bb43f9914197d540f4f2e0878 \
|
1468 |
+
--hash=sha256:f76e16e8f7e79f8c4c8be49b4024ac725713ab10cd7f19350ad18a8e3f71728c
|
1469 |
weasel==0.3.4 ; python_version >= "3.11" and python_version < "4.0" \
|
1470 |
--hash=sha256:eb16f92dc9f1a3ffa89c165e3a9acd28018ebb656e0da4da02c0d7d8ae3f6178 \
|
1471 |
--hash=sha256:ee48a944f051d007201c2ea1661d0c41035028c5d5a8bcb29a0b10f1100206ae
|