|
|
|
@ -1,75 +1,79 @@
|
|
|
|
|
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-timeout"
|
|
|
|
|
version = "4.0.2"
|
|
|
|
|
version = "4.0.3"
|
|
|
|
|
description = "Timeout context manager for asyncio programs"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"},
|
|
|
|
|
{file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
typing-extensions = {version = ">=3.6.5", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "attrs"
|
|
|
|
|
version = "22.2.0"
|
|
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
cov = ["attrs[tests]", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"]
|
|
|
|
|
dev = ["attrs[docs,tests]"]
|
|
|
|
|
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope.interface"]
|
|
|
|
|
tests = ["attrs[tests-no-zope]", "zope.interface"]
|
|
|
|
|
tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=0.971,<0.990)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
|
|
|
|
|
tests_no_zope = ["cloudpickle", "hypothesis", "mypy (>=0.971,<0.990)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "click"
|
|
|
|
|
version = "7.1.2"
|
|
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
|
|
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "colorama"
|
|
|
|
|
version = "0.4.6"
|
|
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
|
category = "dev"
|
|
|
|
|
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 = "configobj"
|
|
|
|
|
version = "5.0.6"
|
|
|
|
|
version = "5.0.8"
|
|
|
|
|
description = "Config file reading, writing and validation."
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "configobj-5.0.8-py2.py3-none-any.whl", hash = "sha256:a7a8c6ab7daade85c3f329931a807c8aee750a2494363934f8ea84d8a54c87ea"},
|
|
|
|
|
{file = "configobj-5.0.8.tar.gz", hash = "sha256:6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
six = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "exceptiongroup"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
version = "1.1.3"
|
|
|
|
|
description = "Backport of PEP 654 (exception groups)"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"},
|
|
|
|
|
{file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
test = ["pytest (>=6)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "importlib-metadata"
|
|
|
|
|
version = "5.2.0"
|
|
|
|
|
version = "6.7.0"
|
|
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
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\""}
|
|
|
|
@ -78,46 +82,40 @@ 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 = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "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 (>=0.9.2)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "importlib-resources"
|
|
|
|
|
version = "5.10.2"
|
|
|
|
|
description = "Read resources from Python packages"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
|
|
|
|
testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
|
|
|
|
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iniconfig"
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
|
category = "dev"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
description = "brain-dead simple config-ini parsing"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
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 = "mistune"
|
|
|
|
|
version = "2.0.4"
|
|
|
|
|
description = "A sane Markdown parser with useful plugins and renderers"
|
|
|
|
|
category = "main"
|
|
|
|
|
version = "3.0.1"
|
|
|
|
|
description = "A sane and fast Markdown parser with useful plugins and renderers"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "mistune-3.0.1-py3-none-any.whl", hash = "sha256:b9b3e438efbb57c62b5beb5e134dab664800bdf1284a7ee09e8b12b13eb1aac6"},
|
|
|
|
|
{file = "mistune-3.0.1.tar.gz", hash = "sha256:e912116c13aa0944f9dc530db38eb88f6a77087ab128f49f84a48f4c05ea163c"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "packaging"
|
|
|
|
|
version = "21.3"
|
|
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
|
|
|
@ -126,232 +124,9 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
|
|
|
|
name = "pendulum"
|
|
|
|
|
version = "2.1.2"
|
|
|
|
|
description = "Python datetimes made easy"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
python-dateutil = ">=2.6,<3.0"
|
|
|
|
|
pytzdata = ">=2020.1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pexpect"
|
|
|
|
|
version = "4.8.0"
|
|
|
|
|
description = "Pexpect allows easy control of interactive console applications."
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
ptyprocess = ">=0.5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pluggy"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
|
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"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prompt-toolkit"
|
|
|
|
|
version = "3.0.36"
|
|
|
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6.2"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ptyprocess"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "Pygments"
|
|
|
|
|
version = "2.13.0"
|
|
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
plugins = ["importlib-metadata"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyparsing"
|
|
|
|
|
version = "3.0.9"
|
|
|
|
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6.8"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest"
|
|
|
|
|
version = "7.2.0"
|
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
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"
|
|
|
|
|
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"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "python-dateutil"
|
|
|
|
|
version = "2.8.2"
|
|
|
|
|
description = "Extensions to the standard Python datetime module"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
six = ">=1.5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytzdata"
|
|
|
|
|
version = "2020.1"
|
|
|
|
|
description = "The Olson timezone database for Python."
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redis"
|
|
|
|
|
version = "4.4.0"
|
|
|
|
|
description = "Python client for Redis database and key-value store"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
async-timeout = ">=4.0.2"
|
|
|
|
|
importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""}
|
|
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
hiredis = ["hiredis (>=1.0.0)"]
|
|
|
|
|
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "six"
|
|
|
|
|
version = "1.16.0"
|
|
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tomli"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
description = "A lil' TOML parser"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typing-extensions"
|
|
|
|
|
version = "4.4.0"
|
|
|
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wcwidth"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
description = "Measures number of Terminal column cells of wide-character codes"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zipp"
|
|
|
|
|
version = "3.11.0"
|
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)"]
|
|
|
|
|
testing = ["flake8 (<5)", "func-timeout", "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 = "1.1"
|
|
|
|
|
python-versions = "^3.7"
|
|
|
|
|
content-hash = "6ad42fae2cc7eab35a27500c86a45fffef1d406d3f324f173c56aee107d8a480"
|
|
|
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
|
async-timeout = [
|
|
|
|
|
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
|
|
|
|
|
{file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"},
|
|
|
|
|
]
|
|
|
|
|
attrs = [
|
|
|
|
|
{file = "attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"},
|
|
|
|
|
{file = "attrs-22.2.0.tar.gz", hash = "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"},
|
|
|
|
|
]
|
|
|
|
|
click = [
|
|
|
|
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
|
|
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
|
|
|
|
]
|
|
|
|
|
colorama = [
|
|
|
|
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
|
|
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
|
|
|
]
|
|
|
|
|
configobj = [
|
|
|
|
|
{file = "configobj-5.0.6.tar.gz", hash = "sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"},
|
|
|
|
|
]
|
|
|
|
|
exceptiongroup = [
|
|
|
|
|
{file = "exceptiongroup-1.1.0-py3-none-any.whl", hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e"},
|
|
|
|
|
{file = "exceptiongroup-1.1.0.tar.gz", hash = "sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23"},
|
|
|
|
|
]
|
|
|
|
|
importlib-metadata = [
|
|
|
|
|
{file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"},
|
|
|
|
|
{file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"},
|
|
|
|
|
]
|
|
|
|
|
importlib-resources = [
|
|
|
|
|
{file = "importlib_resources-5.10.2-py3-none-any.whl", hash = "sha256:7d543798b0beca10b6a01ac7cafda9f822c54db9e8376a6bf57e0cbd74d486b6"},
|
|
|
|
|
{file = "importlib_resources-5.10.2.tar.gz", hash = "sha256:e4a96c8cc0339647ff9a5e0550d9f276fc5a01ffa276012b58ec108cfd7b8484"},
|
|
|
|
|
]
|
|
|
|
|
iniconfig = [
|
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
|
|
|
|
]
|
|
|
|
|
mistune = [
|
|
|
|
|
{file = "mistune-2.0.4-py2.py3-none-any.whl", hash = "sha256:182cc5ee6f8ed1b807de6b7bb50155df7b66495412836b9a74c8fbdfc75fe36d"},
|
|
|
|
|
{file = "mistune-2.0.4.tar.gz", hash = "sha256:9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808"},
|
|
|
|
|
]
|
|
|
|
|
packaging = [
|
|
|
|
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
|
|
|
|
]
|
|
|
|
|
pendulum = [
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pendulum-2.1.2-cp27-cp27m-macosx_10_15_x86_64.whl", hash = "sha256:b6c352f4bd32dff1ea7066bd31ad0f71f8d8100b9ff709fb343f3b86cee43efe"},
|
|
|
|
|
{file = "pendulum-2.1.2-cp27-cp27m-win_amd64.whl", hash = "sha256:318f72f62e8e23cd6660dbafe1e346950281a9aed144b5c596b2ddabc1d19739"},
|
|
|
|
|
{file = "pendulum-2.1.2-cp35-cp35m-macosx_10_15_x86_64.whl", hash = "sha256:0731f0c661a3cb779d398803655494893c9f581f6488048b3fb629c2342b5394"},
|
|
|
|
@ -374,63 +149,224 @@ pendulum = [
|
|
|
|
|
{file = "pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:94b1fc947bfe38579b28e1cccb36f7e28a15e841f30384b5ad6c5e31055c85d7"},
|
|
|
|
|
{file = "pendulum-2.1.2.tar.gz", hash = "sha256:b06a0ca1bfe41c990bbf0c029f0b6501a7f2ec4e38bfec730712015e8860f207"},
|
|
|
|
|
]
|
|
|
|
|
pexpect = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
python-dateutil = ">=2.6,<3.0"
|
|
|
|
|
pytzdata = ">=2020.1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pexpect"
|
|
|
|
|
version = "4.8.0"
|
|
|
|
|
description = "Pexpect allows easy control of interactive console applications."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
|
|
|
|
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
|
|
|
|
]
|
|
|
|
|
pluggy = [
|
|
|
|
|
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
|
|
|
|
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
ptyprocess = ">=0.5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pluggy"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"},
|
|
|
|
|
{file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"},
|
|
|
|
|
]
|
|
|
|
|
prompt-toolkit = [
|
|
|
|
|
{file = "prompt_toolkit-3.0.36-py3-none-any.whl", hash = "sha256:aa64ad242a462c5ff0363a7b9cfe696c20d55d9fc60c11fd8e632d064804d305"},
|
|
|
|
|
{file = "prompt_toolkit-3.0.36.tar.gz", hash = "sha256:3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63"},
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prompt-toolkit"
|
|
|
|
|
version = "3.0.39"
|
|
|
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7.0"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "prompt_toolkit-3.0.39-py3-none-any.whl", hash = "sha256:9dffbe1d8acf91e3de75f3b544e4842382fc06c6babe903ac9acb74dc6e08d88"},
|
|
|
|
|
{file = "prompt_toolkit-3.0.39.tar.gz", hash = "sha256:04505ade687dc26dc4284b1ad19a83be2f2afe83e7a828ace0c72f3a1df72aac"},
|
|
|
|
|
]
|
|
|
|
|
ptyprocess = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ptyprocess"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
|
|
|
|
|
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
|
|
|
|
|
]
|
|
|
|
|
Pygments = [
|
|
|
|
|
{file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"},
|
|
|
|
|
{file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"},
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pygments"
|
|
|
|
|
version = "2.16.1"
|
|
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "Pygments-2.16.1-py3-none-any.whl", hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692"},
|
|
|
|
|
{file = "Pygments-2.16.1.tar.gz", hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29"},
|
|
|
|
|
]
|
|
|
|
|
pyparsing = [
|
|
|
|
|
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
|
|
|
|
|
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
plugins = ["importlib-metadata"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyparsing"
|
|
|
|
|
version = "3.1.1"
|
|
|
|
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6.8"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"},
|
|
|
|
|
{file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"},
|
|
|
|
|
]
|
|
|
|
|
pytest = [
|
|
|
|
|
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"},
|
|
|
|
|
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"},
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest"
|
|
|
|
|
version = "7.4.2"
|
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"},
|
|
|
|
|
{file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"},
|
|
|
|
|
]
|
|
|
|
|
python-dateutil = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
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"
|
|
|
|
|
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "python-dateutil"
|
|
|
|
|
version = "2.8.2"
|
|
|
|
|
description = "Extensions to the standard Python datetime module"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
|
|
|
|
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
|
|
|
|
|
]
|
|
|
|
|
pytzdata = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
six = ">=1.5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytzdata"
|
|
|
|
|
version = "2020.1"
|
|
|
|
|
description = "The Olson timezone database for Python."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytzdata-2020.1-py2.py3-none-any.whl", hash = "sha256:e1e14750bcf95016381e4d472bad004eef710f2d6417240904070b3d6654485f"},
|
|
|
|
|
{file = "pytzdata-2020.1.tar.gz", hash = "sha256:3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540"},
|
|
|
|
|
]
|
|
|
|
|
redis = [
|
|
|
|
|
{file = "redis-4.4.0-py3-none-any.whl", hash = "sha256:cae3ee5d1f57d8caf534cd8764edf3163c77e073bdd74b6f54a87ffafdc5e7d9"},
|
|
|
|
|
{file = "redis-4.4.0.tar.gz", hash = "sha256:7b8c87d19c45d3f1271b124858d2a5c13160c4e74d4835e28273400fa34d5228"},
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redis"
|
|
|
|
|
version = "4.6.0"
|
|
|
|
|
description = "Python client for Redis database and key-value store"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"},
|
|
|
|
|
{file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"},
|
|
|
|
|
]
|
|
|
|
|
six = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""}
|
|
|
|
|
importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""}
|
|
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
hiredis = ["hiredis (>=1.0.0)"]
|
|
|
|
|
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"]
|
|
|
|
|
|
|
|
|
|
[[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"},
|
|
|
|
|
]
|
|
|
|
|
tomli = [
|
|
|
|
|
|
|
|
|
|
[[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"},
|
|
|
|
|
]
|
|
|
|
|
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"},
|
|
|
|
|
|
|
|
|
|
[[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"},
|
|
|
|
|
]
|
|
|
|
|
wcwidth = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wcwidth"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
description = "Measures number of Terminal column cells of wide-character codes"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "wcwidth-0.1.9-py2.py3-none-any.whl", hash = "sha256:cafe2186b3c009a04067022ce1dcd79cb38d8d65ee4f4791b8888d6599d1bbe1"},
|
|
|
|
|
{file = "wcwidth-0.1.9.tar.gz", hash = "sha256:ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1"},
|
|
|
|
|
]
|
|
|
|
|
zipp = [
|
|
|
|
|
{file = "zipp-3.11.0-py3-none-any.whl", hash = "sha256:83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa"},
|
|
|
|
|
{file = "zipp-3.11.0.tar.gz", hash = "sha256:a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766"},
|
|
|
|
|
|
|
|
|
|
[[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 = "e772d54a2ce1e2f5acbc47a2316420dc652a4c745db08d44fd364222bbeae7ae"
|
|
|
|
|