|
|
@ -47,11 +47,11 @@ python-versions = ">=3.5" |
|
|
|
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy (>=0.900,!=0.940)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "sphinx", "sphinx-notfound-page", "zope.interface"] |
|
|
|
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"] |
|
|
|
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "zope.interface"] |
|
|
|
tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] |
|
|
|
tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "babel" |
|
|
|
version = "2.10.3" |
|
|
|
name = "Babel" |
|
|
|
version = "2.11.0" |
|
|
|
description = "Internationalization utilities" |
|
|
|
category = "main" |
|
|
|
optional = true |
|
|
@ -119,7 +119,7 @@ optional = false |
|
|
|
python-versions = ">=3.6.0" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
unicode-backport = ["unicodedata2"] |
|
|
|
unicode_backport = ["unicodedata2"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "click" |
|
|
@ -156,7 +156,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7 |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "commitizen" |
|
|
|
version = "2.35.0" |
|
|
|
version = "2.37.0" |
|
|
|
description = "Python commitizen client tool" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
@ -266,6 +266,17 @@ six = ">=1.9.0" |
|
|
|
gmpy = ["gmpy"] |
|
|
|
gmpy2 = ["gmpy2"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "exceptiongroup" |
|
|
|
version = "1.0.1" |
|
|
|
description = "Backport of PEP 654 (exception groups)" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
test = ["pytest (>=6)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "filelock" |
|
|
|
version = "3.8.0" |
|
|
@ -306,7 +317,7 @@ pydocstyle = ">=2.1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "identify" |
|
|
|
version = "2.5.7" |
|
|
|
version = "2.5.8" |
|
|
|
description = "File identification library for Python" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
@ -366,12 +377,12 @@ python-versions = ">=3.6.1,<4.0" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"] |
|
|
|
pipfile-deprecated-finder = ["pipreqs", "requirementslib"] |
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"] |
|
|
|
plugins = ["setuptools"] |
|
|
|
requirements-deprecated-finder = ["pip-api", "pipreqs"] |
|
|
|
requirements_deprecated_finder = ["pip-api", "pipreqs"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "jinja2" |
|
|
|
name = "Jinja2" |
|
|
|
version = "3.1.2" |
|
|
|
description = "A very fast and expressive template engine." |
|
|
|
category = "main" |
|
|
@ -386,11 +397,11 @@ i18n = ["Babel (>=2.7)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy-object-proxy" |
|
|
|
version = "1.7.1" |
|
|
|
version = "1.8.0" |
|
|
|
description = "A fast and thorough lazy object proxy." |
|
|
|
category = "main" |
|
|
|
optional = true |
|
|
|
python-versions = ">=3.6" |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "m2r2" |
|
|
@ -405,7 +416,7 @@ docutils = "*" |
|
|
|
mistune = "0.8.4" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "markupsafe" |
|
|
|
name = "MarkupSafe" |
|
|
|
version = "2.1.1" |
|
|
|
description = "Safely add untrusted strings to HTML/XML markup." |
|
|
|
category = "main" |
|
|
@ -481,15 +492,15 @@ python-versions = ">=3.7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "platformdirs" |
|
|
|
version = "2.5.2" |
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
|
|
|
version = "2.5.3" |
|
|
|
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx (>=4)", "sphinx-autodoc-typehints (>=1.12)"] |
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] |
|
|
|
docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"] |
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pluggy" |
|
|
@ -525,7 +536,7 @@ virtualenv = ">=20.0.8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "prompt-toolkit" |
|
|
|
version = "3.0.31" |
|
|
|
version = "3.0.32" |
|
|
|
description = "Library for building powerful interactive command lines in Python" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
@ -589,7 +600,7 @@ optional = false |
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pygments" |
|
|
|
name = "Pygments" |
|
|
|
version = "2.13.0" |
|
|
|
description = "Pygments is a syntax highlighting package written in Python." |
|
|
|
category = "main" |
|
|
@ -612,7 +623,7 @@ diagrams = ["jinja2", "railroad-diagrams"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pytest" |
|
|
|
version = "7.1.3" |
|
|
|
version = "7.2.0" |
|
|
|
description = "pytest: simple powerful testing with Python" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
@ -621,12 +632,12 @@ python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
|
|
attrs = ">=19.2.0" |
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""} |
|
|
|
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} |
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
|
iniconfig = "*" |
|
|
|
packaging = "*" |
|
|
|
pluggy = ">=0.12,<2.0" |
|
|
|
py = ">=1.8.2" |
|
|
|
tomli = ">=1.0.0" |
|
|
|
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] |
|
|
@ -666,14 +677,14 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pytz" |
|
|
|
version = "2022.5" |
|
|
|
version = "2022.6" |
|
|
|
description = "World timezone definitions, modern and historical" |
|
|
|
category = "main" |
|
|
|
optional = true |
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pyyaml" |
|
|
|
name = "PyYAML" |
|
|
|
version = "6.0" |
|
|
|
description = "YAML parser and emitter for Python" |
|
|
|
category = "main" |
|
|
@ -696,7 +707,7 @@ docs = ["Sphinx (>=3.3,<4.0)", "sphinx-autobuild (>=2020.9.1,<2021.0.0)", "sphin |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "readthedocs-sphinx-ext" |
|
|
|
version = "2.1.9" |
|
|
|
version = "2.2.0" |
|
|
|
description = "Sphinx extension for Read the Docs overrides" |
|
|
|
category = "main" |
|
|
|
optional = true |
|
|
@ -736,15 +747,15 @@ urllib3 = ">=1.21.1,<1.27" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)"] |
|
|
|
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] |
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "requests-toolbelt" |
|
|
|
version = "0.9.1" |
|
|
|
version = "0.10.1" |
|
|
|
description = "A utility belt for advanced users of python-requests" |
|
|
|
category = "main" |
|
|
|
optional = false |
|
|
|
python-versions = "*" |
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
requests = ">=2.0.1,<3.0.0" |
|
|
@ -762,7 +773,7 @@ pyasn1 = ">=0.1.3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "setuptools" |
|
|
|
version = "65.5.0" |
|
|
|
version = "65.5.1" |
|
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages" |
|
|
|
category = "main" |
|
|
|
optional = false |
|
|
@ -770,7 +781,7 @@ python-versions = ">=3.7" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] |
|
|
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] |
|
|
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] |
|
|
|
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -790,7 +801,7 @@ optional = false |
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sphinx" |
|
|
|
name = "Sphinx" |
|
|
|
version = "5.3.0" |
|
|
|
description = "Python documentation generator" |
|
|
|
category = "main" |
|
|
@ -843,18 +854,18 @@ go = ["sphinxcontrib-golangdomain"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sphinx-rtd-theme" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.1.1" |
|
|
|
description = "Read the Docs theme for Sphinx" |
|
|
|
category = "main" |
|
|
|
optional = true |
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" |
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
docutils = "<0.18" |
|
|
|
sphinx = ">=1.6" |
|
|
|
sphinx = ">=1.6,<6" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client"] |
|
|
|
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sphinxcontrib-applehelp" |
|
|
@ -929,7 +940,7 @@ test = ["pytest"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "termcolor" |
|
|
|
version = "2.0.1" |
|
|
|
version = "2.1.0" |
|
|
|
description = "ANSI color formatting for output in terminal" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
@ -956,15 +967,15 @@ python-versions = ">=3.7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tomlkit" |
|
|
|
version = "0.11.5" |
|
|
|
version = "0.11.6" |
|
|
|
description = "Style preserving TOML library" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.6,<4.0" |
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tox" |
|
|
|
version = "3.26.0" |
|
|
|
version = "3.27.0" |
|
|
|
description = "tox is a generic virtualenv management and test command line tool" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
@ -1002,7 +1013,7 @@ optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unidecode" |
|
|
|
name = "Unidecode" |
|
|
|
version = "1.3.6" |
|
|
|
description = "ASCII transliterations of Unicode text" |
|
|
|
category = "main" |
|
|
@ -1024,20 +1035,20 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "virtualenv" |
|
|
|
version = "20.16.5" |
|
|
|
version = "20.16.6" |
|
|
|
description = "Virtual Python Environment builder" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
distlib = ">=0.3.5,<1" |
|
|
|
distlib = ">=0.3.6,<1" |
|
|
|
filelock = ">=3.4.1,<4" |
|
|
|
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.8\""} |
|
|
|
platformdirs = ">=2.4,<3" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["proselint (>=0.13)", "sphinx (>=5.1.1)", "sphinx-argparse (>=0.3.1)", "sphinx-rtd-theme (>=1)", "towncrier (>=21.9)"] |
|
|
|
docs = ["proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-argparse (>=0.3.2)", "sphinx-rtd-theme (>=1)", "towncrier (>=22.8)"] |
|
|
|
testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=21.3)", "pytest (>=7.0.1)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.6.1)", "pytest-randomly (>=3.10.3)", "pytest-timeout (>=2.1)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1085,7 +1096,7 @@ docs = ["mock", "alabaster", "commonmark", "recommonmark", "Sphinx", "sphinx-rtd |
|
|
|
[metadata] |
|
|
|
lock-version = "1.1" |
|
|
|
python-versions = "^3.7" |
|
|
|
content-hash = "da04d73122fef0b5938fc53dccdc95dbdd245f983ccd02a570c5569d945e89c1" |
|
|
|
content-hash = "b1ab531e1c4b3e5a549d2f56eafc87fafce893bd85e5b2250409ae4f3c811aeb" |
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
alabaster = [ |
|
|
@ -1104,9 +1115,9 @@ attrs = [ |
|
|
|
{file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"}, |
|
|
|
{file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"}, |
|
|
|
] |
|
|
|
babel = [ |
|
|
|
{file = "Babel-2.10.3-py3-none-any.whl", hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb"}, |
|
|
|
{file = "Babel-2.10.3.tar.gz", hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"}, |
|
|
|
Babel = [ |
|
|
|
{file = "Babel-2.11.0-py3-none-any.whl", hash = "sha256:1ad3eca1c885218f6dce2ab67291178944f810a10a9b5f3cb8382a5a232b64fe"}, |
|
|
|
{file = "Babel-2.11.0.tar.gz", hash = "sha256:5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6"}, |
|
|
|
] |
|
|
|
black = [ |
|
|
|
{file = "black-22.10.0-1fixedarch-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:5cc42ca67989e9c3cf859e84c2bf014f6633db63d1cbdf8fdb666dcd9e77e3fa"}, |
|
|
@ -1222,8 +1233,8 @@ colorama = [ |
|
|
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, |
|
|
|
] |
|
|
|
commitizen = [ |
|
|
|
{file = "commitizen-2.35.0-py3-none-any.whl", hash = "sha256:ced3e161decf290c5263373dda440040405ed7f8b701b463d81e2ecc1e31d92c"}, |
|
|
|
{file = "commitizen-2.35.0.tar.gz", hash = "sha256:34a7462c2279fc4e22929c03a9bb89242ab45dc501c0f17d1174e65c7fb9d793"}, |
|
|
|
{file = "commitizen-2.37.0-py3-none-any.whl", hash = "sha256:6de59b76278c66585883d9173538b66e7a233e375e1a1a5c2e78592efa769122"}, |
|
|
|
{file = "commitizen-2.37.0.tar.gz", hash = "sha256:c8a0df910e7360bc901be93e6bd230737824e6500800d80b443bb1e19024c6c8"}, |
|
|
|
] |
|
|
|
commonmark = [ |
|
|
|
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"}, |
|
|
@ -1325,6 +1336,10 @@ ecdsa = [ |
|
|
|
{file = "ecdsa-0.18.0-py2.py3-none-any.whl", hash = "sha256:80600258e7ed2f16b9aa1d7c295bd70194109ad5a30fdee0eaeefef1d4c559dd"}, |
|
|
|
{file = "ecdsa-0.18.0.tar.gz", hash = "sha256:190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49"}, |
|
|
|
] |
|
|
|
exceptiongroup = [ |
|
|
|
{file = "exceptiongroup-1.0.1-py3-none-any.whl", hash = "sha256:4d6c0aa6dd825810941c792f53d7b8d71da26f5e5f84f20f9508e8f2d33b140a"}, |
|
|
|
{file = "exceptiongroup-1.0.1.tar.gz", hash = "sha256:73866f7f842ede6cb1daa42c4af078e2035e5f7607f0e2c762cc51bb31bbe7b2"}, |
|
|
|
] |
|
|
|
filelock = [ |
|
|
|
{file = "filelock-3.8.0-py3-none-any.whl", hash = "sha256:617eb4e5eedc82fc5f47b6d61e4d11cb837c56cb4544e39081099fa17ad109d4"}, |
|
|
|
{file = "filelock-3.8.0.tar.gz", hash = "sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc"}, |
|
|
@ -1338,8 +1353,8 @@ flake8-docstrings = [ |
|
|
|
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"}, |
|
|
|
] |
|
|
|
identify = [ |
|
|
|
{file = "identify-2.5.7-py2.py3-none-any.whl", hash = "sha256:7a67b2a6208d390fd86fd04fb3def94a3a8b7f0bcbd1d1fcd6736f4defe26390"}, |
|
|
|
{file = "identify-2.5.7.tar.gz", hash = "sha256:5b8fd1e843a6d4bf10685dd31f4520a7f1c7d0e14e9bc5d34b1d6f111cabc011"}, |
|
|
|
{file = "identify-2.5.8-py2.py3-none-any.whl", hash = "sha256:48b7925fe122720088aeb7a6c34f17b27e706b72c61070f27fe3789094233440"}, |
|
|
|
{file = "identify-2.5.8.tar.gz", hash = "sha256:7a214a10313b9489a0d61467db2856ae8d0b8306fc923e03a9effa53d8aedc58"}, |
|
|
|
] |
|
|
|
idna = [ |
|
|
|
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, |
|
|
@ -1361,54 +1376,36 @@ isort = [ |
|
|
|
{file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, |
|
|
|
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, |
|
|
|
] |
|
|
|
jinja2 = [ |
|
|
|
Jinja2 = [ |
|
|
|
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, |
|
|
|
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, |
|
|
|
] |
|
|
|
lazy-object-proxy = [ |
|
|
|
{file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl", hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl", hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl", hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl", hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61"}, |
|
|
|
{file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"}, |
|
|
|
{file = "lazy-object-proxy-1.8.0.tar.gz", hash = "sha256:c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4fd031589121ad46e293629b39604031d354043bb5cdf83da4e93c2d7f3389fe"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp310-cp310-win32.whl", hash = "sha256:b70d6e7a332eb0217e7872a73926ad4fdc14f846e85ad6749ad111084e76df25"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:eb329f8d8145379bf5dbe722182410fe8863d186e51bf034d2075eb8d85ee25b"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4e2d9f764f1befd8bdc97673261b8bb888764dfdbd7a4d8f55e4fbcabb8c3fb7"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp311-cp311-win32.whl", hash = "sha256:e20bfa6db17a39c706d24f82df8352488d2943a3b7ce7d4c22579cb89ca8896e"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp311-cp311-win_amd64.whl", hash = "sha256:14010b49a2f56ec4943b6cf925f597b534ee2fe1f0738c84b3bce0c1a11ff10d"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6850e4aeca6d0df35bb06e05c8b934ff7c533734eb51d0ceb2d63696f1e6030c"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp37-cp37m-win32.whl", hash = "sha256:5b51d6f3bfeb289dfd4e95de2ecd464cd51982fe6f00e2be1d0bf94864d58acd"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp37-cp37m-win_amd64.whl", hash = "sha256:6f593f26c470a379cf7f5bc6db6b5f1722353e7bf937b8d0d0b3fba911998858"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0c1c7c0433154bb7c54185714c6929acc0ba04ee1b167314a779b9025517eada"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp38-cp38-win32.whl", hash = "sha256:d176f392dbbdaacccf15919c77f526edf11a34aece58b55ab58539807b85436f"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp38-cp38-win_amd64.whl", hash = "sha256:afcaa24e48bb23b3be31e329deb3f1858f1f1df86aea3d70cb5c8578bfe5261c"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:71d9ae8a82203511a6f60ca5a1b9f8ad201cac0fc75038b2dc5fa519589c9288"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp39-cp39-win32.whl", hash = "sha256:8f6ce2118a90efa7f62dd38c7dbfffd42f468b180287b748626293bf12ed468f"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:eac3a9a5ef13b332c059772fd40b4b1c3d45a3a2b05e33a361dee48e54a4dad0"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-pp37-pypy37_pp73-any.whl", hash = "sha256:ae032743794fba4d171b5b67310d69176287b5bf82a21f588282406a79498891"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-pp38-pypy38_pp73-any.whl", hash = "sha256:7e1561626c49cb394268edd00501b289053a652ed762c58e1081224c8d881cec"}, |
|
|
|
{file = "lazy_object_proxy-1.8.0-pp39-pypy39_pp73-any.whl", hash = "sha256:ce58b2b3734c73e68f0e30e4e725264d4d6be95818ec0a0be4bb6bf9a7e79aa8"}, |
|
|
|
] |
|
|
|
m2r2 = [ |
|
|
|
{file = "m2r2-0.3.2-py3-none-any.whl", hash = "sha256:d3684086b61b4bebe2307f15189495360f05a123c9bda2a66462649b7ca236aa"}, |
|
|
|
{file = "m2r2-0.3.2.tar.gz", hash = "sha256:ccd95b052dcd1ac7442ecb3111262b2001c10e4119b459c34c93ac7a5c2c7868"}, |
|
|
|
] |
|
|
|
markupsafe = [ |
|
|
|
MarkupSafe = [ |
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, |
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"}, |
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"}, |
|
|
@ -1479,8 +1476,8 @@ pathspec = [ |
|
|
|
{file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"}, |
|
|
|
] |
|
|
|
platformdirs = [ |
|
|
|
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"}, |
|
|
|
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"}, |
|
|
|
{file = "platformdirs-2.5.3-py3-none-any.whl", hash = "sha256:0cb405749187a194f444c25c82ef7225232f11564721eabffc6ec70df83b11cb"}, |
|
|
|
{file = "platformdirs-2.5.3.tar.gz", hash = "sha256:6e52c21afff35cb659c6e52d8b4d61b9bd544557180440538f255d9382c8cbe0"}, |
|
|
|
] |
|
|
|
pluggy = [ |
|
|
|
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, |
|
|
@ -1491,26 +1488,15 @@ pre-commit = [ |
|
|
|
{file = "pre_commit-2.20.0.tar.gz", hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959"}, |
|
|
|
] |
|
|
|
prompt-toolkit = [ |
|
|
|
{file = "prompt_toolkit-3.0.31-py3-none-any.whl", hash = "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d"}, |
|
|
|
{file = "prompt_toolkit-3.0.31.tar.gz", hash = "sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148"}, |
|
|
|
{file = "prompt_toolkit-3.0.32-py3-none-any.whl", hash = "sha256:24becda58d49ceac4dc26232eb179ef2b21f133fecda7eed6018d341766ed76e"}, |
|
|
|
{file = "prompt_toolkit-3.0.32.tar.gz", hash = "sha256:e7f2129cba4ff3b3656bbdda0e74ee00d2f874a8bcdb9dd16f5fec7b3e173cae"}, |
|
|
|
] |
|
|
|
py = [ |
|
|
|
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, |
|
|
|
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, |
|
|
|
] |
|
|
|
pyasn1 = [ |
|
|
|
{file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"}, |
|
|
|
{file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"}, |
|
|
|
{file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"}, |
|
|
|
{file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"}, |
|
|
|
{file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"}, |
|
|
|
{file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"}, |
|
|
|
{file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"}, |
|
|
|
] |
|
|
|
pycodestyle = [ |
|
|
@ -1529,7 +1515,7 @@ pyflakes = [ |
|
|
|
{file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"}, |
|
|
|
{file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, |
|
|
|
] |
|
|
|
pygments = [ |
|
|
|
Pygments = [ |
|
|
|
{file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"}, |
|
|
|
{file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, |
|
|
|
] |
|
|
@ -1538,8 +1524,8 @@ pyparsing = [ |
|
|
|
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, |
|
|
|
] |
|
|
|
pytest = [ |
|
|
|
{file = "pytest-7.1.3-py3-none-any.whl", hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"}, |
|
|
|
{file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, |
|
|
|
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, |
|
|
|
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, |
|
|
|
] |
|
|
|
pytest-cov = [ |
|
|
|
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, |
|
|
@ -1550,10 +1536,10 @@ python-jose = [ |
|
|
|
{file = "python_jose-3.3.0-py2.py3-none-any.whl", hash = "sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a"}, |
|
|
|
] |
|
|
|
pytz = [ |
|
|
|
{file = "pytz-2022.5-py2.py3-none-any.whl", hash = "sha256:335ab46900b1465e714b4fda4963d87363264eb662aab5e65da039c25f1f5b22"}, |
|
|
|
{file = "pytz-2022.5.tar.gz", hash = "sha256:c4d88f472f54d615e9cd582a5004d1e5f624854a6a27a6211591c251f22a6914"}, |
|
|
|
{file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"}, |
|
|
|
{file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, |
|
|
|
] |
|
|
|
pyyaml = [ |
|
|
|
PyYAML = [ |
|
|
|
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, |
|
|
|
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"}, |
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"}, |
|
|
@ -1561,6 +1547,13 @@ pyyaml = [ |
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"}, |
|
|
|
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, |
|
|
|
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"}, |
|
|
|
{file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"}, |
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, |
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, |
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, |
|
|
@ -1593,8 +1586,8 @@ questionary = [ |
|
|
|
{file = "questionary-1.10.0.tar.gz", hash = "sha256:600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90"}, |
|
|
|
] |
|
|
|
readthedocs-sphinx-ext = [ |
|
|
|
{file = "readthedocs-sphinx-ext-2.1.9.tar.gz", hash = "sha256:470aadad72a6ccdc803466e45381a5b5d33ac5389553c6efee17ec0268a6986c"}, |
|
|
|
{file = "readthedocs_sphinx_ext-2.1.9-py2.py3-none-any.whl", hash = "sha256:1a98ad8f054e331fe6691f2e62a466acf1753a2d747042001125c8b90a13db9b"}, |
|
|
|
{file = "readthedocs-sphinx-ext-2.2.0.tar.gz", hash = "sha256:e5effcd825816111a377ab7a897b819215138f8e5e8acc86f99218328f957240"}, |
|
|
|
{file = "readthedocs_sphinx_ext-2.2.0-py2.py3-none-any.whl", hash = "sha256:d801f0bfb125d2837f18f40451462528d4a97eefd8de8a12ad526b4f1ce14205"}, |
|
|
|
] |
|
|
|
recommonmark = [ |
|
|
|
{file = "recommonmark-0.7.1-py2.py3-none-any.whl", hash = "sha256:1b1db69af0231efce3fa21b94ff627ea33dee7079a01dd0a7f8482c3da148b3f"}, |
|
|
@ -1605,16 +1598,16 @@ requests = [ |
|
|
|
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, |
|
|
|
] |
|
|
|
requests-toolbelt = [ |
|
|
|
{file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"}, |
|
|
|
{file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"}, |
|
|
|
{file = "requests-toolbelt-0.10.1.tar.gz", hash = "sha256:62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d"}, |
|
|
|
{file = "requests_toolbelt-0.10.1-py2.py3-none-any.whl", hash = "sha256:18565aa58116d9951ac39baa288d3adb5b3ff975c4f25eee78555d89e8f247f7"}, |
|
|
|
] |
|
|
|
rsa = [ |
|
|
|
{file = "rsa-4.9-py3-none-any.whl", hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7"}, |
|
|
|
{file = "rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"}, |
|
|
|
] |
|
|
|
setuptools = [ |
|
|
|
{file = "setuptools-65.5.0-py3-none-any.whl", hash = "sha256:f62ea9da9ed6289bfe868cd6845968a2c854d1427f8548d52cae02a42b4f0356"}, |
|
|
|
{file = "setuptools-65.5.0.tar.gz", hash = "sha256:512e5536220e38146176efb833d4a62aa726b7bbff82cfbc8ba9eaa3996e0b17"}, |
|
|
|
{file = "setuptools-65.5.1-py3-none-any.whl", hash = "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31"}, |
|
|
|
{file = "setuptools-65.5.1.tar.gz", hash = "sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f"}, |
|
|
|
] |
|
|
|
six = [ |
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, |
|
|
@ -1624,7 +1617,7 @@ snowballstemmer = [ |
|
|
|
{file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"}, |
|
|
|
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, |
|
|
|
] |
|
|
|
sphinx = [ |
|
|
|
Sphinx = [ |
|
|
|
{file = "Sphinx-5.3.0.tar.gz", hash = "sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5"}, |
|
|
|
{file = "sphinx-5.3.0-py3-none-any.whl", hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d"}, |
|
|
|
] |
|
|
@ -1633,8 +1626,8 @@ sphinx-autoapi = [ |
|
|
|
{file = "sphinx_autoapi-2.0.0-py2.py3-none-any.whl", hash = "sha256:dab2753a38cad907bf4e61473c0da365a26bfbe69fbf5aa6e4f7d48e1cf8a148"}, |
|
|
|
] |
|
|
|
sphinx-rtd-theme = [ |
|
|
|
{file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"}, |
|
|
|
{file = "sphinx_rtd_theme-1.0.0.tar.gz", hash = "sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c"}, |
|
|
|
{file = "sphinx_rtd_theme-1.1.1-py2.py3-none-any.whl", hash = "sha256:31faa07d3e97c8955637fc3f1423a5ab2c44b74b8cc558a51498c202ce5cbda7"}, |
|
|
|
{file = "sphinx_rtd_theme-1.1.1.tar.gz", hash = "sha256:6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103"}, |
|
|
|
] |
|
|
|
sphinxcontrib-applehelp = [ |
|
|
|
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, |
|
|
@ -1661,8 +1654,8 @@ sphinxcontrib-serializinghtml = [ |
|
|
|
{file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"}, |
|
|
|
] |
|
|
|
termcolor = [ |
|
|
|
{file = "termcolor-2.0.1-py3-none-any.whl", hash = "sha256:7e597f9de8e001a3208c4132938597413b9da45382b6f1d150cff8d062b7aaa3"}, |
|
|
|
{file = "termcolor-2.0.1.tar.gz", hash = "sha256:6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"}, |
|
|
|
{file = "termcolor-2.1.0-py3-none-any.whl", hash = "sha256:91dd04fdf661b89d7169cefd35f609b19ca931eb033687eaa647cef1ff177c49"}, |
|
|
|
{file = "termcolor-2.1.0.tar.gz", hash = "sha256:b80df54667ce4f48c03fe35df194f052dc27a541ebbf2544e4d6b47b5d6949c4"}, |
|
|
|
] |
|
|
|
toml = [ |
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, |
|
|
@ -1673,12 +1666,12 @@ tomli = [ |
|
|
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, |
|
|
|
] |
|
|
|
tomlkit = [ |
|
|
|
{file = "tomlkit-0.11.5-py3-none-any.whl", hash = "sha256:f2ef9da9cef846ee027947dc99a45d6b68a63b0ebc21944649505bf2e8bc5fe7"}, |
|
|
|
{file = "tomlkit-0.11.5.tar.gz", hash = "sha256:571854ebbb5eac89abcb4a2e47d7ea27b89bf29e09c35395da6f03dd4ae23d1c"}, |
|
|
|
{file = "tomlkit-0.11.6-py3-none-any.whl", hash = "sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b"}, |
|
|
|
{file = "tomlkit-0.11.6.tar.gz", hash = "sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73"}, |
|
|
|
] |
|
|
|
tox = [ |
|
|
|
{file = "tox-3.26.0-py2.py3-none-any.whl", hash = "sha256:bf037662d7c740d15c9924ba23bb3e587df20598697bb985ac2b49bdc2d847f6"}, |
|
|
|
{file = "tox-3.26.0.tar.gz", hash = "sha256:44f3c347c68c2c68799d7d44f1808f9d396fc8a1a500cbc624253375c7ae107e"}, |
|
|
|
{file = "tox-3.27.0-py2.py3-none-any.whl", hash = "sha256:89e4bc6df3854e9fc5582462e328dd3660d7d865ba625ae5881bbc63836a6324"}, |
|
|
|
{file = "tox-3.27.0.tar.gz", hash = "sha256:d2c945f02a03d4501374a3d5430877380deb69b218b1df9b7f1d2f2a10befaf9"}, |
|
|
|
] |
|
|
|
typed-ast = [ |
|
|
|
{file = "typed_ast-1.5.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:669dd0c4167f6f2cd9f57041e03c3c2ebf9063d0757dc89f79ba1daa2bfca9d4"}, |
|
|
@ -1710,7 +1703,7 @@ typing-extensions = [ |
|
|
|
{file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, |
|
|
|
{file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"}, |
|
|
|
] |
|
|
|
unidecode = [ |
|
|
|
Unidecode = [ |
|
|
|
{file = "Unidecode-1.3.6-py3-none-any.whl", hash = "sha256:547d7c479e4f377b430dd91ac1275d593308dce0fc464fb2ab7d41f82ec653be"}, |
|
|
|
{file = "Unidecode-1.3.6.tar.gz", hash = "sha256:fed09cf0be8cf415b391642c2a5addfc72194407caee4f98719e40ec2a72b830"}, |
|
|
|
] |
|
|
@ -1719,8 +1712,8 @@ urllib3 = [ |
|
|
|
{file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"}, |
|
|
|
] |
|
|
|
virtualenv = [ |
|
|
|
{file = "virtualenv-20.16.5-py3-none-any.whl", hash = "sha256:d07dfc5df5e4e0dbc92862350ad87a36ed505b978f6c39609dc489eadd5b0d27"}, |
|
|
|
{file = "virtualenv-20.16.5.tar.gz", hash = "sha256:227ea1b9994fdc5ea31977ba3383ef296d7472ea85be9d6732e42a91c04e80da"}, |
|
|
|
{file = "virtualenv-20.16.6-py3-none-any.whl", hash = "sha256:186ca84254abcbde98180fd17092f9628c5fe742273c02724972a1d8a2035108"}, |
|
|
|
{file = "virtualenv-20.16.6.tar.gz", hash = "sha256:530b850b523c6449406dfba859d6345e48ef19b8439606c5d74d7d3c9e14d76e"}, |
|
|
|
] |
|
|
|
wcwidth = [ |
|
|
|
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, |
|
|
|