Spaces:
Runtime error
Runtime error
Synced repo using 'sync_with_huggingface' Github Action
Browse files- poetry.lock +200 -102
- pyproject.toml +1 -1
poetry.lock
CHANGED
@@ -1037,6 +1037,25 @@ files = [
|
|
1037 |
{file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
|
1038 |
]
|
1039 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1040 |
[[package]]
|
1041 |
name = "iniconfig"
|
1042 |
version = "2.0.0"
|
@@ -2176,13 +2195,13 @@ files = [
|
|
2176 |
|
2177 |
[[package]]
|
2178 |
name = "packaging"
|
2179 |
-
version = "
|
2180 |
description = "Core utilities for Python packages"
|
2181 |
optional = false
|
2182 |
python-versions = ">=3.7"
|
2183 |
files = [
|
2184 |
-
{file = "packaging-
|
2185 |
-
{file = "packaging-
|
2186 |
]
|
2187 |
|
2188 |
[[package]]
|
@@ -2299,89 +2318,82 @@ ptyprocess = ">=0.5"
|
|
2299 |
|
2300 |
[[package]]
|
2301 |
name = "pillow"
|
2302 |
-
version = "
|
2303 |
description = "Python Imaging Library (Fork)"
|
2304 |
optional = false
|
2305 |
-
python-versions = ">=3.
|
2306 |
files = [
|
2307 |
-
{file = "
|
2308 |
-
{file = "
|
2309 |
-
{file = "
|
2310 |
-
{file = "
|
2311 |
-
{file = "
|
2312 |
-
{file = "
|
2313 |
-
{file = "
|
2314 |
-
{file = "
|
2315 |
-
{file = "
|
2316 |
-
{file = "
|
2317 |
-
{file = "
|
2318 |
-
{file = "
|
2319 |
-
{file = "
|
2320 |
-
{file = "
|
2321 |
-
{file = "
|
2322 |
-
{file = "
|
2323 |
-
{file = "
|
2324 |
-
{file = "
|
2325 |
-
{file = "
|
2326 |
-
{file = "
|
2327 |
-
{file = "
|
2328 |
-
{file = "
|
2329 |
-
{file = "
|
2330 |
-
{file = "
|
2331 |
-
{file = "
|
2332 |
-
{file = "
|
2333 |
-
{file = "
|
2334 |
-
{file = "
|
2335 |
-
{file = "
|
2336 |
-
{file = "
|
2337 |
-
{file = "
|
2338 |
-
{file = "
|
2339 |
-
{file = "
|
2340 |
-
{file = "
|
2341 |
-
{file = "
|
2342 |
-
{file = "
|
2343 |
-
{file = "
|
2344 |
-
{file = "
|
2345 |
-
{file = "
|
2346 |
-
{file = "
|
2347 |
-
{file = "
|
2348 |
-
{file = "
|
2349 |
-
{file = "
|
2350 |
-
{file = "
|
2351 |
-
{file = "
|
2352 |
-
{file = "
|
2353 |
-
{file = "
|
2354 |
-
{file = "
|
2355 |
-
{file = "
|
2356 |
-
{file = "
|
2357 |
-
{file = "
|
2358 |
-
{file = "
|
2359 |
-
{file = "
|
2360 |
-
{file = "
|
2361 |
-
{file = "
|
2362 |
-
{file = "
|
2363 |
-
{file = "
|
2364 |
-
{file = "
|
2365 |
-
{file = "
|
2366 |
-
{file = "
|
2367 |
-
{file = "
|
2368 |
-
{file = "
|
2369 |
-
{file = "
|
2370 |
-
{file = "
|
2371 |
-
{file = "
|
2372 |
-
{file = "
|
2373 |
-
{file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a"},
|
2374 |
-
{file = "pillow-10.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591"},
|
2375 |
-
{file = "pillow-10.3.0.tar.gz", hash = "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d"},
|
2376 |
]
|
2377 |
|
2378 |
[package.extras]
|
2379 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
2380 |
-
fpx = ["olefile"]
|
2381 |
-
mic = ["olefile"]
|
2382 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
2383 |
-
typing = ["typing-extensions"]
|
2384 |
-
xmp = ["defusedxml"]
|
2385 |
|
2386 |
[[package]]
|
2387 |
name = "platformdirs"
|
@@ -2757,6 +2769,17 @@ files = [
|
|
2757 |
[package.extras]
|
2758 |
windows-terminal = ["colorama (>=0.4.6)"]
|
2759 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2760 |
[[package]]
|
2761 |
name = "pyparsing"
|
2762 |
version = "3.1.2"
|
@@ -2889,6 +2912,20 @@ files = [
|
|
2889 |
{file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"},
|
2890 |
]
|
2891 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2892 |
[[package]]
|
2893 |
name = "pywin32"
|
2894 |
version = "306"
|
@@ -3518,13 +3555,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam
|
|
3518 |
|
3519 |
[[package]]
|
3520 |
name = "streamlit"
|
3521 |
-
version = "1.
|
3522 |
description = "A faster way to build and share data apps"
|
3523 |
optional = false
|
3524 |
-
python-versions = "!=3.9.7
|
3525 |
files = [
|
3526 |
-
{file = "streamlit-1.
|
3527 |
-
{file = "streamlit-1.
|
3528 |
]
|
3529 |
|
3530 |
[package.dependencies]
|
@@ -3532,38 +3569,44 @@ altair = ">=4.0,<6"
|
|
3532 |
blinker = ">=1.0.0,<2"
|
3533 |
cachetools = ">=4.0,<6"
|
3534 |
click = ">=7.0,<9"
|
3535 |
-
gitpython = ">=3
|
3536 |
-
|
3537 |
-
|
3538 |
-
|
3539 |
-
|
|
|
3540 |
protobuf = ">=3.20,<5"
|
3541 |
-
pyarrow = ">=
|
3542 |
-
pydeck = ">=0.
|
3543 |
-
|
3544 |
-
|
3545 |
-
|
3546 |
-
|
|
|
|
|
3547 |
tornado = ">=6.0.3,<7"
|
3548 |
-
typing-extensions = ">=4.
|
3549 |
-
|
|
|
|
|
3550 |
|
3551 |
[package.extras]
|
3552 |
-
snowflake = ["snowflake-
|
3553 |
|
3554 |
[[package]]
|
3555 |
name = "tenacity"
|
3556 |
-
version = "8.
|
3557 |
description = "Retry code until it succeeds"
|
3558 |
optional = false
|
3559 |
-
python-versions = ">=3.
|
3560 |
files = [
|
3561 |
-
{file = "tenacity-8.
|
3562 |
-
{file = "tenacity-8.
|
3563 |
]
|
3564 |
|
3565 |
[package.extras]
|
3566 |
-
doc = ["reno", "sphinx"
|
|
|
3567 |
|
3568 |
[[package]]
|
3569 |
name = "termcolor"
|
@@ -3802,6 +3845,35 @@ files = [
|
|
3802 |
{file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"},
|
3803 |
]
|
3804 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3805 |
[[package]]
|
3806 |
name = "uri-template"
|
3807 |
version = "1.3.0"
|
@@ -3855,6 +3927,17 @@ typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
|
|
3855 |
[package.extras]
|
3856 |
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
|
3857 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3858 |
[[package]]
|
3859 |
name = "virtualenv"
|
3860 |
version = "20.26.1"
|
@@ -4085,7 +4168,22 @@ y-py = ">=0.6.0,<0.7.0"
|
|
4085 |
[package.extras]
|
4086 |
test = ["mypy", "pre-commit", "pytest", "pytest-asyncio", "websockets (>=10.0)"]
|
4087 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4088 |
[metadata]
|
4089 |
lock-version = "2.0"
|
4090 |
python-versions = "^3.10"
|
4091 |
-
content-hash = "
|
|
|
1037 |
{file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
|
1038 |
]
|
1039 |
|
1040 |
+
[[package]]
|
1041 |
+
name = "importlib-metadata"
|
1042 |
+
version = "6.11.0"
|
1043 |
+
description = "Read metadata from Python packages"
|
1044 |
+
optional = false
|
1045 |
+
python-versions = ">=3.8"
|
1046 |
+
files = [
|
1047 |
+
{file = "importlib_metadata-6.11.0-py3-none-any.whl", hash = "sha256:f0afba6205ad8f8947c7d338b5342d5db2afbfd82f9cbef7879a9539cc12eb9b"},
|
1048 |
+
{file = "importlib_metadata-6.11.0.tar.gz", hash = "sha256:1231cf92d825c9e03cfc4da076a16de6422c863558229ea0b22b675657463443"},
|
1049 |
+
]
|
1050 |
+
|
1051 |
+
[package.dependencies]
|
1052 |
+
zipp = ">=0.5"
|
1053 |
+
|
1054 |
+
[package.extras]
|
1055 |
+
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"]
|
1056 |
+
perf = ["ipython"]
|
1057 |
+
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"]
|
1058 |
+
|
1059 |
[[package]]
|
1060 |
name = "iniconfig"
|
1061 |
version = "2.0.0"
|
|
|
2195 |
|
2196 |
[[package]]
|
2197 |
name = "packaging"
|
2198 |
+
version = "23.2"
|
2199 |
description = "Core utilities for Python packages"
|
2200 |
optional = false
|
2201 |
python-versions = ">=3.7"
|
2202 |
files = [
|
2203 |
+
{file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"},
|
2204 |
+
{file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"},
|
2205 |
]
|
2206 |
|
2207 |
[[package]]
|
|
|
2318 |
|
2319 |
[[package]]
|
2320 |
name = "pillow"
|
2321 |
+
version = "9.5.0"
|
2322 |
description = "Python Imaging Library (Fork)"
|
2323 |
optional = false
|
2324 |
+
python-versions = ">=3.7"
|
2325 |
files = [
|
2326 |
+
{file = "Pillow-9.5.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:ace6ca218308447b9077c14ea4ef381ba0b67ee78d64046b3f19cf4e1139ad16"},
|
2327 |
+
{file = "Pillow-9.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d3d403753c9d5adc04d4694d35cf0391f0f3d57c8e0030aac09d7678fa8030aa"},
|
2328 |
+
{file = "Pillow-9.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ba1b81ee69573fe7124881762bb4cd2e4b6ed9dd28c9c60a632902fe8db8b38"},
|
2329 |
+
{file = "Pillow-9.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fe7e1c262d3392afcf5071df9afa574544f28eac825284596ac6db56e6d11062"},
|
2330 |
+
{file = "Pillow-9.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f36397bf3f7d7c6a3abdea815ecf6fd14e7fcd4418ab24bae01008d8d8ca15e"},
|
2331 |
+
{file = "Pillow-9.5.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:252a03f1bdddce077eff2354c3861bf437c892fb1832f75ce813ee94347aa9b5"},
|
2332 |
+
{file = "Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:85ec677246533e27770b0de5cf0f9d6e4ec0c212a1f89dfc941b64b21226009d"},
|
2333 |
+
{file = "Pillow-9.5.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b416f03d37d27290cb93597335a2f85ed446731200705b22bb927405320de903"},
|
2334 |
+
{file = "Pillow-9.5.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:1781a624c229cb35a2ac31cc4a77e28cafc8900733a864870c49bfeedacd106a"},
|
2335 |
+
{file = "Pillow-9.5.0-cp310-cp310-win32.whl", hash = "sha256:8507eda3cd0608a1f94f58c64817e83ec12fa93a9436938b191b80d9e4c0fc44"},
|
2336 |
+
{file = "Pillow-9.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:d3c6b54e304c60c4181da1c9dadf83e4a54fd266a99c70ba646a9baa626819eb"},
|
2337 |
+
{file = "Pillow-9.5.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:7ec6f6ce99dab90b52da21cf0dc519e21095e332ff3b399a357c187b1a5eee32"},
|
2338 |
+
{file = "Pillow-9.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:560737e70cb9c6255d6dcba3de6578a9e2ec4b573659943a5e7e4af13f298f5c"},
|
2339 |
+
{file = "Pillow-9.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:96e88745a55b88a7c64fa49bceff363a1a27d9a64e04019c2281049444a571e3"},
|
2340 |
+
{file = "Pillow-9.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d9c206c29b46cfd343ea7cdfe1232443072bbb270d6a46f59c259460db76779a"},
|
2341 |
+
{file = "Pillow-9.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cfcc2c53c06f2ccb8976fb5c71d448bdd0a07d26d8e07e321c103416444c7ad1"},
|
2342 |
+
{file = "Pillow-9.5.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:a0f9bb6c80e6efcde93ffc51256d5cfb2155ff8f78292f074f60f9e70b942d99"},
|
2343 |
+
{file = "Pillow-9.5.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:8d935f924bbab8f0a9a28404422da8af4904e36d5c33fc6f677e4c4485515625"},
|
2344 |
+
{file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:fed1e1cf6a42577953abbe8e6cf2fe2f566daebde7c34724ec8803c4c0cda579"},
|
2345 |
+
{file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c1170d6b195555644f0616fd6ed929dfcf6333b8675fcca044ae5ab110ded296"},
|
2346 |
+
{file = "Pillow-9.5.0-cp311-cp311-win32.whl", hash = "sha256:54f7102ad31a3de5666827526e248c3530b3a33539dbda27c6843d19d72644ec"},
|
2347 |
+
{file = "Pillow-9.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfa4561277f677ecf651e2b22dc43e8f5368b74a25a8f7d1d4a3a243e573f2d4"},
|
2348 |
+
{file = "Pillow-9.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:965e4a05ef364e7b973dd17fc765f42233415974d773e82144c9bbaaaea5d089"},
|
2349 |
+
{file = "Pillow-9.5.0-cp312-cp312-win32.whl", hash = "sha256:22baf0c3cf0c7f26e82d6e1adf118027afb325e703922c8dfc1d5d0156bb2eeb"},
|
2350 |
+
{file = "Pillow-9.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:432b975c009cf649420615388561c0ce7cc31ce9b2e374db659ee4f7d57a1f8b"},
|
2351 |
+
{file = "Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5d4ebf8e1db4441a55c509c4baa7a0587a0210f7cd25fcfe74dbbce7a4bd1906"},
|
2352 |
+
{file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:375f6e5ee9620a271acb6820b3d1e94ffa8e741c0601db4c0c4d3cb0a9c224bf"},
|
2353 |
+
{file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:99eb6cafb6ba90e436684e08dad8be1637efb71c4f2180ee6b8f940739406e78"},
|
2354 |
+
{file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dfaaf10b6172697b9bceb9a3bd7b951819d1ca339a5ef294d1f1ac6d7f63270"},
|
2355 |
+
{file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:763782b2e03e45e2c77d7779875f4432e25121ef002a41829d8868700d119392"},
|
2356 |
+
{file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:35f6e77122a0c0762268216315bf239cf52b88865bba522999dc38f1c52b9b47"},
|
2357 |
+
{file = "Pillow-9.5.0-cp37-cp37m-win32.whl", hash = "sha256:aca1c196f407ec7cf04dcbb15d19a43c507a81f7ffc45b690899d6a76ac9fda7"},
|
2358 |
+
{file = "Pillow-9.5.0-cp37-cp37m-win_amd64.whl", hash = "sha256:322724c0032af6692456cd6ed554bb85f8149214d97398bb80613b04e33769f6"},
|
2359 |
+
{file = "Pillow-9.5.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:a0aa9417994d91301056f3d0038af1199eb7adc86e646a36b9e050b06f526597"},
|
2360 |
+
{file = "Pillow-9.5.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f8286396b351785801a976b1e85ea88e937712ee2c3ac653710a4a57a8da5d9c"},
|
2361 |
+
{file = "Pillow-9.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c830a02caeb789633863b466b9de10c015bded434deb3ec87c768e53752ad22a"},
|
2362 |
+
{file = "Pillow-9.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fbd359831c1657d69bb81f0db962905ee05e5e9451913b18b831febfe0519082"},
|
2363 |
+
{file = "Pillow-9.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8fc330c3370a81bbf3f88557097d1ea26cd8b019d6433aa59f71195f5ddebbf"},
|
2364 |
+
{file = "Pillow-9.5.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:7002d0797a3e4193c7cdee3198d7c14f92c0836d6b4a3f3046a64bd1ce8df2bf"},
|
2365 |
+
{file = "Pillow-9.5.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:229e2c79c00e85989a34b5981a2b67aa079fd08c903f0aaead522a1d68d79e51"},
|
2366 |
+
{file = "Pillow-9.5.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9adf58f5d64e474bed00d69bcd86ec4bcaa4123bfa70a65ce72e424bfb88ed96"},
|
2367 |
+
{file = "Pillow-9.5.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:662da1f3f89a302cc22faa9f14a262c2e3951f9dbc9617609a47521c69dd9f8f"},
|
2368 |
+
{file = "Pillow-9.5.0-cp38-cp38-win32.whl", hash = "sha256:6608ff3bf781eee0cd14d0901a2b9cc3d3834516532e3bd673a0a204dc8615fc"},
|
2369 |
+
{file = "Pillow-9.5.0-cp38-cp38-win_amd64.whl", hash = "sha256:e49eb4e95ff6fd7c0c402508894b1ef0e01b99a44320ba7d8ecbabefddcc5569"},
|
2370 |
+
{file = "Pillow-9.5.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:482877592e927fd263028c105b36272398e3e1be3269efda09f6ba21fd83ec66"},
|
2371 |
+
{file = "Pillow-9.5.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3ded42b9ad70e5f1754fb7c2e2d6465a9c842e41d178f262e08b8c85ed8a1d8e"},
|
2372 |
+
{file = "Pillow-9.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c446d2245ba29820d405315083d55299a796695d747efceb5717a8b450324115"},
|
2373 |
+
{file = "Pillow-9.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8aca1152d93dcc27dc55395604dcfc55bed5f25ef4c98716a928bacba90d33a3"},
|
2374 |
+
{file = "Pillow-9.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:608488bdcbdb4ba7837461442b90ea6f3079397ddc968c31265c1e056964f1ef"},
|
2375 |
+
{file = "Pillow-9.5.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:60037a8db8750e474af7ffc9faa9b5859e6c6d0a50e55c45576bf28be7419705"},
|
2376 |
+
{file = "Pillow-9.5.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:07999f5834bdc404c442146942a2ecadd1cb6292f5229f4ed3b31e0a108746b1"},
|
2377 |
+
{file = "Pillow-9.5.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a127ae76092974abfbfa38ca2d12cbeddcdeac0fb71f9627cc1135bedaf9d51a"},
|
2378 |
+
{file = "Pillow-9.5.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:489f8389261e5ed43ac8ff7b453162af39c3e8abd730af8363587ba64bb2e865"},
|
2379 |
+
{file = "Pillow-9.5.0-cp39-cp39-win32.whl", hash = "sha256:9b1af95c3a967bf1da94f253e56b6286b50af23392a886720f563c547e48e964"},
|
2380 |
+
{file = "Pillow-9.5.0-cp39-cp39-win_amd64.whl", hash = "sha256:77165c4a5e7d5a284f10a6efaa39a0ae8ba839da344f20b111d62cc932fa4e5d"},
|
2381 |
+
{file = "Pillow-9.5.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:833b86a98e0ede388fa29363159c9b1a294b0905b5128baf01db683672f230f5"},
|
2382 |
+
{file = "Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aaf305d6d40bd9632198c766fb64f0c1a83ca5b667f16c1e79e1661ab5060140"},
|
2383 |
+
{file = "Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0852ddb76d85f127c135b6dd1f0bb88dbb9ee990d2cd9aa9e28526c93e794fba"},
|
2384 |
+
{file = "Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:91ec6fe47b5eb5a9968c79ad9ed78c342b1f97a091677ba0e012701add857829"},
|
2385 |
+
{file = "Pillow-9.5.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:cb841572862f629b99725ebaec3287fc6d275be9b14443ea746c1dd325053cbd"},
|
2386 |
+
{file = "Pillow-9.5.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:c380b27d041209b849ed246b111b7c166ba36d7933ec6e41175fd15ab9eb1572"},
|
2387 |
+
{file = "Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7c9af5a3b406a50e313467e3565fc99929717f780164fe6fbb7704edba0cebbe"},
|
2388 |
+
{file = "Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5671583eab84af046a397d6d0ba25343c00cd50bce03787948e0fff01d4fd9b1"},
|
2389 |
+
{file = "Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:84a6f19ce086c1bf894644b43cd129702f781ba5751ca8572f08aa40ef0ab7b7"},
|
2390 |
+
{file = "Pillow-9.5.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:1e7723bd90ef94eda669a3c2c19d549874dd5badaeefabefd26053304abe5799"},
|
2391 |
+
{file = "Pillow-9.5.0.tar.gz", hash = "sha256:bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1"},
|
|
|
|
|
|
|
2392 |
]
|
2393 |
|
2394 |
[package.extras]
|
2395 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
|
|
|
|
2396 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
|
|
|
|
2397 |
|
2398 |
[[package]]
|
2399 |
name = "platformdirs"
|
|
|
2769 |
[package.extras]
|
2770 |
windows-terminal = ["colorama (>=0.4.6)"]
|
2771 |
|
2772 |
+
[[package]]
|
2773 |
+
name = "pympler"
|
2774 |
+
version = "1.0.1"
|
2775 |
+
description = "A development tool to measure, monitor and analyze the memory behavior of Python objects."
|
2776 |
+
optional = false
|
2777 |
+
python-versions = ">=3.6"
|
2778 |
+
files = [
|
2779 |
+
{file = "Pympler-1.0.1-py3-none-any.whl", hash = "sha256:d260dda9ae781e1eab6ea15bacb84015849833ba5555f141d2d9b7b7473b307d"},
|
2780 |
+
{file = "Pympler-1.0.1.tar.gz", hash = "sha256:993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa"},
|
2781 |
+
]
|
2782 |
+
|
2783 |
[[package]]
|
2784 |
name = "pyparsing"
|
2785 |
version = "3.1.2"
|
|
|
2912 |
{file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"},
|
2913 |
]
|
2914 |
|
2915 |
+
[[package]]
|
2916 |
+
name = "pytz-deprecation-shim"
|
2917 |
+
version = "0.1.0.post0"
|
2918 |
+
description = "Shims to make deprecation of pytz easier"
|
2919 |
+
optional = false
|
2920 |
+
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
2921 |
+
files = [
|
2922 |
+
{file = "pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl", hash = "sha256:8314c9692a636c8eb3bda879b9f119e350e93223ae83e70e80c31675a0fdc1a6"},
|
2923 |
+
{file = "pytz_deprecation_shim-0.1.0.post0.tar.gz", hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"},
|
2924 |
+
]
|
2925 |
+
|
2926 |
+
[package.dependencies]
|
2927 |
+
tzdata = {version = "*", markers = "python_version >= \"3.6\""}
|
2928 |
+
|
2929 |
[[package]]
|
2930 |
name = "pywin32"
|
2931 |
version = "306"
|
|
|
3555 |
|
3556 |
[[package]]
|
3557 |
name = "streamlit"
|
3558 |
+
version = "1.24.0"
|
3559 |
description = "A faster way to build and share data apps"
|
3560 |
optional = false
|
3561 |
+
python-versions = ">=3.8, !=3.9.7"
|
3562 |
files = [
|
3563 |
+
{file = "streamlit-1.24.0-py2.py3-none-any.whl", hash = "sha256:102b07d196650f8f35841e35381427cdfcf98b3767c57b28a99af5a8bf22e8b1"},
|
3564 |
+
{file = "streamlit-1.24.0.tar.gz", hash = "sha256:3525face94c78792733c56d63a36b48845150e3ba67bb50a19adb4c5975a8225"},
|
3565 |
]
|
3566 |
|
3567 |
[package.dependencies]
|
|
|
3569 |
blinker = ">=1.0.0,<2"
|
3570 |
cachetools = ">=4.0,<6"
|
3571 |
click = ">=7.0,<9"
|
3572 |
+
gitpython = ">=3,<3.1.19 || >3.1.19,<4"
|
3573 |
+
importlib-metadata = ">=1.4,<7"
|
3574 |
+
numpy = ">=1,<2"
|
3575 |
+
packaging = ">=14.1,<24"
|
3576 |
+
pandas = ">=0.25,<3"
|
3577 |
+
pillow = ">=6.2.0,<10"
|
3578 |
protobuf = ">=3.20,<5"
|
3579 |
+
pyarrow = ">=4.0"
|
3580 |
+
pydeck = ">=0.1.dev5,<1"
|
3581 |
+
pympler = ">=0.9,<2"
|
3582 |
+
python-dateutil = ">=2,<3"
|
3583 |
+
requests = ">=2.4,<3"
|
3584 |
+
rich = ">=10.11.0,<14"
|
3585 |
+
tenacity = ">=8.0.0,<9"
|
3586 |
+
toml = "<2"
|
3587 |
tornado = ">=6.0.3,<7"
|
3588 |
+
typing-extensions = ">=4.0.1,<5"
|
3589 |
+
tzlocal = ">=1.1,<5"
|
3590 |
+
validators = ">=0.2,<1"
|
3591 |
+
watchdog = {version = "*", markers = "platform_system != \"Darwin\""}
|
3592 |
|
3593 |
[package.extras]
|
3594 |
+
snowflake = ["snowflake-snowpark-python"]
|
3595 |
|
3596 |
[[package]]
|
3597 |
name = "tenacity"
|
3598 |
+
version = "8.3.0"
|
3599 |
description = "Retry code until it succeeds"
|
3600 |
optional = false
|
3601 |
+
python-versions = ">=3.8"
|
3602 |
files = [
|
3603 |
+
{file = "tenacity-8.3.0-py3-none-any.whl", hash = "sha256:3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185"},
|
3604 |
+
{file = "tenacity-8.3.0.tar.gz", hash = "sha256:953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2"},
|
3605 |
]
|
3606 |
|
3607 |
[package.extras]
|
3608 |
+
doc = ["reno", "sphinx"]
|
3609 |
+
test = ["pytest", "tornado (>=4.5)", "typeguard"]
|
3610 |
|
3611 |
[[package]]
|
3612 |
name = "termcolor"
|
|
|
3845 |
{file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"},
|
3846 |
]
|
3847 |
|
3848 |
+
[[package]]
|
3849 |
+
name = "tzdata"
|
3850 |
+
version = "2024.1"
|
3851 |
+
description = "Provider of IANA time zone data"
|
3852 |
+
optional = false
|
3853 |
+
python-versions = ">=2"
|
3854 |
+
files = [
|
3855 |
+
{file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"},
|
3856 |
+
{file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"},
|
3857 |
+
]
|
3858 |
+
|
3859 |
+
[[package]]
|
3860 |
+
name = "tzlocal"
|
3861 |
+
version = "4.3.1"
|
3862 |
+
description = "tzinfo object for the local timezone"
|
3863 |
+
optional = false
|
3864 |
+
python-versions = ">=3.7"
|
3865 |
+
files = [
|
3866 |
+
{file = "tzlocal-4.3.1-py3-none-any.whl", hash = "sha256:67d7e7f4ce0a98e9dfde2e02474c60fe846ed032d78b555c554c2e9cba472d84"},
|
3867 |
+
{file = "tzlocal-4.3.1.tar.gz", hash = "sha256:ee32ef8c20803c19a96ed366addd3d4a729ef6309cb5c7359a0cc2eeeb7fa46a"},
|
3868 |
+
]
|
3869 |
+
|
3870 |
+
[package.dependencies]
|
3871 |
+
pytz-deprecation-shim = "*"
|
3872 |
+
tzdata = {version = "*", markers = "platform_system == \"Windows\""}
|
3873 |
+
|
3874 |
+
[package.extras]
|
3875 |
+
devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3)", "zest.releaser"]
|
3876 |
+
|
3877 |
[[package]]
|
3878 |
name = "uri-template"
|
3879 |
version = "1.3.0"
|
|
|
3927 |
[package.extras]
|
3928 |
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
|
3929 |
|
3930 |
+
[[package]]
|
3931 |
+
name = "validators"
|
3932 |
+
version = "0.28.1"
|
3933 |
+
description = "Python Data Validation for Humans™"
|
3934 |
+
optional = false
|
3935 |
+
python-versions = ">=3.8"
|
3936 |
+
files = [
|
3937 |
+
{file = "validators-0.28.1-py3-none-any.whl", hash = "sha256:890c98789ad884037f059af6ea915ec2d667129d509180c2c590b8009a4c4219"},
|
3938 |
+
{file = "validators-0.28.1.tar.gz", hash = "sha256:5ac88e7916c3405f0ce38ac2ac82a477fcf4d90dbbeddd04c8193171fc17f7dc"},
|
3939 |
+
]
|
3940 |
+
|
3941 |
[[package]]
|
3942 |
name = "virtualenv"
|
3943 |
version = "20.26.1"
|
|
|
4168 |
[package.extras]
|
4169 |
test = ["mypy", "pre-commit", "pytest", "pytest-asyncio", "websockets (>=10.0)"]
|
4170 |
|
4171 |
+
[[package]]
|
4172 |
+
name = "zipp"
|
4173 |
+
version = "3.18.1"
|
4174 |
+
description = "Backport of pathlib-compatible object wrapper for zip files"
|
4175 |
+
optional = false
|
4176 |
+
python-versions = ">=3.8"
|
4177 |
+
files = [
|
4178 |
+
{file = "zipp-3.18.1-py3-none-any.whl", hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b"},
|
4179 |
+
{file = "zipp-3.18.1.tar.gz", hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"},
|
4180 |
+
]
|
4181 |
+
|
4182 |
+
[package.extras]
|
4183 |
+
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
4184 |
+
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
|
4185 |
+
|
4186 |
[metadata]
|
4187 |
lock-version = "2.0"
|
4188 |
python-versions = "^3.10"
|
4189 |
+
content-hash = "82b10d22b6f6bd08970a8898e81c1315b8abe9e5a6c191b50eb20527351a640d"
|
pyproject.toml
CHANGED
@@ -28,7 +28,7 @@ scikit-learn = "^1.1.1"
|
|
28 |
openpyxl = "^3.1.2"
|
29 |
pytesseract = "^0.3.10"
|
30 |
pdf2image = "^1.16.0"
|
31 |
-
streamlit = "
|
32 |
|
33 |
[tool.poetry.group.dev.dependencies]
|
34 |
pytest = "^7.0.0"
|
|
|
28 |
openpyxl = "^3.1.2"
|
29 |
pytesseract = "^0.3.10"
|
30 |
pdf2image = "^1.16.0"
|
31 |
+
streamlit = "1.24.0"
|
32 |
|
33 |
[tool.poetry.group.dev.dependencies]
|
34 |
pytest = "^7.0.0"
|