2020-05-21 17:34:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "allure-pytest"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "2.9.45"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Allure pytest integration"
|
|
|
|
category = "main"
|
2020-05-28 16:51:00 +08:00
|
|
|
optional = true
|
2020-05-21 17:34:51 +08:00
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-03-21 15:15:03 +08:00
|
|
|
allure-python-commons = "2.9.45"
|
2020-05-21 17:34:51 +08:00
|
|
|
pytest = ">=4.5.0"
|
|
|
|
six = ">=1.9.0"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-21 17:34:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "allure-python-commons"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "2.9.45"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Common module for integrate allure with python-based frameworks"
|
|
|
|
category = "main"
|
2020-05-28 16:51:00 +08:00
|
|
|
optional = true
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.5"
|
2020-05-21 17:34:51 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
attrs = ">=16.0.0"
|
|
|
|
pluggy = ">=0.4.0"
|
|
|
|
six = ">=1.9.0"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "appdirs"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "1.4.4"
|
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "atomicwrites"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "1.4.0"
|
|
|
|
description = "Atomic file writes."
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "21.4.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2020-05-15 15:22:36 +08:00
|
|
|
|
|
|
|
[package.extras]
|
2022-03-21 15:15:03 +08:00
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"]
|
|
|
|
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
|
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"]
|
|
|
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"]
|
2020-05-15 15:22:36 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "black"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "19.10b0"
|
|
|
|
description = "The uncompromising code formatter."
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
appdirs = "*"
|
|
|
|
attrs = ">=18.1.0"
|
|
|
|
click = ">=6.5"
|
|
|
|
pathspec = ">=0.6,<1"
|
|
|
|
regex = "*"
|
|
|
|
toml = ">=0.9.4"
|
|
|
|
typed-ast = ">=1.4.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
d = ["aiohttp (>=3.3.2)", "aiohttp-cors"]
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
2021-06-27 00:02:34 +08:00
|
|
|
name = "brotli"
|
|
|
|
version = "1.0.9"
|
|
|
|
description = "Python bindings for the Brotli compression library"
|
2019-12-14 15:42:58 +08:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-06-18 18:05:47 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
2021-06-27 00:02:34 +08:00
|
|
|
name = "certifi"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "2021.10.8"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
2020-06-18 18:05:47 +08:00
|
|
|
category = "main"
|
2021-06-27 00:02:34 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
2022-03-21 15:15:03 +08:00
|
|
|
name = "charset-normalizer"
|
|
|
|
version = "2.0.12"
|
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2021-06-27 00:02:34 +08:00
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.5.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
unicode_backport = ["unicodedata2"]
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "click"
|
2022-03-25 16:50:45 +08:00
|
|
|
version = "8.0.4"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2022-03-25 16:50:45 +08:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "0.4.4"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "coverage"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "4.5.4"
|
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
category = "dev"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "filetype"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "1.0.10"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Infer file type and MIME type of any file/buffer. No external dependencies."
|
|
|
|
category = "main"
|
2020-05-28 18:21:33 +08:00
|
|
|
optional = true
|
2019-12-14 15:42:58 +08:00
|
|
|
python-versions = "*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "3.3"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2020-05-28 16:51:00 +08:00
|
|
|
python-versions = ">=3.5"
|
2020-03-07 10:43:53 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "importlib-metadata"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "4.11.3"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.7"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-03-21 15:15:03 +08:00
|
|
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
2020-05-15 18:30:06 +08:00
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-03-21 15:15:03 +08: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.0.1)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"]
|
2020-06-18 18:05:47 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2022-03-21 15:53:01 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
|
|
|
version = "1.1.1"
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jinja2"
|
2022-03-26 11:09:32 +08:00
|
|
|
version = "3.1.1"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "A very fast and expressive template engine."
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2022-03-25 16:50:45 +08:00
|
|
|
python-versions = ">=3.7"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-03-21 15:33:36 +08:00
|
|
|
MarkupSafe = ">=2.0"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.extras]
|
2022-03-21 15:33:36 +08:00
|
|
|
i18n = ["Babel (>=2.7)"]
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-04-19 17:37:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jmespath"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "0.9.5"
|
|
|
|
description = "JSON Matching Expressions"
|
|
|
|
category = "main"
|
2020-04-19 17:37:23 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "loguru"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "0.4.1"
|
|
|
|
description = "Python logging made (stupidly) simple"
|
|
|
|
category = "main"
|
2020-03-07 10:43:53 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-27 00:02:34 +08:00
|
|
|
colorama = {version = ">=0.3.4", markers = "sys_platform == \"win32\""}
|
|
|
|
win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""}
|
2020-03-07 10:43:53 +08:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["codecov (>=2.0.15)", "colorama (>=0.3.4)", "flake8 (>=3.7.7)", "isort (>=4.3.20)", "tox (>=3.9.0)", "tox-travis (>=0.12)", "pytest (>=4.6.2)", "pytest-cov (>=2.7.1)", "Sphinx (>=2.2.1)", "sphinx-autobuild (>=0.7.1)", "sphinx-rtd-theme (>=0.4.3)", "black (>=19.3b0)"]
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "markupsafe"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "2.1.1"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.7"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "packaging"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "21.3"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-03-21 15:15:03 +08:00
|
|
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pathspec"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "0.9.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-05-15 15:22:36 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
2022-03-25 16:50:45 +08:00
|
|
|
version = "1.0.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2022-03-25 16:50:45 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-27 00:02:34 +08:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
2022-03-25 16:50:45 +08:00
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
2022-03-21 15:15:03 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
2020-06-18 18:05:47 +08:00
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "py"
|
2021-11-15 22:09:32 +08:00
|
|
|
version = "1.11.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2021-11-15 22:09:32 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
2020-06-18 18:05:47 +08:00
|
|
|
|
2019-12-31 17:31:33 +08:00
|
|
|
[[package]]
|
2020-03-07 10:43:53 +08:00
|
|
|
name = "pydantic"
|
2021-11-15 20:19:47 +08:00
|
|
|
version = "1.8.2"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
|
|
category = "main"
|
2019-12-31 17:31:33 +08:00
|
|
|
optional = false
|
2021-11-15 20:19:47 +08:00
|
|
|
python-versions = ">=3.6.1"
|
2019-12-31 17:31:33 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-11-15 20:19:47 +08:00
|
|
|
typing-extensions = ">=3.7.4.3"
|
2019-12-31 17:31:33 +08:00
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[package.extras]
|
|
|
|
dotenv = ["python-dotenv (>=0.10.4)"]
|
|
|
|
email = ["email-validator (>=1.0.3)"]
|
2019-12-31 17:31:33 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "3.0.7"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Python parsing module"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pytest"
|
2022-03-21 15:53:01 +08:00
|
|
|
version = "7.1.1"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2022-03-21 15:53:01 +08:00
|
|
|
python-versions = ">=3.7"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-06-27 00:02:34 +08:00
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
|
2022-03-21 15:53:01 +08:00
|
|
|
attrs = ">=19.2.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2022-03-21 15:53:01 +08:00
|
|
|
iniconfig = "*"
|
2020-05-15 18:30:06 +08:00
|
|
|
packaging = "*"
|
2022-03-21 15:53:01 +08:00
|
|
|
pluggy = ">=0.12,<2.0"
|
|
|
|
py = ">=1.8.2"
|
|
|
|
tomli = ">=1.0.0"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.extras]
|
2022-03-21 15:53:01 +08:00
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-28 16:51:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-html"
|
2022-03-21 15:53:01 +08:00
|
|
|
version = "3.1.1"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "pytest plugin for generating HTML reports"
|
|
|
|
category = "main"
|
2020-05-28 16:51:00 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-03-21 15:53:01 +08:00
|
|
|
pytest = ">=5.0,<6.0.0 || >6.0.0"
|
2020-05-28 16:51:00 +08:00
|
|
|
pytest-metadata = "*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-28 16:51:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-metadata"
|
2022-03-25 16:50:45 +08:00
|
|
|
version = "2.0.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "pytest plugin for test session metadata"
|
|
|
|
category = "main"
|
2020-05-28 16:51:00 +08:00
|
|
|
optional = false
|
2022-03-25 16:50:45 +08:00
|
|
|
python-versions = ">=3.7,<4.0"
|
2020-05-28 16:51:00 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-03-25 16:50:45 +08:00
|
|
|
pytest = ">=7.1.1,<8.0.0"
|
2022-03-21 15:15:03 +08:00
|
|
|
|
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pyyaml"
|
2021-11-15 22:09:32 +08:00
|
|
|
version = "5.4.1"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2021-11-15 22:09:32 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "2022.3.15"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Alternative regular expression module, to replace re."
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-05-15 15:22:36 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "2.27.1"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Python HTTP for Humans."
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2022-03-21 15:15:03 +08:00
|
|
|
charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
|
|
|
|
idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
|
|
|
|
urllib3 = ">=1.21.1,<1.27"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.extras]
|
2021-06-27 00:02:34 +08:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
|
2022-03-21 15:15:03 +08:00
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "requests-toolbelt"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "0.9.1"
|
|
|
|
description = "A utility belt for advanced users of python-requests"
|
|
|
|
category = "main"
|
2020-05-28 18:21:33 +08:00
|
|
|
optional = true
|
2019-12-14 15:42:58 +08:00
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
requests = ">=2.0.1,<3.0.0"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-06-04 11:12:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sentry-sdk"
|
2021-06-27 00:02:34 +08:00
|
|
|
version = "0.14.4"
|
|
|
|
description = "Python client for Sentry (https://getsentry.com)"
|
|
|
|
category = "main"
|
2020-06-04 11:12:47 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = "*"
|
|
|
|
urllib3 = ">=1.10.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
aiohttp = ["aiohttp (>=3.5)"]
|
|
|
|
beam = ["beam (>=2.12)"]
|
|
|
|
bottle = ["bottle (>=0.12.13)"]
|
|
|
|
celery = ["celery (>=3)"]
|
|
|
|
django = ["django (>=1.8)"]
|
|
|
|
falcon = ["falcon (>=1.4)"]
|
|
|
|
flask = ["flask (>=0.11)", "blinker (>=1.1)"]
|
|
|
|
pyspark = ["pyspark (>=2.4.4)"]
|
|
|
|
rq = ["rq (>=0.6)"]
|
|
|
|
sanic = ["sanic (>=0.8)"]
|
|
|
|
sqlalchemy = ["sqlalchemy (>=1.2)"]
|
|
|
|
tornado = ["tornado (>=5)"]
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "six"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "1.16.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "main"
|
2022-03-21 15:15:03 +08:00
|
|
|
optional = true
|
2020-05-15 18:30:06 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "0.10.2"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
2020-05-15 15:22:36 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2022-03-21 15:53:01 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tomli"
|
|
|
|
version = "2.0.1"
|
|
|
|
description = "A lil' TOML parser"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typed-ast"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "1.5.2"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
|
|
category = "main"
|
2020-05-15 15:22:36 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-05-15 15:22:36 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2021-11-15 20:19:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typing-extensions"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "4.1.1"
|
2021-11-15 20:19:47 +08:00
|
|
|
description = "Backported and Experimental Type Hints for Python 3.6+"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "urllib3"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "1.26.9"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
optional = false
|
2020-05-28 16:51:00 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.extras]
|
2022-03-21 15:15:03 +08:00
|
|
|
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
|
2021-11-15 22:09:32 +08:00
|
|
|
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
2021-06-27 00:02:34 +08:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "win32-setctime"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "1.1.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "A small Python utility to set file creation time on Windows"
|
|
|
|
category = "main"
|
2020-03-07 10:43:53 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"]
|
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zipp"
|
2022-03-21 15:15:03 +08:00
|
|
|
version = "3.7.0"
|
2021-06-27 00:02:34 +08:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
category = "main"
|
2020-05-15 18:30:06 +08:00
|
|
|
optional = false
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = ">=3.7"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.extras]
|
2022-03-21 15:15:03 +08:00
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "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"]
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2021-11-15 22:09:32 +08:00
|
|
|
[package.source]
|
|
|
|
type = "legacy"
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
2020-05-28 18:21:33 +08:00
|
|
|
[extras]
|
|
|
|
allure = ["allure-pytest"]
|
|
|
|
upload = ["requests-toolbelt", "filetype"]
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[metadata]
|
2021-06-27 00:02:34 +08:00
|
|
|
lock-version = "1.1"
|
2022-03-21 15:15:03 +08:00
|
|
|
python-versions = "^3.7"
|
2022-03-25 16:54:56 +08:00
|
|
|
content-hash = "ce51964d1daf419593be8b6d6f003069bf8626d922b950432e2c6f9a8093d9e6"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[metadata.files]
|
2020-05-21 17:34:51 +08:00
|
|
|
allure-pytest = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "allure-pytest-2.9.45.tar.gz", hash = "sha256:20620fde08a597578b157a60ff38bdcc300e312d12eaa38cf28e4a62e22bdaa3"},
|
|
|
|
{file = "allure_pytest-2.9.45-py3-none-any.whl", hash = "sha256:9b0325e06f8f79cf03289d4f4d741e57607d0fa12d9c094e243cbb042283f083"},
|
2020-05-21 17:34:51 +08:00
|
|
|
]
|
|
|
|
allure-python-commons = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "allure-python-commons-2.9.45.tar.gz", hash = "sha256:c238d28aeac35e8c7c517d8a2327e25ae5bbf2c30b5e2313d20ef11d75f5549d"},
|
|
|
|
{file = "allure_python_commons-2.9.45-py3-none-any.whl", hash = "sha256:3572f0526db3946fb14470c58b0b41d343483aad91d37d414e4641815e13691a"},
|
2020-05-21 17:34:51 +08:00
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
appdirs = [
|
|
|
|
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
|
|
|
{file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
atomicwrites = [
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
attrs = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"},
|
|
|
|
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
|
2020-05-15 15:22:36 +08:00
|
|
|
]
|
|
|
|
black = [
|
|
|
|
{file = "black-19.10b0-py36-none-any.whl", hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b"},
|
|
|
|
{file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"},
|
|
|
|
]
|
2021-06-27 00:02:34 +08:00
|
|
|
brotli = [
|
|
|
|
{file = "Brotli-1.0.9-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:268fe94547ba25b58ebc724680609c8ee3e5a843202e9a381f6f9c5e8bdb5c70"},
|
|
|
|
{file = "Brotli-1.0.9-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:c2415d9d082152460f2bd4e382a1e85aed233abc92db5a3880da2257dc7daf7b"},
|
|
|
|
{file = "Brotli-1.0.9-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5913a1177fc36e30fcf6dc868ce23b0453952c78c04c266d3149b3d39e1410d6"},
|
|
|
|
{file = "Brotli-1.0.9-cp27-cp27m-win32.whl", hash = "sha256:afde17ae04d90fbe53afb628f7f2d4ca022797aa093e809de5c3cf276f61bbfa"},
|
|
|
|
{file = "Brotli-1.0.9-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7cb81373984cc0e4682f31bc3d6be9026006d96eecd07ea49aafb06897746452"},
|
|
|
|
{file = "Brotli-1.0.9-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:db844eb158a87ccab83e868a762ea8024ae27337fc7ddcbfcddd157f841fdfe7"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:9744a863b489c79a73aba014df554b0e7a0fc44ef3f8a0ef2a52919c7d155031"},
|
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a72661af47119a80d82fa583b554095308d6a4c356b2a554fdc2799bc19f2a43"},
|
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ee83d3e3a024a9618e5be64648d6d11c37047ac48adff25f12fa4226cf23d1c"},
|
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:19598ecddd8a212aedb1ffa15763dd52a388518c4550e615aed88dc3753c0f0c"},
|
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:44bb8ff420c1d19d91d79d8c3574b8954288bdff0273bf788954064d260d7ab0"},
|
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-win32.whl", hash = "sha256:26d168aac4aaec9a4394221240e8a5436b5634adc3cd1cdf637f6645cecbf181"},
|
|
|
|
{file = "Brotli-1.0.9-cp310-cp310-win_amd64.whl", hash = "sha256:622a231b08899c864eb87e85f81c75e7b9ce05b001e59bbfbf43d4a71f5f32b2"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:c83aa123d56f2e060644427a882a36b3c12db93727ad7a7b9efd7d7f3e9cc2c4"},
|
|
|
|
{file = "Brotli-1.0.9-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:6b2ae9f5f67f89aade1fab0f7fd8f2832501311c363a21579d02defa844d9296"},
|
|
|
|
{file = "Brotli-1.0.9-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:68715970f16b6e92c574c30747c95cf8cf62804569647386ff032195dc89a430"},
|
|
|
|
{file = "Brotli-1.0.9-cp35-cp35m-win32.whl", hash = "sha256:defed7ea5f218a9f2336301e6fd379f55c655bea65ba2476346340a0ce6f74a1"},
|
|
|
|
{file = "Brotli-1.0.9-cp35-cp35m-win_amd64.whl", hash = "sha256:88c63a1b55f352b02c6ffd24b15ead9fc0e8bf781dbe070213039324922a2eea"},
|
|
|
|
{file = "Brotli-1.0.9-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:503fa6af7da9f4b5780bb7e4cbe0c639b010f12be85d02c99452825dd0feef3f"},
|
|
|
|
{file = "Brotli-1.0.9-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:40d15c79f42e0a2c72892bf407979febd9cf91f36f495ffb333d1d04cebb34e4"},
|
|
|
|
{file = "Brotli-1.0.9-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:93130612b837103e15ac3f9cbacb4613f9e348b58b3aad53721d92e57f96d46a"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:87fdccbb6bb589095f413b1e05734ba492c962b4a45a13ff3408fa44ffe6479b"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp36-cp36m-win32.whl", hash = "sha256:61a7ee1f13ab913897dac7da44a73c6d44d48a4adff42a5701e3239791c96e14"},
|
|
|
|
{file = "Brotli-1.0.9-cp36-cp36m-win_amd64.whl", hash = "sha256:1c48472a6ba3b113452355b9af0a60da5c2ae60477f8feda8346f8fd48e3e87c"},
|
|
|
|
{file = "Brotli-1.0.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3b78a24b5fd13c03ee2b7b86290ed20efdc95da75a3557cc06811764d5ad1126"},
|
|
|
|
{file = "Brotli-1.0.9-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:9d12cf2851759b8de8ca5fde36a59c08210a97ffca0eb94c532ce7b17c6a3d1d"},
|
|
|
|
{file = "Brotli-1.0.9-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:6c772d6c0a79ac0f414a9f8947cc407e119b8598de7621f39cacadae3cf57d12"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:29d1d350178e5225397e28ea1b7aca3648fcbab546d20e7475805437bfb0a130"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp37-cp37m-win32.whl", hash = "sha256:f909bbbc433048b499cb9db9e713b5d8d949e8c109a2a548502fb9aa8630f0b1"},
|
|
|
|
{file = "Brotli-1.0.9-cp37-cp37m-win_amd64.whl", hash = "sha256:97f715cf371b16ac88b8c19da00029804e20e25f30d80203417255d239f228b5"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e16eb9541f3dd1a3e92b89005e37b1257b157b7256df0e36bd7b33b50be73bcb"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:160c78292e98d21e73a4cc7f76a234390e516afcd982fa17e1422f7c6a9ce9c8"},
|
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-manylinux1_i686.whl", hash = "sha256:b663f1e02de5d0573610756398e44c130add0eb9a3fc912a09665332942a2efb"},
|
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:5b6ef7d9f9c38292df3690fe3e302b5b530999fa90014853dcd0d6902fb59f26"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a674ac10e0a87b683f4fa2b6fa41090edfd686a6524bd8dedbd6138b309175c"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-win32.whl", hash = "sha256:35a3edbe18e876e596553c4007a087f8bcfd538f19bc116917b3c7522fca0429"},
|
|
|
|
{file = "Brotli-1.0.9-cp38-cp38-win_amd64.whl", hash = "sha256:269a5743a393c65db46a7bb982644c67ecba4b8d91b392403ad8a861ba6f495f"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2aad0e0baa04517741c9bb5b07586c642302e5fb3e75319cb62087bd0995ab19"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5cb1e18167792d7d21e21365d7650b72d5081ed476123ff7b8cac7f45189c0c7"},
|
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-manylinux1_i686.whl", hash = "sha256:16d528a45c2e1909c2798f27f7bf0a3feec1dc9e50948e738b961618e38b6a7b"},
|
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:56d027eace784738457437df7331965473f2c0da2c70e1a1f6fdbae5402e0389"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9bf919756d25e4114ace16a8ce91eb340eb57a08e2c6950c3cebcbe3dff2a5e7"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-win32.whl", hash = "sha256:cfc391f4429ee0a9370aa93d812a52e1fee0f37a81861f4fdd1f4fb28e8547c3"},
|
|
|
|
{file = "Brotli-1.0.9-cp39-cp39-win_amd64.whl", hash = "sha256:854c33dad5ba0fbd6ab69185fec8dab89e13cda6b7d191ba111987df74f38761"},
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "Brotli-1.0.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:9749a124280a0ada4187a6cfd1ffd35c350fb3af79c706589d98e088c5044267"},
|
|
|
|
{file = "Brotli-1.0.9-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:76ffebb907bec09ff511bb3acc077695e2c32bc2142819491579a695f77ffd4d"},
|
2021-06-27 00:02:34 +08:00
|
|
|
{file = "Brotli-1.0.9.zip", hash = "sha256:4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
certifi = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
|
|
|
|
{file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
|
2020-06-18 18:05:47 +08:00
|
|
|
]
|
2022-03-21 15:15:03 +08:00
|
|
|
charset-normalizer = [
|
|
|
|
{file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},
|
|
|
|
{file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
click = [
|
2022-03-25 16:50:45 +08:00
|
|
|
{file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"},
|
|
|
|
{file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
colorama = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
coverage = [
|
|
|
|
{file = "coverage-4.5.4-cp26-cp26m-macosx_10_12_x86_64.whl", hash = "sha256:eee64c616adeff7db37cc37da4180a3a5b6177f5c46b187894e633f088fb5b28"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27m-macosx_10_12_x86_64.whl", hash = "sha256:ef824cad1f980d27f26166f86856efe11eff9912c4fed97d3804820d43fa550c"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:9a334d6c83dfeadae576b4d633a71620d40d1c379129d587faa42ee3e2a85cce"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:7494b0b0274c5072bddbfd5b4a6c6f18fbbe1ab1d22a41e99cd2d00c8f96ecfe"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:826f32b9547c8091679ff292a82aca9c7b9650f9fda3e2ca6bf2ac905b7ce888"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27m-win32.whl", hash = "sha256:63a9a5fc43b58735f65ed63d2cf43508f462dc49857da70b8980ad78d41d52fc"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27m-win_amd64.whl", hash = "sha256:e2ede7c1d45e65e209d6093b762e98e8318ddeff95317d07a27a2140b80cfd24"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:dd579709a87092c6dbee09d1b7cfa81831040705ffa12a1b248935274aee0437"},
|
|
|
|
{file = "coverage-4.5.4-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:08907593569fe59baca0bf152c43f3863201efb6113ecb38ce7e97ce339805a6"},
|
|
|
|
{file = "coverage-4.5.4-cp33-cp33m-macosx_10_10_x86_64.whl", hash = "sha256:6b62544bb68106e3f00b21c8930e83e584fdca005d4fffd29bb39fb3ffa03cb5"},
|
|
|
|
{file = "coverage-4.5.4-cp34-cp34m-macosx_10_12_x86_64.whl", hash = "sha256:331cb5115673a20fb131dadd22f5bcaf7677ef758741312bee4937d71a14b2ef"},
|
|
|
|
{file = "coverage-4.5.4-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:bf1ef9eb901113a9805287e090452c05547578eaab1b62e4ad456fcc049a9b7e"},
|
|
|
|
{file = "coverage-4.5.4-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:386e2e4090f0bc5df274e720105c342263423e77ee8826002dcffe0c9533dbca"},
|
|
|
|
{file = "coverage-4.5.4-cp34-cp34m-win32.whl", hash = "sha256:fa964bae817babece5aa2e8c1af841bebb6d0b9add8e637548809d040443fee0"},
|
|
|
|
{file = "coverage-4.5.4-cp34-cp34m-win_amd64.whl", hash = "sha256:df6712284b2e44a065097846488f66840445eb987eb81b3cc6e4149e7b6982e1"},
|
|
|
|
{file = "coverage-4.5.4-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:efc89291bd5a08855829a3c522df16d856455297cf35ae827a37edac45f466a7"},
|
|
|
|
{file = "coverage-4.5.4-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:e4ef9c164eb55123c62411f5936b5c2e521b12356037b6e1c2617cef45523d47"},
|
|
|
|
{file = "coverage-4.5.4-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ff37757e068ae606659c28c3bd0d923f9d29a85de79bf25b2b34b148473b5025"},
|
|
|
|
{file = "coverage-4.5.4-cp35-cp35m-win32.whl", hash = "sha256:bf0a7aed7f5521c7ca67febd57db473af4762b9622254291fbcbb8cd0ba5e33e"},
|
|
|
|
{file = "coverage-4.5.4-cp35-cp35m-win_amd64.whl", hash = "sha256:19e4df788a0581238e9390c85a7a09af39c7b539b29f25c89209e6c3e371270d"},
|
|
|
|
{file = "coverage-4.5.4-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:60851187677b24c6085248f0a0b9b98d49cba7ecc7ec60ba6b9d2e5574ac1ee9"},
|
|
|
|
{file = "coverage-4.5.4-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:245388cda02af78276b479f299bbf3783ef0a6a6273037d7c60dc73b8d8d7755"},
|
|
|
|
{file = "coverage-4.5.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:c0afd27bc0e307a1ffc04ca5ec010a290e49e3afbe841c5cafc5c5a80ecd81c9"},
|
|
|
|
{file = "coverage-4.5.4-cp36-cp36m-win32.whl", hash = "sha256:6ba744056423ef8d450cf627289166da65903885272055fb4b5e113137cfa14f"},
|
|
|
|
{file = "coverage-4.5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:af7ed8a8aa6957aac47b4268631fa1df984643f07ef00acd374e456364b373f5"},
|
|
|
|
{file = "coverage-4.5.4-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:3a794ce50daee01c74a494919d5ebdc23d58873747fa0e288318728533a3e1ca"},
|
|
|
|
{file = "coverage-4.5.4-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:0be0f1ed45fc0c185cfd4ecc19a1d6532d72f86a2bac9de7e24541febad72650"},
|
|
|
|
{file = "coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:eca2b7343524e7ba246cab8ff00cab47a2d6d54ada3b02772e908a45675722e2"},
|
|
|
|
{file = "coverage-4.5.4-cp37-cp37m-win32.whl", hash = "sha256:93715dffbcd0678057f947f496484e906bf9509f5c1c38fc9ba3922893cda5f5"},
|
|
|
|
{file = "coverage-4.5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:23cc09ed395b03424d1ae30dcc292615c1372bfba7141eb85e11e50efaa6b351"},
|
|
|
|
{file = "coverage-4.5.4-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:141f08ed3c4b1847015e2cd62ec06d35e67a3ac185c26f7635f4406b90afa9c5"},
|
|
|
|
{file = "coverage-4.5.4.tar.gz", hash = "sha256:e07d9f1a23e9e93ab5c62902833bf3e4b1f65502927379148b6622686223125c"},
|
|
|
|
]
|
|
|
|
filetype = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "filetype-1.0.10-py2.py3-none-any.whl", hash = "sha256:63fbe6e818a3d1cfac1d62b196574a7a4b7fc8e06a6c500d53577c018ef127d9"},
|
|
|
|
{file = "filetype-1.0.10.tar.gz", hash = "sha256:323a13500731b6c65a253bc3930bbce9a56dfba71e90b60ffd968ab69d9ae937"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
idna = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
|
|
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
2020-03-07 10:43:53 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
importlib-metadata = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "importlib_metadata-4.11.3-py3-none-any.whl", hash = "sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6"},
|
|
|
|
{file = "importlib_metadata-4.11.3.tar.gz", hash = "sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539"},
|
2020-06-18 18:05:47 +08:00
|
|
|
]
|
2022-03-21 15:53:01 +08:00
|
|
|
iniconfig = [
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
jinja2 = [
|
2022-03-26 11:09:32 +08:00
|
|
|
{file = "Jinja2-3.1.1-py3-none-any.whl", hash = "sha256:539835f51a74a69f41b848a9645dbdc35b4f20a3b601e2d9a7e22947b15ff119"},
|
|
|
|
{file = "Jinja2-3.1.1.tar.gz", hash = "sha256:640bed4bb501cbd17194b3cace1dc2126f5b619cf068a726b98192a0fde74ae9"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-04-19 17:37:23 +08:00
|
|
|
jmespath = [
|
|
|
|
{file = "jmespath-0.9.5-py2.py3-none-any.whl", hash = "sha256:695cb76fa78a10663425d5b73ddc5714eb711157e52704d69be03b1a02ba4fec"},
|
|
|
|
{file = "jmespath-0.9.5.tar.gz", hash = "sha256:cca55c8d153173e21baa59983015ad0daf603f9cb799904ff057bfb8ff8dc2d9"},
|
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
loguru = [
|
|
|
|
{file = "loguru-0.4.1-py3-none-any.whl", hash = "sha256:074b3caa6748452c1e4f2b302093c94b65d5a4c5a4d7743636b4121e06437b0e"},
|
|
|
|
{file = "loguru-0.4.1.tar.gz", hash = "sha256:a6101fd435ac89ba5205a105a26a6ede9e4ddbb4408a6e167852efca47806d11"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
markupsafe = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"},
|
|
|
|
{file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
packaging = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
pathspec = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
|
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
2020-05-15 15:22:36 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
pluggy = [
|
2022-03-25 16:50:45 +08: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-06-18 18:05:47 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
py = [
|
2021-11-15 22:09:32 +08: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-06-18 18:05:47 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
pydantic = [
|
2021-11-15 20:19:47 +08:00
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:05ddfd37c1720c392f4e0d43c484217b7521558302e7069ce8d318438d297739"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a7c6002203fe2c5a1b5cbb141bb85060cbff88c2d78eccbc72d97eb7022c43e4"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:589eb6cd6361e8ac341db97602eb7f354551482368a37f4fd086c0733548308e"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:10e5622224245941efc193ad1d159887872776df7a8fd592ed746aa25d071840"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-win_amd64.whl", hash = "sha256:99a9fc39470010c45c161a1dc584997f1feb13f689ecf645f59bb4ba623e586b"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a83db7205f60c6a86f2c44a61791d993dff4b73135df1973ecd9eed5ea0bda20"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:41b542c0b3c42dc17da70554bc6f38cbc30d7066d2c2815a94499b5684582ecb"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:ea5cb40a3b23b3265f6325727ddfc45141b08ed665458be8c6285e7b85bd73a1"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:18b5ea242dd3e62dbf89b2b0ec9ba6c7b5abaf6af85b95a97b00279f65845a23"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-win_amd64.whl", hash = "sha256:234a6c19f1c14e25e362cb05c68afb7f183eb931dd3cd4605eafff055ebbf287"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:021ea0e4133e8c824775a0cfe098677acf6fa5a3cbf9206a376eed3fc09302cd"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e710876437bc07bd414ff453ac8ec63d219e7690128d925c6e82889d674bb505"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:ac8eed4ca3bd3aadc58a13c2aa93cd8a884bcf21cb019f8cfecaae3b6ce3746e"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:4a03cbbe743e9c7247ceae6f0d8898f7a64bb65800a45cbdc52d65e370570820"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-win_amd64.whl", hash = "sha256:8621559dcf5afacf0069ed194278f35c255dc1a1385c28b32dd6c110fd6531b3"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8b223557f9510cf0bfd8b01316bf6dd281cf41826607eada99662f5e4963f316"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:244ad78eeb388a43b0c927e74d3af78008e944074b7d0f4f696ddd5b2af43c62"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:05ef5246a7ffd2ce12a619cbb29f3307b7c4509307b1b49f456657b43529dc6f"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:54cd5121383f4a461ff7644c7ca20c0419d58052db70d8791eacbbe31528916b"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-win_amd64.whl", hash = "sha256:4be75bebf676a5f0f87937c6ddb061fa39cbea067240d98e298508c1bda6f3f3"},
|
|
|
|
{file = "pydantic-1.8.2-py3-none-any.whl", hash = "sha256:fec866a0b59f372b7e776f2d7308511784dace622e0992a0b59ea3ccee0ae833"},
|
|
|
|
{file = "pydantic-1.8.2.tar.gz", hash = "sha256:26464e57ccaafe72b7ad156fdaa4e9b9ef051f69e175dbbb463283000c05ab7b"},
|
2019-12-31 17:31:33 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
pyparsing = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"},
|
|
|
|
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
|
|
|
pytest = [
|
2022-03-21 15:53:01 +08:00
|
|
|
{file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"},
|
|
|
|
{file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-05-28 16:51:00 +08:00
|
|
|
pytest-html = [
|
2022-03-21 15:53:01 +08:00
|
|
|
{file = "pytest-html-3.1.1.tar.gz", hash = "sha256:3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3"},
|
|
|
|
{file = "pytest_html-3.1.1-py3-none-any.whl", hash = "sha256:b7f82f123936a3f4d2950bc993c2c1ca09ce262c9ae12f9ac763a2401380b455"},
|
2020-05-28 16:51:00 +08:00
|
|
|
]
|
|
|
|
pytest-metadata = [
|
2022-03-25 16:50:45 +08:00
|
|
|
{file = "pytest-metadata-2.0.0.tar.gz", hash = "sha256:08dcc2779f4393309dd6d341ea1ddc15265239b6c4d51671737e784406ec07dc"},
|
|
|
|
{file = "pytest_metadata-2.0.0-py3-none-any.whl", hash = "sha256:e25f1a77ed02baf1d83911604247a70d60d7dcb970aa12be38e1ed58d4d38e65"},
|
2020-05-28 16:51:00 +08:00
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
pyyaml = [
|
2021-11-15 22:09:32 +08:00
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"},
|
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27m-win32.whl", hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393"},
|
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl", hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8"},
|
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185"},
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253"},
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc"},
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347"},
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541"},
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-win32.whl", hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5"},
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df"},
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018"},
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63"},
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa"},
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0"},
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-win32.whl", hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b"},
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf"},
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46"},
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb"},
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247"},
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc"},
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-win32.whl", hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"},
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696"},
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77"},
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183"},
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122"},
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6"},
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-win32.whl", hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10"},
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"},
|
|
|
|
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
regex = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "regex-2022.3.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:42eb13b93765c6698a5ab3bcd318d8c39bb42e5fa8a7fcf7d8d98923f3babdb1"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9beb03ff6fe509d6455971c2489dceb31687b38781206bcec8e68bdfcf5f1db2"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0a5a1fdc9f148a8827d55b05425801acebeeefc9e86065c7ac8b8cc740a91ff"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cb374a2a4dba7c4be0b19dc7b1adc50e6c2c26c3369ac629f50f3c198f3743a4"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c33ce0c665dd325200209340a88438ba7a470bd5f09f7424e520e1a3ff835b52"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:04c09b9651fa814eeeb38e029dc1ae83149203e4eeb94e52bb868fadf64852bc"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ab5d89cfaf71807da93c131bb7a19c3e19eaefd613d14f3bce4e97de830b15df"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0e2630ae470d6a9f8e4967388c1eda4762706f5750ecf387785e0df63a4cc5af"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:df037c01d68d1958dad3463e2881d3638a0d6693483f58ad41001aa53a83fcea"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:940570c1a305bac10e8b2bc934b85a7709c649317dd16520471e85660275083a"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7f63877c87552992894ea1444378b9c3a1d80819880ae226bb30b04789c0828c"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:3e265b388cc80c7c9c01bb4f26c9e536c40b2c05b7231fbb347381a2e1c8bf43"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:058054c7a54428d5c3e3739ac1e363dc9347d15e64833817797dc4f01fb94bb8"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-win32.whl", hash = "sha256:76435a92e444e5b8f346aed76801db1c1e5176c4c7e17daba074fbb46cb8d783"},
|
|
|
|
{file = "regex-2022.3.15-cp310-cp310-win_amd64.whl", hash = "sha256:174d964bc683b1e8b0970e1325f75e6242786a92a22cedb2a6ec3e4ae25358bd"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6e1d8ed9e61f37881c8db383a124829a6e8114a69bd3377a25aecaeb9b3538f8"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b52771f05cff7517f7067fef19ffe545b1f05959e440d42247a17cd9bddae11b"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:673f5a393d603c34477dbad70db30025ccd23996a2d0916e942aac91cc42b31a"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8923e1c5231549fee78ff9b2914fad25f2e3517572bb34bfaa3aea682a758683"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:764e66a0e382829f6ad3bbce0987153080a511c19eb3d2f8ead3f766d14433ac"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd00859291658fe1fda48a99559fb34da891c50385b0bfb35b808f98956ef1e7"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:aa2ce79f3889720b46e0aaba338148a1069aea55fda2c29e0626b4db20d9fcb7"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:34bb30c095342797608727baf5c8aa122406aa5edfa12107b8e08eb432d4c5d7"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:25ecb1dffc5e409ca42f01a2b2437f93024ff1612c1e7983bad9ee191a5e8828"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:aa5eedfc2461c16a092a2fabc5895f159915f25731740c9152a1b00f4bcf629a"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:7d1a6e403ac8f1d91d8f51c441c3f99367488ed822bda2b40836690d5d0059f5"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:3e4d710ff6539026e49f15a3797c6b1053573c2b65210373ef0eec24480b900b"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-win32.whl", hash = "sha256:0100f0ded953b6b17f18207907159ba9be3159649ad2d9b15535a74de70359d3"},
|
|
|
|
{file = "regex-2022.3.15-cp36-cp36m-win_amd64.whl", hash = "sha256:f320c070dea3f20c11213e56dbbd7294c05743417cde01392148964b7bc2d31a"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fc8c7958d14e8270171b3d72792b609c057ec0fa17d507729835b5cff6b7f69a"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ca6dcd17f537e9f3793cdde20ac6076af51b2bd8ad5fe69fa54373b17b48d3c"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0214ff6dff1b5a4b4740cfe6e47f2c4c92ba2938fca7abbea1359036305c132f"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a98ae493e4e80b3ded6503ff087a8492db058e9c68de371ac3df78e88360b374"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b1cc70e31aacc152a12b39245974c8fccf313187eead559ee5966d50e1b5817"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b4829db3737480a9d5bfb1c0320c4ee13736f555f53a056aacc874f140e98f64"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:303b15a3d32bf5fe5a73288c316bac5807587f193ceee4eb6d96ee38663789fa"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:dc7b7c16a519d924c50876fb152af661a20749dcbf653c8759e715c1a7a95b18"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ce3057777a14a9a1399b81eca6a6bfc9612047811234398b84c54aeff6d536ea"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:48081b6bff550fe10bcc20c01cf6c83dbca2ccf74eeacbfac240264775fd7ecf"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:dcbb7665a9db9f8d7642171152c45da60e16c4f706191d66a1dc47ec9f820aed"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c155a1a80c5e7a8fa1d9bb1bf3c8a953532b53ab1196092749bafb9d3a7cbb60"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-win32.whl", hash = "sha256:04b5ee2b6d29b4a99d38a6469aa1db65bb79d283186e8460542c517da195a8f6"},
|
|
|
|
{file = "regex-2022.3.15-cp37-cp37m-win_amd64.whl", hash = "sha256:797437e6024dc1589163675ae82f303103063a0a580c6fd8d0b9a0a6708da29e"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8afcd1c2297bc989dceaa0379ba15a6df16da69493635e53431d2d0c30356086"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0066a6631c92774391f2ea0f90268f0d82fffe39cb946f0f9c6b382a1c61a5e5"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8248f19a878c72d8c0a785a2cd45d69432e443c9f10ab924c29adda77b324ae"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8d1f3ea0d1924feb4cf6afb2699259f658a08ac6f8f3a4a806661c2dfcd66db1"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:794a6bc66c43db8ed06698fc32aaeaac5c4812d9f825e9589e56f311da7becd9"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4d1445824944e642ffa54c4f512da17a953699c563a356d8b8cbdad26d3b7598"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f553a1190ae6cd26e553a79f6b6cfba7b8f304da2071052fa33469da075ea625"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:75a5e6ce18982f0713c4bac0704bf3f65eed9b277edd3fb9d2b0ff1815943327"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f16cf7e4e1bf88fecf7f41da4061f181a6170e179d956420f84e700fb8a3fd6b"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:dad3991f0678facca1a0831ec1ddece2eb4d1dd0f5150acb9440f73a3b863907"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:491fc754428514750ab21c2d294486223ce7385446f2c2f5df87ddbed32979ae"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:6504c22c173bb74075d7479852356bb7ca80e28c8e548d4d630a104f231e04fb"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:01c913cf573d1da0b34c9001a94977273b5ee2fe4cb222a5d5b320f3a9d1a835"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-win32.whl", hash = "sha256:029e9e7e0d4d7c3446aa92474cbb07dafb0b2ef1d5ca8365f059998c010600e6"},
|
|
|
|
{file = "regex-2022.3.15-cp38-cp38-win_amd64.whl", hash = "sha256:947a8525c0a95ba8dc873191f9017d1b1e3024d4dc757f694e0af3026e34044a"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:591d4fba554f24bfa0421ba040cd199210a24301f923ed4b628e1e15a1001ff4"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b9809404528a999cf02a400ee5677c81959bc5cb938fdc696b62eb40214e3632"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f08a7e4d62ea2a45557f561eea87c907222575ca2134180b6974f8ac81e24f06"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5a86cac984da35377ca9ac5e2e0589bd11b3aebb61801204bd99c41fac516f0d"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:286908cbe86b1a0240a867aecfe26a439b16a1f585d2de133540549831f8e774"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b7494df3fdcc95a1f76cf134d00b54962dd83189520fd35b8fcd474c0aa616d"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b1ceede92400b3acfebc1425937454aaf2c62cd5261a3fabd560c61e74f6da3"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0317eb6331146c524751354ebef76a7a531853d7207a4d760dfb5f553137a2a4"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9c144405220c5ad3f5deab4c77f3e80d52e83804a6b48b6bed3d81a9a0238e4c"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:5b2e24f3ae03af3d8e8e6d824c891fea0ca9035c5d06ac194a2700373861a15c"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:f2c53f3af011393ab5ed9ab640fa0876757498aac188f782a0c620e33faa2a3d"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:060f9066d2177905203516c62c8ea0066c16c7342971d54204d4e51b13dfbe2e"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:530a3a16e57bd3ea0dff5ec2695c09632c9d6c549f5869d6cf639f5f7153fb9c"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-win32.whl", hash = "sha256:78ce90c50d0ec970bd0002462430e00d1ecfd1255218d52d08b3a143fe4bde18"},
|
|
|
|
{file = "regex-2022.3.15-cp39-cp39-win_amd64.whl", hash = "sha256:c5adc854764732dbd95a713f2e6c3e914e17f2ccdc331b9ecb777484c31f73b6"},
|
|
|
|
{file = "regex-2022.3.15.tar.gz", hash = "sha256:0a7b75cc7bb4cc0334380053e4671c560e31272c9d2d5a6c4b8e9ae2c9bd0f82"},
|
2020-05-15 15:22:36 +08:00
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
requests = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
|
|
|
|
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
requests-toolbelt = [
|
|
|
|
{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-06-04 11:12:47 +08:00
|
|
|
sentry-sdk = [
|
|
|
|
{file = "sentry-sdk-0.14.4.tar.gz", hash = "sha256:0e5e947d0f7a969314aa23669a94a9712be5a688ff069ff7b9fc36c66adc160c"},
|
|
|
|
{file = "sentry_sdk-0.14.4-py2.py3-none-any.whl", hash = "sha256:799a8bf76b012e3030a881be00e97bc0b922ce35dde699c6537122b751d80e2c"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
six = [
|
2022-03-21 15:15:03 +08: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-05-15 18:30:06 +08:00
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
toml = [
|
2022-03-21 15:15:03 +08: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-05-15 15:22:36 +08:00
|
|
|
]
|
2022-03-21 15:53:01 +08:00
|
|
|
tomli = [
|
|
|
|
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
typed-ast = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "typed_ast-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:183b183b7771a508395d2cbffd6db67d6ad52958a5fdc99f450d954003900266"},
|
|
|
|
{file = "typed_ast-1.5.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:676d051b1da67a852c0447621fdd11c4e104827417bf216092ec3e286f7da596"},
|
|
|
|
{file = "typed_ast-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bc2542e83ac8399752bc16e0b35e038bdb659ba237f4222616b4e83fb9654985"},
|
|
|
|
{file = "typed_ast-1.5.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74cac86cc586db8dfda0ce65d8bcd2bf17b58668dfcc3652762f3ef0e6677e76"},
|
|
|
|
{file = "typed_ast-1.5.2-cp310-cp310-win_amd64.whl", hash = "sha256:18fe320f354d6f9ad3147859b6e16649a0781425268c4dde596093177660e71a"},
|
|
|
|
{file = "typed_ast-1.5.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:31d8c6b2df19a777bc8826770b872a45a1f30cfefcfd729491baa5237faae837"},
|
|
|
|
{file = "typed_ast-1.5.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:963a0ccc9a4188524e6e6d39b12c9ca24cc2d45a71cfdd04a26d883c922b4b78"},
|
|
|
|
{file = "typed_ast-1.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0eb77764ea470f14fcbb89d51bc6bbf5e7623446ac4ed06cbd9ca9495b62e36e"},
|
|
|
|
{file = "typed_ast-1.5.2-cp36-cp36m-win_amd64.whl", hash = "sha256:294a6903a4d087db805a7656989f613371915fc45c8cc0ddc5c5a0a8ad9bea4d"},
|
|
|
|
{file = "typed_ast-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:26a432dc219c6b6f38be20a958cbe1abffcc5492821d7e27f08606ef99e0dffd"},
|
|
|
|
{file = "typed_ast-1.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7407cfcad702f0b6c0e0f3e7ab876cd1d2c13b14ce770e412c0c4b9728a0f88"},
|
|
|
|
{file = "typed_ast-1.5.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f30ddd110634c2d7534b2d4e0e22967e88366b0d356b24de87419cc4410c41b7"},
|
|
|
|
{file = "typed_ast-1.5.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8c08d6625bb258179b6e512f55ad20f9dfef019bbfbe3095247401e053a3ea30"},
|
|
|
|
{file = "typed_ast-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:90904d889ab8e81a956f2c0935a523cc4e077c7847a836abee832f868d5c26a4"},
|
|
|
|
{file = "typed_ast-1.5.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bbebc31bf11762b63bf61aaae232becb41c5bf6b3461b80a4df7e791fabb3aca"},
|
|
|
|
{file = "typed_ast-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c29dd9a3a9d259c9fa19d19738d021632d673f6ed9b35a739f48e5f807f264fb"},
|
|
|
|
{file = "typed_ast-1.5.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:58ae097a325e9bb7a684572d20eb3e1809802c5c9ec7108e85da1eb6c1a3331b"},
|
|
|
|
{file = "typed_ast-1.5.2-cp38-cp38-win_amd64.whl", hash = "sha256:da0a98d458010bf4fe535f2d1e367a2e2060e105978873c04c04212fb20543f7"},
|
|
|
|
{file = "typed_ast-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:33b4a19ddc9fc551ebabca9765d54d04600c4a50eda13893dadf67ed81d9a098"},
|
|
|
|
{file = "typed_ast-1.5.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1098df9a0592dd4c8c0ccfc2e98931278a6c6c53cb3a3e2cf7e9ee3b06153344"},
|
|
|
|
{file = "typed_ast-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42c47c3b43fe3a39ddf8de1d40dbbfca60ac8530a36c9b198ea5b9efac75c09e"},
|
|
|
|
{file = "typed_ast-1.5.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f290617f74a610849bd8f5514e34ae3d09eafd521dceaa6cf68b3f4414266d4e"},
|
|
|
|
{file = "typed_ast-1.5.2-cp39-cp39-win_amd64.whl", hash = "sha256:df05aa5b241e2e8045f5f4367a9f6187b09c4cdf8578bb219861c4e27c443db5"},
|
|
|
|
{file = "typed_ast-1.5.2.tar.gz", hash = "sha256:525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27"},
|
2020-05-15 15:22:36 +08:00
|
|
|
]
|
2021-11-15 20:19:47 +08:00
|
|
|
typing-extensions = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},
|
|
|
|
{file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"},
|
2021-11-15 20:19:47 +08:00
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
urllib3 = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
|
|
|
|
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
win32-setctime = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "win32_setctime-1.1.0-py3-none-any.whl", hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"},
|
|
|
|
{file = "win32_setctime-1.1.0.tar.gz", hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2"},
|
2020-03-07 10:43:53 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
zipp = [
|
2022-03-21 15:15:03 +08:00
|
|
|
{file = "zipp-3.7.0-py3-none-any.whl", hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375"},
|
|
|
|
{file = "zipp-3.7.0.tar.gz", hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|