|
|
|
@ -30,6 +30,7 @@ python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""} |
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "colorama" |
|
|
|
@ -53,6 +54,21 @@ tomli = {version = "*", optional = true, markers = "extra == \"toml\""} |
|
|
|
|
[package.extras] |
|
|
|
|
toml = ["tomli"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "importlib-metadata" |
|
|
|
|
version = "0.23" |
|
|
|
|
description = "Read metadata from Python packages" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
zipp = ">=0.5" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
docs = ["sphinx", "rst.linker"] |
|
|
|
|
testing = ["packaging", "importlib-resources"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "iniconfig" |
|
|
|
|
version = "1.1.1" |
|
|
|
@ -80,6 +96,9 @@ category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
dev = ["pre-commit", "tox"] |
|
|
|
|
testing = ["pytest", "pytest-benchmark"] |
|
|
|
@ -115,6 +134,7 @@ python-versions = ">=3.6" |
|
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} |
|
|
|
|
attrs = ">=19.2.0" |
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""} |
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
|
|
iniconfig = "*" |
|
|
|
|
packaging = "*" |
|
|
|
|
pluggy = ">=0.12,<2.0" |
|
|
|
@ -139,6 +159,20 @@ pytest = ">=4.6" |
|
|
|
|
[package.extras] |
|
|
|
|
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pytest-mock" |
|
|
|
|
version = "3.6.1" |
|
|
|
|
description = "Thin-wrapper around the mock package for easier use with pytest" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
pytest = ">=5.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
dev = ["pre-commit", "tox", "pytest-asyncio"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "toml" |
|
|
|
|
version = "0.10.2" |
|
|
|
@ -149,16 +183,28 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tomli" |
|
|
|
|
version = "1.2.2" |
|
|
|
|
version = "2.0.0" |
|
|
|
|
description = "A lil' TOML parser" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "zipp" |
|
|
|
|
version = "3.6.0" |
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] |
|
|
|
|
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] |
|
|
|
|
|
|
|
|
|
[metadata] |
|
|
|
|
lock-version = "1.1" |
|
|
|
|
python-versions = "^3.9" |
|
|
|
|
content-hash = "47104052627c5737e341ecfb58eb57c259f5baf5c99d7251dc860b331e18bee0" |
|
|
|
|
python-versions = "^3.7" |
|
|
|
|
content-hash = "fec236ab912efe582781c62e4cd2c4cd7e609557e284e067fa875f30ab806d93" |
|
|
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
|
atomicwrites = [ |
|
|
|
@ -226,6 +272,10 @@ coverage = [ |
|
|
|
|
{file = "coverage-6.2-pp36.pp37.pp38-none-any.whl", hash = "sha256:5829192582c0ec8ca4a2532407bc14c2f338d9878a10442f5d03804a95fac9de"}, |
|
|
|
|
{file = "coverage-6.2.tar.gz", hash = "sha256:e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8"}, |
|
|
|
|
] |
|
|
|
|
importlib-metadata = [ |
|
|
|
|
{file = "importlib_metadata-0.23-py2.py3-none-any.whl", hash = "sha256:d5f18a79777f3aa179c145737780282e27b508fc8fd688cb17c7a813e8bd39af"}, |
|
|
|
|
{file = "importlib_metadata-0.23.tar.gz", hash = "sha256:aa18d7378b00b40847790e7c27e11673d7fed219354109d0e7b9e5b25dc3ad26"}, |
|
|
|
|
] |
|
|
|
|
iniconfig = [ |
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, |
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, |
|
|
|
@ -254,11 +304,19 @@ pytest-cov = [ |
|
|
|
|
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, |
|
|
|
|
{file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, |
|
|
|
|
] |
|
|
|
|
pytest-mock = [ |
|
|
|
|
{file = "pytest-mock-3.6.1.tar.gz", hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62"}, |
|
|
|
|
{file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"}, |
|
|
|
|
] |
|
|
|
|
toml = [ |
|
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, |
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, |
|
|
|
|
] |
|
|
|
|
tomli = [ |
|
|
|
|
{file = "tomli-1.2.2-py3-none-any.whl", hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade"}, |
|
|
|
|
{file = "tomli-1.2.2.tar.gz", hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"}, |
|
|
|
|
{file = "tomli-2.0.0-py3-none-any.whl", hash = "sha256:b5bde28da1fed24b9bd1d4d2b8cba62300bfb4ec9a6187a957e8ddb9434c5224"}, |
|
|
|
|
{file = "tomli-2.0.0.tar.gz", hash = "sha256:c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1"}, |
|
|
|
|
] |
|
|
|
|
zipp = [ |
|
|
|
|
{file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"}, |
|
|
|
|
{file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"}, |
|
|
|
|
] |
|
|
|
|