| | |
| |
|
| | [[package]] |
| | name = "colorama" |
| | version = "0.4.6" |
| | description = "Cross-platform colored terminal text." |
| | optional = false |
| | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" |
| | groups = ["main"] |
| | markers = "sys_platform == \"win32\"" |
| | files = [ |
| | {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, |
| | {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, |
| | ] |
| |
|
| | [[package]] |
| | name = "exceptiongroup" |
| | version = "1.2.2" |
| | description = "Backport of PEP 654 (exception groups)" |
| | optional = false |
| | python-versions = ">=3.7" |
| | groups = ["main"] |
| | markers = "python_version < \"3.11\"" |
| | files = [ |
| | {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, |
| | {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, |
| | ] |
| |
|
| | [package.extras] |
| | test = ["pytest (>=6)"] |
| |
|
| | [[package]] |
| | name = "importlib-metadata" |
| | version = "6.7.0" |
| | description = "Read metadata from Python packages" |
| | optional = false |
| | python-versions = ">=3.7" |
| | groups = ["main"] |
| | markers = "python_version < \"3.8\"" |
| | files = [ |
| | {file = "importlib_metadata-6.7.0-py3-none-any.whl", hash = "sha256:cb52082e659e97afc5dac71e79de97d8681de3aa07ff18578330904a9d18e5b5"}, |
| | {file = "importlib_metadata-6.7.0.tar.gz", hash = "sha256:1aaf550d4f73e5d6783e7acb77aec43d49da8017410afae93822cc9cca98c4d4"}, |
| | ] |
| |
|
| | [package.dependencies] |
| | typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} |
| | zipp = ">=0.5" |
| |
|
| | [package.extras] |
| | docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] |
| | perf = ["ipython"] |
| | testing = ["flufl.flake8", "importlib-resources (>=1.3) ; python_version < \"3.9\"", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7) ; platform_python_implementation != \"PyPy\"", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1) ; platform_python_implementation != \"PyPy\"", "pytest-perf (>=0.9.2)", "pytest-ruff"] |
| |
|
| | [[package]] |
| | name = "iniconfig" |
| | version = "2.0.0" |
| | description = "brain-dead simple config-ini parsing" |
| | optional = false |
| | python-versions = ">=3.7" |
| | groups = ["main"] |
| | files = [ |
| | {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"}, |
| | {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, |
| | ] |
| |
|
| | [[package]] |
| | name = "packaging" |
| | version = "24.0" |
| | description = "Core utilities for Python packages" |
| | optional = false |
| | python-versions = ">=3.7" |
| | groups = ["main"] |
| | files = [ |
| | {file = "packaging-24.0-py3-none-any.whl", hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5"}, |
| | {file = "packaging-24.0.tar.gz", hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"}, |
| | ] |
| |
|
| | [[package]] |
| | name = "pluggy" |
| | version = "1.2.0" |
| | description = "plugin and hook calling mechanisms for python" |
| | optional = false |
| | python-versions = ">=3.7" |
| | groups = ["main"] |
| | files = [ |
| | {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"}, |
| | {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"}, |
| | ] |
| |
|
| | [package.dependencies] |
| | importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
| |
|
| | [package.extras] |
| | dev = ["pre-commit", "tox"] |
| | testing = ["pytest", "pytest-benchmark"] |
| |
|
| | [[package]] |
| | name = "py" |
| | version = "1.11.0" |
| | description = "library with cross-python path, ini-parsing, io, code, log facilities" |
| | optional = false |
| | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| | files = [ |
| | {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, |
| | {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, |
| | ] |
| |
|
| | [[package]] |
| | name = "pytest" |
| | version = "3.7.4" |
| | description = "pytest: simple powerful testing with Python" |
| | optional = false |
| | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
| | files = [ |
| | {file = "pytest-3.7.4-py2.py3-none-any.whl", hash = "sha256:ad0c7db7b5d4081631e0155f5c61b80ad76ce148551aaafe3a718d65a7508b18"}, |
| | {file = "pytest-3.7.4.tar.gz", hash = "sha256:2d7c49e931316cc7d1638a3e5f54f5d7b4e5225972b3c9838f3584788d27f349"}, |
| | ] |
| |
|
| | [package.dependencies] |
| | atomicwrites = ">=1.0" |
| | attrs = ">=17.4.0" |
| | colorama = {version = "*", markers = "sys_platform == \"win32\""} |
| | more-itertools = ">=4.0.0" |
| | pluggy = ">=0.7" |
| | py = ">=1.5.0" |
| | setuptools = "*" |
| | six = ">=1.10.0" |
| |
|
| | [[package]] |
| | name = "setuptools" |
| | version = "68.0.0" |
| | description = "Easily download, build, install, upgrade, and uninstall Python packages" |
| | optional = false |
| | python-versions = ">=3.7" |
| | files = [ |
| | {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, |
| | {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, |
| | ] |
| |
|
| | [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-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] |
| | testing = ["build[virtualenv]", "filelock (>=3.4.0)", "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-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "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]] |
| | name = "six" |
| | version = "1.16.0" |
| | description = "Python 2 and 3 compatibility utilities" |
| | optional = false |
| | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
| | files = [ |
| | {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, |
| | {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, |
| | ] |
| |
|
| | [[package]] |
| | name = "toml" |
| | version = "0.10.2" |
| | description = "Python Library for Tom's Obvious, Minimal Language" |
| | optional = false |
| | python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
| | files = [] |
| | develop = false |
| |
|
| | [package.source] |
| | type = "git" |
| | url = "https://github.com/uiri/toml.git" |
| | reference = "master" |
| | resolved_reference = "5706d3155f4da8f3b84875f80bfe0dfc6565f61f" |
| |
|
| | [[package]] |
| | name = "typing-extensions" |
| | version = "4.7.1" |
| | description = "Backported and Experimental Type Hints for Python 3.7+" |
| | optional = false |
| | python-versions = ">=3.7" |
| | files = [ |
| | {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, |
| | {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, |
| | ] |
| |
|
| | [[package]] |
| | name = "zipp" |
| | version = "3.15.0" |
| | description = "Backport of pathlib-compatible object wrapper for zip files" |
| | optional = false |
| | python-versions = ">=3.7" |
| | files = [ |
| | {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"}, |
| | {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"}, |
| | ] |
| |
|
| | [package.extras] |
| | docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] |
| | testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] |
| |
|
| | [metadata] |
| | lock-version = "2.0" |
| | python-versions = "^3.7" |
| | content-hash = "28fdfcbc2cc134e28603043559a0a63bc6d601f115626bcef1d57a6e3e6115d1" |
| |
|