You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
210 lines
7.1 KiB
210 lines
7.1 KiB
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. |
|
|
|
[[package]] |
|
name = "click" |
|
version = "8.1.7" |
|
description = "Composable command line interface toolkit" |
|
optional = false |
|
python-versions = ">=3.7" |
|
files = [ |
|
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, |
|
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, |
|
] |
|
|
|
[package.dependencies] |
|
colorama = {version = "*", markers = "platform_system == \"Windows\""} |
|
|
|
[[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" |
|
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.0" |
|
description = "Backport of PEP 654 (exception groups)" |
|
optional = false |
|
python-versions = ">=3.7" |
|
files = [ |
|
{file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, |
|
{file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, |
|
] |
|
|
|
[package.extras] |
|
test = ["pytest (>=6)"] |
|
|
|
[[package]] |
|
name = "glob2" |
|
version = "0.7" |
|
description = "Version of the glob module that can capture patterns and supports recursive wildcards" |
|
optional = false |
|
python-versions = "*" |
|
files = [ |
|
{file = "glob2-0.7.tar.gz", hash = "sha256:85c3dbd07c8aa26d63d7aacee34fa86e9a91a3873bc30bf62ec46e531f92ab8c"}, |
|
] |
|
|
|
[[package]] |
|
name = "iniconfig" |
|
version = "2.0.0" |
|
description = "brain-dead simple config-ini parsing" |
|
optional = false |
|
python-versions = ">=3.7" |
|
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 = "junit-xml" |
|
version = "1.9" |
|
description = "Creates JUnit XML test result documents that can be read by tools such as Jenkins" |
|
optional = false |
|
python-versions = "*" |
|
files = [ |
|
{file = "junit-xml-1.9.tar.gz", hash = "sha256:de16a051990d4e25a3982b2dd9e89d671067548718866416faec14d9de56db9f"}, |
|
{file = "junit_xml-1.9-py2.py3-none-any.whl", hash = "sha256:ec5ca1a55aefdd76d28fcc0b135251d156c7106fa979686a4b48d62b761b4732"}, |
|
] |
|
|
|
[package.dependencies] |
|
six = "*" |
|
|
|
[[package]] |
|
name = "mutmut" |
|
version = "2.4.4" |
|
description = "mutation testing for Python 3" |
|
optional = false |
|
python-versions = ">=3.7" |
|
files = [ |
|
{file = "mutmut-2.4.4.tar.gz", hash = "sha256:babd1ac579a817f94d5b944af70f1c5fee5ed117775be0a13c99b96b96841b23"}, |
|
] |
|
|
|
[package.dependencies] |
|
click = "*" |
|
glob2 = "*" |
|
junit-xml = ">=1.8,<2" |
|
parso = "*" |
|
pony = "*" |
|
toml = "*" |
|
|
|
[package.extras] |
|
coverage = ["coverage"] |
|
patch = ["whatthepatch (==0.0.6)"] |
|
pytest = ["pytest", "pytest-cov"] |
|
|
|
[[package]] |
|
name = "packaging" |
|
version = "24.0" |
|
description = "Core utilities for Python packages" |
|
optional = false |
|
python-versions = ">=3.7" |
|
files = [ |
|
{file = "packaging-24.0-py3-none-any.whl", hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5"}, |
|
{file = "packaging-24.0.tar.gz", hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"}, |
|
] |
|
|
|
[[package]] |
|
name = "parso" |
|
version = "0.8.3" |
|
description = "A Python Parser" |
|
optional = false |
|
python-versions = ">=3.6" |
|
files = [ |
|
{file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, |
|
{file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, |
|
] |
|
|
|
[package.extras] |
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] |
|
testing = ["docopt", "pytest (<6.0.0)"] |
|
|
|
[[package]] |
|
name = "pluggy" |
|
version = "1.4.0" |
|
description = "plugin and hook calling mechanisms for python" |
|
optional = false |
|
python-versions = ">=3.8" |
|
files = [ |
|
{file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, |
|
{file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, |
|
] |
|
|
|
[package.extras] |
|
dev = ["pre-commit", "tox"] |
|
testing = ["pytest", "pytest-benchmark"] |
|
|
|
[[package]] |
|
name = "pony" |
|
version = "0.7.17" |
|
description = "Pony Object-Relational Mapper" |
|
optional = false |
|
python-versions = "*" |
|
files = [ |
|
{file = "pony-0.7.17-py3-none-any.whl", hash = "sha256:c37e9b44f975d147b79cf56925b16b0e40b2b47ba5958d0c01579f37a5a24f7c"}, |
|
{file = "pony-0.7.17.tar.gz", hash = "sha256:b72172d57abd5e0846cd8d71231572da20f526327bf0d33348a9276f624d8aa7"}, |
|
] |
|
|
|
[[package]] |
|
name = "pytest" |
|
version = "8.1.1" |
|
description = "pytest: simple powerful testing with Python" |
|
optional = false |
|
python-versions = ">=3.8" |
|
files = [ |
|
{file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, |
|
{file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, |
|
] |
|
|
|
[package.dependencies] |
|
colorama = {version = "*", markers = "sys_platform == \"win32\""} |
|
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} |
|
iniconfig = "*" |
|
packaging = "*" |
|
pluggy = ">=1.4,<2.0" |
|
tomli = {version = ">=1", markers = "python_version < \"3.11\""} |
|
|
|
[package.extras] |
|
testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] |
|
|
|
[[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 = [ |
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, |
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, |
|
] |
|
|
|
[[package]] |
|
name = "tomli" |
|
version = "2.0.1" |
|
description = "A lil' TOML parser" |
|
optional = false |
|
python-versions = ">=3.7" |
|
files = [ |
|
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, |
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, |
|
] |
|
|
|
[metadata] |
|
lock-version = "2.0" |
|
python-versions = "^3.10" |
|
content-hash = "70b7ed10eaec95d513d38cbc8a5fa85d983896f9a4da435cca741f5ba87ad3f7"
|
|
|