Spaces:
Sleeping
Sleeping
Small changes
Browse files- execution.ipynb +0 -0
- poetry.lock +31 -29
execution.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
poetry.lock
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# This file is automatically @generated by Poetry 2.
|
2 |
|
3 |
[[package]]
|
4 |
name = "altair"
|
@@ -56,7 +56,7 @@ typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
|
|
56 |
|
57 |
[package.extras]
|
58 |
doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"]
|
59 |
-
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)"]
|
60 |
trio = ["trio (>=0.26.1)"]
|
61 |
|
62 |
[[package]]
|
@@ -105,8 +105,8 @@ cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
|
|
105 |
dev = ["attrs[tests]", "pre-commit"]
|
106 |
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"]
|
107 |
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
108 |
-
tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"]
|
109 |
-
tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"]
|
110 |
|
111 |
[[package]]
|
112 |
name = "beautifulsoup4"
|
@@ -484,7 +484,7 @@ files = [
|
|
484 |
]
|
485 |
|
486 |
[package.extras]
|
487 |
-
tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipython", "littleutils", "pytest", "rich"]
|
488 |
|
489 |
[[package]]
|
490 |
name = "fastjsonschema"
|
@@ -533,7 +533,7 @@ gitdb = ">=4.0.1,<5"
|
|
533 |
|
534 |
[package.extras]
|
535 |
doc = ["sphinx (>=7.1.2,<7.2)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"]
|
536 |
-
test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions"]
|
537 |
|
538 |
[[package]]
|
539 |
name = "greenlet"
|
@@ -835,7 +835,7 @@ httpcore = "==1.*"
|
|
835 |
idna = "*"
|
836 |
|
837 |
[package.extras]
|
838 |
-
brotli = ["brotli", "brotlicffi"]
|
839 |
cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"]
|
840 |
http2 = ["h2 (>=3,<5)"]
|
841 |
socks = ["socksio (==1.*)"]
|
@@ -1147,7 +1147,7 @@ traitlets = ">=5.3"
|
|
1147 |
|
1148 |
[package.extras]
|
1149 |
docs = ["ipykernel", "myst-parser", "pydata-sphinx-theme", "sphinx (>=4)", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling"]
|
1150 |
-
test = ["coverage", "ipykernel (>=6.14)", "mypy", "paramiko", "pre-commit", "pytest (<8.2.0)", "pytest-cov", "pytest-jupyter[client] (>=0.4.1)", "pytest-timeout"]
|
1151 |
|
1152 |
[[package]]
|
1153 |
name = "jupyter-core"
|
@@ -1600,7 +1600,7 @@ docs = ["furo", "olefile", "sphinx (>=8.1)", "sphinx-copybutton", "sphinx-inline
|
|
1600 |
fpx = ["olefile"]
|
1601 |
mic = ["olefile"]
|
1602 |
tests = ["check-manifest", "coverage (>=7.4.2)", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout", "trove-classifiers (>=2024.10.12)"]
|
1603 |
-
typing = ["typing-extensions"]
|
1604 |
xmp = ["defusedxml"]
|
1605 |
|
1606 |
[[package]]
|
@@ -1955,7 +1955,7 @@ numpy = ">=1.16.4"
|
|
1955 |
|
1956 |
[package.extras]
|
1957 |
carto = ["pydeck-carto"]
|
1958 |
-
jupyter = ["ipykernel (>=5.1.2)", "ipython (>=5.8.0)", "ipywidgets (>=7,<8)", "traitlets (>=4.3.2)"]
|
1959 |
|
1960 |
[[package]]
|
1961 |
name = "pygments"
|
@@ -2007,6 +2007,7 @@ optional = false
|
|
2007 |
python-versions = "*"
|
2008 |
groups = ["main"]
|
2009 |
markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\" or platform_system == \"Windows\""
|
|
|
2010 |
files = [
|
2011 |
{file = "pywin32-309-cp310-cp310-win32.whl", hash = "sha256:5b78d98550ca093a6fe7ab6d71733fbc886e2af9d4876d935e7f6e1cd6577ac9"},
|
2012 |
{file = "pywin32-309-cp310-cp310-win_amd64.whl", hash = "sha256:728d08046f3d65b90d4c77f71b6fbb551699e2005cc31bbffd1febd6a08aa698"},
|
@@ -2154,7 +2155,7 @@ pydantic = ">=1.10.8"
|
|
2154 |
urllib3 = ">=1.26.14,<2.0.0"
|
2155 |
|
2156 |
[package.extras]
|
2157 |
-
fastembed = ["fastembed (==0.1.1)"]
|
2158 |
|
2159 |
[[package]]
|
2160 |
name = "referencing"
|
@@ -2332,13 +2333,13 @@ files = [
|
|
2332 |
]
|
2333 |
|
2334 |
[package.extras]
|
2335 |
-
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.8.0)"]
|
2336 |
-
core = ["importlib_metadata (>=6)", "jaraco.collections", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools", "more_itertools (>=8.8)", "packaging", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
|
2337 |
cover = ["pytest-cov"]
|
2338 |
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
|
2339 |
enabler = ["pytest-enabler (>=2.2)"]
|
2340 |
-
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.7.2)", "jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
2341 |
-
type = ["importlib_metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (==1.14.*)", "pytest-mypy"]
|
2342 |
|
2343 |
[[package]]
|
2344 |
name = "six"
|
@@ -2443,25 +2444,25 @@ files = [
|
|
2443 |
greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"}
|
2444 |
|
2445 |
[package.extras]
|
2446 |
-
aiomysql = ["aiomysql", "greenlet (!=0.4.17)"]
|
2447 |
-
aiosqlite = ["aiosqlite", "greenlet (!=0.4.17)", "typing-extensions (!=3.10.0.1)"]
|
2448 |
-
asyncio = ["greenlet (!=0.4.17)"]
|
2449 |
-
asyncmy = ["asyncmy (>=0.2.3,!=0.2.4)", "greenlet (!=0.4.17)"]
|
2450 |
-
mariadb-connector = ["mariadb (>=1.0.1,!=1.1.2)"]
|
2451 |
mssql = ["pyodbc"]
|
2452 |
mssql-pymssql = ["pymssql"]
|
2453 |
mssql-pyodbc = ["pyodbc"]
|
2454 |
-
mypy = ["mypy (>=0.910)", "sqlalchemy2-stubs"]
|
2455 |
-
mysql = ["mysqlclient (>=1.4.0)", "mysqlclient (>=1.4.0,<2)"]
|
2456 |
mysql-connector = ["mysql-connector-python"]
|
2457 |
-
oracle = ["cx-oracle (>=7)", "cx-oracle (>=7,<8)"]
|
2458 |
postgresql = ["psycopg2 (>=2.7)"]
|
2459 |
-
postgresql-asyncpg = ["asyncpg", "greenlet (!=0.4.17)"]
|
2460 |
postgresql-pg8000 = ["pg8000 (>=1.16.6,!=1.29.0)"]
|
2461 |
postgresql-psycopg2binary = ["psycopg2-binary"]
|
2462 |
postgresql-psycopg2cffi = ["psycopg2cffi"]
|
2463 |
-
pymysql = ["pymysql", "pymysql
|
2464 |
-
sqlcipher = ["sqlcipher3-binary"]
|
2465 |
|
2466 |
[[package]]
|
2467 |
name = "stack-data"
|
@@ -2516,7 +2517,7 @@ typing-extensions = ">=4.4.0,<5"
|
|
2516 |
watchdog = {version = ">=2.1.5,<7", markers = "platform_system != \"Darwin\""}
|
2517 |
|
2518 |
[package.extras]
|
2519 |
-
snowflake = ["snowflake-connector-python (>=3.3.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"]
|
2520 |
|
2521 |
[[package]]
|
2522 |
name = "tenacity"
|
@@ -2642,8 +2643,8 @@ files = [
|
|
2642 |
]
|
2643 |
|
2644 |
[package.extras]
|
2645 |
-
brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
|
2646 |
-
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"]
|
2647 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
2648 |
|
2649 |
[[package]]
|
@@ -2706,3 +2707,4 @@ files = [
|
|
2706 |
lock-version = "2.1"
|
2707 |
python-versions = ">=3.11,<3.12"
|
2708 |
content-hash = "cb20e65491005aea5c154c3a45e2ea5729cd1d7199212159f57bf8358427617c"
|
|
|
|
1 |
+
# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand.
|
2 |
|
3 |
[[package]]
|
4 |
name = "altair"
|
|
|
56 |
|
57 |
[package.extras]
|
58 |
doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"]
|
59 |
+
test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "trustme", "truststore (>=0.9.1) ; python_version >= \"3.10\"", "uvloop (>=0.21) ; platform_python_implementation == \"CPython\" and platform_system != \"Windows\" and python_version < \"3.14\""]
|
60 |
trio = ["trio (>=0.26.1)"]
|
61 |
|
62 |
[[package]]
|
|
|
105 |
dev = ["attrs[tests]", "pre-commit"]
|
106 |
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"]
|
107 |
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
108 |
+
tests-mypy = ["mypy (>=1.6) ; platform_python_implementation == \"CPython\" and python_version >= \"3.8\"", "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.8\""]
|
109 |
+
tests-no-zope = ["attrs[tests-mypy]", "cloudpickle ; platform_python_implementation == \"CPython\"", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"]
|
110 |
|
111 |
[[package]]
|
112 |
name = "beautifulsoup4"
|
|
|
484 |
]
|
485 |
|
486 |
[package.extras]
|
487 |
+
tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipython", "littleutils", "pytest", "rich ; python_version >= \"3.11\""]
|
488 |
|
489 |
[[package]]
|
490 |
name = "fastjsonschema"
|
|
|
533 |
|
534 |
[package.extras]
|
535 |
doc = ["sphinx (>=7.1.2,<7.2)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"]
|
536 |
+
test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3.8\"", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions ; python_version < \"3.11\""]
|
537 |
|
538 |
[[package]]
|
539 |
name = "greenlet"
|
|
|
835 |
idna = "*"
|
836 |
|
837 |
[package.extras]
|
838 |
+
brotli = ["brotli ; platform_python_implementation == \"CPython\"", "brotlicffi ; platform_python_implementation != \"CPython\""]
|
839 |
cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"]
|
840 |
http2 = ["h2 (>=3,<5)"]
|
841 |
socks = ["socksio (==1.*)"]
|
|
|
1147 |
|
1148 |
[package.extras]
|
1149 |
docs = ["ipykernel", "myst-parser", "pydata-sphinx-theme", "sphinx (>=4)", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling"]
|
1150 |
+
test = ["coverage", "ipykernel (>=6.14)", "mypy", "paramiko ; sys_platform == \"win32\"", "pre-commit", "pytest (<8.2.0)", "pytest-cov", "pytest-jupyter[client] (>=0.4.1)", "pytest-timeout"]
|
1151 |
|
1152 |
[[package]]
|
1153 |
name = "jupyter-core"
|
|
|
1600 |
fpx = ["olefile"]
|
1601 |
mic = ["olefile"]
|
1602 |
tests = ["check-manifest", "coverage (>=7.4.2)", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout", "trove-classifiers (>=2024.10.12)"]
|
1603 |
+
typing = ["typing-extensions ; python_version < \"3.10\""]
|
1604 |
xmp = ["defusedxml"]
|
1605 |
|
1606 |
[[package]]
|
|
|
1955 |
|
1956 |
[package.extras]
|
1957 |
carto = ["pydeck-carto"]
|
1958 |
+
jupyter = ["ipykernel (>=5.1.2) ; python_version >= \"3.4\"", "ipython (>=5.8.0) ; python_version < \"3.4\"", "ipywidgets (>=7,<8)", "traitlets (>=4.3.2)"]
|
1959 |
|
1960 |
[[package]]
|
1961 |
name = "pygments"
|
|
|
2007 |
python-versions = "*"
|
2008 |
groups = ["main"]
|
2009 |
markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\" or platform_system == \"Windows\""
|
2010 |
+
markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\" or platform_system == \"Windows\""
|
2011 |
files = [
|
2012 |
{file = "pywin32-309-cp310-cp310-win32.whl", hash = "sha256:5b78d98550ca093a6fe7ab6d71733fbc886e2af9d4876d935e7f6e1cd6577ac9"},
|
2013 |
{file = "pywin32-309-cp310-cp310-win_amd64.whl", hash = "sha256:728d08046f3d65b90d4c77f71b6fbb551699e2005cc31bbffd1febd6a08aa698"},
|
|
|
2155 |
urllib3 = ">=1.26.14,<2.0.0"
|
2156 |
|
2157 |
[package.extras]
|
2158 |
+
fastembed = ["fastembed (==0.1.1) ; python_version < \"3.12\""]
|
2159 |
|
2160 |
[[package]]
|
2161 |
name = "referencing"
|
|
|
2333 |
]
|
2334 |
|
2335 |
[package.extras]
|
2336 |
+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"", "ruff (>=0.8.0) ; sys_platform != \"cygwin\""]
|
2337 |
+
core = ["importlib_metadata (>=6) ; python_version < \"3.10\"", "jaraco.collections", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools", "more_itertools (>=8.8)", "packaging", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1) ; python_version < \"3.11\"", "wheel (>=0.43.0)"]
|
2338 |
cover = ["pytest-cov"]
|
2339 |
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
|
2340 |
enabler = ["pytest-enabler (>=2.2)"]
|
2341 |
+
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21) ; python_version >= \"3.9\" and sys_platform != \"cygwin\"", "jaraco.envs (>=2.2)", "jaraco.path (>=3.7.2)", "jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf ; sys_platform != \"cygwin\"", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
2342 |
+
type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"", "jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"", "mypy (==1.14.*)", "pytest-mypy"]
|
2343 |
|
2344 |
[[package]]
|
2345 |
name = "six"
|
|
|
2444 |
greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"}
|
2445 |
|
2446 |
[package.extras]
|
2447 |
+
aiomysql = ["aiomysql ; python_version >= \"3\"", "greenlet (!=0.4.17) ; python_version >= \"3\""]
|
2448 |
+
aiosqlite = ["aiosqlite ; python_version >= \"3\"", "greenlet (!=0.4.17) ; python_version >= \"3\"", "typing-extensions (!=3.10.0.1)"]
|
2449 |
+
asyncio = ["greenlet (!=0.4.17) ; python_version >= \"3\""]
|
2450 |
+
asyncmy = ["asyncmy (>=0.2.3,!=0.2.4) ; python_version >= \"3\"", "greenlet (!=0.4.17) ; python_version >= \"3\""]
|
2451 |
+
mariadb-connector = ["mariadb (>=1.0.1,!=1.1.2) ; python_version >= \"3\""]
|
2452 |
mssql = ["pyodbc"]
|
2453 |
mssql-pymssql = ["pymssql"]
|
2454 |
mssql-pyodbc = ["pyodbc"]
|
2455 |
+
mypy = ["mypy (>=0.910) ; python_version >= \"3\"", "sqlalchemy2-stubs"]
|
2456 |
+
mysql = ["mysqlclient (>=1.4.0) ; python_version >= \"3\"", "mysqlclient (>=1.4.0,<2) ; python_version < \"3\""]
|
2457 |
mysql-connector = ["mysql-connector-python"]
|
2458 |
+
oracle = ["cx-oracle (>=7) ; python_version >= \"3\"", "cx-oracle (>=7,<8) ; python_version < \"3\""]
|
2459 |
postgresql = ["psycopg2 (>=2.7)"]
|
2460 |
+
postgresql-asyncpg = ["asyncpg ; python_version >= \"3\"", "greenlet (!=0.4.17) ; python_version >= \"3\""]
|
2461 |
postgresql-pg8000 = ["pg8000 (>=1.16.6,!=1.29.0)"]
|
2462 |
postgresql-psycopg2binary = ["psycopg2-binary"]
|
2463 |
postgresql-psycopg2cffi = ["psycopg2cffi"]
|
2464 |
+
pymysql = ["pymysql (<1) ; python_version < \"3\"", "pymysql ; python_version >= \"3\""]
|
2465 |
+
sqlcipher = ["sqlcipher3-binary ; python_version >= \"3\""]
|
2466 |
|
2467 |
[[package]]
|
2468 |
name = "stack-data"
|
|
|
2517 |
watchdog = {version = ">=2.1.5,<7", markers = "platform_system != \"Darwin\""}
|
2518 |
|
2519 |
[package.extras]
|
2520 |
+
snowflake = ["snowflake-connector-python (>=3.3.0) ; python_version < \"3.12\"", "snowflake-snowpark-python[modin] (>=1.17.0) ; python_version < \"3.12\""]
|
2521 |
|
2522 |
[[package]]
|
2523 |
name = "tenacity"
|
|
|
2643 |
]
|
2644 |
|
2645 |
[package.extras]
|
2646 |
+
brotli = ["brotli (==1.0.9) ; os_name != \"nt\" and python_version < \"3\" and platform_python_implementation == \"CPython\"", "brotli (>=1.0.9) ; python_version >= \"3\" and platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; (os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation != \"CPython\"", "brotlipy (>=0.6.0) ; os_name == \"nt\" and python_version < \"3\""]
|
2647 |
+
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress ; python_version == \"2.7\"", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"]
|
2648 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
2649 |
|
2650 |
[[package]]
|
|
|
2707 |
lock-version = "2.1"
|
2708 |
python-versions = ">=3.11,<3.12"
|
2709 |
content-hash = "cb20e65491005aea5c154c3a45e2ea5729cd1d7199212159f57bf8358427617c"
|
2710 |
+
content-hash = "cb20e65491005aea5c154c3a45e2ea5729cd1d7199212159f57bf8358427617c"
|