|
|
@@ -39,7 +39,7 @@ tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.i |
|
|
|
name = "black" |
|
|
|
version = "22.10.0" |
|
|
|
description = "The uncompromising code formatter." |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
@@ -62,7 +62,7 @@ uvloop = ["uvloop (>=0.15.2)"] |
|
|
|
name = "click" |
|
|
|
version = "8.1.3" |
|
|
|
description = "Composable command line interface toolkit" |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
@@ -74,7 +74,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} |
|
|
|
name = "colorama" |
|
|
|
version = "0.4.3" |
|
|
|
description = "Cross-platform colored terminal text." |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
|
|
|
|
|
@@ -95,7 +95,7 @@ test = ["coverage", "mock (>=4)", "pytest (>=6)", "pytest-cov", "pytest-mock (>= |
|
|
|
name = "importlib-metadata" |
|
|
|
version = "1.5.0" |
|
|
|
description = "Read metadata from Python packages" |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" |
|
|
|
|
|
|
@@ -116,17 +116,17 @@ python-versions = "*" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "isort" |
|
|
|
version = "4.3.21" |
|
|
|
version = "5.11.3" |
|
|
|
description = "A Python utility / library to sort Python imports." |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
python-versions = ">=3.7.0" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
pipfile = ["pipreqs", "requirementslib"] |
|
|
|
pyproject = ["toml"] |
|
|
|
requirements = ["pip-api", "pipreqs"] |
|
|
|
xdg-home = ["appdirs (>=1.4.0)"] |
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"] |
|
|
|
pipfile-deprecated-finder = ["pipreqs", "requirementslib"] |
|
|
|
plugins = ["setuptools"] |
|
|
|
requirements-deprecated-finder = ["pip-api", "pipreqs"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "jinja2" |
|
|
@@ -170,7 +170,7 @@ python-versions = "*" |
|
|
|
name = "mypy-extensions" |
|
|
|
version = "0.4.3" |
|
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker." |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = "*" |
|
|
|
|
|
|
@@ -189,7 +189,7 @@ pyparsing = ">=2.0.2" |
|
|
|
name = "pathspec" |
|
|
|
version = "0.10.1" |
|
|
|
description = "Utility library for gitignore style pattern matching of file paths." |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
@@ -197,7 +197,7 @@ python-versions = ">=3.7" |
|
|
|
name = "platformdirs" |
|
|
|
version = "2.4.0" |
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
@@ -306,7 +306,7 @@ python-versions = "*" |
|
|
|
name = "tomli" |
|
|
|
version = "1.2.3" |
|
|
|
description = "A lil' TOML parser" |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
@@ -322,7 +322,7 @@ python-versions = ">=3.6" |
|
|
|
name = "typing-extensions" |
|
|
|
version = "4.1.1" |
|
|
|
description = "Backported and Experimental Type Hints for Python 3.6+" |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
@@ -338,7 +338,7 @@ python-versions = "*" |
|
|
|
name = "zipp" |
|
|
|
version = "3.1.0" |
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files" |
|
|
|
category = "main" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
@@ -349,7 +349,7 @@ testing = ["func-timeout", "jaraco.itertools"] |
|
|
|
[metadata] |
|
|
|
lock-version = "1.1" |
|
|
|
python-versions = "^3.7" |
|
|
|
content-hash = "89ec17def343e74e340a9a5261a015804005fc9911ae35d5dacb40c1edb591aa" |
|
|
|
content-hash = "c62a337759e6ca3a39b65120b5c8f6c6f8ec9b94f820c1e5983c7b8f155ce946" |
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
astroid = [ |
|
|
@@ -408,8 +408,8 @@ iniconfig = [ |
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, |
|
|
|
] |
|
|
|
isort = [ |
|
|
|
{file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"}, |
|
|
|
{file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, |
|
|
|
{file = "isort-5.11.3-py3-none-any.whl", hash = "sha256:83155ffa936239d986b0f190347a3f2285f42a9b9e1725c89d865b27dd0627e5"}, |
|
|
|
{file = "isort-5.11.3.tar.gz", hash = "sha256:a8ca25fbfad0f7d5d8447a4314837298d9f6b23aed8618584c894574f626b64b"}, |
|
|
|
] |
|
|
|
jinja2 = [ |
|
|
|
{file = "Jinja2-3.0.1-py3-none-any.whl", hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4"}, |
|
|
|