2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "appnope"
|
2022-04-07 04:03:23 +00:00
|
|
|
version = "0.1.3"
|
2020-12-05 00:25:40 +00:00
|
|
|
description = "Disable App Nap on macOS >= 10.9"
|
2020-10-17 16:49:04 +00:00
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "aspy.refactor-imports"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.3.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Utilities for refactoring imports in python-like syntax."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cached-property = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "astroid"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "2.11.7"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "An abstract syntax tree for Python with inference support."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-09-06 19:08:01 +00:00
|
|
|
python-versions = ">=3.6.2"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-04-16 05:18:00 +00:00
|
|
|
lazy-object-proxy = ">=1.4.0"
|
2022-07-03 03:27:48 +00:00
|
|
|
setuptools = ">=20.0"
|
2021-12-04 16:38:30 +00:00
|
|
|
typed-ast = {version = ">=1.4.0,<2.0", markers = "implementation_name == \"cpython\" and python_version < \"3.8\""}
|
|
|
|
typing-extensions = {version = ">=3.10", markers = "python_version < \"3.10\""}
|
2022-09-06 19:08:01 +00:00
|
|
|
wrapt = ">=1.11,<2"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-25 01:01:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomicwrites"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "1.4.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Atomic file writes."
|
|
|
|
category = "dev"
|
2020-09-25 01:01:20 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
2020-11-26 17:41:06 +00:00
|
|
|
version = "20.3.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Classes Without Boilerplate"
|
2022-09-07 16:00:37 +00:00
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "furo", "hypothesis", "pre-commit", "pympler", "pytest (>=4.3.0)", "six", "sphinx", "zope.interface"]
|
|
|
|
docs = ["furo", "sphinx", "zope.interface"]
|
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
2020-10-17 16:49:04 +00:00
|
|
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backcall"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
description = "Specifications for callback functions passed in to an API"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bandit"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "1.7.4"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Security oriented static analyser for python code."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""}
|
2020-09-23 22:40:31 +00:00
|
|
|
GitPython = ">=1.0.1"
|
2020-12-17 06:05:16 +00:00
|
|
|
PyYAML = ">=5.3.1"
|
2020-09-23 22:40:31 +00:00
|
|
|
stevedore = ">=1.20.0"
|
|
|
|
|
2022-07-02 02:08:11 +00:00
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)", "toml"]
|
2022-07-02 02:08:11 +00:00
|
|
|
toml = ["toml"]
|
2022-09-07 16:00:37 +00:00
|
|
|
yaml = ["PyYAML"]
|
2022-07-02 02:08:11 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "black"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "22.8.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "The uncompromising code formatter."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-01-05 05:45:02 +00:00
|
|
|
python-versions = ">=3.6.2"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
click = ">=8.0.0"
|
2020-09-23 22:40:31 +00:00
|
|
|
mypy-extensions = ">=0.4.3"
|
2022-07-02 02:08:11 +00:00
|
|
|
pathspec = ">=0.9.0"
|
2022-01-05 05:45:02 +00:00
|
|
|
platformdirs = ">=2"
|
2022-07-02 02:08:11 +00:00
|
|
|
tomli = {version = ">=1.1.0", markers = "python_full_version < \"3.11.0a7\""}
|
2022-01-05 05:45:02 +00:00
|
|
|
typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\" and implementation_name == \"cpython\""}
|
2022-07-02 02:08:11 +00:00
|
|
|
typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
colorama = ["colorama (>=0.4.3)"]
|
2022-01-05 05:45:02 +00:00
|
|
|
d = ["aiohttp (>=3.7.4)"]
|
|
|
|
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
|
|
|
|
uvloop = ["uvloop (>=0.15.2)"]
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-11-26 17:41:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blacken-docs"
|
2022-09-06 19:12:43 +00:00
|
|
|
version = "1.12.1"
|
2020-11-26 17:41:06 +00:00
|
|
|
description = "Run `black` on python code blocks in documentation files"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-09-06 19:12:43 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-11-26 17:41:06 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
black = ">=19.3b0"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "CacheControl"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "0.12.11"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "httplib2 caching for requests"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
lockfile = {version = ">=0.9", optional = true, markers = "extra == \"filecache\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
msgpack = ">=0.5.2"
|
|
|
|
requests = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
filecache = ["lockfile (>=0.9)"]
|
|
|
|
redis = ["redis (>=2.10.5)"]
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cached-property"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "1.5.2"
|
|
|
|
description = "A decorator for caching properties in classes."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cachy"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
description = "Cachy provides a simple yet effective caching library."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-06 19:08:01 +00:00
|
|
|
memcached = ["python-memcached (>=1.59,<2.0)"]
|
2022-09-06 19:12:43 +00:00
|
|
|
msgpack = ["msgpack-python (>=0.5,<0.6)"]
|
2022-09-07 16:00:37 +00:00
|
|
|
redis = ["redis (>=3.3.6,<4.0.0)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "certifi"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "2022.6.15"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-09-06 19:08:01 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cffi"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "1.15.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pycparser = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfgv"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "3.3.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Validate configuration and produce human readable error messages."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
2021-12-04 16:38:30 +00:00
|
|
|
name = "charset-normalizer"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "2.1.1"
|
2021-12-04 16:38:30 +00:00
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2020-10-17 16:49:04 +00:00
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.6.0"
|
2021-12-04 16:38:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
unicode_backport = ["unicodedata2"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cleo"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "1.0.0a5"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Cleo allows you to create beautiful and testable command-line interfaces."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7,<4.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
crashtest = ">=0.3.1,<0.4.0"
|
|
|
|
pylev = ">=1.3.0,<2.0.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "click"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "8.1.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2021-12-04 16:38:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "0.4.5"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
2020-09-25 01:01:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coverage"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "6.4.4"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
category = "dev"
|
2020-09-25 01:01:20 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-25 01:01:20 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-12-04 16:38:30 +00:00
|
|
|
toml = ["tomli"]
|
2020-09-25 01:01:20 +00:00
|
|
|
|
2020-10-11 22:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crashtest"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
description = "Manage Python errors with ease"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-10-11 22:23:41 +00:00
|
|
|
python-versions = ">=3.6,<4.0"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cryptography"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "38.0.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2021-04-16 05:18:00 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-12-17 06:05:16 +00:00
|
|
|
cffi = ">=1.12"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2020-12-04 22:50:29 +00:00
|
|
|
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
|
2022-09-07 16:00:37 +00:00
|
|
|
docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
|
2022-09-07 16:00:37 +00:00
|
|
|
sdist = ["setuptools-rust (>=0.11.4)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
ssh = ["bcrypt (>=3.1.5)"]
|
2022-09-07 16:00:37 +00:00
|
|
|
test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "decorator"
|
2022-04-07 04:03:23 +00:00
|
|
|
version = "5.1.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Decorators for Humans"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-04-16 05:18:00 +00:00
|
|
|
python-versions = ">=3.5"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2022-09-06 19:08:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dill"
|
|
|
|
version = "0.3.5.1"
|
|
|
|
description = "serialize all of python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
graph = ["objgraph (>=1.7.2)"]
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "distlib"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.3.6"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Distribution utilities"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-23 22:40:31 +00:00
|
|
|
name = "dparse"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.5.2"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A parser for Python dependency files"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
packaging = "*"
|
|
|
|
toml = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
conda = ["pyyaml"]
|
2022-09-06 19:12:43 +00:00
|
|
|
pipenv = ["pipenv"]
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2022-07-02 02:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dulwich"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.20.46"
|
2022-07-02 02:08:11 +00:00
|
|
|
description = "Python Git Library"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-09-07 16:00:37 +00:00
|
|
|
urllib3 = ">=1.25"
|
2022-07-02 02:08:11 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
fastimport = ["fastimport"]
|
2022-09-07 16:00:37 +00:00
|
|
|
https = ["urllib3 (>=1.24.1)"]
|
2022-07-02 02:08:11 +00:00
|
|
|
paramiko = ["paramiko"]
|
|
|
|
pgp = ["gpg"]
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
2020-09-23 06:17:30 +00:00
|
|
|
name = "filelock"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "3.8.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A platform independent file lock."
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2021-12-04 16:38:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["furo (>=2022.6.21)", "sphinx (>=5.1.1)", "sphinx-autodoc-typehints (>=1.19.1)"]
|
|
|
|
testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "pytest-timeout (>=2.1)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gitdb"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "4.0.9"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Git Object Database"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-12-04 16:38:30 +00:00
|
|
|
smmap = ">=3.0.1,<6"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "GitPython"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "3.1.27"
|
|
|
|
description = "GitPython is a python library used to interact with Git repositories"
|
2020-10-17 16:49:04 +00:00
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
gitdb = ">=4.0.1,<5"
|
2022-07-02 02:08:11 +00:00
|
|
|
typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\""}
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5lib"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "1.1"
|
|
|
|
description = "HTML parser based on the WHATWG HTML specification"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
six = ">=1.9"
|
|
|
|
webencodings = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
all = ["chardet (>=2.2)", "genshi", "lxml"]
|
2022-09-06 19:08:01 +00:00
|
|
|
chardet = ["chardet (>=2.2)"]
|
2022-09-06 19:12:43 +00:00
|
|
|
genshi = ["genshi"]
|
|
|
|
lxml = ["lxml"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "identify"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "2.5.5"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "File identification library for Python"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-12-04 16:38:30 +00:00
|
|
|
license = ["ukkonen"]
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "3.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.5"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "importlib-metadata"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "4.12.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["jaraco.packaging (>=9)", "rst.linker (>=1.9)", "sphinx"]
|
2022-07-02 02:08:11 +00:00
|
|
|
perf = ["ipython"]
|
2022-09-07 16:00:37 +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.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "importlib-resources"
|
|
|
|
version = "5.9.0"
|
|
|
|
description = "Read resources from Python packages"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx"]
|
|
|
|
testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-25 01:01:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
2020-11-26 17:41:06 +00:00
|
|
|
version = "1.1.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
category = "dev"
|
2020-09-25 01:01:20 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipython"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "7.34.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "IPython: Productive Interactive Computing"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
appnope = {version = "*", markers = "sys_platform == \"darwin\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
backcall = "*"
|
2020-10-17 16:49:04 +00:00
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
decorator = "*"
|
2021-04-16 05:18:00 +00:00
|
|
|
jedi = ">=0.16"
|
2021-12-04 16:38:30 +00:00
|
|
|
matplotlib-inline = "*"
|
2020-10-17 16:49:04 +00:00
|
|
|
pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
pickleshare = "*"
|
|
|
|
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
|
|
|
|
pygments = "*"
|
2022-07-03 03:27:48 +00:00
|
|
|
setuptools = ">=18.5"
|
2020-09-23 06:17:30 +00:00
|
|
|
traitlets = ">=4.2"
|
|
|
|
|
|
|
|
[package.extras]
|
2021-12-04 16:38:30 +00:00
|
|
|
all = ["Sphinx (>=1.3)", "ipykernel", "ipyparallel", "ipywidgets", "nbconvert", "nbformat", "nose (>=0.10.1)", "notebook", "numpy (>=1.17)", "pygments", "qtconsole", "requests", "testpath"]
|
2020-09-23 06:17:30 +00:00
|
|
|
doc = ["Sphinx (>=1.3)"]
|
|
|
|
kernel = ["ipykernel"]
|
|
|
|
nbconvert = ["nbconvert"]
|
|
|
|
nbformat = ["nbformat"]
|
2022-09-07 16:00:37 +00:00
|
|
|
notebook = ["ipywidgets", "notebook"]
|
2020-09-23 06:17:30 +00:00
|
|
|
parallel = ["ipyparallel"]
|
|
|
|
qtconsole = ["qtconsole"]
|
2022-09-07 16:00:37 +00:00
|
|
|
test = ["ipykernel", "nbformat", "nose (>=0.10.1)", "numpy (>=1.17)", "pygments", "requests", "testpath"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "isort"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "5.10.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A Python utility / library to sort Python imports."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6.1,<4.0"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-02 02:08:11 +00:00
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
2022-09-07 16:00:37 +00:00
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
2021-12-04 16:38:30 +00:00
|
|
|
plugins = ["setuptools"]
|
2022-09-07 16:00:37 +00:00
|
|
|
requirements_deprecated_finder = ["pip-api", "pipreqs"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jaraco.classes"
|
|
|
|
version = "3.2.2"
|
|
|
|
description = "Utility functions for Python class constructs"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
more-itertools = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx"]
|
|
|
|
testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jedi"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "0.18.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "An autocompletion tool for Python that can be used for text editors."
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-04-16 05:18:00 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-04-16 05:18:00 +00:00
|
|
|
parso = ">=0.8.0,<0.9.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-04-16 05:18:00 +00:00
|
|
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
|
2021-12-04 16:38:30 +00:00
|
|
|
testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<7.0.0)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jeepney"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "0.8.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Low-level, pure Python DBus protocol wrapper."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
test = ["async-timeout", "pytest", "pytest-asyncio (>=0.17)", "pytest-trio", "testpath", "trio"]
|
|
|
|
trio = ["async_generator", "trio"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonschema"
|
|
|
|
version = "4.15.0"
|
|
|
|
description = "An implementation of JSON Schema validation for Python"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
attrs = ">=17.4.0"
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""}
|
|
|
|
pkgutil-resolve-name = {version = ">=1.3.10", markers = "python_version < \"3.9\""}
|
|
|
|
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
|
|
|
|
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "keyring"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "23.9.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Store and access your passwords safely."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""}
|
2022-09-07 16:00:37 +00:00
|
|
|
"jaraco.classes" = "*"
|
2020-10-17 16:49:04 +00:00
|
|
|
jeepney = {version = ">=0.4.2", markers = "sys_platform == \"linux\""}
|
|
|
|
pywin32-ctypes = {version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1", markers = "sys_platform == \"win32\""}
|
2020-11-26 17:41:06 +00:00
|
|
|
SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx"]
|
|
|
|
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)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-object-proxy"
|
2022-01-05 05:45:02 +00:00
|
|
|
version = "1.7.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A fast and thorough lazy object proxy."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-01-05 05:45:02 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lockfile"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.12.2"
|
|
|
|
description = "Platform-independent file locking module"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
2021-04-16 05:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markdown-it-py"
|
2022-01-05 06:40:02 +00:00
|
|
|
version = "0.6.2"
|
2021-04-16 05:18:00 +00:00
|
|
|
description = "Python port of markdown-it. Markdown parsing, done right!"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "~=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-01-05 06:40:02 +00:00
|
|
|
attrs = ">=19,<21"
|
|
|
|
mdit-py-plugins = ">=0.2.1,<0.3.0"
|
2021-04-16 05:18:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-06 19:08:01 +00:00
|
|
|
code_style = ["pre-commit (==2.6)"]
|
2022-09-07 16:00:37 +00:00
|
|
|
compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.2.2,<3.3.0)", "mistletoe-ebp (>=0.10.0,<0.11.0)", "mistune (>=0.8.4,<0.9.0)", "panflute (>=1.12,<2.0)"]
|
2022-09-06 19:12:43 +00:00
|
|
|
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
2022-09-07 16:00:37 +00:00
|
|
|
rtd = ["myst-nb (>=0.11.1,<0.12.0)", "pyyaml", "sphinx (>=2,<4)", "sphinx-book-theme", "sphinx-copybutton", "sphinx-panels (>=0.4.0,<0.5.0)"]
|
|
|
|
testing = ["coverage", "psutil", "pytest (>=3.6,<4)", "pytest-benchmark (>=3.2,<4.0)", "pytest-cov", "pytest-regressions"]
|
2021-04-16 05:18:00 +00:00
|
|
|
|
2021-12-04 16:38:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matplotlib-inline"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.1.6"
|
2021-12-04 16:38:30 +00:00
|
|
|
description = "Inline Matplotlib backend for Jupyter"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
traitlets = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mccabe"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "0.7.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "McCabe checker, plugin for flake8"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-09-06 19:08:01 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2021-04-16 05:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mdformat"
|
2022-01-05 06:40:02 +00:00
|
|
|
version = "0.6.4"
|
2021-04-16 05:18:00 +00:00
|
|
|
description = "CommonMark compliant Markdown formatter"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1,<4.0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-01-05 06:40:02 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
markdown-it-py = ">=0.5.5,<0.7.0"
|
|
|
|
typing-extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""}
|
2021-04-16 05:18:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mdformat-gfm"
|
|
|
|
version = "0.2.0"
|
|
|
|
description = "Mdformat plugin for GitHub Flavored Markdown compatibility"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1,<4.0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
markdown-it-py = ">=0.5.8"
|
|
|
|
mdformat = ">=0.6.0,<0.7.0"
|
|
|
|
mdformat-tables = ">=0.3.0"
|
|
|
|
mdit-py-plugins = ">=0.2.0"
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "mdformat_tables"
|
2021-04-16 05:18:00 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
description = "An mdformat plugin for rendering tables."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
mdformat = ">=0.6.0,<0.7.0"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
test = ["coverage", "pytest (>=6.0,<7.0)", "pytest-cov"]
|
2021-04-16 05:18:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mdit-py-plugins"
|
2022-01-05 06:40:02 +00:00
|
|
|
version = "0.2.6"
|
2021-04-16 05:18:00 +00:00
|
|
|
description = "Collection of plugins for markdown-it-py"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "~=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-01-05 06:40:02 +00:00
|
|
|
markdown-it-py = ">=0.5.8,<2.0.0"
|
2021-04-16 05:18:00 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
code_style = ["pre-commit (==2.6)"]
|
2022-09-06 19:12:43 +00:00
|
|
|
testing = ["coverage", "pytest (>=3.6,<4)", "pytest-cov", "pytest-regressions"]
|
2021-04-16 05:18:00 +00:00
|
|
|
|
2022-09-07 16:00:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "more-itertools"
|
|
|
|
version = "8.14.0"
|
|
|
|
description = "More routines for operating on iterables, beyond itertools"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "msgpack"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "1.0.4"
|
|
|
|
description = "MessagePack serializer"
|
2020-10-17 16:49:04 +00:00
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mypy"
|
2022-01-05 05:45:02 +00:00
|
|
|
version = "0.930"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Optional static typing for Python"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-01-05 05:45:02 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-01-05 05:45:02 +00:00
|
|
|
mypy-extensions = ">=0.4.3"
|
|
|
|
tomli = ">=1.1.0"
|
|
|
|
typed-ast = {version = ">=1.4.0,<2", markers = "python_version < \"3.8\""}
|
|
|
|
typing-extensions = ">=3.10"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dmypy = ["psutil (>=4.0)"]
|
2022-01-05 05:45:02 +00:00
|
|
|
python2 = ["typed-ast (>=1.4.0,<2)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mypy-extensions"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.4.3"
|
|
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker."
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-23 22:40:31 +00:00
|
|
|
name = "nodeenv"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "1.7.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Node.js virtual environment builder"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2022-07-03 03:27:48 +00:00
|
|
|
[package.dependencies]
|
|
|
|
setuptools = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
2020-09-23 06:17:30 +00:00
|
|
|
name = "packaging"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "21.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parso"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "0.8.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A Python Parser"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-04-16 05:18:00 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-04-16 05:18:00 +00:00
|
|
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
|
|
|
|
testing = ["docopt", "pytest (<6.0.0)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathspec"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.10.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-09-07 16:00:37 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbr"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "5.10.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python Build Reasonableness"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pexpect"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "4.8.0"
|
|
|
|
description = "Pexpect allows easy control of interactive console applications."
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
ptyprocess = ">=0.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pickleshare"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.7.5"
|
|
|
|
description = "Tiny 'shelve'-like database with concurrency support"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkginfo"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "1.8.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Query metadatdata from sdists / bdists / installed packages."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-09-06 19:08:01 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
testing = ["coverage", "nose"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkgutil_resolve_name"
|
|
|
|
version = "1.3.10"
|
|
|
|
description = "Resolve a name to an object."
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.6"
|
2021-12-04 16:38:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "platformdirs"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.5.2"
|
2021-12-04 16:38:30 +00:00
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2021-12-04 16:38:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx (>=4)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "1.0.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-06 19:12:43 +00:00
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "poetry"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "1.2.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python dependency management and packaging made easy."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7,<4.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
cachecontrol = {version = ">=0.12.9,<0.13.0", extras = ["filecache"]}
|
2020-09-23 06:17:30 +00:00
|
|
|
cachy = ">=0.3.0,<0.4.0"
|
2022-07-02 02:08:11 +00:00
|
|
|
cleo = ">=1.0.0a5,<2.0.0"
|
|
|
|
crashtest = ">=0.3.0,<0.4.0"
|
2022-07-15 18:00:54 +00:00
|
|
|
dulwich = ">=0.20.44,<0.21.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
html5lib = ">=1.0,<2.0"
|
2022-07-02 02:08:11 +00:00
|
|
|
importlib-metadata = {version = ">=4.4,<5.0", markers = "python_version < \"3.10\""}
|
2022-09-07 16:00:37 +00:00
|
|
|
jsonschema = ">=4.10.0,<5.0.0"
|
2022-07-02 02:08:11 +00:00
|
|
|
keyring = ">=21.2.0"
|
|
|
|
packaging = ">=20.4"
|
2020-09-23 06:17:30 +00:00
|
|
|
pexpect = ">=4.7.0,<5.0.0"
|
2022-07-02 02:08:11 +00:00
|
|
|
pkginfo = ">=1.5,<2.0"
|
|
|
|
platformdirs = ">=2.5.2,<3.0.0"
|
2022-09-07 16:00:37 +00:00
|
|
|
poetry-core = "1.1.0"
|
|
|
|
poetry-plugin-export = ">=1.0.6,<2.0.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
requests = ">=2.18,<3.0"
|
2020-10-11 22:23:41 +00:00
|
|
|
requests-toolbelt = ">=0.9.1,<0.10.0"
|
2022-09-07 16:00:37 +00:00
|
|
|
shellingham = ">=1.5,<2.0"
|
|
|
|
tomlkit = ">=0.11.1,<0.11.2 || >0.11.2,<0.11.3 || >0.11.3,<1.0.0"
|
2022-07-02 02:08:11 +00:00
|
|
|
urllib3 = ">=1.26.0,<2.0.0"
|
|
|
|
virtualenv = "*"
|
|
|
|
xattr = {version = ">=0.9.7,<0.10.0", markers = "sys_platform == \"darwin\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-10-11 22:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "poetry-core"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "1.1.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Poetry PEP 517 Build Backend"
|
|
|
|
category = "main"
|
2020-10-11 22:23:41 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7,<4.0"
|
2020-10-11 22:23:41 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "poetry-plugin-export"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "1.0.6"
|
2022-07-02 02:08:11 +00:00
|
|
|
description = "Poetry plugin to export the dependencies to various formats"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-09-07 16:00:37 +00:00
|
|
|
poetry = ">=1.2.0b3,<2.0.0"
|
|
|
|
poetry-core = ">=1.1.0b3,<2.0.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-23 22:40:31 +00:00
|
|
|
name = "pre-commit"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "2.20.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cfgv = ">=2.0.0"
|
|
|
|
identify = ">=1.0.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2020-09-23 22:40:31 +00:00
|
|
|
nodeenv = ">=0.11.1"
|
|
|
|
pyyaml = ">=5.1"
|
|
|
|
toml = "*"
|
|
|
|
virtualenv = ">=20.0.8"
|
|
|
|
|
2020-11-26 17:41:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pre-commit-hooks"
|
2020-12-17 06:05:16 +00:00
|
|
|
version = "3.4.0"
|
2020-11-26 17:41:06 +00:00
|
|
|
description = "Some out-of-the-box hooks for pre-commit."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
"ruamel.yaml" = ">=0.15"
|
|
|
|
toml = "*"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prompt-toolkit"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "3.0.31"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6.2"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptyprocess"
|
2021-04-16 05:18:00 +00:00
|
|
|
version = "0.7.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "py"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "1.11.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pycparser"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "2.21"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "C parser in Python"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "Pygments"
|
|
|
|
version = "2.13.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-09-06 19:08:01 +00:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
2022-09-07 16:00:37 +00:00
|
|
|
[package.extras]
|
|
|
|
plugins = ["importlib-metadata"]
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pylev"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "1.4.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A pure Python Levenshtein implementation that's not freaking GPL'd."
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pylint"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "2.13.9"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "python code static checker"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-09-06 19:08:01 +00:00
|
|
|
python-versions = ">=3.6.2"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-09-06 19:08:01 +00:00
|
|
|
astroid = ">=2.11.5,<=2.12.0-dev0"
|
2020-10-17 16:49:04 +00:00
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
2022-09-06 19:08:01 +00:00
|
|
|
dill = ">=0.2"
|
2020-09-23 22:40:31 +00:00
|
|
|
isort = ">=4.2.5,<6"
|
2022-09-06 19:08:01 +00:00
|
|
|
mccabe = ">=0.6,<0.8"
|
2021-12-04 16:38:30 +00:00
|
|
|
platformdirs = ">=2.2.0"
|
2022-09-06 19:08:01 +00:00
|
|
|
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
2021-12-04 16:38:30 +00:00
|
|
|
typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
|
2021-04-16 05:18:00 +00:00
|
|
|
|
2022-09-06 19:08:01 +00:00
|
|
|
[package.extras]
|
|
|
|
testutil = ["gitpython (>3)"]
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "3.0.9"
|
|
|
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
2020-10-17 16:49:04 +00:00
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.6.8"
|
2021-12-04 16:38:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrsistent"
|
|
|
|
version = "0.18.1"
|
|
|
|
description = "Persistent/Functional/Immutable data structures"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-09-25 01:01:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pytest"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "6.2.5"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
category = "dev"
|
2020-09-25 01:01:20 +00:00
|
|
|
optional = false
|
2020-12-17 06:05:16 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-25 01:01:20 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
|
2020-12-17 06:05:16 +00:00
|
|
|
attrs = ">=19.2.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-09-25 01:01:20 +00:00
|
|
|
iniconfig = "*"
|
|
|
|
packaging = "*"
|
2021-12-04 16:38:30 +00:00
|
|
|
pluggy = ">=0.12,<2.0"
|
2020-09-25 01:01:20 +00:00
|
|
|
py = ">=1.8.2"
|
|
|
|
toml = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-cov"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "2.12.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Pytest plugin for measuring coverage."
|
|
|
|
category = "dev"
|
2020-09-25 01:01:20 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-04-16 05:18:00 +00:00
|
|
|
coverage = ">=5.2.1"
|
2020-09-25 01:01:20 +00:00
|
|
|
pytest = ">=4.6"
|
2021-12-04 16:38:30 +00:00
|
|
|
toml = "*"
|
2020-09-25 01:01:20 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"]
|
2020-09-25 01:01:20 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pywin32-ctypes"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
description = ""
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "PyYAML"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "6.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reorder-python-imports"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.8.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Tool for reordering python imports"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-02 02:08:11 +00:00
|
|
|
"aspy.refactor-imports" = ">=2.3.0,<3"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.28.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python HTTP for Humans."
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7, <4"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2022-07-02 02:08:11 +00:00
|
|
|
charset-normalizer = ">=2,<3"
|
|
|
|
idna = ">=2.5,<4"
|
2020-11-26 17:41:06 +00:00
|
|
|
urllib3 = ">=1.21.1,<1.27"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-02 02:08:11 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "requests-toolbelt"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.9.1"
|
|
|
|
description = "A utility belt for advanced users of python-requests"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
requests = ">=2.0.1,<3.0.0"
|
|
|
|
|
2020-11-26 17:41:06 +00:00
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "ruamel.yaml"
|
2022-04-07 04:03:23 +00:00
|
|
|
version = "0.17.21"
|
2020-11-26 17:41:06 +00:00
|
|
|
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-04-16 05:18:00 +00:00
|
|
|
python-versions = ">=3"
|
2020-11-26 17:41:06 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-01-05 05:45:02 +00:00
|
|
|
"ruamel.yaml.clib" = {version = ">=0.2.6", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""}
|
2020-11-26 17:41:06 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["ryd"]
|
|
|
|
jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"]
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "ruamel.yaml.clib"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "0.2.6"
|
2020-11-26 17:41:06 +00:00
|
|
|
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.5"
|
2020-11-26 17:41:06 +00:00
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safety"
|
2021-04-16 05:18:00 +00:00
|
|
|
version = "1.10.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Checks installed dependencies for known vulnerabilities."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Click = ">=6.0"
|
|
|
|
dparse = ">=0.5.1"
|
|
|
|
packaging = "*"
|
|
|
|
requests = "*"
|
2022-07-03 03:27:48 +00:00
|
|
|
setuptools = "*"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
2022-09-07 16:00:37 +00:00
|
|
|
name = "SecretStorage"
|
|
|
|
version = "3.3.3"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python bindings to FreeDesktop.org Secret Service API"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-11-26 17:41:06 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-11-26 17:41:06 +00:00
|
|
|
cryptography = ">=2.0"
|
|
|
|
jeepney = ">=0.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2022-07-03 03:27:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "setuptools"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "65.3.0"
|
2022-07-03 03:27:48 +00:00
|
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
|
|
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "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", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
|
|
|
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
2022-07-03 03:27:48 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shellingham"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "1.5.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Tool to Detect Surrounding Shell"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-09-07 16:00:37 +00:00
|
|
|
python-versions = ">=3.4"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "six"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "1.16.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-23 22:40:31 +00:00
|
|
|
name = "smmap"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "5.0.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "A pure Python implementation of a sliding window memory map manager"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stevedore"
|
2021-12-04 16:38:30 +00:00
|
|
|
version = "3.5.0"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Manage dynamic plugins for Python applications"
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""}
|
2020-09-23 22:40:31 +00:00
|
|
|
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-23 06:17:30 +00:00
|
|
|
name = "toml"
|
2020-11-26 17:41:06 +00:00
|
|
|
version = "0.10.2"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2020-11-26 17:41:06 +00:00
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2022-01-05 05:45:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tomli"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.0.1"
|
2022-01-05 05:45:02 +00:00
|
|
|
description = "A lil' TOML parser"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-01-05 05:45:02 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tomlkit"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.11.4"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Style preserving TOML library"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2022-01-05 05:45:02 +00:00
|
|
|
python-versions = ">=3.6,<4.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tox"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "3.25.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "tox is a generic virtualenv management and test command line tool"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-10-17 16:49:04 +00:00
|
|
|
colorama = {version = ">=0.4.1", markers = "platform_system == \"Windows\""}
|
2020-09-23 06:17:30 +00:00
|
|
|
filelock = ">=3.0.0"
|
2021-04-16 05:18:00 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-09-23 06:17:30 +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)"]
|
2022-09-07 16:00:37 +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-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "traitlets"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "5.3.0"
|
|
|
|
description = ""
|
2020-10-17 16:49:04 +00:00
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-09-06 19:08:01 +00:00
|
|
|
test = ["pre-commit", "pytest"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-ast"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "1.5.4"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-01-05 06:40:02 +00:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "types-toml"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "0.10.8"
|
2022-01-05 06:40:02 +00:00
|
|
|
description = "Typing stubs for toml"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typing-extensions"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "4.3.0"
|
|
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urllib3"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "1.26.12"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-09-07 16:00:37 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +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)", "urllib3-secure-extra"]
|
2020-12-04 22:50:29 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtualenv"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "20.16.4"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Virtual Python Environment builder"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-09-07 16:00:37 +00:00
|
|
|
python-versions = ">=3.6"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-09-07 16:00:37 +00:00
|
|
|
distlib = ">=0.3.5,<1"
|
|
|
|
filelock = ">=3.4.1,<4"
|
|
|
|
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.8\""}
|
|
|
|
platformdirs = ">=2.4,<3"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["proselint (>=0.13)", "sphinx (>=5.1.1)", "sphinx-argparse (>=0.3.1)", "sphinx-rtd-theme (>=1)", "towncrier (>=21.9)"]
|
|
|
|
testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=21.3)", "pytest (>=7.0.1)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.6.1)", "pytest-randomly (>=3.10.3)", "pytest-timeout (>=2.1)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wcwidth"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.2.5"
|
|
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
|
|
|
category = "dev"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webencodings"
|
2020-10-17 16:49:04 +00:00
|
|
|
version = "0.5.1"
|
|
|
|
description = "Character encoding aliases for legacy web content"
|
|
|
|
category = "main"
|
2020-12-04 22:50:29 +00:00
|
|
|
optional = true
|
2020-09-23 06:17:30 +00:00
|
|
|
python-versions = "*"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wrapt"
|
2022-09-06 19:08:01 +00:00
|
|
|
version = "1.14.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Module for decorators, wrappers and monkey patching."
|
|
|
|
category = "dev"
|
2020-09-23 22:40:31 +00:00
|
|
|
optional = false
|
2021-12-04 16:38:30 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
2022-07-02 02:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.9.9"
|
|
|
|
description = "Python wrapper for extended filesystem attributes"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cffi = ">=1.0"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zipp"
|
2022-09-07 16:00:37 +00:00
|
|
|
version = "3.8.1"
|
2020-10-17 16:49:04 +00:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
category = "main"
|
2020-09-23 06:17:30 +00:00
|
|
|
optional = false
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=3.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-09-07 16:00:37 +00:00
|
|
|
docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "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.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
2020-12-05 00:25:40 +00:00
|
|
|
[extras]
|
2022-07-02 02:08:11 +00:00
|
|
|
poetry = ["poetry", "cleo"]
|
2020-12-05 00:25:40 +00:00
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[metadata]
|
2020-10-17 16:49:04 +00:00
|
|
|
lock-version = "1.1"
|
2022-07-02 02:08:11 +00:00
|
|
|
python-versions = "^3.7"
|
2022-09-07 16:00:37 +00:00
|
|
|
content-hash = "3656322086d3ec23fd7a0d050647f84bb143da283685c53e52e9ea42b6f6c518"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
appnope = [
|
2022-04-07 04:03:23 +00:00
|
|
|
{file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"},
|
|
|
|
{file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
"aspy.refactor-imports" = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "aspy.refactor_imports-2.3.0-py2.py3-none-any.whl", hash = "sha256:a60432fc0c0b948aa371da520b896ddcbbee71b1820eeda6d2c04f039bac13b9"},
|
|
|
|
{file = "aspy.refactor_imports-2.3.0.tar.gz", hash = "sha256:5a7775b31e55a762f807c218a3f9f1a7ff1313d766605a301f2ed937cdfa242a"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
|
|
|
astroid = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "astroid-2.11.7-py3-none-any.whl", hash = "sha256:86b0a340a512c65abf4368b80252754cda17c02cdbbd3f587dddf98112233e7b"},
|
|
|
|
{file = "astroid-2.11.7.tar.gz", hash = "sha256:bb24615c77f4837c707669d16907331374ae8a964650a66999da3f5ca68dc946"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-25 01:01:20 +00:00
|
|
|
atomicwrites = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"},
|
2020-09-25 01:01:20 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
attrs = [
|
2020-11-26 17:41:06 +00:00
|
|
|
{file = "attrs-20.3.0-py2.py3-none-any.whl", hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6"},
|
|
|
|
{file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
backcall = [
|
|
|
|
{file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"},
|
|
|
|
{file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"},
|
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
bandit = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "bandit-1.7.4-py3-none-any.whl", hash = "sha256:412d3f259dab4077d0e7f0c11f50f650cc7d10db905d98f6520a95a18049658a"},
|
|
|
|
{file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
|
|
|
black = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "black-22.8.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ce957f1d6b78a8a231b18e0dd2d94a33d2ba738cd88a7fe64f53f659eea49fdd"},
|
|
|
|
{file = "black-22.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5107ea36b2b61917956d018bd25129baf9ad1125e39324a9b18248d362156a27"},
|
|
|
|
{file = "black-22.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e8166b7bfe5dcb56d325385bd1d1e0f635f24aae14b3ae437102dedc0c186747"},
|
|
|
|
{file = "black-22.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd82842bb272297503cbec1a2600b6bfb338dae017186f8f215c8958f8acf869"},
|
|
|
|
{file = "black-22.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:d839150f61d09e7217f52917259831fe2b689f5c8e5e32611736351b89bb2a90"},
|
|
|
|
{file = "black-22.8.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:a05da0430bd5ced89176db098567973be52ce175a55677436a271102d7eaa3fe"},
|
|
|
|
{file = "black-22.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a098a69a02596e1f2a58a2a1c8d5a05d5a74461af552b371e82f9fa4ada8342"},
|
|
|
|
{file = "black-22.8.0-cp36-cp36m-win_amd64.whl", hash = "sha256:5594efbdc35426e35a7defa1ea1a1cb97c7dbd34c0e49af7fb593a36bd45edab"},
|
|
|
|
{file = "black-22.8.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a983526af1bea1e4cf6768e649990f28ee4f4137266921c2c3cee8116ae42ec3"},
|
|
|
|
{file = "black-22.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b2c25f8dea5e8444bdc6788a2f543e1fb01494e144480bc17f806178378005e"},
|
|
|
|
{file = "black-22.8.0-cp37-cp37m-win_amd64.whl", hash = "sha256:78dd85caaab7c3153054756b9fe8c611efa63d9e7aecfa33e533060cb14b6d16"},
|
|
|
|
{file = "black-22.8.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:cea1b2542d4e2c02c332e83150e41e3ca80dc0fb8de20df3c5e98e242156222c"},
|
|
|
|
{file = "black-22.8.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5b879eb439094751185d1cfdca43023bc6786bd3c60372462b6f051efa6281a5"},
|
|
|
|
{file = "black-22.8.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0a12e4e1353819af41df998b02c6742643cfef58282915f781d0e4dd7a200411"},
|
|
|
|
{file = "black-22.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3a73f66b6d5ba7288cd5d6dad9b4c9b43f4e8a4b789a94bf5abfb878c663eb3"},
|
|
|
|
{file = "black-22.8.0-cp38-cp38-win_amd64.whl", hash = "sha256:e981e20ec152dfb3e77418fb616077937378b322d7b26aa1ff87717fb18b4875"},
|
|
|
|
{file = "black-22.8.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8ce13ffed7e66dda0da3e0b2eb1bdfc83f5812f66e09aca2b0978593ed636b6c"},
|
|
|
|
{file = "black-22.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:32a4b17f644fc288c6ee2bafdf5e3b045f4eff84693ac069d87b1a347d861497"},
|
|
|
|
{file = "black-22.8.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0ad827325a3a634bae88ae7747db1a395d5ee02cf05d9aa7a9bd77dfb10e940c"},
|
|
|
|
{file = "black-22.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53198e28a1fb865e9fe97f88220da2e44df6da82b18833b588b1883b16bb5d41"},
|
|
|
|
{file = "black-22.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:bc4d4123830a2d190e9cc42a2e43570f82ace35c3aeb26a512a2102bce5af7ec"},
|
|
|
|
{file = "black-22.8.0-py3-none-any.whl", hash = "sha256:d2c21d439b2baf7aa80d6dd4e3659259be64c6f49dfd0f32091063db0e006db4"},
|
|
|
|
{file = "black-22.8.0.tar.gz", hash = "sha256:792f7eb540ba9a17e8656538701d3eb1afcb134e3b45b71f20b25c77a8db7e6e"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2022-09-06 19:12:43 +00:00
|
|
|
blacken-docs = [
|
|
|
|
{file = "blacken_docs-1.12.1-py2.py3-none-any.whl", hash = "sha256:385eb3db60faddceb218e54e2677821e1dbd441d0473f95cc4b7206a52d5bb62"},
|
|
|
|
{file = "blacken_docs-1.12.1.tar.gz", hash = "sha256:5fd22ba1f3ab10d7013427019b4e7b83f6f4aca00c898645e0481ce7966b0aa4"},
|
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
CacheControl = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "CacheControl-0.12.11-py2.py3-none-any.whl", hash = "sha256:2c75d6a8938cb1933c75c50184549ad42728a27e9f6b92fd677c3151aa72555b"},
|
|
|
|
{file = "CacheControl-0.12.11.tar.gz", hash = "sha256:a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
cached-property = [
|
|
|
|
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
|
|
|
|
{file = "cached_property-1.5.2-py2.py3-none-any.whl", hash = "sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
cachy = [
|
|
|
|
{file = "cachy-0.3.0-py2.py3-none-any.whl", hash = "sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7"},
|
|
|
|
{file = "cachy-0.3.0.tar.gz", hash = "sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1"},
|
|
|
|
]
|
|
|
|
certifi = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"},
|
|
|
|
{file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
cffi = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"},
|
|
|
|
{file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
cfgv = [
|
2021-12-04 16:38:30 +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-09-23 22:40:31 +00:00
|
|
|
]
|
2021-12-04 16:38:30 +00:00
|
|
|
charset-normalizer = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"},
|
|
|
|
{file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
cleo = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "cleo-1.0.0a5-py3-none-any.whl", hash = "sha256:ff53056589300976e960f75afb792dfbfc9c78dcbb5a448e207a17b643826360"},
|
|
|
|
{file = "cleo-1.0.0a5.tar.gz", hash = "sha256:097c9d0e0332fd53cc89fc11eb0a6ba0309e6a3933c08f7b38558555486925d3"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
click = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
|
|
|
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
colorama = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
|
|
|
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-25 01:01:20 +00:00
|
|
|
coverage = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "coverage-6.4.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e7b4da9bafad21ea45a714d3ea6f3e1679099e420c8741c74905b92ee9bfa7cc"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fde17bc42e0716c94bf19d92e4c9f5a00c5feb401f5bc01101fdf2a8b7cacf60"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdbb0d89923c80dbd435b9cf8bba0ff55585a3cdb28cbec65f376c041472c60d"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:67f9346aeebea54e845d29b487eb38ec95f2ecf3558a3cffb26ee3f0dcc3e760"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42c499c14efd858b98c4e03595bf914089b98400d30789511577aa44607a1b74"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c35cca192ba700979d20ac43024a82b9b32a60da2f983bec6c0f5b84aead635c"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:9cc4f107009bca5a81caef2fca843dbec4215c05e917a59dec0c8db5cff1d2aa"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5f444627b3664b80d078c05fe6a850dd711beeb90d26731f11d492dcbadb6973"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-win32.whl", hash = "sha256:66e6df3ac4659a435677d8cd40e8eb1ac7219345d27c41145991ee9bf4b806a0"},
|
|
|
|
{file = "coverage-6.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:35ef1f8d8a7a275aa7410d2f2c60fa6443f4a64fae9be671ec0696a68525b875"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c1328d0c2f194ffda30a45f11058c02410e679456276bfa0bbe0b0ee87225fac"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:61b993f3998ee384935ee423c3d40894e93277f12482f6e777642a0141f55782"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d5dd4b8e9cd0deb60e6fcc7b0647cbc1da6c33b9e786f9c79721fd303994832f"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7026f5afe0d1a933685d8f2169d7c2d2e624f6255fb584ca99ccca8c0e966fd7"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9c7b9b498eb0c0d48b4c2abc0e10c2d78912203f972e0e63e3c9dc21f15abdaa"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:ee2b2fb6eb4ace35805f434e0f6409444e1466a47f620d1d5763a22600f0f892"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ab066f5ab67059d1f1000b5e1aa8bbd75b6ed1fc0014559aea41a9eb66fc2ce0"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-win32.whl", hash = "sha256:9d6e1f3185cbfd3d91ac77ea065d85d5215d3dfa45b191d14ddfcd952fa53796"},
|
|
|
|
{file = "coverage-6.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:e3d3c4cc38b2882f9a15bafd30aec079582b819bec1b8afdbde8f7797008108a"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a095aa0a996ea08b10580908e88fbaf81ecf798e923bbe64fb98d1807db3d68a"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ef6f44409ab02e202b31a05dd6666797f9de2aa2b4b3534e9d450e42dea5e817"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b7101938584d67e6f45f0015b60e24a95bf8dea19836b1709a80342e01b472f"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14a32ec68d721c3d714d9b105c7acf8e0f8a4f4734c811eda75ff3718570b5e3"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6a864733b22d3081749450466ac80698fe39c91cb6849b2ef8752fd7482011f3"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:08002f9251f51afdcc5e3adf5d5d66bb490ae893d9e21359b085f0e03390a820"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a3b2752de32c455f2521a51bd3ffb53c5b3ae92736afde67ce83477f5c1dd928"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-win32.whl", hash = "sha256:f855b39e4f75abd0dfbcf74a82e84ae3fc260d523fcb3532786bcbbcb158322c"},
|
|
|
|
{file = "coverage-6.4.4-cp37-cp37m-win_amd64.whl", hash = "sha256:ee6ae6bbcac0786807295e9687169fba80cb0617852b2fa118a99667e8e6815d"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:564cd0f5b5470094df06fab676c6d77547abfdcb09b6c29c8a97c41ad03b103c"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cbbb0e4cd8ddcd5ef47641cfac97d8473ab6b132dd9a46bacb18872828031685"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6113e4df2fa73b80f77663445be6d567913fb3b82a86ceb64e44ae0e4b695de1"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8d032bfc562a52318ae05047a6eb801ff31ccee172dc0d2504614e911d8fa83e"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e431e305a1f3126477abe9a184624a85308da8edf8486a863601d58419d26ffa"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:cf2afe83a53f77aec067033199797832617890e15bed42f4a1a93ea24794ae3e"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:783bc7c4ee524039ca13b6d9b4186a67f8e63d91342c713e88c1865a38d0892a"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ff934ced84054b9018665ca3967fc48e1ac99e811f6cc99ea65978e1d384454b"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-win32.whl", hash = "sha256:e1fabd473566fce2cf18ea41171d92814e4ef1495e04471786cbc943b89a3781"},
|
|
|
|
{file = "coverage-6.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:4179502f210ebed3ccfe2f78bf8e2d59e50b297b598b100d6c6e3341053066a2"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:98c0b9e9b572893cdb0a00e66cf961a238f8d870d4e1dc8e679eb8bdc2eb1b86"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fc600f6ec19b273da1d85817eda339fb46ce9eef3e89f220055d8696e0a06908"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7a98d6bf6d4ca5c07a600c7b4e0c5350cd483c85c736c522b786be90ea5bac4f"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:01778769097dbd705a24e221f42be885c544bb91251747a8a3efdec6eb4788f2"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dfa0b97eb904255e2ab24166071b27408f1f69c8fbda58e9c0972804851e0558"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:fcbe3d9a53e013f8ab88734d7e517eb2cd06b7e689bedf22c0eb68db5e4a0a19"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:15e38d853ee224e92ccc9a851457fb1e1f12d7a5df5ae44544ce7863691c7a0d"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:6913dddee2deff8ab2512639c5168c3e80b3ebb0f818fed22048ee46f735351a"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-win32.whl", hash = "sha256:354df19fefd03b9a13132fa6643527ef7905712109d9c1c1903f2133d3a4e145"},
|
|
|
|
{file = "coverage-6.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:1238b08f3576201ebf41f7c20bf59baa0d05da941b123c6656e42cdb668e9827"},
|
|
|
|
{file = "coverage-6.4.4-pp36.pp37.pp38-none-any.whl", hash = "sha256:f67cf9f406cf0d2f08a3515ce2db5b82625a7257f88aad87904674def6ddaec1"},
|
|
|
|
{file = "coverage-6.4.4.tar.gz", hash = "sha256:e16c45b726acb780e1e6f88b286d3c10b3914ab03438f32117c4aa52d7f30d58"},
|
2020-09-25 01:01:20 +00:00
|
|
|
]
|
2020-10-11 22:23:41 +00:00
|
|
|
crashtest = [
|
|
|
|
{file = "crashtest-0.3.1-py3-none-any.whl", hash = "sha256:300f4b0825f57688b47b6d70c6a31de33512eb2fa1ac614f780939aa0cf91680"},
|
|
|
|
{file = "crashtest-0.3.1.tar.gz", hash = "sha256:42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
cryptography = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:10d1f29d6292fc95acb597bacefd5b9e812099d75a6469004fd38ba5471a977f"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:3fc26e22840b77326a764ceb5f02ca2d342305fba08f002a8c1f139540cdfaad"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:3b72c360427889b40f36dc214630e688c2fe03e16c162ef0aa41da7ab1455153"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:194044c6b89a2f9f169df475cc167f6157eb9151cc69af8a2a163481d45cc407"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:16fa61e7481f4b77ef53991075de29fc5bacb582a1244046d2e8b4bb72ef66d0"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d4ef6cc305394ed669d4d9eebf10d3a101059bdcf2669c366ec1d14e4fb227bd"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3261725c0ef84e7592597606f6583385fed2a5ec3909f43bc475ade9729a41d6"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:0297ffc478bdd237f5ca3a7dc96fc0d315670bfa099c04dc3a4a2172008a405a"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:89ed49784ba88c221756ff4d4755dbc03b3c8d2c5103f6d6b4f83a0fb1e85294"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-win32.whl", hash = "sha256:ac7e48f7e7261207d750fa7e55eac2d45f720027d5703cd9007e9b37bbb59ac0"},
|
|
|
|
{file = "cryptography-38.0.1-cp36-abi3-win_amd64.whl", hash = "sha256:ad7353f6ddf285aeadfaf79e5a6829110106ff8189391704c1d8801aa0bae45a"},
|
|
|
|
{file = "cryptography-38.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:896dd3a66959d3a5ddcfc140a53391f69ff1e8f25d93f0e2e7830c6de90ceb9d"},
|
|
|
|
{file = "cryptography-38.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:d3971e2749a723e9084dd507584e2a2761f78ad2c638aa31e80bc7a15c9db4f9"},
|
|
|
|
{file = "cryptography-38.0.1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:79473cf8a5cbc471979bd9378c9f425384980fcf2ab6534b18ed7d0d9843987d"},
|
|
|
|
{file = "cryptography-38.0.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:d9e69ae01f99abe6ad646947bba8941e896cb3aa805be2597a0400e0764b5818"},
|
|
|
|
{file = "cryptography-38.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5067ee7f2bce36b11d0e334abcd1ccf8c541fc0bbdaf57cdd511fdee53e879b6"},
|
|
|
|
{file = "cryptography-38.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:3e3a2599e640927089f932295a9a247fc40a5bdf69b0484532f530471a382750"},
|
|
|
|
{file = "cryptography-38.0.1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:c2e5856248a416767322c8668ef1845ad46ee62629266f84a8f007a317141013"},
|
|
|
|
{file = "cryptography-38.0.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:64760ba5331e3f1794d0bcaabc0d0c39e8c60bf67d09c93dc0e54189dfd7cfe5"},
|
|
|
|
{file = "cryptography-38.0.1-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:b6c9b706316d7b5a137c35e14f4103e2115b088c412140fdbd5f87c73284df61"},
|
|
|
|
{file = "cryptography-38.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0163a849b6f315bf52815e238bc2b2346604413fa7c1601eea84bcddb5fb9ac"},
|
|
|
|
{file = "cryptography-38.0.1-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:d1a5bd52d684e49a36582193e0b89ff267704cd4025abefb9e26803adeb3e5fb"},
|
|
|
|
{file = "cryptography-38.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:765fa194a0f3372d83005ab83ab35d7c5526c4e22951e46059b8ac678b44fa5a"},
|
|
|
|
{file = "cryptography-38.0.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:52e7bee800ec869b4031093875279f1ff2ed12c1e2f74923e8f49c916afd1d3b"},
|
|
|
|
{file = "cryptography-38.0.1.tar.gz", hash = "sha256:1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
decorator = [
|
2022-04-07 04:03:23 +00:00
|
|
|
{file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
|
|
|
|
{file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-06 19:08:01 +00:00
|
|
|
dill = [
|
|
|
|
{file = "dill-0.3.5.1-py2.py3-none-any.whl", hash = "sha256:33501d03270bbe410c72639b350e941882a8b0fd55357580fbc873fba0c59302"},
|
|
|
|
{file = "dill-0.3.5.1.tar.gz", hash = "sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
distlib = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "distlib-0.3.6-py2.py3-none-any.whl", hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e"},
|
|
|
|
{file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
|
|
|
dparse = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "dparse-0.5.2-py3-none-any.whl", hash = "sha256:b1514fb08895d85b18d4eba3b1b7025ff9e6ea07286282021e19def872129975"},
|
|
|
|
{file = "dparse-0.5.2.tar.gz", hash = "sha256:c348994a1f41c85f664d8f5a47442647bc4e22c5af5b1b26ef29aff0fa5dddcd"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
|
|
|
dulwich = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "dulwich-0.20.46-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:6676196e9cf377cde62aa2f5d741e93207437343e0c62368bd0d784c322a3c49"},
|
|
|
|
{file = "dulwich-0.20.46-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a1ca555a3eafe7388d6cb81bb08f34608a1592500f0bd4c26734c91d208a546"},
|
|
|
|
{file = "dulwich-0.20.46-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:769442c9657b10fc35ac625beeaf440540c9288c96fcfaba3e58adf745c5cafd"},
|
|
|
|
{file = "dulwich-0.20.46-cp310-cp310-win32.whl", hash = "sha256:de22a54f68c6c4e97f9b924abd46da4618536d7934b9849066be9fc5cd31205d"},
|
|
|
|
{file = "dulwich-0.20.46-cp310-cp310-win_amd64.whl", hash = "sha256:42fa5a68908556eb6c40f231a67caf6a4660588aad707a9d6b334fa1d8f04bf7"},
|
|
|
|
{file = "dulwich-0.20.46-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:3e16376031466848e44aabf3489fafb054482143744b21167dbd168731041c74"},
|
|
|
|
{file = "dulwich-0.20.46-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:153c7512587384a290c60fef330f1ab397a59559e19e8b02a0169ff21b4c69fb"},
|
|
|
|
{file = "dulwich-0.20.46-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a5b68bd815cd2769c75e5a78708eb0440612df19b370a977aa9e01a056baa9ed"},
|
|
|
|
{file = "dulwich-0.20.46-cp311-cp311-win32.whl", hash = "sha256:b1339bca70764eb8e780d80c72e7c1cb4651201dc9e43ec5d616bf51eb3bb3a6"},
|
|
|
|
{file = "dulwich-0.20.46-cp311-cp311-win_amd64.whl", hash = "sha256:1162fdafb2abdfe66649617061f3853cb26384fade1f6884f6fe6e9c570a7552"},
|
|
|
|
{file = "dulwich-0.20.46-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:6826512f778eaa47e2e8c0a46cdc555958f9f5286771490b8642b4b508ea5d25"},
|
|
|
|
{file = "dulwich-0.20.46-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:100d39bc18196a07c521fd5f60f78f397493303daa0b8690216864bbc621cd5d"},
|
|
|
|
{file = "dulwich-0.20.46-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c4cd2cd7baa81246bdc8c5272d4e9224e2255da7a0618a220aab5e07b9888e9b"},
|
|
|
|
{file = "dulwich-0.20.46-cp36-cp36m-win32.whl", hash = "sha256:6eed5a3194d64112605fc0f638f4fa91771495e8674fa3e6d6b33bf150d297d5"},
|
|
|
|
{file = "dulwich-0.20.46-cp36-cp36m-win_amd64.whl", hash = "sha256:9ca4d73987f5b0e2e843497876f9bb39a47384a2e50597a85542285f5c890293"},
|
|
|
|
{file = "dulwich-0.20.46-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:b9f49de83911eed7adbe83136229837ef9d102e42dbe6aacb1a18be45c997ace"},
|
|
|
|
{file = "dulwich-0.20.46-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d38be7d3a78d608ecab3348f7920d6b9002e7972dd245206dc8075cfdb91621d"},
|
|
|
|
{file = "dulwich-0.20.46-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f4b7a7feb966a4669c254b18385fe0b3c639f3b1f5ddef0d9e083364cc762847"},
|
|
|
|
{file = "dulwich-0.20.46-cp37-cp37m-win32.whl", hash = "sha256:f9552ac246bceab1c5cdd1ec3cfe9446fe76b9853eaf59d3244df03eb27fd3fe"},
|
|
|
|
{file = "dulwich-0.20.46-cp37-cp37m-win_amd64.whl", hash = "sha256:90a075aeb0fdbad7e18b9db3af161e3d635e2b7697b7a4b467e6844a13b0b210"},
|
|
|
|
{file = "dulwich-0.20.46-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:8d6fee82cedb2362942d9ef94061901f7e07d7d8674e4c7b6fceeef7822ae275"},
|
|
|
|
{file = "dulwich-0.20.46-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:669c6b3d82996518a7fec4604771bd285e23f0860f41f565fef5987265d431d9"},
|
|
|
|
{file = "dulwich-0.20.46-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd3eac228117487a959ac8f49ea2787eac34acc69999fe7adae70b23e3c3571c"},
|
|
|
|
{file = "dulwich-0.20.46-cp38-cp38-win32.whl", hash = "sha256:92024f572d32680e021219f77015c8b443c38022e502b7f51ad7cf51a6285a36"},
|
|
|
|
{file = "dulwich-0.20.46-cp38-cp38-win_amd64.whl", hash = "sha256:d928de1eba0326a2a8a52ed94c9bf7c315ff4db606a1aa3ae688d39574f93267"},
|
|
|
|
{file = "dulwich-0.20.46-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:a5d1b7a3a7d84a5dedbb90092e00097357106b9642ac08a96c2ae89ccd8afd9a"},
|
|
|
|
{file = "dulwich-0.20.46-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b739d759c10e2af7c964dcc97fd4e5dc49e8567d080eed8906fc422c79b7fdcf"},
|
|
|
|
{file = "dulwich-0.20.46-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fc7a4f633f5468453d5dd84a753cd99d4433f0397437229a0a8b10347935591"},
|
|
|
|
{file = "dulwich-0.20.46-cp39-cp39-win32.whl", hash = "sha256:525115c4d1fbf60a5fe98f340b4ca597ba47b2c75d9c5ec750dd0e9115ef8ec6"},
|
|
|
|
{file = "dulwich-0.20.46-cp39-cp39-win_amd64.whl", hash = "sha256:73e2585a9fcf1f8cdad8597a0c384c0b365b2e8346463130c96d9ea1478587ae"},
|
|
|
|
{file = "dulwich-0.20.46.tar.gz", hash = "sha256:4f0e88ffff5db1523d93d92f1525fe5fa161318ffbaad502c1b9b3be7a067172"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
filelock = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "filelock-3.8.0-py3-none-any.whl", hash = "sha256:617eb4e5eedc82fc5f47b6d61e4d11cb837c56cb4544e39081099fa17ad109d4"},
|
|
|
|
{file = "filelock-3.8.0.tar.gz", hash = "sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
gitdb = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "gitdb-4.0.9-py3-none-any.whl", hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd"},
|
|
|
|
{file = "gitdb-4.0.9.tar.gz", hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
GitPython = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "GitPython-3.1.27-py3-none-any.whl", hash = "sha256:5b68b000463593e05ff2b261acff0ff0972df8ab1b70d3cdbd41b546c8b8fc3d"},
|
|
|
|
{file = "GitPython-3.1.27.tar.gz", hash = "sha256:1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
html5lib = [
|
|
|
|
{file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"},
|
|
|
|
{file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"},
|
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
identify = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "identify-2.5.5-py2.py3-none-any.whl", hash = "sha256:ef78c0d96098a3b5fe7720be4a97e73f439af7cf088ebf47b620aeaa10fadf97"},
|
|
|
|
{file = "identify-2.5.5.tar.gz", hash = "sha256:322a5699daecf7c6fd60e68852f36f2ecbb6a36ff6e6e973e0d2bb6fca203ee6"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
idna = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
|
|
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
importlib-metadata = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "importlib_metadata-4.12.0-py3-none-any.whl", hash = "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23"},
|
|
|
|
{file = "importlib_metadata-4.12.0.tar.gz", hash = "sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
importlib-resources = [
|
|
|
|
{file = "importlib_resources-5.9.0-py3-none-any.whl", hash = "sha256:f78a8df21a79bcc30cfd400bdc38f314333de7c0fb619763f6b9dabab8268bb7"},
|
|
|
|
{file = "importlib_resources-5.9.0.tar.gz", hash = "sha256:5481e97fb45af8dcf2f798952625591c58fe599d0735d86b10f54de086a61681"},
|
|
|
|
]
|
2020-09-25 01:01:20 +00:00
|
|
|
iniconfig = [
|
2020-11-26 17:41:06 +00:00
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
2020-09-25 01:01:20 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
ipython = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "ipython-7.34.0-py3-none-any.whl", hash = "sha256:c175d2440a1caff76116eb719d40538fbb316e214eda85c5515c303aacbfb23e"},
|
|
|
|
{file = "ipython-7.34.0.tar.gz", hash = "sha256:af3bdb46aa292bce5615b1b2ebc76c2080c5f77f54bda2ec72461317273e7cd6"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
isort = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},
|
|
|
|
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
"jaraco.classes" = [
|
|
|
|
{file = "jaraco.classes-3.2.2-py3-none-any.whl", hash = "sha256:e6ef6fd3fcf4579a7a019d87d1e56a883f4e4c35cfe925f86731abc58804e647"},
|
|
|
|
{file = "jaraco.classes-3.2.2.tar.gz", hash = "sha256:6745f113b0b588239ceb49532aa09c3ebb947433ce311ef2f8e3ad64ebb74594"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
jedi = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},
|
|
|
|
{file = "jedi-0.18.1.tar.gz", hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
jeepney = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "jeepney-0.8.0-py3-none-any.whl", hash = "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755"},
|
|
|
|
{file = "jeepney-0.8.0.tar.gz", hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
jsonschema = [
|
|
|
|
{file = "jsonschema-4.15.0-py3-none-any.whl", hash = "sha256:2df0fab225abb3b41967bb3a46fd37dc74b1536b5296d0b1c2078cd072adf0f7"},
|
|
|
|
{file = "jsonschema-4.15.0.tar.gz", hash = "sha256:21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
keyring = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "keyring-23.9.1-py3-none-any.whl", hash = "sha256:3565b9e4ea004c96e158d2d332a49f466733d565bb24157a60fd2e49f41a0fd1"},
|
|
|
|
{file = "keyring-23.9.1.tar.gz", hash = "sha256:39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
lazy-object-proxy = [
|
2022-01-05 05:45:02 +00:00
|
|
|
{file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl", hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl", hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl", hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl", hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
lockfile = [
|
|
|
|
{file = "lockfile-0.12.2-py2.py3-none-any.whl", hash = "sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa"},
|
|
|
|
{file = "lockfile-0.12.2.tar.gz", hash = "sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"},
|
|
|
|
]
|
2021-04-16 05:18:00 +00:00
|
|
|
markdown-it-py = [
|
2022-01-05 06:40:02 +00:00
|
|
|
{file = "markdown-it-py-0.6.2.tar.gz", hash = "sha256:c3b9f995be0792cbbc8ab2f53d74072eb7ff8a8b622be8d61d38ab879709eca3"},
|
|
|
|
{file = "markdown_it_py-0.6.2-py3-none-any.whl", hash = "sha256:30b3e9f8198dc82a5df0dcb73fd31d56cd9a43bf8a747feb10b2ba74f962bcb1"},
|
2021-04-16 05:18:00 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
matplotlib-inline = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "matplotlib-inline-0.1.6.tar.gz", hash = "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"},
|
|
|
|
{file = "matplotlib_inline-0.1.6-py3-none-any.whl", hash = "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
mccabe = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
|
|
|
|
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2021-04-16 05:18:00 +00:00
|
|
|
mdformat = [
|
2022-01-05 06:40:02 +00:00
|
|
|
{file = "mdformat-0.6.4-py3-none-any.whl", hash = "sha256:857b5030bb7732eed181a957ac78c0667138f105d11103e55f723221e9131ad4"},
|
|
|
|
{file = "mdformat-0.6.4.tar.gz", hash = "sha256:4f89cd5c6e43e664552bbc1e826bb5c42a13d0ce21e4e1c6415b5b1d1ac7fbd8"},
|
2021-04-16 05:18:00 +00:00
|
|
|
]
|
|
|
|
mdformat-gfm = [
|
|
|
|
{file = "mdformat-gfm-0.2.0.tar.gz", hash = "sha256:0242ff945968454f4c97a531ebc80fa164c4459385c75b5e9614f96c72a1d8df"},
|
|
|
|
{file = "mdformat_gfm-0.2.0-py3-none-any.whl", hash = "sha256:b6f1381389f056170be438dc3192a5406b6a2efe5ba0886edb7a297ce4d2e2f0"},
|
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
mdformat_tables = [
|
2021-04-16 05:18:00 +00:00
|
|
|
{file = "mdformat_tables-0.3.0-py3-none-any.whl", hash = "sha256:cce24ca56a2a860f15475084b159bf71330480cb64afcf75a0f7411d62aeeaa9"},
|
|
|
|
{file = "mdformat_tables-0.3.0.tar.gz", hash = "sha256:312feb8f0ac01f1d672c34fa22efb89469e11f9ba4849fbba8866a241eb0d442"},
|
|
|
|
]
|
|
|
|
mdit-py-plugins = [
|
2022-01-05 06:40:02 +00:00
|
|
|
{file = "mdit-py-plugins-0.2.6.tar.gz", hash = "sha256:1e467ca2ea056e8065cbd5d6c61e5052bb50826bde84c40f6a5ed77e82125710"},
|
|
|
|
{file = "mdit_py_plugins-0.2.6-py3-none-any.whl", hash = "sha256:77fd75dad81109ee91f30eb49146196f79afbbae041f298ae4886c8c2b5e23d7"},
|
2021-04-16 05:18:00 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
more-itertools = [
|
|
|
|
{file = "more-itertools-8.14.0.tar.gz", hash = "sha256:c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750"},
|
|
|
|
{file = "more_itertools-8.14.0-py3-none-any.whl", hash = "sha256:1bc4f91ee5b1b31ac7ceacc17c09befe6a40a503907baf9c839c229b5095cfd2"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
msgpack = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4ab251d229d10498e9a2f3b1e68ef64cb393394ec477e3370c457f9430ce9250"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:112b0f93202d7c0fef0b7810d465fde23c746a2d482e1e2de2aafd2ce1492c88"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:002b5c72b6cd9b4bafd790f364b8480e859b4712e91f43014fe01e4f957b8467"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35bc0faa494b0f1d851fd29129b2575b2e26d41d177caacd4206d81502d4c6a6"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4733359808c56d5d7756628736061c432ded018e7a1dff2d35a02439043321aa"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb514ad14edf07a1dbe63761fd30f89ae79b42625731e1ccf5e1f1092950eaa6"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c23080fdeec4716aede32b4e0ef7e213c7b1093eede9ee010949f2a418ced6ba"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:49565b0e3d7896d9ea71d9095df15b7f75a035c49be733051c34762ca95bbf7e"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:aca0f1644d6b5a73eb3e74d4d64d5d8c6c3d577e753a04c9e9c87d07692c58db"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-win32.whl", hash = "sha256:0dfe3947db5fb9ce52aaea6ca28112a170db9eae75adf9339a1aec434dc954ef"},
|
|
|
|
{file = "msgpack-1.0.4-cp310-cp310-win_amd64.whl", hash = "sha256:4dea20515f660aa6b7e964433b1808d098dcfcabbebeaaad240d11f909298075"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e83f80a7fec1a62cf4e6c9a660e39c7f878f603737a0cdac8c13131d11d97f52"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c11a48cf5e59026ad7cb0dc29e29a01b5a66a3e333dc11c04f7e991fc5510a9"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1276e8f34e139aeff1c77a3cefb295598b504ac5314d32c8c3d54d24fadb94c9"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6c9566f2c39ccced0a38d37c26cc3570983b97833c365a6044edef3574a00c08"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:fcb8a47f43acc113e24e910399376f7277cf8508b27e5b88499f053de6b115a8"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:76ee788122de3a68a02ed6f3a16bbcd97bc7c2e39bd4d94be2f1821e7c4a64e6"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:0a68d3ac0104e2d3510de90a1091720157c319ceeb90d74f7b5295a6bee51bae"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-win32.whl", hash = "sha256:85f279d88d8e833ec015650fd15ae5eddce0791e1e8a59165318f371158efec6"},
|
|
|
|
{file = "msgpack-1.0.4-cp36-cp36m-win_amd64.whl", hash = "sha256:c1683841cd4fa45ac427c18854c3ec3cd9b681694caf5bff04edb9387602d661"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a75dfb03f8b06f4ab093dafe3ddcc2d633259e6c3f74bb1b01996f5d8aa5868c"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9667bdfdf523c40d2511f0e98a6c9d3603be6b371ae9a238b7ef2dc4e7a427b0"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11184bc7e56fd74c00ead4f9cc9a3091d62ecb96e97653add7a879a14b003227"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ac5bd7901487c4a1dd51a8c58f2632b15d838d07ceedaa5e4c080f7190925bff"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:1e91d641d2bfe91ba4c52039adc5bccf27c335356055825c7f88742c8bb900dd"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2a2df1b55a78eb5f5b7d2a4bb221cd8363913830145fad05374a80bf0877cb1e"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:545e3cf0cf74f3e48b470f68ed19551ae6f9722814ea969305794645da091236"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-win32.whl", hash = "sha256:2cc5ca2712ac0003bcb625c96368fd08a0f86bbc1a5578802512d87bc592fe44"},
|
|
|
|
{file = "msgpack-1.0.4-cp37-cp37m-win_amd64.whl", hash = "sha256:eba96145051ccec0ec86611fe9cf693ce55f2a3ce89c06ed307de0e085730ec1"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:7760f85956c415578c17edb39eed99f9181a48375b0d4a94076d84148cf67b2d"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:449e57cc1ff18d3b444eb554e44613cffcccb32805d16726a5494038c3b93dab"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d603de2b8d2ea3f3bcb2efe286849aa7a81531abc52d8454da12f46235092bcb"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48f5d88c99f64c456413d74a975bd605a9b0526293218a3b77220a2c15458ba9"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6916c78f33602ecf0509cc40379271ba0f9ab572b066bd4bdafd7434dee4bc6e"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:81fc7ba725464651190b196f3cd848e8553d4d510114a954681fd0b9c479d7e1"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:d5b5b962221fa2c5d3a7f8133f9abffc114fe218eb4365e40f17732ade576c8e"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:77ccd2af37f3db0ea59fb280fa2165bf1b096510ba9fe0cc2bf8fa92a22fdb43"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b17be2478b622939e39b816e0aa8242611cc8d3583d1cd8ec31b249f04623243"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-win32.whl", hash = "sha256:2bb8cdf50dd623392fa75525cce44a65a12a00c98e1e37bf0fb08ddce2ff60d2"},
|
|
|
|
{file = "msgpack-1.0.4-cp38-cp38-win_amd64.whl", hash = "sha256:26b8feaca40a90cbe031b03d82b2898bf560027160d3eae1423f4a67654ec5d6"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:462497af5fd4e0edbb1559c352ad84f6c577ffbbb708566a0abaaa84acd9f3ae"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2999623886c5c02deefe156e8f869c3b0aaeba14bfc50aa2486a0415178fce55"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f0029245c51fd9473dc1aede1160b0a29f4a912e6b1dd353fa6d317085b219da"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed6f7b854a823ea44cf94919ba3f727e230da29feb4a99711433f25800cf747f"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0df96d6eaf45ceca04b3f3b4b111b86b33785683d682c655063ef8057d61fd92"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6a4192b1ab40f8dca3f2877b70e63799d95c62c068c84dc028b40a6cb03ccd0f"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0e3590f9fb9f7fbc36df366267870e77269c03172d086fa76bb4eba8b2b46624"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:1576bd97527a93c44fa856770197dec00d223b0b9f36ef03f65bac60197cedf8"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:63e29d6e8c9ca22b21846234913c3466b7e4ee6e422f205a2988083de3b08cae"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-win32.whl", hash = "sha256:fb62ea4b62bfcb0b380d5680f9a4b3f9a2d166d9394e9bbd9666c0ee09a3645c"},
|
|
|
|
{file = "msgpack-1.0.4-cp39-cp39-win_amd64.whl", hash = "sha256:4d5834a2a48965a349da1c5a79760d94a1a0172fbb5ab6b5b33cbf8447e109ce"},
|
|
|
|
{file = "msgpack-1.0.4.tar.gz", hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f"},
|
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
mypy = [
|
|
|
|
{file = "mypy-0.930-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:221cc94dc6a801ccc2be7c0c9fd791c5e08d1fa2c5e1c12dec4eab15b2469871"},
|
|
|
|
{file = "mypy-0.930-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:db3a87376a1380f396d465bed462e76ea89f838f4c5e967d68ff6ee34b785c31"},
|
|
|
|
{file = "mypy-0.930-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1d2296f35aae9802eeb1327058b550371ee382d71374b3e7d2804035ef0b830b"},
|
|
|
|
{file = "mypy-0.930-cp310-cp310-win_amd64.whl", hash = "sha256:959319b9a3cafc33a8185f440a433ba520239c72e733bf91f9efd67b0a8e9b30"},
|
|
|
|
{file = "mypy-0.930-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:45a4dc21c789cfd09b8ccafe114d6de66f0b341ad761338de717192f19397a8c"},
|
|
|
|
{file = "mypy-0.930-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1e689e92cdebd87607a041585f1dc7339aa2e8a9f9bad9ba7e6ece619431b20c"},
|
|
|
|
{file = "mypy-0.930-cp36-cp36m-win_amd64.whl", hash = "sha256:ed4e0ea066bb12f56b2812a15ff223c57c0a44eca817ceb96b214bb055c7051f"},
|
|
|
|
{file = "mypy-0.930-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a9d8dffefba634b27d650e0de2564379a1a367e2e08d6617d8f89261a3bf63b2"},
|
|
|
|
{file = "mypy-0.930-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b419e9721260161e70d054a15abbd50603c16f159860cfd0daeab647d828fc29"},
|
|
|
|
{file = "mypy-0.930-cp37-cp37m-win_amd64.whl", hash = "sha256:601f46593f627f8a9b944f74fd387c9b5f4266b39abad77471947069c2fc7651"},
|
|
|
|
{file = "mypy-0.930-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1ea7199780c1d7940b82dbc0a4e37722b4e3851264dbba81e01abecc9052d8a7"},
|
|
|
|
{file = "mypy-0.930-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:70b197dd8c78fc5d2daf84bd093e8466a2b2e007eedaa85e792e513a820adbf7"},
|
|
|
|
{file = "mypy-0.930-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5feb56f8bb280468fe5fc8e6f56f48f99aa0df9eed3c507a11505ee4657b5380"},
|
|
|
|
{file = "mypy-0.930-cp38-cp38-win_amd64.whl", hash = "sha256:2e9c5409e9cb81049bb03fa1009b573dea87976713e3898561567a86c4eaee01"},
|
|
|
|
{file = "mypy-0.930-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:554873e45c1ca20f31ddf873deb67fa5d2e87b76b97db50669f0468ccded8fae"},
|
|
|
|
{file = "mypy-0.930-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0feb82e9fa849affca7edd24713dbe809dce780ced9f3feca5ed3d80e40b777f"},
|
|
|
|
{file = "mypy-0.930-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:bc1a0607ea03c30225347334af66b0af12eefba018a89a88c209e02b7065ea95"},
|
|
|
|
{file = "mypy-0.930-cp39-cp39-win_amd64.whl", hash = "sha256:f9f665d69034b1fcfdbcd4197480d26298bbfb5d2dfe206245b6498addb34999"},
|
|
|
|
{file = "mypy-0.930-py3-none-any.whl", hash = "sha256:bf4a44e03040206f7c058d1f5ba02ef2d1820720c88bc4285c7d9a4269f54173"},
|
|
|
|
{file = "mypy-0.930.tar.gz", hash = "sha256:51426262ae4714cc7dd5439814676e0992b55bcc0f6514eccb4cf8e0678962c2"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
mypy-extensions = [
|
|
|
|
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
|
|
|
|
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
nodeenv = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "nodeenv-1.7.0-py2.py3-none-any.whl", hash = "sha256:27083a7b96a25f2f5e1d8cb4b6317ee8aeda3bdd121394e5ac54e498028a042e"},
|
|
|
|
{file = "nodeenv-1.7.0.tar.gz", hash = "sha256:e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
packaging = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
parso = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"},
|
|
|
|
{file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
pathspec = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "pathspec-0.10.1-py3-none-any.whl", hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93"},
|
|
|
|
{file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
|
|
|
pbr = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "pbr-5.10.0-py2.py3-none-any.whl", hash = "sha256:da3e18aac0a3c003e9eea1a81bd23e5a3a75d745670dcf736317b7d966887fdf"},
|
|
|
|
{file = "pbr-5.10.0.tar.gz", hash = "sha256:cfcc4ff8e698256fc17ea3ff796478b050852585aa5bae79ecd05b2ab7b39b9a"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
pexpect = [
|
|
|
|
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
|
|
|
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
|
|
|
]
|
|
|
|
pickleshare = [
|
|
|
|
{file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"},
|
|
|
|
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
|
|
|
|
]
|
|
|
|
pkginfo = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "pkginfo-1.8.3-py2.py3-none-any.whl", hash = "sha256:848865108ec99d4901b2f7e84058b6e7660aae8ae10164e015a6dcf5b242a594"},
|
|
|
|
{file = "pkginfo-1.8.3.tar.gz", hash = "sha256:a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c"},
|
2021-12-04 16:38:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
pkgutil_resolve_name = [
|
|
|
|
{file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"},
|
|
|
|
{file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"},
|
|
|
|
]
|
2021-12-04 16:38:30 +00:00
|
|
|
platformdirs = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
|
|
|
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
pluggy = [
|
2021-12-04 16:38:30 +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-09-23 06:17:30 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
poetry = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "poetry-1.2.0-py3-none-any.whl", hash = "sha256:af99cad115cb0fbad8c41eb31c5a5dee25a9f6c74fc1d4d6dad8e51a69ebe348"},
|
|
|
|
{file = "poetry-1.2.0.tar.gz", hash = "sha256:17c527d5d5505a5a7c5c14348d87f077d643cf1f186321530cde68e530bba59f"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
2020-10-11 22:23:41 +00:00
|
|
|
poetry-core = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "poetry-core-1.1.0.tar.gz", hash = "sha256:d145ae121cf79118a8901b60f2c951c4edcc16f55eb8aaefc156aa33aa921f07"},
|
|
|
|
{file = "poetry_core-1.1.0-py3-none-any.whl", hash = "sha256:da16a12054bf3f1ff8656d4c289f99c3d6b7704d272fb174004c4dc82e045954"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
|
|
|
poetry-plugin-export = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "poetry-plugin-export-1.0.6.tar.gz", hash = "sha256:af870afceb38e583afa57bcfadfa5cd35ebd74e35aacadcb802bb3a073c13adb"},
|
|
|
|
{file = "poetry_plugin_export-1.0.6-py3-none-any.whl", hash = "sha256:55ae87d4560a6a3f96e04eba63c78cadbd0410e9652dee0ee1cde93281e9cb48"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
pre-commit = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "pre_commit-2.20.0-py2.py3-none-any.whl", hash = "sha256:51a5ba7c480ae8072ecdb6933df22d2f812dc897d5fe848778116129a681aac7"},
|
|
|
|
{file = "pre_commit-2.20.0.tar.gz", hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
|
|
|
pre-commit-hooks = [
|
|
|
|
{file = "pre_commit_hooks-3.4.0-py2.py3-none-any.whl", hash = "sha256:b1d329fc712f53f56af7c4a0ac08c414a7fcfd634dbd829c3a03f39cfb9c3574"},
|
|
|
|
{file = "pre_commit_hooks-3.4.0.tar.gz", hash = "sha256:57e377b931aceead550e4a7bdbe8065e79e371e80f593b5b6d1129e63a77154f"},
|
|
|
|
]
|
|
|
|
prompt-toolkit = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "prompt_toolkit-3.0.31-py3-none-any.whl", hash = "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d"},
|
|
|
|
{file = "prompt_toolkit-3.0.31.tar.gz", hash = "sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148"},
|
2020-11-26 17:41:06 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
ptyprocess = [
|
2021-04-16 05:18:00 +00:00
|
|
|
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
|
|
|
|
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
py = [
|
2021-12-04 16:38:30 +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-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
pycparser = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
|
|
|
|
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
Pygments = [
|
|
|
|
{file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"},
|
|
|
|
{file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
pylev = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "pylev-1.4.0-py2.py3-none-any.whl", hash = "sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd"},
|
|
|
|
{file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
pylint = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "pylint-2.13.9-py3-none-any.whl", hash = "sha256:705c620d388035bdd9ff8b44c5bcdd235bfb49d276d488dd2c8ff1736aa42526"},
|
|
|
|
{file = "pylint-2.13.9.tar.gz", hash = "sha256:095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
pyparsing = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
|
|
|
|
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
pyrsistent = [
|
|
|
|
{file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp310-cp310-win32.whl", hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl", hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl", hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl", hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp38-cp38-win32.whl", hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp39-cp39-win32.whl", hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc"},
|
|
|
|
{file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl", hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07"},
|
|
|
|
{file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"},
|
|
|
|
]
|
2020-09-25 01:01:20 +00:00
|
|
|
pytest = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"},
|
|
|
|
{file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
|
2020-09-25 01:01:20 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
pytest-cov = [
|
|
|
|
{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-09-23 06:17:30 +00:00
|
|
|
pywin32-ctypes = [
|
|
|
|
{file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"},
|
|
|
|
{file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"},
|
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
PyYAML = [
|
2021-12-04 16:38:30 +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"},
|
|
|
|
{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-09-23 22:40:31 +00:00
|
|
|
]
|
|
|
|
reorder-python-imports = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "reorder_python_imports-2.8.0-py2.py3-none-any.whl", hash = "sha256:03354608c610a25cba75a352ad86552849dcf3c90849fcb415298efc911a4ecf"},
|
|
|
|
{file = "reorder_python_imports-2.8.0.tar.gz", hash = "sha256:435af2a6feb39de3c4b7a415079f85b4b0052d3a7ed9ea7b269b0aff725abdaf"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
requests = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
|
|
|
|
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
requests-toolbelt = [
|
2020-10-11 22:23:41 +00:00
|
|
|
{file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"},
|
|
|
|
{file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
"ruamel.yaml" = [
|
2022-04-07 04:03:23 +00:00
|
|
|
{file = "ruamel.yaml-0.17.21-py3-none-any.whl", hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7"},
|
|
|
|
{file = "ruamel.yaml-0.17.21.tar.gz", hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"},
|
2020-11-26 17:41:06 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
"ruamel.yaml.clib" = [
|
2022-01-05 05:45:02 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6e7be2c5bcb297f5b82fee9c665eb2eb7001d1050deaba8471842979293a80b0"},
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:066f886bc90cc2ce44df8b5f7acfc6a7e2b2e672713f027136464492b0c34d7c"},
|
2022-01-05 05:45:02 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:221eca6f35076c6ae472a531afa1c223b9c29377e62936f61bc8e6e8bdc5f9e7"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win32.whl", hash = "sha256:1070ba9dd7f9370d0513d649420c3b362ac2d687fe78c6e888f5b12bf8bc7bee"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win_amd64.whl", hash = "sha256:77df077d32921ad46f34816a9a16e6356d8100374579bc35e15bab5d4e9377de"},
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7b2927e92feb51d830f531de4ccb11b320255ee95e791022555971c466af4527"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win32.whl", hash = "sha256:ada3f400d9923a190ea8b59c8f60680c4ef8a4b0dfae134d2f2ff68429adfab5"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win_amd64.whl", hash = "sha256:de9c6b8a1ba52919ae919f3ae96abb72b994dd0350226e28f3686cb4f142165c"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d67f273097c368265a7b81e152e07fb90ed395df6e552b9fa858c6d2c9f42502"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:72a2b8b2ff0a627496aad76f37a652bcef400fd861721744201ef1b45199ab78"},
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:d3c620a54748a3d4cf0bcfe623e388407c8e85a4b06b8188e126302bcab93ea8"},
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win32.whl", hash = "sha256:9efef4aab5353387b07f6b22ace0867032b900d8e91674b5d8ea9150db5cae94"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win_amd64.whl", hash = "sha256:846fc8336443106fe23f9b6d6b8c14a53d38cef9a375149d61f99d78782ea468"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0847201b767447fc33b9c235780d3aa90357d20dd6108b92be544427bea197dd"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:78988ed190206672da0f5d50c61afef8f67daa718d614377dcd5e3ed85ab4a99"},
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:210c8fcfeff90514b7133010bf14e3bad652c8efde6b20e00c43854bf94fa5a6"},
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win32.whl", hash = "sha256:a49e0161897901d1ac9c4a79984b8410f450565bbad64dbfcbf76152743a0cdb"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win_amd64.whl", hash = "sha256:bf75d28fa071645c529b5474a550a44686821decebdd00e21127ef1fd566eabe"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a32f8d81ea0c6173ab1b3da956869114cae53ba1e9f72374032e33ba3118c233"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7f7ecb53ae6848f959db6ae93bdff1740e651809780822270eab111500842a84"},
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:61bc5e5ca632d95925907c569daa559ea194a4d16084ba86084be98ab1cec1c6"},
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win32.whl", hash = "sha256:89221ec6d6026f8ae859c09b9718799fea22c0e8da8b766b0b2c9a9ba2db326b"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win_amd64.whl", hash = "sha256:31ea73e564a7b5fbbe8188ab8b334393e06d997914a4e184975348f204790277"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dc6a613d6c74eef5a14a214d433d06291526145431c3b964f5e16529b1842bed"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:1866cf2c284a03b9524a5cc00daca56d80057c5ce3cdc86a52020f4c720856f0"},
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:1b4139a6ffbca8ef60fdaf9b33dec05143ba746a6f0ae0f9d11d38239211d335"},
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win32.whl", hash = "sha256:3fb9575a5acd13031c57a62cc7823e5d2ff8bc3835ba4d94b921b4e6ee664104"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win_amd64.whl", hash = "sha256:825d5fccef6da42f3c8eccd4281af399f21c02b32d98e113dbc631ea6a6ecbc7"},
|
|
|
|
{file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"},
|
2020-11-26 17:41:06 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
safety = [
|
2021-04-16 05:18:00 +00:00
|
|
|
{file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"},
|
|
|
|
{file = "safety-1.10.3.tar.gz", hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2022-09-07 16:00:37 +00:00
|
|
|
SecretStorage = [
|
|
|
|
{file = "SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99"},
|
|
|
|
{file = "SecretStorage-3.3.3.tar.gz", hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77"},
|
2022-07-02 02:08:11 +00:00
|
|
|
]
|
2022-07-03 03:27:48 +00:00
|
|
|
setuptools = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"},
|
|
|
|
{file = "setuptools-65.3.0.tar.gz", hash = "sha256:7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"},
|
2022-07-03 03:27:48 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
shellingham = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "shellingham-1.5.0-py2.py3-none-any.whl", hash = "sha256:a8f02ba61b69baaa13facdba62908ca8690a94b8119b69f5ec5873ea85f7391b"},
|
|
|
|
{file = "shellingham-1.5.0.tar.gz", hash = "sha256:72fb7f5c63103ca2cb91b23dee0c71fe8ad6fbfd46418ef17dbe40db51592dad"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
six = [
|
2021-12-04 16:38:30 +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-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
smmap = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "smmap-5.0.0-py3-none-any.whl", hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"},
|
|
|
|
{file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
|
|
|
stevedore = [
|
2021-12-04 16:38:30 +00:00
|
|
|
{file = "stevedore-3.5.0-py3-none-any.whl", hash = "sha256:a547de73308fd7e90075bb4d301405bebf705292fa90a90fc3bcf9133f58616c"},
|
|
|
|
{file = "stevedore-3.5.0.tar.gz", hash = "sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
toml = [
|
2020-11-26 17:41:06 +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-09-23 06:17:30 +00:00
|
|
|
]
|
2022-01-05 05:45:02 +00:00
|
|
|
tomli = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
|
|
|
]
|
|
|
|
tomlkit = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "tomlkit-0.11.4-py3-none-any.whl", hash = "sha256:25d4e2e446c453be6360c67ddfb88838cfc42026322770ba13d1fbd403a93a5c"},
|
|
|
|
{file = "tomlkit-0.11.4.tar.gz", hash = "sha256:3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83"},
|
2022-01-05 05:45:02 +00:00
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
tox = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "tox-3.25.1-py2.py3-none-any.whl", hash = "sha256:c38e15f4733683a9cc0129fba078633e07eb0961f550a010ada879e95fb32632"},
|
|
|
|
{file = "tox-3.25.1.tar.gz", hash = "sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
traitlets = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "traitlets-5.3.0-py3-none-any.whl", hash = "sha256:65fa18961659635933100db8ca120ef6220555286949774b9cfc106f941d1c7a"},
|
|
|
|
{file = "traitlets-5.3.0.tar.gz", hash = "sha256:0bb9f1f9f017aa8ec187d8b1b2a7a6626a2a1d877116baba52a129bfa124f8e2"},
|
2022-01-05 06:40:02 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
typed-ast = [
|
|
|
|
{file = "typed_ast-1.5.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:669dd0c4167f6f2cd9f57041e03c3c2ebf9063d0757dc89f79ba1daa2bfca9d4"},
|
|
|
|
{file = "typed_ast-1.5.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:211260621ab1cd7324e0798d6be953d00b74e0428382991adfddb352252f1d62"},
|
|
|
|
{file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:267e3f78697a6c00c689c03db4876dd1efdfea2f251a5ad6555e82a26847b4ac"},
|
|
|
|
{file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c542eeda69212fa10a7ada75e668876fdec5f856cd3d06829e6aa64ad17c8dfe"},
|
|
|
|
{file = "typed_ast-1.5.4-cp310-cp310-win_amd64.whl", hash = "sha256:a9916d2bb8865f973824fb47436fa45e1ebf2efd920f2b9f99342cb7fab93f72"},
|
|
|
|
{file = "typed_ast-1.5.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:79b1e0869db7c830ba6a981d58711c88b6677506e648496b1f64ac7d15633aec"},
|
|
|
|
{file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a94d55d142c9265f4ea46fab70977a1944ecae359ae867397757d836ea5a3f47"},
|
|
|
|
{file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:183afdf0ec5b1b211724dfef3d2cad2d767cbefac291f24d69b00546c1837fb6"},
|
|
|
|
{file = "typed_ast-1.5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:639c5f0b21776605dd6c9dbe592d5228f021404dafd377e2b7ac046b0349b1a1"},
|
|
|
|
{file = "typed_ast-1.5.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf4afcfac006ece570e32d6fa90ab74a17245b83dfd6655a6f68568098345ff6"},
|
|
|
|
{file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed855bbe3eb3715fca349c80174cfcfd699c2f9de574d40527b8429acae23a66"},
|
|
|
|
{file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6778e1b2f81dfc7bc58e4b259363b83d2e509a65198e85d5700dfae4c6c8ff1c"},
|
|
|
|
{file = "typed_ast-1.5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:0261195c2062caf107831e92a76764c81227dae162c4f75192c0d489faf751a2"},
|
|
|
|
{file = "typed_ast-1.5.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2efae9db7a8c05ad5547d522e7dbe62c83d838d3906a3716d1478b6c1d61388d"},
|
|
|
|
{file = "typed_ast-1.5.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7d5d014b7daa8b0bf2eaef684295acae12b036d79f54178b92a2b6a56f92278f"},
|
|
|
|
{file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:370788a63915e82fd6f212865a596a0fefcbb7d408bbbb13dea723d971ed8bdc"},
|
|
|
|
{file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4e964b4ff86550a7a7d56345c7864b18f403f5bd7380edf44a3c1fb4ee7ac6c6"},
|
|
|
|
{file = "typed_ast-1.5.4-cp38-cp38-win_amd64.whl", hash = "sha256:683407d92dc953c8a7347119596f0b0e6c55eb98ebebd9b23437501b28dcbb8e"},
|
|
|
|
{file = "typed_ast-1.5.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4879da6c9b73443f97e731b617184a596ac1235fe91f98d279a7af36c796da35"},
|
|
|
|
{file = "typed_ast-1.5.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3e123d878ba170397916557d31c8f589951e353cc95fb7f24f6bb69adc1a8a97"},
|
|
|
|
{file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebd9d7f80ccf7a82ac5f88c521115cc55d84e35bf8b446fcd7836eb6b98929a3"},
|
|
|
|
{file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98f80dee3c03455e92796b58b98ff6ca0b2a6f652120c263efdba4d6c5e58f72"},
|
|
|
|
{file = "typed_ast-1.5.4-cp39-cp39-win_amd64.whl", hash = "sha256:0fdbcf2fef0ca421a3f5912555804296f0b0960f0418c440f5d6d3abb549f3e1"},
|
|
|
|
{file = "typed_ast-1.5.4.tar.gz", hash = "sha256:39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"},
|
|
|
|
]
|
2022-01-05 06:40:02 +00:00
|
|
|
types-toml = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "types-toml-0.10.8.tar.gz", hash = "sha256:b7e7ea572308b1030dc86c3ba825c5210814c2825612ec679eb7814f8dd9295a"},
|
|
|
|
{file = "types_toml-0.10.8-py3-none-any.whl", hash = "sha256:8300fd093e5829eb9c1fba69cee38130347d4b74ddf32d0a7df650ae55c2b599"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
typing-extensions = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"},
|
|
|
|
{file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"},
|
|
|
|
]
|
|
|
|
urllib3 = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"},
|
|
|
|
{file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
virtualenv = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "virtualenv-20.16.4-py3-none-any.whl", hash = "sha256:035ed57acce4ac35c82c9d8802202b0e71adac011a511ff650cbcf9635006a22"},
|
|
|
|
{file = "virtualenv-20.16.4.tar.gz", hash = "sha256:014f766e4134d0008dcaa1f95bafa0fb0f575795d07cae50b1bee514185d6782"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
wcwidth = [
|
|
|
|
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
|
|
|
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
|
|
|
|
]
|
|
|
|
webencodings = [
|
|
|
|
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
|
|
|
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
wrapt = [
|
2022-09-06 19:08:01 +00:00
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"},
|
|
|
|
{file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2022-07-02 02:08:11 +00:00
|
|
|
xattr = [
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:58a9fb4fd19b467e88f4b75b5243706caa57e312d3aee757b53b57c7fd0f4ba9"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e71efca59705c7abde5b7f76323ebe00ed2977f10cba4204b9421dada036b5ca"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:1aad96b6603961c3d1ca1aaa8369b1a8d684a7b37357b2428087c286bf0e561c"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:46cb74f98d31d9d70f975ec3e6554360a9bdcbb4b9fb50a69fabe54f9f928c97"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:80c2db56058a687d7439be041f916cbeb2943fbe2623e53d5da721a4552d8991"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:c360d1cc42e885b64d84f64de3c501dd7bce576248327ef583b4625ee63aa023"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:debd87afe6bdf88c3689bde52eecf2b166388b13ef7388259d23223374db417d"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:4280c9f33a8678828f1bbc3d3dc8b823b5e4a113ee5ecb0fb98bff60cc2b9ad1"},
|
|
|
|
{file = "xattr-0.9.9-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:e0916ec1656d2071cd3139d1f52426825985d8ed076f981ef7f0bc13dfa8e96c"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a517916fbf2f58a3222bb2048fe1eeff4e23e07a4ce6228a27de004c80bf53ab"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e886c882b3b28c7a684c3e3daf46347da5428a46b88bc6d62c4867d574b90c54"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:373e3d1fd9258438fc38d1438142d3659f36743f374a20457346ef26741ed441"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a7beeb54ca140273b2f6320bb98b701ec30628af2ebe4eb30f7051419eb4ef3"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef3ca29cdaae9c47c625d84bb6c9046f7275cccde0ea805caa23ca58d3671f3f"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c381d890931cd18b137ce3fb5c5f08b672c3c61e2e47b1a7442ee46e827abfe"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:59c5783ccf57cf2700ce57d51a92134900ed26f6ab20d209f383fb898903fea6"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:966b885b69d95362e2a12d39f84889cf857090e57263b5ac33409498aa00c160"},
|
|
|
|
{file = "xattr-0.9.9-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efaaf0cb1ea8e9febb7baad301ae8cc9ad7a96fdfc5c6399d165e7a19e3e61ce"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f19fa75ed1e9db86354efab29869cb2be6976d456bd7c89e67b118d5384a1d98"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ca28ad06828244b315214ee35388f57e81e90aac2ceac3f32e42ae394e31b9c"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:532c7f1656dd2fe937116b9e210229f716d7fc7ac142f9cdace7da92266d32e8"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11c28033c17e98c67e0def9d6ebd415ad3c006a7bc3fee6bad79c5e52d0dff49"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:473cabb30e544ea08c8c01c1ef18053147cdc8552d443ac97815e46fbb13c7d4"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c4a308522b444d090fbd66a385c9519b6b977818226921b0d2fc403667c93564"},
|
|
|
|
{file = "xattr-0.9.9-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:82493434488aca72d88b5129dac8f212e7b8bdca7ceffe7bb977c850f2452e4e"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e41d289706c7e8940f4d08e865da6a8ae988123e40a44f9a97ddc09e67795d7d"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ef08698e360cf43688dca3db3421b156b29948a714d5d089348073f463c11646"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4eb10ac16ca8d534c0395425d52121e0c1981f808e1b3f577f6a5ec33d3853e4"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5605fec07b0e964bd980cc70ec335b9eb1b7ac7c6f314c7c2d8f54b09104fe4c"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:974e7d577ddb15e4552fb0ec10a4cfe09bdf6267365aa2b8394bb04637785aad"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ad6777de922c638bfa87a0d7faebc5722ddef04a1210b2a8909289b58b769af0"},
|
|
|
|
{file = "xattr-0.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3887e70873ebf0efbde32f9929ec1c7e45ec0013561743e2cc0406a91e51113b"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:83caa8e93a45a0f25f91b92d9b45f490c87bff74f02555df6312efeba0dacc31"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e33ec0a1d913d946d1ab7509f37ee37306c45af735347f13b963df34ffe6e029"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:263c58dca83372260c5c195e0b59959e38e1f107f0b7350de82e3db38479036c"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:125dfb9905428162349d3b8b825d9a18280893f0cb0db2a2467d5ef253fa6ce2"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e243524e0dde16d7a2e1b52512ad2c6964df2143dd1c79b820dcb4c6c0822c20"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01ec07d24a14406bdc6a123041c63a88e1c4a3f820e4a7d30f7609d57311b499"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:85c1df5f1d209345ea96de137419e886a27bb55076b3ae01faacf35aafcf3a61"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ca74d3eff92d6dc16e271fbad9cbab547fb9a0c983189c4031c3ff3d150dd871"},
|
|
|
|
{file = "xattr-0.9.9-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7d17505e49ac70c0e71939c5aac96417a863583fb30a2d6304d5ac881230548f"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:1ae47a6398d3c04623fa386a4aa2f66e5cd3cdb1a7e69d1bfaeb8c73983bf271"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:809e2537d0aff9fca97dacf3245cbbaf711bbced5d1b0235a8d1906b04e26114"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:de3af84364f06d67b3662ccf7c1a73e1d389d8d274394e952651e7bf1bbd2718"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3b62cdad232d2d2dedd39b543701db8e3883444ec0d57ce3fab8f75e5f8b0301"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6b11d2eda397d47f7075743409683c233519ca52aa1dac109b413a4d8c15b740"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:661c0a939aefdf071887121f534bb10588d69c7b2dfca5c486af2fc81a0786e8"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:5db7c2db320a8d5264d437d71f1eb7270a7e4a6545296e7766161d17752590b7"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:83203e60cbaca9536d297e5039b285a600ff84e6e9e8536fe2d521825eeeb437"},
|
|
|
|
{file = "xattr-0.9.9-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:42bfb4e4da06477e739770ac6942edbdc71e9fc3b497b67db5fba712fa8109c2"},
|
|
|
|
{file = "xattr-0.9.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:67047d04d1c56ad4f0f5886085e91b0077238ab3faaec6492c3c21920c6566eb"},
|
|
|
|
{file = "xattr-0.9.9-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:885782bc82ded1a3f684d54a1af259ae9fcc347fa54b5a05b8aad82b8a42044c"},
|
|
|
|
{file = "xattr-0.9.9-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5bc84ccec618b5aa089e7cee8b07fcc92d4069aac4053da604c8143a0d6b1381"},
|
|
|
|
{file = "xattr-0.9.9-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baeff3e5dda8ea7e9424cfaee51829f46afe3836c30d02f343f9049c685681ca"},
|
|
|
|
{file = "xattr-0.9.9.tar.gz", hash = "sha256:09cb7e1efb3aa1b4991d6be4eb25b73dc518b4fe894f0915f5b0dcede972f346"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
zipp = [
|
2022-09-07 16:00:37 +00:00
|
|
|
{file = "zipp-3.8.1-py3-none-any.whl", hash = "sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009"},
|
|
|
|
{file = "zipp-3.8.1.tar.gz", hash = "sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|