2020-07-29 17:28:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alabaster"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.7.12"
|
|
|
|
description = "A configurable sidebar-enabled Sphinx theme"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyio"
|
2022-01-14 15:32:32 +00:00
|
|
|
version = "3.5.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-06-16 15:16:45 +00:00
|
|
|
python-versions = ">=3.6.2"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
idna = ">=2.8"
|
|
|
|
sniffio = ">=1.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
doc = ["packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"]
|
|
|
|
test = ["contextlib2", "coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "mock (>=4)", "pytest (>=6.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (<0.15)", "uvloop (>=0.15)"]
|
2021-06-16 15:16:45 +00:00
|
|
|
trio = ["trio (>=0.16)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asyncclick"
|
2022-02-14 17:26:51 +00:00
|
|
|
version = "8.0.3.2"
|
2022-01-14 15:32:32 +00:00
|
|
|
description = "Composable command line interface toolkit, async version"
|
2021-06-16 15:16:45 +00:00
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-01-14 15:32:32 +00:00
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomicwrites"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.4.0"
|
|
|
|
description = "Atomic file writes."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
2022-01-14 15:32:32 +00:00
|
|
|
version = "21.4.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-06-16 15:16:45 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "sphinx", "sphinx-notfound-page", "zope.interface"]
|
|
|
|
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"]
|
|
|
|
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "zope.interface"]
|
|
|
|
tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "babel"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "2.9.1"
|
|
|
|
description = "Internationalization utilities"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytz = ">=2015.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "certifi"
|
2023-01-11 18:28:28 +00:00
|
|
|
version = "2022.12.7"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2023-01-11 18:28:28 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfgv"
|
2021-09-23 17:09:19 +00:00
|
|
|
version = "3.3.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Validate configuration and produce human readable error messages."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-23 17:09:19 +00:00
|
|
|
name = "charset-normalizer"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2.0.12"
|
2021-09-23 17:09:19 +00:00
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2021-06-16 15:16:45 +00:00
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-09-23 17:09:19 +00:00
|
|
|
python-versions = ">=3.5.0"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
unicode-backport = ["unicodedata2"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codecov"
|
2021-09-23 17:09:19 +00:00
|
|
|
version = "2.1.12"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Hosted coverage reports for GitHub, Bitbucket and Gitlab"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
coverage = "*"
|
|
|
|
requests = ">=2.7.9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.4.4"
|
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coverage"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "6.3.2"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-02-14 17:26:51 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
2021-12-13 17:40:50 +00:00
|
|
|
[package.dependencies]
|
|
|
|
tomli = {version = "*", optional = true, markers = "extra == \"toml\""}
|
|
|
|
|
2020-07-29 17:28:00 +00:00
|
|
|
[package.extras]
|
2021-12-08 14:31:55 +00:00
|
|
|
toml = ["tomli"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "distlib"
|
2021-12-17 16:48:03 +00:00
|
|
|
version = "0.3.4"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Distribution utilities"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "docutils"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.16"
|
|
|
|
description = "Docutils -- Python Documentation Utilities"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filelock"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "3.6.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "A platform independent file lock."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-01-14 15:32:32 +00:00
|
|
|
python-versions = ">=3.7"
|
2021-12-08 14:31:55 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["furo (>=2021.8.17b43)", "sphinx (>=4.1)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-cov", "pytest-timeout (>=1.4.2)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "identify"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2.4.12"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "File identification library for Python"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-02-14 17:26:51 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-12-08 14:31:55 +00:00
|
|
|
license = ["ukkonen"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "3.3"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-09-23 17:09:19 +00:00
|
|
|
python-versions = ">=3.5"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "imagesize"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "1.3.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Getting image size from png/jpeg/jpeg2000/gif file"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "importlib-metadata"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "4.11.3"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-12-17 16:48:03 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
docs = ["jaraco.packaging (>=9)", "rst.linker (>=1.9)", "sphinx"]
|
2021-09-23 17:09:19 +00:00
|
|
|
perf = ["ipython"]
|
2023-01-11 18:28:28 +00:00
|
|
|
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.0.1)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
2021-12-17 16:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
|
|
|
version = "1.1.1"
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-07-29 17:28:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jinja2"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "3.1.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "A very fast and expressive template engine."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
2022-04-05 16:36:57 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
MarkupSafe = ">=2.0"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-06-16 15:16:45 +00:00
|
|
|
i18n = ["Babel (>=2.7)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "m2r"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.2.1"
|
|
|
|
description = "Markdown and reStructuredText in a single file."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
docutils = "*"
|
|
|
|
mistune = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markupsafe"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2.1.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
2022-04-05 16:36:57 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mistune"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.8.4"
|
|
|
|
description = "The fastest markdown parser in pure Python"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodeenv"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.6.0"
|
|
|
|
description = "Node.js virtual environment builder"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "packaging"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "21.3"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-09-23 17:09:19 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-12-08 14:31:55 +00:00
|
|
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
2021-09-23 17:09:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platformdirs"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2.5.1"
|
2021-09-23 17:09:19 +00:00
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-01-14 15:32:32 +00:00
|
|
|
python-versions = ">=3.7"
|
2021-09-23 17:09:19 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
|
|
|
|
|
2020-07-29 17:28:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
2021-12-17 16:48:03 +00:00
|
|
|
version = "1.0.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-12-17 16:48:03 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
2021-12-17 16:48:03 +00:00
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pre-commit"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2.18.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-04-05 16:36:57 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cfgv = ">=2.0.0"
|
|
|
|
identify = ">=1.0.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
nodeenv = ">=0.11.1"
|
|
|
|
pyyaml = ">=5.1"
|
|
|
|
toml = "*"
|
|
|
|
virtualenv = ">=20.0.8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "py"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "1.11.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-12-08 14:31:55 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
2021-11-07 01:41:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pydantic"
|
|
|
|
version = "1.9.0"
|
|
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
typing-extensions = ">=3.7.4.3"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dotenv = ["python-dotenv (>=0.10.4)"]
|
|
|
|
email = ["email-validator (>=1.0.3)"]
|
|
|
|
|
2020-07-29 17:28:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pygments"
|
2022-01-14 15:32:32 +00:00
|
|
|
version = "2.11.2"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
2022-02-14 17:26:51 +00:00
|
|
|
version = "3.0.7"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Python parsing module"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-12-08 14:31:55 +00:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "7.1.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-04-05 16:36:57 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
|
2021-12-17 16:48:03 +00:00
|
|
|
attrs = ">=19.2.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2021-12-17 16:48:03 +00:00
|
|
|
iniconfig = "*"
|
2020-07-29 17:28:00 +00:00
|
|
|
packaging = "*"
|
2021-12-17 16:48:03 +00:00
|
|
|
pluggy = ">=0.12,<2.0"
|
|
|
|
py = ">=1.8.2"
|
2022-04-05 16:36:57 +00:00
|
|
|
tomli = ">=1.0.0"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-04-05 16:36:57 +00:00
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-asyncio"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "0.18.3"
|
2022-01-14 15:32:32 +00:00
|
|
|
description = "Pytest support for asyncio"
|
2021-06-16 15:16:45 +00:00
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-01-14 15:32:32 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-02-14 17:26:51 +00:00
|
|
|
pytest = ">=6.1.0"
|
2022-04-05 16:36:57 +00:00
|
|
|
typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
testing = ["coverage (==6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (==0.931)", "pytest-trio (>=0.7.0)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-cov"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "2.12.1"
|
|
|
|
description = "Pytest plugin for measuring coverage."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
coverage = ">=5.2.1"
|
2020-07-29 17:28:00 +00:00
|
|
|
pytest = ">=4.6"
|
2021-06-16 15:16:45 +00:00
|
|
|
toml = "*"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-mock"
|
2022-02-14 17:26:51 +00:00
|
|
|
version = "3.7.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Thin-wrapper around the mock package for easier use with pytest"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-02-14 17:26:51 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
pytest = ">=5.0"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
dev = ["pre-commit", "pytest-asyncio", "tox"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-sugar"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.9.4"
|
|
|
|
description = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
packaging = ">=14.1"
|
|
|
|
pytest = ">=2.9"
|
|
|
|
termcolor = ">=1.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytz"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2022.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyyaml"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "6.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-12-08 14:31:55 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2022-01-14 15:32:32 +00:00
|
|
|
version = "2.27.1"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Python HTTP for Humans."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-09-23 17:09:19 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2021-09-23 17:09:19 +00:00
|
|
|
charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
|
|
|
|
idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
|
2021-06-16 15:16:45 +00:00
|
|
|
urllib3 = ">=1.21.1,<1.27"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-06-16 15:16:45 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
|
2023-01-11 18:28:28 +00:00
|
|
|
use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "six"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.16.0"
|
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sniffio"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.2.0"
|
|
|
|
description = "Sniff out which async library your code is running under"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snowballstemmer"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "2.2.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinx"
|
2022-04-05 23:13:27 +00:00
|
|
|
version = "4.5.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Python documentation generator"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
2022-04-05 23:13:27 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
alabaster = ">=0.7,<0.8"
|
|
|
|
babel = ">=1.3"
|
2021-06-16 15:16:45 +00:00
|
|
|
colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
|
2022-04-05 23:13:27 +00:00
|
|
|
docutils = ">=0.14,<0.18"
|
2020-07-29 17:28:00 +00:00
|
|
|
imagesize = "*"
|
2022-04-05 23:13:27 +00:00
|
|
|
importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
|
2021-06-16 15:16:45 +00:00
|
|
|
Jinja2 = ">=2.3"
|
2020-07-29 17:28:00 +00:00
|
|
|
packaging = "*"
|
2021-06-16 15:16:45 +00:00
|
|
|
Pygments = ">=2.0"
|
2020-07-29 17:28:00 +00:00
|
|
|
requests = ">=2.5.0"
|
|
|
|
snowballstemmer = ">=1.1"
|
|
|
|
sphinxcontrib-applehelp = "*"
|
|
|
|
sphinxcontrib-devhelp = "*"
|
2022-04-05 23:13:27 +00:00
|
|
|
sphinxcontrib-htmlhelp = ">=2.0.0"
|
2020-07-29 17:28:00 +00:00
|
|
|
sphinxcontrib-jsmath = "*"
|
|
|
|
sphinxcontrib-qthelp = "*"
|
2022-04-05 23:13:27 +00:00
|
|
|
sphinxcontrib-serializinghtml = ">=1.1.5"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinxcontrib-websupport"]
|
2023-01-11 18:28:28 +00:00
|
|
|
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "isort", "mypy (>=0.931)", "types-requests", "types-typed-ast"]
|
|
|
|
test = ["cython", "html5lib", "pytest", "pytest-cov", "typed-ast"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinx-rtd-theme"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.5.2"
|
|
|
|
description = "Read the Docs theme for Sphinx"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
docutils = "<0.17"
|
2020-07-29 17:28:00 +00:00
|
|
|
sphinx = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-applehelp"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.0.2"
|
|
|
|
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2020-07-29 17:28:00 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-devhelp"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.0.2"
|
|
|
|
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2020-07-29 17:28:00 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-htmlhelp"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "2.0.0"
|
|
|
|
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
2021-06-16 15:16:45 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
|
|
|
test = ["html5lib", "pytest"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-jsmath"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.0.1"
|
|
|
|
description = "A sphinx extension which renders display math in HTML via JavaScript"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
test = ["flake8", "mypy", "pytest"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-programoutput"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.17"
|
|
|
|
description = "Sphinx extension to include program output"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Sphinx = ">=1.7.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-qthelp"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.0.3"
|
|
|
|
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2020-07-29 17:28:00 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-serializinghtml"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.1.5"
|
|
|
|
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2020-07-29 17:28:00 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "1.1.0"
|
|
|
|
description = "ANSII Color formatting for output in terminal."
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-06-16 15:16:45 +00:00
|
|
|
version = "0.10.2"
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-06-16 15:16:45 +00:00
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
2021-12-13 17:40:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tomli"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "2.0.1"
|
2021-12-13 17:40:50 +00:00
|
|
|
description = "A lil' TOML parser"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-12-17 16:48:03 +00:00
|
|
|
python-versions = ">=3.7"
|
2021-12-13 17:40:50 +00:00
|
|
|
|
2020-07-29 17:28:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tox"
|
2022-01-14 15:32:32 +00:00
|
|
|
version = "3.24.5"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "tox is a generic virtualenv management and test command line tool"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-16 15:16:45 +00:00
|
|
|
colorama = {version = ">=0.4.1", markers = "platform_system == \"Windows\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
filelock = ">=3.0.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-07-29 17:28:00 +00:00
|
|
|
packaging = ">=14"
|
|
|
|
pluggy = ">=0.12.0"
|
|
|
|
py = ">=1.4.17"
|
|
|
|
six = ">=1.14.0"
|
|
|
|
toml = ">=0.9.4"
|
|
|
|
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["pygments-github-lexers (>=0.0.5)", "sphinx (>=2.0.0)", "sphinxcontrib-autoprogram (>=0.1.5)", "towncrier (>=18.5.0)"]
|
2023-01-11 18:28:28 +00:00
|
|
|
testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psutil (>=5.6.1)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-16 15:16:45 +00:00
|
|
|
name = "typing-extensions"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "4.1.1"
|
2021-12-08 14:31:55 +00:00
|
|
|
description = "Backported and Experimental Type Hints for Python 3.6+"
|
2020-07-29 17:28:00 +00:00
|
|
|
category = "main"
|
2021-06-16 15:16:45 +00:00
|
|
|
optional = false
|
2021-12-08 14:31:55 +00:00
|
|
|
python-versions = ">=3.6"
|
2021-06-16 15:16:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-07-29 17:28:00 +00:00
|
|
|
name = "urllib3"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "1.26.9"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
|
|
|
|
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"]
|
2021-06-16 15:16:45 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtualenv"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "20.14.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Virtual Python Environment builder"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2021-09-23 17:09:19 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
distlib = ">=0.3.1,<1"
|
2021-12-08 14:31:55 +00:00
|
|
|
filelock = ">=3.2,<4"
|
2021-06-16 15:16:45 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2021-09-23 17:09:19 +00:00
|
|
|
platformdirs = ">=2,<3"
|
2020-07-29 17:28:00 +00:00
|
|
|
six = ">=1.9.0,<2"
|
|
|
|
|
|
|
|
[package.extras]
|
2021-12-08 14:31:55 +00:00
|
|
|
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"]
|
2023-01-11 18:28:28 +00:00
|
|
|
testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "packaging (>=20.0)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "voluptuous"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "0.13.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = ""
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xdoctest"
|
2021-12-08 14:31:55 +00:00
|
|
|
version = "0.15.10"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "A rewrite of the builtin doctest module"
|
|
|
|
category = "dev"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
six = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
all = ["IPython", "Pygments", "cmake", "codecov", "colorama", "ipykernel", "jupyter-client", "nbconvert", "nbformat", "ninja", "pybind11", "pytest", "pytest", "pytest", "pytest", "pytest", "pytest-cov", "pytest-cov", "pytest-cov", "scikit-build", "six", "typing"]
|
|
|
|
colors = ["Pygments", "colorama"]
|
|
|
|
jupyter = ["IPython", "ipykernel", "jupyter-client", "nbconvert", "nbformat"]
|
|
|
|
optional = ["IPython", "Pygments", "colorama", "ipykernel", "jupyter-client", "nbconvert", "nbformat"]
|
|
|
|
tests = ["IPython", "cmake", "codecov", "ipykernel", "jupyter-client", "nbconvert", "nbformat", "ninja", "pybind11", "pytest", "pytest", "pytest", "pytest", "pytest", "pytest-cov", "pytest-cov", "pytest-cov", "scikit-build", "typing"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zipp"
|
2022-04-05 16:36:57 +00:00
|
|
|
version = "3.8.0"
|
2021-06-16 15:16:45 +00:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
category = "main"
|
2020-07-29 17:28:00 +00:00
|
|
|
optional = false
|
2022-01-14 15:32:32 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-11 18:28:28 +00:00
|
|
|
docs = ["jaraco.packaging (>=9)", "rst.linker (>=1.9)", "sphinx"]
|
|
|
|
testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[extras]
|
2021-12-08 14:31:55 +00:00
|
|
|
docs = ["sphinx", "sphinx_rtd_theme", "m2r", "mistune", "sphinxcontrib-programoutput"]
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[metadata]
|
2021-06-16 15:16:45 +00:00
|
|
|
lock-version = "1.1"
|
2020-07-29 17:28:00 +00:00
|
|
|
python-versions = "^3.7"
|
2022-04-05 23:13:27 +00:00
|
|
|
content-hash = "6577513a016c329bc825369761eae9971cb6a18a13c96ac0669c1f51ab3de87d"
|
2020-07-29 17:28:00 +00:00
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
alabaster = [
|
|
|
|
{file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
|
|
|
|
{file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
|
|
|
|
]
|
|
|
|
anyio = [
|
2022-01-14 15:32:32 +00:00
|
|
|
{file = "anyio-3.5.0-py3-none-any.whl", hash = "sha256:b5fa16c5ff93fa1046f2eeb5bbff2dad4d3514d6cda61d02816dba34fa8c3c2e"},
|
|
|
|
{file = "anyio-3.5.0.tar.gz", hash = "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
asyncclick = [
|
2022-02-14 17:26:51 +00:00
|
|
|
{file = "asyncclick-8.0.3.2.tar.gz", hash = "sha256:251030d8497c139a09d51f8c4b9b8c261a2be0b7d5722f1b7916cc6770368684"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
atomicwrites = [
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
|
|
|
]
|
|
|
|
attrs = [
|
2022-01-14 15:32:32 +00:00
|
|
|
{file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"},
|
|
|
|
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
babel = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "Babel-2.9.1-py2.py3-none-any.whl", hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9"},
|
|
|
|
{file = "Babel-2.9.1.tar.gz", hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
certifi = [
|
2023-01-11 18:28:28 +00:00
|
|
|
{file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"},
|
|
|
|
{file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
cfgv = [
|
2021-09-23 17:09:19 +00:00
|
|
|
{file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
|
|
|
|
{file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
2021-09-23 17:09:19 +00:00
|
|
|
charset-normalizer = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},
|
|
|
|
{file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
codecov = [
|
2021-09-23 17:09:19 +00:00
|
|
|
{file = "codecov-2.1.12-py2.py3-none-any.whl", hash = "sha256:585dc217dc3d8185198ceb402f85d5cb5dbfa0c5f350a5abcdf9e347776a5b47"},
|
|
|
|
{file = "codecov-2.1.12.tar.gz", hash = "sha256:a0da46bb5025426da895af90938def8ee12d37fcbcbbbc15b6dc64cf7ebc51c1"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
colorama = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
coverage = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "coverage-6.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9b27d894748475fa858f9597c0ee1d4829f44683f3813633aaf94b19cb5453cf"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:37d1141ad6b2466a7b53a22e08fe76994c2d35a5b6b469590424a9953155afac"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9987b0354b06d4df0f4d3e0ec1ae76d7ce7cbca9a2f98c25041eb79eec766f1"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:26e2deacd414fc2f97dd9f7676ee3eaecd299ca751412d89f40bc01557a6b1b4"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4dd8bafa458b5c7d061540f1ee9f18025a68e2d8471b3e858a9dad47c8d41903"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:46191097ebc381fbf89bdce207a6c107ac4ec0890d8d20f3360345ff5976155c"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6f89d05e028d274ce4fa1a86887b071ae1755082ef94a6740238cd7a8178804f"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:58303469e9a272b4abdb9e302a780072c0633cdcc0165db7eec0f9e32f901e05"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-win32.whl", hash = "sha256:2fea046bfb455510e05be95e879f0e768d45c10c11509e20e06d8fcaa31d9e39"},
|
|
|
|
{file = "coverage-6.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:a2a8b8bcc399edb4347a5ca8b9b87e7524c0967b335fbb08a83c8421489ddee1"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f1555ea6d6da108e1999b2463ea1003fe03f29213e459145e70edbaf3e004aaa"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5f4e1edcf57ce94e5475fe09e5afa3e3145081318e5fd1a43a6b4539a97e518"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a15dc0a14008f1da3d1ebd44bdda3e357dbabdf5a0b5034d38fcde0b5c234b7"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21b7745788866028adeb1e0eca3bf1101109e2dc58456cb49d2d9b99a8c516e6"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:8ce257cac556cb03be4a248d92ed36904a59a4a5ff55a994e92214cde15c5bad"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b0be84e5a6209858a1d3e8d1806c46214e867ce1b0fd32e4ea03f4bd8b2e3359"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:acf53bc2cf7282ab9b8ba346746afe703474004d9e566ad164c91a7a59f188a4"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-win32.whl", hash = "sha256:8bdde1177f2311ee552f47ae6e5aa7750c0e3291ca6b75f71f7ffe1f1dab3dca"},
|
|
|
|
{file = "coverage-6.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:b31651d018b23ec463e95cf10070d0b2c548aa950a03d0b559eaa11c7e5a6fa3"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07e6db90cd9686c767dcc593dff16c8c09f9814f5e9c51034066cad3373b914d"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2c6dbb42f3ad25760010c45191e9757e7dce981cbfb90e42feef301d71540059"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c76aeef1b95aff3905fb2ae2d96e319caca5b76fa41d3470b19d4e4a3a313512"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8cf5cfcb1521dc3255d845d9dca3ff204b3229401994ef8d1984b32746bb45ca"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8fbbdc8d55990eac1b0919ca69eb5a988a802b854488c34b8f37f3e2025fa90d"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ec6bc7fe73a938933d4178c9b23c4e0568e43e220aef9472c4f6044bfc6dd0f0"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9baff2a45ae1f17c8078452e9e5962e518eab705e50a0aa8083733ea7d45f3a6"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fd9e830e9d8d89b20ab1e5af09b32d33e1a08ef4c4e14411e559556fd788e6b2"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-win32.whl", hash = "sha256:f7331dbf301b7289013175087636bbaf5b2405e57259dd2c42fdcc9fcc47325e"},
|
|
|
|
{file = "coverage-6.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:68353fe7cdf91f109fc7d474461b46e7f1f14e533e911a2a2cbb8b0fc8613cf1"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b78e5afb39941572209f71866aa0b206c12f0109835aa0d601e41552f9b3e620"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4e21876082ed887baed0146fe222f861b5815455ada3b33b890f4105d806128d"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34626a7eee2a3da12af0507780bb51eb52dca0e1751fd1471d0810539cefb536"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1ebf730d2381158ecf3dfd4453fbca0613e16eaa547b4170e2450c9707665ce7"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd6fe30bd519694b356cbfcaca9bd5c1737cddd20778c6a581ae20dc8c04def2"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:96f8a1cb43ca1422f36492bebe63312d396491a9165ed3b9231e778d43a7fca4"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:dd035edafefee4d573140a76fdc785dc38829fe5a455c4bb12bac8c20cfc3d69"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5ca5aeb4344b30d0bec47481536b8ba1181d50dbe783b0e4ad03c95dc1296684"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-win32.whl", hash = "sha256:f5fa5803f47e095d7ad8443d28b01d48c0359484fec1b9d8606d0e3282084bc4"},
|
|
|
|
{file = "coverage-6.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:9548f10d8be799551eb3a9c74bbf2b4934ddb330e08a73320123c07f95cc2d92"},
|
|
|
|
{file = "coverage-6.3.2-pp36.pp37.pp38-none-any.whl", hash = "sha256:18d520c6860515a771708937d2f78f63cc47ab3b80cb78e86573b0a760161faf"},
|
|
|
|
{file = "coverage-6.3.2.tar.gz", hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
distlib = [
|
2021-12-17 16:48:03 +00:00
|
|
|
{file = "distlib-0.3.4-py2.py3-none-any.whl", hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b"},
|
|
|
|
{file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
docutils = [
|
|
|
|
{file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"},
|
|
|
|
{file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"},
|
|
|
|
]
|
|
|
|
filelock = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "filelock-3.6.0-py3-none-any.whl", hash = "sha256:f8314284bfffbdcfa0ff3d7992b023d4c628ced6feb957351d4c48d059f56bc0"},
|
|
|
|
{file = "filelock-3.6.0.tar.gz", hash = "sha256:9cd540a9352e432c7246a48fe4e8712b10acb1df2ad1f30e8c070b82ae1fed85"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
identify = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "identify-2.4.12-py2.py3-none-any.whl", hash = "sha256:5f06b14366bd1facb88b00540a1de05b69b310cbc2654db3c7e07fa3a4339323"},
|
|
|
|
{file = "identify-2.4.12.tar.gz", hash = "sha256:3f3244a559290e7d3deb9e9adc7b33594c1bc85a9dd82e0f1be519bf12a1ec17"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
idna = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
|
|
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
imagesize = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "imagesize-1.3.0-py2.py3-none-any.whl", hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c"},
|
|
|
|
{file = "imagesize-1.3.0.tar.gz", hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
importlib-metadata = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "importlib_metadata-4.11.3-py3-none-any.whl", hash = "sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6"},
|
|
|
|
{file = "importlib_metadata-4.11.3.tar.gz", hash = "sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539"},
|
2021-12-17 16:48:03 +00:00
|
|
|
]
|
|
|
|
iniconfig = [
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
jinja2 = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "Jinja2-3.1.1-py3-none-any.whl", hash = "sha256:539835f51a74a69f41b848a9645dbdc35b4f20a3b601e2d9a7e22947b15ff119"},
|
|
|
|
{file = "Jinja2-3.1.1.tar.gz", hash = "sha256:640bed4bb501cbd17194b3cace1dc2126f5b619cf068a726b98192a0fde74ae9"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
m2r = [
|
|
|
|
{file = "m2r-0.2.1.tar.gz", hash = "sha256:bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99"},
|
|
|
|
]
|
|
|
|
markupsafe = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"},
|
|
|
|
{file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
mistune = [
|
|
|
|
{file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"},
|
|
|
|
{file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"},
|
|
|
|
]
|
|
|
|
nodeenv = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "nodeenv-1.6.0-py2.py3-none-any.whl", hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7"},
|
|
|
|
{file = "nodeenv-1.6.0.tar.gz", hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
packaging = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
2021-09-23 17:09:19 +00:00
|
|
|
]
|
|
|
|
platformdirs = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "platformdirs-2.5.1-py3-none-any.whl", hash = "sha256:bcae7cab893c2d310a711b70b24efb93334febe65f8de776ee320b517471e227"},
|
|
|
|
{file = "platformdirs-2.5.1.tar.gz", hash = "sha256:7535e70dfa32e84d4b34996ea99c5e432fa29a708d0f4e394bbcb2a8faa4f16d"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pluggy = [
|
2021-12-17 16:48:03 +00:00
|
|
|
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
|
|
|
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pre-commit = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"},
|
|
|
|
{file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
py = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
|
|
|
|
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
2021-11-07 01:41:12 +00:00
|
|
|
pydantic = [
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:cb23bcc093697cdea2708baae4f9ba0e972960a835af22560f6ae4e7e47d33f5"},
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1d5278bd9f0eee04a44c712982343103bba63507480bfd2fc2790fa70cd64cf4"},
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab624700dc145aa809e6f3ec93fb8e7d0f99d9023b713f6a953637429b437d37"},
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c8d7da6f1c1049eefb718d43d99ad73100c958a5367d30b9321b092771e96c25"},
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:3c3b035103bd4e2e4a28da9da7ef2fa47b00ee4a9cf4f1a735214c1bcd05e0f6"},
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:3011b975c973819883842c5ab925a4e4298dffccf7782c55ec3580ed17dc464c"},
|
|
|
|
{file = "pydantic-1.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:086254884d10d3ba16da0588604ffdc5aab3f7f09557b998373e885c690dd398"},
|
|
|
|
{file = "pydantic-1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0fe476769acaa7fcddd17cadd172b156b53546ec3614a4d880e5d29ea5fbce65"},
|
|
|
|
{file = "pydantic-1.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c8e9dcf1ac499679aceedac7e7ca6d8641f0193c591a2d090282aaf8e9445a46"},
|
|
|
|
{file = "pydantic-1.9.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1e4c28f30e767fd07f2ddc6f74f41f034d1dd6bc526cd59e63a82fe8bb9ef4c"},
|
|
|
|
{file = "pydantic-1.9.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c86229333cabaaa8c51cf971496f10318c4734cf7b641f08af0a6fbf17ca3054"},
|
|
|
|
{file = "pydantic-1.9.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:c0727bda6e38144d464daec31dff936a82917f431d9c39c39c60a26567eae3ed"},
|
|
|
|
{file = "pydantic-1.9.0-cp36-cp36m-win_amd64.whl", hash = "sha256:dee5ef83a76ac31ab0c78c10bd7d5437bfdb6358c95b91f1ba7ff7b76f9996a1"},
|
|
|
|
{file = "pydantic-1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d9c9bdb3af48e242838f9f6e6127de9be7063aad17b32215ccc36a09c5cf1070"},
|
|
|
|
{file = "pydantic-1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ee7e3209db1e468341ef41fe263eb655f67f5c5a76c924044314e139a1103a2"},
|
|
|
|
{file = "pydantic-1.9.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0b6037175234850ffd094ca77bf60fb54b08b5b22bc85865331dd3bda7a02fa1"},
|
|
|
|
{file = "pydantic-1.9.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b2571db88c636d862b35090ccf92bf24004393f85c8870a37f42d9f23d13e032"},
|
|
|
|
{file = "pydantic-1.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:8b5ac0f1c83d31b324e57a273da59197c83d1bb18171e512908fe5dc7278a1d6"},
|
|
|
|
{file = "pydantic-1.9.0-cp37-cp37m-win_amd64.whl", hash = "sha256:bbbc94d0c94dd80b3340fc4f04fd4d701f4b038ebad72c39693c794fd3bc2d9d"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e0896200b6a40197405af18828da49f067c2fa1f821491bc8f5bde241ef3f7d7"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7bdfdadb5994b44bd5579cfa7c9b0e1b0e540c952d56f627eb227851cda9db77"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:574936363cd4b9eed8acdd6b80d0143162f2eb654d96cb3a8ee91d3e64bf4cf9"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c556695b699f648c58373b542534308922c46a1cda06ea47bc9ca45ef5b39ae6"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f947352c3434e8b937e3aa8f96f47bdfe6d92779e44bb3f41e4c213ba6a32145"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:5e48ef4a8b8c066c4a31409d91d7ca372a774d0212da2787c0d32f8045b1e034"},
|
|
|
|
{file = "pydantic-1.9.0-cp38-cp38-win_amd64.whl", hash = "sha256:96f240bce182ca7fe045c76bcebfa0b0534a1bf402ed05914a6f1dadff91877f"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:815ddebb2792efd4bba5488bc8fde09c29e8ca3227d27cf1c6990fc830fd292b"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6c5b77947b9e85a54848343928b597b4f74fc364b70926b3c4441ff52620640c"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c68c3bc88dbda2a6805e9a142ce84782d3930f8fdd9655430d8576315ad97ce"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5a79330f8571faf71bf93667d3ee054609816f10a259a109a0738dac983b23c3"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f5a64b64ddf4c99fe201ac2724daada8595ada0d102ab96d019c1555c2d6441d"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a733965f1a2b4090a5238d40d983dcd78f3ecea221c7af1497b845a9709c1721"},
|
|
|
|
{file = "pydantic-1.9.0-cp39-cp39-win_amd64.whl", hash = "sha256:2cc6a4cb8a118ffec2ca5fcb47afbacb4f16d0ab8b7350ddea5e8ef7bcc53a16"},
|
|
|
|
{file = "pydantic-1.9.0-py3-none-any.whl", hash = "sha256:085ca1de245782e9b46cefcf99deecc67d418737a1fd3f6a4f511344b613a5b3"},
|
|
|
|
{file = "pydantic-1.9.0.tar.gz", hash = "sha256:742645059757a56ecd886faf4ed2441b9c0cd406079c2b4bee51bcc3fbcd510a"},
|
|
|
|
]
|
2020-07-29 17:28:00 +00:00
|
|
|
pygments = [
|
2022-01-14 15:32:32 +00:00
|
|
|
{file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"},
|
|
|
|
{file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pyparsing = [
|
2022-02-14 17:26:51 +00:00
|
|
|
{file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"},
|
|
|
|
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pytest = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"},
|
|
|
|
{file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pytest-asyncio = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"},
|
|
|
|
{file = "pytest_asyncio-0.18.3-1-py3-none-any.whl", hash = "sha256:16cf40bdf2b4fb7fc8e4b82bd05ce3fbcd454cbf7b92afc445fe299dabb88213"},
|
|
|
|
{file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pytest-cov = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"},
|
|
|
|
{file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pytest-mock = [
|
2022-02-14 17:26:51 +00:00
|
|
|
{file = "pytest-mock-3.7.0.tar.gz", hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534"},
|
|
|
|
{file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pytest-sugar = [
|
|
|
|
{file = "pytest-sugar-0.9.4.tar.gz", hash = "sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3"},
|
|
|
|
]
|
|
|
|
pytz = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
|
|
|
|
{file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
pyyaml = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
|
2023-01-11 18:28:28 +00:00
|
|
|
{file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"},
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
|
|
|
|
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
requests = [
|
2022-01-14 15:32:32 +00:00
|
|
|
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
|
|
|
|
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
six = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
|
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
sniffio = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "sniffio-1.2.0-py3-none-any.whl", hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"},
|
|
|
|
{file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
snowballstemmer = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
|
|
|
|
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
sphinx = [
|
2022-04-05 23:13:27 +00:00
|
|
|
{file = "Sphinx-4.5.0-py3-none-any.whl", hash = "sha256:ebf612653238bcc8f4359627a9b7ce44ede6fdd75d9d30f68255c7383d3a6226"},
|
|
|
|
{file = "Sphinx-4.5.0.tar.gz", hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
sphinx-rtd-theme = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl", hash = "sha256:4a05bdbe8b1446d77a01e20a23ebc6777c74f43237035e76be89699308987d6f"},
|
|
|
|
{file = "sphinx_rtd_theme-0.5.2.tar.gz", hash = "sha256:32bd3b5d13dc8186d7a42fc816a23d32e83a4827d7d9882948e7b837c232da5a"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
sphinxcontrib-applehelp = [
|
|
|
|
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
|
|
|
|
{file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"},
|
|
|
|
]
|
|
|
|
sphinxcontrib-devhelp = [
|
|
|
|
{file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
|
|
|
|
{file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
|
|
|
|
]
|
|
|
|
sphinxcontrib-htmlhelp = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"},
|
|
|
|
{file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
sphinxcontrib-jsmath = [
|
|
|
|
{file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
|
|
|
|
{file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
|
|
|
|
]
|
|
|
|
sphinxcontrib-programoutput = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "sphinxcontrib-programoutput-0.17.tar.gz", hash = "sha256:300ee9b8caee8355d25cc74b4d1c7efd12e608d2ad165e3141d31e6fbc152b7f"},
|
|
|
|
{file = "sphinxcontrib_programoutput-0.17-py2.py3-none-any.whl", hash = "sha256:0ef1c1d9159dbe7103077748214305eb4e0138e861feb71c0c346afc5fe97f84"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
sphinxcontrib-qthelp = [
|
|
|
|
{file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
|
|
|
|
{file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
|
|
|
|
]
|
|
|
|
sphinxcontrib-serializinghtml = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"},
|
|
|
|
{file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
termcolor = [
|
|
|
|
{file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"},
|
|
|
|
]
|
|
|
|
toml = [
|
2021-06-16 15:16:45 +00:00
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
2021-12-13 17:40:50 +00:00
|
|
|
tomli = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
2021-12-13 17:40:50 +00:00
|
|
|
]
|
2020-07-29 17:28:00 +00:00
|
|
|
tox = [
|
2022-01-14 15:32:32 +00:00
|
|
|
{file = "tox-3.24.5-py2.py3-none-any.whl", hash = "sha256:be3362472a33094bce26727f5f771ca0facf6dafa217f65875314e9a6600c95c"},
|
|
|
|
{file = "tox-3.24.5.tar.gz", hash = "sha256:67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993"},
|
2021-06-16 15:16:45 +00:00
|
|
|
]
|
|
|
|
typing-extensions = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},
|
|
|
|
{file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
urllib3 = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
|
|
|
|
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
virtualenv = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "virtualenv-20.14.0-py2.py3-none-any.whl", hash = "sha256:1e8588f35e8b42c6ec6841a13c5e88239de1e6e4e4cedfd3916b306dc826ec66"},
|
|
|
|
{file = "virtualenv-20.14.0.tar.gz", hash = "sha256:8e5b402037287126e81ccde9432b95a8be5b19d36584f64957060a3488c11ca8"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
voluptuous = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "voluptuous-0.13.0-py3-none-any.whl", hash = "sha256:e3b5f6cb68fcb0230701b5c756db4caa6766223fc0eaf613931fdba51025981b"},
|
|
|
|
{file = "voluptuous-0.13.0.tar.gz", hash = "sha256:cae6a4526b434b642816b34a00e1186d5a5f5e0c948ab94d2a918e01e5874066"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
xdoctest = [
|
2021-12-08 14:31:55 +00:00
|
|
|
{file = "xdoctest-0.15.10-py3-none-any.whl", hash = "sha256:7666bd0511df59275dfe94ef94b0fde9654afd14f00bf88902fdc9bcee77d527"},
|
|
|
|
{file = "xdoctest-0.15.10.tar.gz", hash = "sha256:5f16438f2b203860e75ec594dbc38020df7524db0b41bb88467ea0a6030e6685"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|
|
|
|
zipp = [
|
2022-04-05 16:36:57 +00:00
|
|
|
{file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"},
|
|
|
|
{file = "zipp-3.8.0.tar.gz", hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"},
|
2020-07-29 17:28:00 +00:00
|
|
|
]
|