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]]
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
version = "2.11.6"
|
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"
|
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-07-02 02:08:11 +00:00
|
|
|
version = "1.4.0"
|
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"
|
|
|
|
category = "dev"
|
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-07-02 02:08:11 +00:00
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"]
|
2020-11-26 17:41:06 +00:00
|
|
|
docs = ["furo", "sphinx", "zope.interface"]
|
2020-10-17 16:49:04 +00:00
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
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]
|
|
|
|
test = ["coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)", "toml", "beautifulsoup4 (>=4.8.0)", "pylint (==1.9.4)"]
|
|
|
|
toml = ["toml"]
|
|
|
|
yaml = ["pyyaml"]
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "black"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "22.6.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]]
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
redis = ["redis (>=3.3.6,<4.0.0)"]
|
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)"]
|
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-07-02 02:08:11 +00:00
|
|
|
version = "2.1.0"
|
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-07-02 02:08:11 +00:00
|
|
|
version = "6.4.1"
|
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-07-02 02:08:11 +00:00
|
|
|
version = "37.0.3"
|
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-07-02 02:08:11 +00:00
|
|
|
docstest = ["pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
|
2021-12-04 16:38:30 +00:00
|
|
|
sdist = ["setuptools_rust (>=0.11.4)"]
|
2020-09-23 06:17:30 +00:00
|
|
|
ssh = ["bcrypt (>=3.1.5)"]
|
2022-07-02 02:08:11 +00:00
|
|
|
test = ["pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
|
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-07-02 02:08:11 +00:00
|
|
|
version = "0.3.4"
|
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-07-02 02:08:11 +00:00
|
|
|
version = "0.5.1"
|
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 = "*"
|
2022-07-02 02:08:11 +00:00
|
|
|
pyyaml = "*"
|
2020-09-23 22:40:31 +00:00
|
|
|
toml = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
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"
|
|
|
|
version = "0.20.44"
|
|
|
|
description = "Python Git Library"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = "*"
|
|
|
|
urllib3 = ">=1.24.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
fastimport = ["fastimport"]
|
|
|
|
https = ["urllib3[secure] (>=1.24.1)"]
|
|
|
|
paramiko = ["paramiko"]
|
|
|
|
pgp = ["gpg"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "entrypoints"
|
|
|
|
version = "0.4"
|
|
|
|
description = "Discover and load entry points from installed packages."
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
2020-09-23 22:40:31 +00:00
|
|
|
[[package]]
|
2020-09-23 06:17:30 +00:00
|
|
|
name = "filelock"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "3.7.1"
|
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]
|
|
|
|
docs = ["furo (>=2021.8.17b43)", "sphinx (>=4.1)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-cov", "pytest-timeout (>=1.4.2)"]
|
2020-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]]
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
all = ["genshi", "chardet (>=2.2)", "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-07-02 02:08:11 +00:00
|
|
|
version = "2.5.1"
|
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-07-02 02:08:11 +00:00
|
|
|
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
|
|
|
|
perf = ["ipython"]
|
|
|
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"]
|
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 = "*"
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
notebook = ["notebook", "ipywidgets"]
|
2020-09-23 06:17:30 +00:00
|
|
|
parallel = ["ipyparallel"]
|
|
|
|
qtconsole = ["qtconsole"]
|
2022-07-02 02:08:11 +00:00
|
|
|
test = ["nose (>=0.10.1)", "requests", "testpath", "pygments", "nbformat", "ipykernel", "numpy (>=1.17)"]
|
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-09-06 19:12:43 +00:00
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
2022-07-02 02:08:11 +00:00
|
|
|
requirements_deprecated_finder = ["pipreqs", "pip-api"]
|
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
2021-12-04 16:38:30 +00:00
|
|
|
plugins = ["setuptools"]
|
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-07-02 02:08:11 +00:00
|
|
|
test = ["pytest", "pytest-trio", "pytest-asyncio (>=0.17)", "testpath", "trio", "async-timeout"]
|
|
|
|
trio = ["trio", "async-generator"]
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "keyring"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "23.6.0"
|
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\""}
|
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-07-02 02:08:11 +00:00
|
|
|
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
|
|
|
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "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-07-02 02:08:11 +00:00
|
|
|
compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.2.2,<3.3.0)", "mistune (>=0.8.4,<0.9.0)", "mistletoe-ebp (>=0.10.0,<0.11.0)", "panflute (>=1.12,<2.0)"]
|
2022-09-06 19:12:43 +00:00
|
|
|
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
2022-07-02 02:08:11 +00:00
|
|
|
rtd = ["myst-nb (>=0.11.1,<0.12.0)", "sphinx-book-theme", "sphinx-panels (>=0.4.0,<0.5.0)", "sphinx-copybutton", "sphinx (>=2,<4)", "pyyaml"]
|
|
|
|
testing = ["coverage", "pytest (>=3.6,<4)", "pytest-cov", "pytest-regressions", "pytest-benchmark (>=3.2,<4.0)", "psutil"]
|
2021-04-16 05:18:00 +00:00
|
|
|
|
2021-12-04 16:38:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matplotlib-inline"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "0.1.3"
|
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]]
|
|
|
|
name = "mdformat-tables"
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
test = ["pytest (>=6.0,<7.0)", "coverage", "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
|
|
|
|
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
|
|
|
|
|
|
|
[[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-07-02 02:08:11 +00:00
|
|
|
version = "0.9.0"
|
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-07-02 02:08:11 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-09-23 22:40:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbr"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "5.9.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-07-02 02:08:11 +00:00
|
|
|
testing = ["nose", "coverage"]
|
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-07-02 02:08:11 +00:00
|
|
|
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=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-07-02 02:08:11 +00:00
|
|
|
version = "1.2.0b2"
|
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"
|
|
|
|
dulwich = ">=0.20.35,<0.21.0"
|
|
|
|
entrypoints = ">=0.4,<0.5"
|
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\""}
|
|
|
|
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"
|
|
|
|
poetry-core = "1.1.0b2"
|
|
|
|
poetry-plugin-export = ">=1.0.4,<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"
|
2020-09-23 06:17:30 +00:00
|
|
|
shellingham = ">=1.1,<2.0"
|
2020-10-11 22:23:41 +00:00
|
|
|
tomlkit = ">=0.7.0,<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-07-02 02:08:11 +00:00
|
|
|
version = "1.1.0b2"
|
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"
|
|
|
|
version = "1.0.4"
|
|
|
|
description = "Poetry plugin to export the dependencies to various formats"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
poetry = ">=1.2.0b1dev0,<2.0.0"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-23 22:40:31 +00:00
|
|
|
name = "pre-commit"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.19.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-07-02 02:08:11 +00:00
|
|
|
version = "3.0.30"
|
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]]
|
|
|
|
name = "pygments"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "2.12.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"
|
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
diagrams = ["railroad-diagrams", "jinja2"]
|
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-07-02 02:08:11 +00:00
|
|
|
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "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]]
|
|
|
|
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]]
|
|
|
|
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]]
|
|
|
|
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 = "*"
|
|
|
|
|
2020-09-23 06:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "secretstorage"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "3.3.2"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shellingham"
|
2022-07-02 02:08:11 +00:00
|
|
|
version = "1.4.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-07-02 02:08:11 +00:00
|
|
|
python-versions = "!=3.0,!=3.1,!=3.2,!=3.3,>=2.6"
|
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-07-02 02:08:11 +00:00
|
|
|
version = "0.11.0"
|
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-07-02 02:08:11 +00:00
|
|
|
testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)", "psutil (>=5.6.1)", "pathlib2 (>=2.3.3)"]
|
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-07-02 02:08:11 +00:00
|
|
|
version = "0.10.7"
|
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-07-02 02:08:11 +00:00
|
|
|
version = "1.26.9"
|
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-07-02 02:08:11 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-02 02:08:11 +00:00
|
|
|
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
|
|
|
|
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
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-07-02 02:08:11 +00:00
|
|
|
version = "20.15.1"
|
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-07-02 02:08:11 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
distlib = ">=0.3.1,<1"
|
2021-12-04 16:38:30 +00:00
|
|
|
filelock = ">=3.2,<4"
|
2020-11-26 17:41:06 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2021-12-04 16:38:30 +00:00
|
|
|
platformdirs = ">=2,<3"
|
2022-07-02 02:08:11 +00:00
|
|
|
six = ">=1.9.0,<2"
|
2020-09-23 06:17:30 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-12-04 16:38:30 +00:00
|
|
|
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"]
|
2022-07-02 02:08:11 +00:00
|
|
|
testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"]
|
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-07-02 02:08:11 +00:00
|
|
|
version = "3.8.0"
|
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-07-02 02:08:11 +00:00
|
|
|
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
|
|
|
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=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"
|
|
|
|
content-hash = "5fbc32ee5a16d6acc65b4043ce993142152a48a343b4af2b9782167bee5a7006"
|
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
|
|
|
]
|
2020-09-23 22:40:31 +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-07-02 02:08:11 +00:00
|
|
|
{file = "astroid-2.11.6-py3-none-any.whl", hash = "sha256:ba33a82a9a9c06a5ceed98180c5aab16e29c285b828d94696bf32d6015ea82a9"},
|
|
|
|
{file = "astroid-2.11.6.tar.gz", hash = "sha256:4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6"},
|
2020-09-23 22:40:31 +00:00
|
|
|
]
|
2020-09-25 01:01:20 +00:00
|
|
|
atomicwrites = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
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-07-02 02:08:11 +00:00
|
|
|
{file = "black-22.6.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f586c26118bc6e714ec58c09df0157fe2d9ee195c764f630eb0d8e7ccce72e69"},
|
|
|
|
{file = "black-22.6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b270a168d69edb8b7ed32c193ef10fd27844e5c60852039599f9184460ce0807"},
|
|
|
|
{file = "black-22.6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6797f58943fceb1c461fb572edbe828d811e719c24e03375fd25170ada53825e"},
|
|
|
|
{file = "black-22.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c85928b9d5f83b23cee7d0efcb310172412fbf7cb9d9ce963bd67fd141781def"},
|
|
|
|
{file = "black-22.6.0-cp310-cp310-win_amd64.whl", hash = "sha256:f6fe02afde060bbeef044af7996f335fbe90b039ccf3f5eb8f16df8b20f77666"},
|
|
|
|
{file = "black-22.6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:cfaf3895a9634e882bf9d2363fed5af8888802d670f58b279b0bece00e9a872d"},
|
|
|
|
{file = "black-22.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94783f636bca89f11eb5d50437e8e17fbc6a929a628d82304c80fa9cd945f256"},
|
|
|
|
{file = "black-22.6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:2ea29072e954a4d55a2ff58971b83365eba5d3d357352a07a7a4df0d95f51c78"},
|
|
|
|
{file = "black-22.6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e439798f819d49ba1c0bd9664427a05aab79bfba777a6db94fd4e56fae0cb849"},
|
|
|
|
{file = "black-22.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:187d96c5e713f441a5829e77120c269b6514418f4513a390b0499b0987f2ff1c"},
|
|
|
|
{file = "black-22.6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:074458dc2f6e0d3dab7928d4417bb6957bb834434516f21514138437accdbe90"},
|
|
|
|
{file = "black-22.6.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a218d7e5856f91d20f04e931b6f16d15356db1c846ee55f01bac297a705ca24f"},
|
|
|
|
{file = "black-22.6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:568ac3c465b1c8b34b61cd7a4e349e93f91abf0f9371eda1cf87194663ab684e"},
|
|
|
|
{file = "black-22.6.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6c1734ab264b8f7929cef8ae5f900b85d579e6cbfde09d7387da8f04771b51c6"},
|
|
|
|
{file = "black-22.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9a3ac16efe9ec7d7381ddebcc022119794872abce99475345c5a61aa18c45ad"},
|
|
|
|
{file = "black-22.6.0-cp38-cp38-win_amd64.whl", hash = "sha256:b9fd45787ba8aa3f5e0a0a98920c1012c884622c6c920dbe98dbd05bc7c70fbf"},
|
|
|
|
{file = "black-22.6.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7ba9be198ecca5031cd78745780d65a3f75a34b2ff9be5837045dce55db83d1c"},
|
|
|
|
{file = "black-22.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a3db5b6409b96d9bd543323b23ef32a1a2b06416d525d27e0f67e74f1446c8f2"},
|
|
|
|
{file = "black-22.6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:560558527e52ce8afba936fcce93a7411ab40c7d5fe8c2463e279e843c0328ee"},
|
|
|
|
{file = "black-22.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b154e6bbde1e79ea3260c4b40c0b7b3109ffcdf7bc4ebf8859169a6af72cd70b"},
|
|
|
|
{file = "black-22.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:4af5bc0e1f96be5ae9bd7aaec219c901a94d6caa2484c21983d043371c733fc4"},
|
|
|
|
{file = "black-22.6.0-py3-none-any.whl", hash = "sha256:ac609cf8ef5e7115ddd07d85d988d074ed00e10fbc3445aee393e70164a2219c"},
|
|
|
|
{file = "black-22.6.0.tar.gz", hash = "sha256:6c6d39e28aed379aec40da1c65434c77d75e65bb59a1e1c283de545fb4e7c6c9"},
|
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"},
|
|
|
|
]
|
2020-09-23 06:17:30 +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-07-02 02:08:11 +00:00
|
|
|
{file = "charset-normalizer-2.1.0.tar.gz", hash = "sha256:575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"},
|
|
|
|
{file = "charset_normalizer-2.1.0-py3-none-any.whl", hash = "sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5"},
|
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-07-02 02:08:11 +00:00
|
|
|
{file = "coverage-6.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f1d5aa2703e1dab4ae6cf416eb0095304f49d004c39e9db1d86f57924f43006b"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4ce1b258493cbf8aec43e9b50d89982346b98e9ffdfaae8ae5793bc112fb0068"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83c4e737f60c6936460c5be330d296dd5b48b3963f48634c53b3f7deb0f34ec4"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:84e65ef149028516c6d64461b95a8dbcfce95cfd5b9eb634320596173332ea84"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f69718750eaae75efe506406c490d6fc5a6161d047206cc63ce25527e8a3adad"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e57816f8ffe46b1df8f12e1b348f06d164fd5219beba7d9433ba79608ef011cc"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:75ab269400706fab15981fd4bd5080c56bd5cc07c3bccb86aab5e1d5a88dc8f4"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-win32.whl", hash = "sha256:a7f3049243783df2e6cc6deafc49ea123522b59f464831476d3d1448e30d72df"},
|
|
|
|
{file = "coverage-6.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:ee2ddcac99b2d2aec413e36d7a429ae9ebcadf912946b13ffa88e7d4c9b712d6"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fb73e0011b8793c053bfa85e53129ba5f0250fdc0392c1591fd35d915ec75c46"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87f4f3df85aa39da00fd3ec4b5abeb7407e82b68c7c5ad181308b0e2526da5d4"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:961e2fb0680b4f5ad63234e0bf55dfb90d302740ae9c7ed0120677a94a1590cb"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:cec3a0f75c8f1031825e19cd86ee787e87cf03e4fd2865c79c057092e69e3a3b"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:129cd05ba6f0d08a766d942a9ed4b29283aff7b2cccf5b7ce279d50796860bb3"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:bf5601c33213d3cb19d17a796f8a14a9eaa5e87629a53979a5981e3e3ae166f6"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-win32.whl", hash = "sha256:269eaa2c20a13a5bf17558d4dc91a8d078c4fa1872f25303dddcbba3a813085e"},
|
|
|
|
{file = "coverage-6.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:f02cbbf8119db68455b9d763f2f8737bb7db7e43720afa07d8eb1604e5c5ae28"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ffa9297c3a453fba4717d06df579af42ab9a28022444cae7fa605af4df612d54"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:145f296d00441ca703a659e8f3eb48ae39fb083baba2d7ce4482fb2723e050d9"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d44996140af8b84284e5e7d398e589574b376fb4de8ccd28d82ad8e3bea13"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2bd9a6fc18aab8d2e18f89b7ff91c0f34ff4d5e0ba0b33e989b3cd4194c81fd9"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3384f2a3652cef289e38100f2d037956194a837221edd520a7ee5b42d00cc605"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9b3e07152b4563722be523e8cd0b209e0d1a373022cfbde395ebb6575bf6790d"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1480ff858b4113db2718848d7b2d1b75bc79895a9c22e76a221b9d8d62496428"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:865d69ae811a392f4d06bde506d531f6a28a00af36f5c8649684a9e5e4a85c83"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-win32.whl", hash = "sha256:664a47ce62fe4bef9e2d2c430306e1428ecea207ffd68649e3b942fa8ea83b0b"},
|
|
|
|
{file = "coverage-6.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:26dff09fb0d82693ba9e6231248641d60ba606150d02ed45110f9ec26404ed1c"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d9c80df769f5ec05ad21ea34be7458d1dc51ff1fb4b2219e77fe24edf462d6df"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:39ee53946bf009788108b4dd2894bf1349b4e0ca18c2016ffa7d26ce46b8f10d"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5b66caa62922531059bc5ac04f836860412f7f88d38a476eda0a6f11d4724f4"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd180ed867e289964404051a958f7cccabdeed423f91a899829264bb7974d3d3"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:84631e81dd053e8a0d4967cedab6db94345f1c36107c71698f746cb2636c63e3"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:8c08da0bd238f2970230c2a0d28ff0e99961598cb2e810245d7fc5afcf1254e8"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d42c549a8f41dc103a8004b9f0c433e2086add8a719da00e246e17cbe4056f72"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:309ce4a522ed5fca432af4ebe0f32b21d6d7ccbb0f5fcc99290e71feba67c264"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-win32.whl", hash = "sha256:fdb6f7bd51c2d1714cea40718f6149ad9be6a2ee7d93b19e9f00934c0f2a74d9"},
|
|
|
|
{file = "coverage-6.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:342d4aefd1c3e7f620a13f4fe563154d808b69cccef415415aece4c786665397"},
|
|
|
|
{file = "coverage-6.4.1-pp36.pp37.pp38-none-any.whl", hash = "sha256:4803e7ccf93230accb928f3a68f00ffa80a88213af98ed338a57ad021ef06815"},
|
|
|
|
{file = "coverage-6.4.1.tar.gz", hash = "sha256:4321f075095a096e70aff1d002030ee612b65a205a0a0f5b815280d5dc58100c"},
|
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-07-02 02:08:11 +00:00
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:d10413d493e98075060d3e62e5826de372912ea653ccc948f3c41b21ddca087f"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:cd64147ff16506632893ceb2569624b48c84daa3ba4d89695f7c7bc24188eee9"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:17c74f7d9e9e9bb7e84521243695c1b4bdc3a0e44ca764e6bcf8f05f3de3d0df"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:0713bee6c8077786c56bdec9c5d3f099d40d2c862ff3200416f6862e9dd63156"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b9c2008417741cdfbe945ef2d16b7b7ba0790886a0b49e1de533acf93eb66ed6"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:646905ff7a712e415bf0d0f214e0eb669dd2257c4d7a27db1e8baec5d2a1d55f"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:dcafadb5a06cb7a6bb49fb4c1de7414ee2f8c8e12b047606d97c3175d690f582"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:0b4bfc5ccfe4e5c7de535670680398fed4a0bbc5dfd52b3a295baad42230abdf"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:a03dbc0d8ce8c1146c177cd0e3a66ea106f36733fb1b997ea4d051f8a68539ff"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-win32.whl", hash = "sha256:190a24c14e91c1fa3101069aac7e77d11c5a73911c3904128367f52946bbb6fd"},
|
|
|
|
{file = "cryptography-37.0.3-cp36-abi3-win_amd64.whl", hash = "sha256:b05c5478524deb7a019e240f2a970040c4b0f01f58f0425e6262c96b126c6a3e"},
|
|
|
|
{file = "cryptography-37.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:891ed8312840fd43e0696468a6520a582a033c0109f7b14b96067bfe1123226b"},
|
|
|
|
{file = "cryptography-37.0.3-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:30d6aabf623a01affc7c0824936c3dde6590076b61f5dd299df3cc2c75fc5915"},
|
|
|
|
{file = "cryptography-37.0.3-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:31a7c1f1c2551f013d4294d06e22848e2ccd77825f0987cba3239df6ebf7b020"},
|
|
|
|
{file = "cryptography-37.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a94fd1ff80001cb97add71d07f596d8b865b716f25ef501183e0e199390e50d3"},
|
|
|
|
{file = "cryptography-37.0.3-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:8a85dbcc770256918b40c2f40bd3ffd3b2ae45b0cf19068b561db8f8d61bf492"},
|
|
|
|
{file = "cryptography-37.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:773d5b5f2e2bd2c7cbb1bd24902ad41283c88b9dd463a0f82adc9a2870d9d066"},
|
|
|
|
{file = "cryptography-37.0.3-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:0f9193428a55a4347af2d4fd8141a2002dedbcc26487e67fd2ae19f977ee8afc"},
|
|
|
|
{file = "cryptography-37.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bf652c73e8f7c32a3f92f7184bf7f9106dacdf5ef59c3c3683d7dae2c4972fb"},
|
|
|
|
{file = "cryptography-37.0.3-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:c3c8b1ad2c266fdf7adc041cc4156d6a3d14db93de2f81b26a5af97ef3f209e5"},
|
|
|
|
{file = "cryptography-37.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2383d6c3088e863304c37c65cd2ea404b7fbb4886823eab1d74137cc27f3d2ee"},
|
|
|
|
{file = "cryptography-37.0.3.tar.gz", hash = "sha256:ae430d51c67ac638dfbb42edf56c669ca9c74744f4d225ad11c6f3d355858187"},
|
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 = [
|
|
|
|
{file = "distlib-0.3.4-py2.py3-none-any.whl", hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b"},
|
|
|
|
{file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"},
|
|
|
|
]
|
|
|
|
dparse = [
|
|
|
|
{file = "dparse-0.5.1-py3-none-any.whl", hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994"},
|
|
|
|
{file = "dparse-0.5.1.tar.gz", hash = "sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367"},
|
|
|
|
]
|
|
|
|
dulwich = [
|
|
|
|
{file = "dulwich-0.20.44-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:2f6e35487963296894f2a2fcc49cc1340c24592ea465962f96a33f1527afd3f7"},
|
|
|
|
{file = "dulwich-0.20.44-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:46273dd4b6fc80f7bd3cdfe35ed1e7ed5cbd9850735b12b1a64f81058f337351"},
|
|
|
|
{file = "dulwich-0.20.44-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e7a884dd92bbfe66e4662a71d302b22b7910cc694d45f6e32acd1ae5da877183"},
|
|
|
|
{file = "dulwich-0.20.44-cp310-cp310-win_amd64.whl", hash = "sha256:61eb4633410ed7e6b49a0ce0f0a4a0604206fc1532ea119b948ff3cf974a0d02"},
|
|
|
|
{file = "dulwich-0.20.44-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:6ac93e78eb19f65d958e339818316af07579cdf826257562d3f7310d7535d205"},
|
|
|
|
{file = "dulwich-0.20.44-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d18029b40faa09848cb9a9e5a1b5fcc5365f0c959e9fcb3ec63ec78720dfe5e1"},
|
|
|
|
{file = "dulwich-0.20.44-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cbe9c167f3a591ac308a8dd54eef901db42cb898dd7f343479ef3badec4b96cc"},
|
|
|
|
{file = "dulwich-0.20.44-cp36-cp36m-win_amd64.whl", hash = "sha256:a6a224c28aa47e960c0fa388ad7acc93346bf36cc8bae6f7b4524b14b0c30b7a"},
|
|
|
|
{file = "dulwich-0.20.44-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:0e324240007fb2bb5f8c2b92244146cc02a8c451890e3b75257dbc1b14e4fe93"},
|
|
|
|
{file = "dulwich-0.20.44-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d97c739bfa8b99dfe40075b5928b16224aa22d739cba57855cccb4d8ee325654"},
|
|
|
|
{file = "dulwich-0.20.44-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5f9130827f89bbf013fa169d25fc113503e6536e2759b246db086300bf0caf05"},
|
|
|
|
{file = "dulwich-0.20.44-cp37-cp37m-win_amd64.whl", hash = "sha256:63bdfc0b8d762b66053f3dadbbb4b57ac65d201b9863140b6aefc742a4c94814"},
|
|
|
|
{file = "dulwich-0.20.44-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:f6d9822ce617de1836256808f43dceb80fb343d634d28aef170e87ca47176f83"},
|
|
|
|
{file = "dulwich-0.20.44-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:496fa0298285d5e442e858d742ed3fc721a15452b736a03c89124acd08f169a7"},
|
|
|
|
{file = "dulwich-0.20.44-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:29f56137a686e956dfa84242f12a79f2c13a0f0840646884de230f3ad07ccc50"},
|
|
|
|
{file = "dulwich-0.20.44-cp38-cp38-win_amd64.whl", hash = "sha256:4784e480c6368e1199e5292aca558455b65dbc1b5b0f06341e5702041c5e275a"},
|
|
|
|
{file = "dulwich-0.20.44-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:6aa185f04dfba6ab15c36c06ff5f0e8b44f05268011699c25e18b320a76d2d3f"},
|
|
|
|
{file = "dulwich-0.20.44-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45a069407630b60d85345da9c9bed07fe9a3d0b55fc3705815ddac1f31ce97be"},
|
|
|
|
{file = "dulwich-0.20.44-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:68e46a462d7686f440ef849947b7284412a2715e084090c8f5624d871758bf98"},
|
|
|
|
{file = "dulwich-0.20.44-cp39-cp39-win_amd64.whl", hash = "sha256:0a227684997f94518de53041503f4d467ef711319a09b85479a564c751ced65c"},
|
|
|
|
{file = "dulwich-0.20.44.tar.gz", hash = "sha256:10e8d73763dd30c86a99a15ade8bfcf3ab8fe96532cdf497e8cb1d11832352b8"},
|
|
|
|
]
|
|
|
|
entrypoints = [
|
|
|
|
{file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"},
|
|
|
|
{file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
filelock = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"},
|
|
|
|
{file = "filelock-3.7.1.tar.gz", hash = "sha256:3a0fd85166ad9dbab54c9aec96737b744106dc5f15c0b09a6744a445299fcf04"},
|
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
|
|
|
]
|
|
|
|
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-07-02 02:08:11 +00:00
|
|
|
{file = "identify-2.5.1-py2.py3-none-any.whl", hash = "sha256:0dca2ea3e4381c435ef9c33ba100a78a9b40c0bab11189c7cf121f75815efeaa"},
|
|
|
|
{file = "identify-2.5.1.tar.gz", hash = "sha256:3d11b16f3fe19f52039fb7e39c9c884b21cb1b586988114fbe42671f03de3e82"},
|
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
|
|
|
]
|
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
|
|
|
]
|
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
|
|
|
]
|
|
|
|
keyring = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "keyring-23.6.0-py3-none-any.whl", hash = "sha256:372ff2fc43ab779e3f87911c26e6c7acc8bb440cbd82683e383ca37594cb0617"},
|
|
|
|
{file = "keyring-23.6.0.tar.gz", hash = "sha256:3ac00c26e4c93739e19103091a9986a9f79665a78cf15a4df1dba7ea9ac8da2f"},
|
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 = [
|
|
|
|
{file = "matplotlib-inline-0.1.3.tar.gz", hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee"},
|
|
|
|
{file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"},
|
|
|
|
]
|
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"},
|
|
|
|
]
|
|
|
|
mdformat-tables = [
|
|
|
|
{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
|
|
|
]
|
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 = [
|
|
|
|
{file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
|
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
|
|
|
]
|
|
|
|
pbr = [
|
|
|
|
{file = "pbr-5.9.0-py2.py3-none-any.whl", hash = "sha256:e547125940bcc052856ded43be8e101f63828c2d94239ffbe2b327ba3d5ccf0a"},
|
|
|
|
{file = "pbr-5.9.0.tar.gz", hash = "sha256:e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308"},
|
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
|
|
|
]
|
|
|
|
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 = [
|
|
|
|
{file = "poetry-1.2.0b2-py3-none-any.whl", hash = "sha256:af57193839fdf6040ba37100cf03b7c380c62234b4d7bd5d4a48557297c9fd5f"},
|
|
|
|
{file = "poetry-1.2.0b2.tar.gz", hash = "sha256:875552acd2b658cf12356acc2ff6ba454639a983b6150e0d8b093554d87e4983"},
|
|
|
|
]
|
2020-10-11 22:23:41 +00:00
|
|
|
poetry-core = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "poetry-core-1.1.0b2.tar.gz", hash = "sha256:48ef71ff8a4c2f0b4eaf9c138c12feb96dbf32e65baac8ca673769d05edf142f"},
|
|
|
|
{file = "poetry_core-1.1.0b2-py3-none-any.whl", hash = "sha256:4967fe08f745291b353328d4226d378a1731de2997a25b7a0c891e302460108d"},
|
|
|
|
]
|
|
|
|
poetry-plugin-export = [
|
|
|
|
{file = "poetry-plugin-export-1.0.4.tar.gz", hash = "sha256:dfc8b9b12717cff24fd5f74346cf35d4acf97981d70abee85f62caea41541a1b"},
|
|
|
|
{file = "poetry_plugin_export-1.0.4-py3-none-any.whl", hash = "sha256:f4569cfd0051cf85dfdbd1e5ccd8255930eb921c7aacbbb037a8bf43a2646ac4"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
2020-09-23 22:40:31 +00:00
|
|
|
pre-commit = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"},
|
|
|
|
{file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"},
|
|
|
|
]
|
|
|
|
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 = [
|
|
|
|
{file = "prompt_toolkit-3.0.30-py3-none-any.whl", hash = "sha256:d8916d3f62a7b67ab353a952ce4ced6a1d2587dfe9ef8ebc30dd7c386751f289"},
|
|
|
|
{file = "prompt_toolkit-3.0.30.tar.gz", hash = "sha256:859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0"},
|
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-07-02 02:08:11 +00:00
|
|
|
pygments = [
|
|
|
|
{file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"},
|
|
|
|
{file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
|
|
|
|
]
|
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
|
|
|
]
|
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"},
|
|
|
|
]
|
2020-09-23 22:40:31 +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
|
|
|
]
|
2020-11-26 17:41:06 +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
|
|
|
]
|
|
|
|
"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"},
|
|
|
|
{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"},
|
|
|
|
{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"},
|
|
|
|
{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"},
|
|
|
|
{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"},
|
|
|
|
{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-07-02 02:08:11 +00:00
|
|
|
secretstorage = [
|
|
|
|
{file = "SecretStorage-3.3.2-py3-none-any.whl", hash = "sha256:755dc845b6ad76dcbcbc07ea3da75ae54bb1ea529eb72d15f83d26499a5df319"},
|
|
|
|
{file = "SecretStorage-3.3.2.tar.gz", hash = "sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f"},
|
|
|
|
]
|
2020-09-23 06:17:30 +00:00
|
|
|
shellingham = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "shellingham-1.4.0-py2.py3-none-any.whl", hash = "sha256:536b67a0697f2e4af32ab176c00a50ac2899c5a05e0d8e2dadac8e58888283f9"},
|
|
|
|
{file = "shellingham-1.4.0.tar.gz", hash = "sha256:4855c2458d6904829bd34c299f11fdeed7cfefbf8a2c522e4caea6cd76b3171e"},
|
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 = [
|
|
|
|
{file = "tomlkit-0.11.0-py3-none-any.whl", hash = "sha256:0f4050db66fd445b885778900ce4dd9aea8c90c4721141fde0d6ade893820ef1"},
|
|
|
|
{file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"},
|
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-07-02 02:08:11 +00:00
|
|
|
{file = "types-toml-0.10.7.tar.gz", hash = "sha256:a567fe2614b177d537ad99a661adc9bfc8c55a46f95e66370a4ed2dd171335f9"},
|
|
|
|
{file = "types_toml-0.10.7-py3-none-any.whl", hash = "sha256:05a8da4bfde2f1ee60e90c7071c063b461f74c63a9c3c1099470c08d6fa58615"},
|
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 = [
|
|
|
|
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
|
|
|
|
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|
|
|
|
virtualenv = [
|
2022-07-02 02:08:11 +00:00
|
|
|
{file = "virtualenv-20.15.1-py2.py3-none-any.whl", hash = "sha256:b30aefac647e86af6d82bfc944c556f8f1a9c90427b2fb4e3bfbf338cb82becf"},
|
|
|
|
{file = "virtualenv-20.15.1.tar.gz", hash = "sha256:288171134a2ff3bfb1a2f54f119e77cd1b81c29fc1265a2356f3e8d14c7d58c4"},
|
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-07-02 02:08:11 +00:00
|
|
|
{file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"},
|
|
|
|
{file = "zipp-3.8.0.tar.gz", hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"},
|
2020-09-23 06:17:30 +00:00
|
|
|
]
|