2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Asyncio support for PEP-567 contextvars backport."
|
|
|
|
marker = "python_version < \"3.7\""
|
|
|
|
name = "aiocontextvars"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "0.2.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies.contextvars]
|
|
|
|
python = "<3.7"
|
|
|
|
version = "2.4"
|
|
|
|
|
2020-05-21 17:34:51 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Allure pytest integration"
|
|
|
|
name = "allure-pytest"
|
2020-05-28 16:51:00 +08:00
|
|
|
optional = true
|
2020-05-21 17:34:51 +08:00
|
|
|
python-versions = "*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "2.8.16"
|
2020-05-21 17:34:51 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-05-28 16:51:00 +08:00
|
|
|
allure-python-commons = "2.8.16"
|
2020-05-21 17:34:51 +08:00
|
|
|
pytest = ">=4.5.0"
|
|
|
|
six = ">=1.9.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Common module for integrate allure with python-based frameworks"
|
|
|
|
name = "allure-python-commons"
|
2020-05-28 16:51:00 +08:00
|
|
|
optional = true
|
2020-05-21 17:34:51 +08:00
|
|
|
python-versions = "*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "2.8.16"
|
2020-05-21 17:34:51 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
attrs = ">=16.0.0"
|
|
|
|
pluggy = ">=0.4.0"
|
|
|
|
six = ">=1.9.0"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
name = "appdirs"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.4.4"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Atomic file writes."
|
|
|
|
marker = "sys_platform == \"win32\""
|
|
|
|
name = "atomicwrites"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "1.4.0"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
name = "attrs"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "19.3.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"]
|
|
|
|
dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"]
|
|
|
|
docs = ["sphinx", "zope.interface"]
|
|
|
|
tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "The uncompromising code formatter."
|
|
|
|
name = "black"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "19.10b0"
|
|
|
|
|
|
|
|
[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"]
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
name = "certifi"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "2020.4.5.2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
|
marker = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""
|
|
|
|
name = "cffi"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.14.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pycparser = "*"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Universal encoding detector for Python 2 and 3"
|
|
|
|
name = "chardet"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "3.0.4"
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-15 15:22:36 +08:00
|
|
|
category = "main"
|
2019-12-14 15:42:58 +08:00
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
name = "click"
|
|
|
|
optional = false
|
2020-05-28 16:51:00 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "7.1.2"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Cross-platform colored terminal text."
|
2020-03-07 16:02:18 +08:00
|
|
|
marker = "sys_platform == \"win32\""
|
2019-12-14 15:42:58 +08:00
|
|
|
name = "colorama"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "0.4.3"
|
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables."
|
|
|
|
name = "configargparse"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "1.2.3"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
yaml = ["pyyaml"]
|
|
|
|
|
2019-12-31 17:31:33 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
2020-03-07 10:43:53 +08:00
|
|
|
description = "PEP 567 Backport"
|
|
|
|
marker = "python_version < \"3.7\""
|
|
|
|
name = "contextvars"
|
2019-12-31 17:31:33 +08:00
|
|
|
optional = false
|
2020-03-07 10:43:53 +08:00
|
|
|
python-versions = "*"
|
|
|
|
version = "2.4"
|
2019-12-31 17:31:33 +08:00
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[package.dependencies]
|
|
|
|
immutables = ">=0.9"
|
2019-12-31 17:31:33 +08:00
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
name = "coverage"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
|
|
|
|
version = "4.5.4"
|
|
|
|
|
2019-12-24 20:21:46 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
2020-03-07 10:43:53 +08:00
|
|
|
description = "A backport of the dataclasses module for Python 3.6"
|
|
|
|
marker = "python_version < \"3.7\""
|
|
|
|
name = "dataclasses"
|
2019-12-24 20:21:46 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-03-07 10:43:53 +08:00
|
|
|
version = "0.6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
|
|
name = "fastapi"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "0.49.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pydantic = ">=0.32.2,<2.0.0"
|
|
|
|
starlette = "0.12.9"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
all = ["requests", "aiofiles", "jinja2", "python-multipart", "itsdangerous", "pyyaml", "graphene", "ujson", "email-validator", "uvicorn", "async-exit-stack", "async-generator"]
|
|
|
|
dev = ["pyjwt", "passlib", "autoflake", "flake8", "uvicorn", "graphene"]
|
|
|
|
doc = ["mkdocs", "mkdocs-material", "markdown-include"]
|
|
|
|
test = ["pytest (>=4.0.0)", "pytest-cov", "mypy", "black", "isort", "requests", "email-validator", "sqlalchemy", "peewee", "databases", "orjson", "async-exit-stack", "async-generator", "python-multipart", "aiofiles", "ujson"]
|
2019-12-24 20:21:46 +08:00
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Infer file type and MIME type of any file/buffer. No external dependencies."
|
|
|
|
name = "filetype"
|
2020-05-28 18:21:33 +08:00
|
|
|
optional = true
|
2019-12-14 15:42:58 +08:00
|
|
|
python-versions = "*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "1.0.7"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A simple framework for building complex web applications."
|
|
|
|
name = "flask"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "1.1.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Jinja2 = ">=2.10.1"
|
|
|
|
Werkzeug = ">=0.15"
|
|
|
|
click = ">=5.1"
|
|
|
|
itsdangerous = ">=0.24"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pytest", "coverage", "tox", "sphinx", "pallets-sphinx-themes", "sphinxcontrib-log-cabinet", "sphinx-issues"]
|
|
|
|
docs = ["sphinx", "pallets-sphinx-themes", "sphinxcontrib-log-cabinet", "sphinx-issues"]
|
|
|
|
dotenv = ["python-dotenv"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "HTTP basic access authentication for Flask."
|
|
|
|
name = "flask-basicauth"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Flask = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Coroutine-based network library"
|
|
|
|
name = "gevent"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
|
|
|
|
version = "20.6.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cffi = ">=1.12.2"
|
|
|
|
greenlet = ">=0.4.16"
|
|
|
|
setuptools = "*"
|
|
|
|
"zope.event" = "*"
|
|
|
|
"zope.interface" = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dnspython = ["dnspython (>=1.16.0)", "idna"]
|
|
|
|
docs = ["repoze.sphinx.autointerface", "sphinxcontrib-programoutput"]
|
|
|
|
monitor = ["psutil (>=5.7.0)"]
|
|
|
|
recommended = ["dnspython (>=1.16.0)", "idna", "cffi (>=1.12.2)", "selectors2", "backports.socketpair", "psutil (>=5.7.0)"]
|
|
|
|
test = ["dnspython (>=1.16.0)", "idna", "requests", "objgraph", "cffi (>=1.12.2)", "selectors2", "futures", "mock", "backports.socketpair", "contextvars (2.4)", "coverage (<5.0)", "coveralls (>=1.7.0)", "psutil (>=5.7.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "http client library for gevent"
|
|
|
|
name = "geventhttpclient"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.4.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = "*"
|
|
|
|
gevent = ">=0.13"
|
|
|
|
six = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Lightweight in-process concurrent programming"
|
|
|
|
marker = "platform_python_implementation == \"CPython\""
|
|
|
|
name = "greenlet"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.4.16"
|
|
|
|
|
2019-12-31 17:31:33 +08:00
|
|
|
[[package]]
|
2020-03-07 10:43:53 +08:00
|
|
|
category = "dev"
|
|
|
|
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
|
|
|
name = "h11"
|
2019-12-31 17:31:33 +08:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-03-07 10:43:53 +08:00
|
|
|
version = "0.9.0"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "A collection of framework independent HTTP protocol utils."
|
|
|
|
marker = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\""
|
|
|
|
name = "httptools"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.1.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
test = ["Cython (0.29.14)"]
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
name = "idna"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "2.9"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Immutable Collections"
|
|
|
|
marker = "python_version < \"3.7\""
|
|
|
|
name = "immutables"
|
|
|
|
optional = false
|
2020-05-28 16:51:00 +08:00
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "0.14"
|
2020-03-07 10:43:53 +08:00
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
marker = "python_version < \"3.8\""
|
|
|
|
name = "importlib-metadata"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "1.6.1"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "rst.linker"]
|
2020-06-18 18:05:47 +08:00
|
|
|
testing = ["packaging", "pep517", "importlib-resources (>=1.3)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Various helpers to pass data to untrusted environments and back."
|
|
|
|
name = "itsdangerous"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "1.1.0"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A very fast and expressive template engine."
|
|
|
|
name = "jinja2"
|
|
|
|
optional = false
|
2020-05-28 16:51:00 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "2.11.2"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
MarkupSafe = ">=0.23"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
i18n = ["Babel (>=0.8)"]
|
|
|
|
|
2020-04-19 17:37:23 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "JSON Matching Expressions"
|
|
|
|
name = "jmespath"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.9.5"
|
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Developer friendly load testing framework"
|
|
|
|
name = "locust"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "1.0.3"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
ConfigArgParse = ">=1.0"
|
|
|
|
Flask-BasicAuth = ">=0.2.0"
|
|
|
|
flask = ">=1.1.2"
|
|
|
|
gevent = ">=1.5.0"
|
|
|
|
geventhttpclient = ">=1.4.2"
|
|
|
|
msgpack = ">=0.6.2"
|
|
|
|
psutil = ">=5.6.7"
|
|
|
|
pyzmq = ">=16.0.2"
|
|
|
|
requests = ">=2.9.1"
|
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python logging made (stupidly) simple"
|
|
|
|
name = "loguru"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "0.4.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = ">=0.3.4"
|
|
|
|
win32-setctime = ">=1.0.0"
|
|
|
|
|
|
|
|
[package.dependencies.aiocontextvars]
|
|
|
|
python = "<3.7"
|
|
|
|
version = ">=0.2.0"
|
|
|
|
|
|
|
|
[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)"]
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
name = "markupsafe"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
|
|
version = "1.1.1"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "More routines for operating on iterables, beyond itertools"
|
|
|
|
name = "more-itertools"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "8.4.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "MessagePack (de)serializer."
|
|
|
|
name = "msgpack"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.0.0"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
name = "packaging"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "20.4"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyparsing = ">=2.0.2"
|
|
|
|
six = "*"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
|
name = "pathspec"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "0.8.0"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
name = "pluggy"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "0.13.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
|
|
python = "<3.8"
|
|
|
|
version = ">=0.12"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Cross-platform lib for process and system monitoring in Python."
|
|
|
|
name = "psutil"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "5.7.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
enum = ["enum34"]
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
|
name = "py"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "1.8.2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "C parser in Python"
|
|
|
|
marker = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""
|
|
|
|
name = "pycparser"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "2.20"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2019-12-31 17:31:33 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
2020-03-07 10:43:53 +08:00
|
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
|
|
name = "pydantic"
|
2019-12-31 17:31:33 +08:00
|
|
|
optional = false
|
2020-03-07 10:43:53 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "1.5.1"
|
2019-12-31 17:31:33 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-03-07 10:43:53 +08:00
|
|
|
[package.dependencies.dataclasses]
|
|
|
|
python = "<3.7"
|
|
|
|
version = ">=0.6"
|
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)"]
|
|
|
|
typing_extensions = ["typing-extensions (>=3.7.2)"]
|
2019-12-31 17:31:33 +08:00
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python parsing module"
|
|
|
|
name = "pyparsing"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
version = "2.4.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
name = "pytest"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "5.4.3"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
atomicwrites = ">=1.0"
|
|
|
|
attrs = ">=17.4.0"
|
|
|
|
colorama = "*"
|
|
|
|
more-itertools = ">=4.0.0"
|
|
|
|
packaging = "*"
|
|
|
|
pluggy = ">=0.12,<1.0"
|
|
|
|
py = ">=1.5.0"
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
|
|
python = "<3.8"
|
|
|
|
version = ">=0.12"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
checkqa-mypy = ["mypy (v0.761)"]
|
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
|
|
|
|
|
2020-05-28 16:51:00 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "pytest plugin for generating HTML reports"
|
|
|
|
name = "pytest-html"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "2.1.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytest = ">=5.0"
|
|
|
|
pytest-metadata = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "pytest plugin for test session metadata"
|
|
|
|
name = "pytest-metadata"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
|
|
|
version = "1.9.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytest = ">=2.9.0"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
name = "pyyaml"
|
|
|
|
optional = false
|
2020-05-28 16:51:00 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "5.3.1"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python bindings for 0MQ"
|
|
|
|
name = "pyzmq"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*"
|
|
|
|
version = "19.0.1"
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Alternative regular expression module, to replace re."
|
|
|
|
name = "regex"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "2020.6.8"
|
2020-05-15 15:22:36 +08:00
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python HTTP for Humans."
|
|
|
|
name = "requests"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "2.24.0"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2020-05-28 16:51:00 +08:00
|
|
|
chardet = ">=3.0.2,<4"
|
|
|
|
idna = ">=2.5,<3"
|
2019-12-14 15:42:58 +08:00
|
|
|
urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
|
|
|
|
|
|
|
|
[package.extras]
|
2020-05-28 16:51:00 +08:00
|
|
|
security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
|
2019-12-14 15:42:58 +08:00
|
|
|
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A utility belt for advanced users of python-requests"
|
|
|
|
name = "requests-toolbelt"
|
2020-05-28 18:21:33 +08:00
|
|
|
optional = true
|
2019-12-14 15:42:58 +08:00
|
|
|
python-versions = "*"
|
|
|
|
version = "0.9.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
requests = ">=2.0.1,<3.0.0"
|
|
|
|
|
2020-06-04 11:12:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python client for Sentry (https://getsentry.com)"
|
|
|
|
name = "sentry-sdk"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.14.4"
|
|
|
|
|
|
|
|
[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)"]
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
name = "six"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "1.15.0"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "The little ASGI library that shines."
|
|
|
|
name = "starlette"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "0.12.9"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"]
|
|
|
|
|
2020-05-15 15:22:36 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
name = "toml"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.10.1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
|
|
name = "typed-ast"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.4.1"
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
name = "urllib3"
|
|
|
|
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"
|
|
|
|
version = "1.25.9"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
brotli = ["brotlipy (>=0.6.0)"]
|
2020-05-28 16:51:00 +08:00
|
|
|
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=0.14)", "ipaddress"]
|
2019-12-14 15:42:58 +08:00
|
|
|
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
|
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "The lightning-fast ASGI server."
|
|
|
|
name = "uvicorn"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-05-28 16:51:00 +08:00
|
|
|
version = "0.11.5"
|
2020-03-07 10:43:53 +08:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
click = ">=7.0.0,<8.0.0"
|
|
|
|
h11 = ">=0.8,<0.10"
|
|
|
|
httptools = ">=0.1.0,<0.2.0"
|
|
|
|
uvloop = ">=0.14.0"
|
|
|
|
websockets = ">=8.0.0,<9.0.0"
|
|
|
|
|
2020-05-28 16:51:00 +08:00
|
|
|
[package.extras]
|
|
|
|
watchgodreload = ["watchgod (>=0.6,<0.7)"]
|
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Fast implementation of asyncio event loop on top of libuv"
|
|
|
|
marker = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\""
|
|
|
|
name = "uvloop"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.14.0"
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
2020-06-18 18:05:47 +08:00
|
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
2020-05-15 18:30:06 +08:00
|
|
|
name = "wcwidth"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-06-18 18:05:47 +08:00
|
|
|
version = "0.2.4"
|
2020-05-15 18:30:06 +08:00
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
|
|
|
name = "websockets"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "8.0.2"
|
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "The comprehensive WSGI web application library."
|
|
|
|
name = "werkzeug"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pytest", "pytest-timeout", "coverage", "tox", "sphinx", "pallets-sphinx-themes", "sphinx-issues"]
|
|
|
|
watchdog = ["watchdog"]
|
|
|
|
|
2020-03-07 10:43:53 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A small Python utility to set file creation time on Windows"
|
|
|
|
marker = "sys_platform == \"win32\""
|
|
|
|
name = "win32-setctime"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"]
|
|
|
|
|
2020-05-15 18:30:06 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
marker = "python_version < \"3.8\""
|
|
|
|
name = "zipp"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "3.1.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|
|
|
testing = ["jaraco.itertools", "func-timeout"]
|
|
|
|
|
2020-06-18 18:05:47 +08:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Very basic event publishing system"
|
|
|
|
name = "zope.event"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
|
|
|
version = "4.4"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
setuptools = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx"]
|
|
|
|
test = ["zope.testrunner"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Interfaces for Python"
|
|
|
|
name = "zope.interface"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "5.1.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
setuptools = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "repoze.sphinx.autointerface"]
|
|
|
|
test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|
|
|
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|
|
|
|
2020-05-28 18:21:33 +08:00
|
|
|
[extras]
|
|
|
|
allure = ["allure-pytest"]
|
2020-06-18 18:05:47 +08:00
|
|
|
locust = ["locust"]
|
2020-05-28 18:21:33 +08:00
|
|
|
upload = ["requests-toolbelt", "filetype"]
|
|
|
|
|
2019-12-14 15:42:58 +08:00
|
|
|
[metadata]
|
2020-06-18 18:05:47 +08:00
|
|
|
content-hash = "e47b74393605334573a83551e91effda69586b32c65e1acb468901bf5596374d"
|
2020-03-07 10:43:53 +08:00
|
|
|
python-versions = "^3.6"
|
2019-12-14 15:42:58 +08:00
|
|
|
|
|
|
|
[metadata.files]
|
2020-03-07 10:43:53 +08:00
|
|
|
aiocontextvars = [
|
|
|
|
{file = "aiocontextvars-0.2.2-py2.py3-none-any.whl", hash = "sha256:885daf8261818767d8f7cbd79f9d4482d118f024b6586ef6e67980236a27bfa3"},
|
|
|
|
{file = "aiocontextvars-0.2.2.tar.gz", hash = "sha256:f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa"},
|
|
|
|
]
|
2020-05-21 17:34:51 +08:00
|
|
|
allure-pytest = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "allure-pytest-2.8.16.tar.gz", hash = "sha256:91a8a7481b9914abdaf5918ae9eddf15167f835806c5d04d0881ddbf8744f7b6"},
|
|
|
|
{file = "allure_pytest-2.8.16-py3-none-any.whl", hash = "sha256:4a0d4214ed19bc5bae4d6b2bd2329c008facb3e562d8d3dd12d74e455b3203dc"},
|
2020-05-21 17:34:51 +08:00
|
|
|
]
|
|
|
|
allure-python-commons = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "allure-python-commons-2.8.16.tar.gz", hash = "sha256:f67104a51643f2b0f1807acfe324bc13c1fa97f16d9b5c85670199acabd5c40d"},
|
|
|
|
{file = "allure_python_commons-2.8.16-py3-none-any.whl", hash = "sha256:3cf65bce770e4d6b6b1bd46bfecad8a04f1f7bef44133f9a3ded4295510187e2"},
|
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 = [
|
|
|
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"},
|
|
|
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"},
|
|
|
|
]
|
|
|
|
black = [
|
|
|
|
{file = "black-19.10b0-py36-none-any.whl", hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b"},
|
|
|
|
{file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
certifi = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "certifi-2020.4.5.2-py2.py3-none-any.whl", hash = "sha256:9cd41137dc19af6a5e03b630eefe7d1f458d964d406342dd3edf625839b944cc"},
|
|
|
|
{file = "certifi-2020.4.5.2.tar.gz", hash = "sha256:5ad7e9a056d25ffa5082862e36f119f7f7cec6457fa07ee2f8c339814b80c9b1"},
|
|
|
|
]
|
|
|
|
cffi = [
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1cae98a7054b5c9391eb3249b86e0e99ab1e02bb0cc0575da191aedadbdf4384"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:cf16e3cf6c0a5fdd9bc10c21687e19d29ad1fe863372b5543deaec1039581a30"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f2b0fa0c01d8a0c7483afd9f31d7ecf2d71760ca24499c8697aeb5ca37dc090c"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-win32.whl", hash = "sha256:99f748a7e71ff382613b4e1acc0ac83bf7ad167fb3802e35e90d9763daba4d78"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-win_amd64.whl", hash = "sha256:c420917b188a5582a56d8b93bdd8e0f6eca08c84ff623a4c16e809152cd35793"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:399aed636c7d3749bbed55bc907c3288cb43c65c4389964ad5ff849b6370603e"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:cab50b8c2250b46fe738c77dbd25ce017d5e6fb35d3407606e7a4180656a5a6a"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:001bf3242a1bb04d985d63e138230802c6c8d4db3668fb545fb5005ddf5bb5ff"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:e56c744aa6ff427a607763346e4170629caf7e48ead6921745986db3692f987f"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:b8c78301cefcf5fd914aad35d3c04c2b21ce8629b5e4f4e45ae6812e461910fa"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-win32.whl", hash = "sha256:8c0ffc886aea5df6a1762d0019e9cb05f825d0eec1f520c51be9d198701daee5"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-win_amd64.whl", hash = "sha256:8a6c688fefb4e1cd56feb6c511984a6c4f7ec7d2a1ff31a10254f3c817054ae4"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:95cd16d3dee553f882540c1ffe331d085c9e629499ceadfbda4d4fde635f4b7d"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:66e41db66b47d0d8672d8ed2708ba91b2f2524ece3dee48b5dfb36be8c2f21dc"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:028a579fc9aed3af38f4892bdcc7390508adabc30c6af4a6e4f611b0c680e6ac"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-win32.whl", hash = "sha256:cef128cb4d5e0b3493f058f10ce32365972c554572ff821e175dbc6f8ff6924f"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-win_amd64.whl", hash = "sha256:337d448e5a725bba2d8293c48d9353fc68d0e9e4088d62a9571def317797522b"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e577934fc5f8779c554639376beeaa5657d54349096ef24abe8c74c5d9c117c3"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:62ae9af2d069ea2698bf536dcfe1e4eed9090211dbaafeeedf5cb6c41b352f66"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:14491a910663bf9f13ddf2bc8f60562d6bc5315c1f09c704937ef17293fb85b0"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-win32.whl", hash = "sha256:c43866529f2f06fe0edc6246eb4faa34f03fe88b64a0a9a942561c8e22f4b71f"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2089ed025da3919d2e75a4d963d008330c96751127dd6f73c8dc0c65041b4c26"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3b911c2dbd4f423b4c4fcca138cadde747abdb20d196c4a48708b8a2d32b16dd"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:7e63cbcf2429a8dbfe48dcc2322d5f2220b77b2e17b7ba023d6166d84655da55"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:3d311bcc4a41408cf5854f06ef2c5cab88f9fded37a3b95936c9879c1640d4c2"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-win32.whl", hash = "sha256:675686925a9fb403edba0114db74e741d8181683dcf216be697d208857e04ca8"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-win_amd64.whl", hash = "sha256:00789914be39dffba161cfc5be31b55775de5ba2235fe49aa28c148236c4e06b"},
|
|
|
|
{file = "cffi-1.14.0.tar.gz", hash = "sha256:2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
chardet = [
|
|
|
|
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
|
|
|
|
{file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
|
|
|
|
]
|
|
|
|
click = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
|
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
|
|
|
colorama = [
|
|
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
|
|
]
|
2020-06-18 18:05:47 +08:00
|
|
|
configargparse = [
|
|
|
|
{file = "ConfigArgParse-1.2.3.tar.gz", hash = "sha256:edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc"},
|
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
contextvars = [
|
|
|
|
{file = "contextvars-2.4.tar.gz", hash = "sha256:f38c908aaa59c14335eeea12abea5f443646216c4e29380d7bf34d2018e2c39e"},
|
2019-12-31 17:31:33 +08:00
|
|
|
]
|
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"},
|
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
dataclasses = [
|
|
|
|
{file = "dataclasses-0.6-py3-none-any.whl", hash = "sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f"},
|
|
|
|
{file = "dataclasses-0.6.tar.gz", hash = "sha256:6988bd2b895eef432d562370bb707d540f32f7360ab13da45340101bc2307d84"},
|
|
|
|
]
|
|
|
|
fastapi = [
|
|
|
|
{file = "fastapi-0.49.2-py3-none-any.whl", hash = "sha256:e3b479c61d8a02ec6c80ebbc2ee2d621a32855ffffedd55fd5f2993c6dbdcc1e"},
|
|
|
|
{file = "fastapi-0.49.2.tar.gz", hash = "sha256:68395725aac4342896b4f9aa335c7e7fb773b565df7f96e964e24bffb84dc5a3"},
|
2019-12-24 20:21:46 +08:00
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
filetype = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "filetype-1.0.7-py2.py3-none-any.whl", hash = "sha256:353369948bb1c09b8b3ea3d78390b5586e9399bff9aab894a1dff954e31a66f6"},
|
|
|
|
{file = "filetype-1.0.7.tar.gz", hash = "sha256:da393ece8d98b47edf2dd5a85a2c8733e44b769e32c71af4cd96ed8d38d96aa7"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-06-18 18:05:47 +08:00
|
|
|
flask = [
|
|
|
|
{file = "Flask-1.1.2-py2.py3-none-any.whl", hash = "sha256:8a4fdd8936eba2512e9c85df320a37e694c93945b33ef33c89946a340a238557"},
|
|
|
|
{file = "Flask-1.1.2.tar.gz", hash = "sha256:4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060"},
|
|
|
|
]
|
|
|
|
flask-basicauth = [
|
|
|
|
{file = "Flask-BasicAuth-0.2.0.tar.gz", hash = "sha256:df5ebd489dc0914c224419da059d991eb72988a01cdd4b956d52932ce7d501ff"},
|
|
|
|
]
|
|
|
|
gevent = [
|
|
|
|
{file = "gevent-20.6.2-cp27-cp27m-macosx_10_15_x86_64.whl", hash = "sha256:b03890bbddbae5667f5baad517417056496ff5e92c3c7945b27cc08f55a9fcb2"},
|
|
|
|
{file = "gevent-20.6.2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1ea0d34cb78cdf37870be3bfb9330ebda89197bed9e048c14f4a90dec19a33e0"},
|
|
|
|
{file = "gevent-20.6.2-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:73eb4cf3114fbb5dd801bd0b93941adfa2fa6d99e91976c20a121ea14b8b39b9"},
|
|
|
|
{file = "gevent-20.6.2-cp27-cp27m-win32.whl", hash = "sha256:f41cc8e853ac2252bc58f6feabd74b8aae613e2d19097c5373463122f4dc08f0"},
|
|
|
|
{file = "gevent-20.6.2-cp27-cp27m-win_amd64.whl", hash = "sha256:d3baff87d935a5eeffb0e4f7cd5ffe258d2430cd62aeee2e5396f85da07df435"},
|
|
|
|
{file = "gevent-20.6.2-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:7d8408854ce892f987305a0e9bf5c051f4ea29453665454396d6afb620c719b6"},
|
|
|
|
{file = "gevent-20.6.2-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:ea2e4584950186b71d648bde6af40dae4d4c6f43db25a732ec056b27a7a83afe"},
|
|
|
|
{file = "gevent-20.6.2-cp35-cp35m-win32.whl", hash = "sha256:c0f4340e40e0f9dfe93a52a12ddf5b1eeda9bbc89b99bf3b9b23acab0dfae0a4"},
|
|
|
|
{file = "gevent-20.6.2-cp35-cp35m-win_amd64.whl", hash = "sha256:13c74d6784ef5ada2666abf2bb310d27a1d14291f7cac46148f336b19f714d40"},
|
|
|
|
{file = "gevent-20.6.2-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:78bd94f6f2ac366155169df3507068f6381f2ad77625633189ce183f86a57597"},
|
|
|
|
{file = "gevent-20.6.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0b16dd85eddaf6acdad373ce90ed4da09ef466cbc5e0ee5932d13f099929e844"},
|
|
|
|
{file = "gevent-20.6.2-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:a47556cac07e31b3cef8fd701599b3b1365961fe3736471f41807ffa27c5c848"},
|
|
|
|
{file = "gevent-20.6.2-cp36-cp36m-win32.whl", hash = "sha256:bef18b8bd3b728240b9bbd699737216b793d6c97b482431f69dcbe328ad73692"},
|
|
|
|
{file = "gevent-20.6.2-cp36-cp36m-win_amd64.whl", hash = "sha256:d0a67a20ce325f6a2068e0bd9fbf83db8a5f5ced972ed8ac5c20079a7d98c7d1"},
|
|
|
|
{file = "gevent-20.6.2-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:b17915b65b49a425115ddc3087484c81b1e47ce38c931d18bb14e453753e4d06"},
|
|
|
|
{file = "gevent-20.6.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:ebb8a545112110e3a6edf905ae1556b0538fc148c743aa7d8cfaebbbc23de31d"},
|
|
|
|
{file = "gevent-20.6.2-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:6c864b5604166ac8351e3128a1135b883b9e978fd24afbd75a249dcb42bc8ab5"},
|
|
|
|
{file = "gevent-20.6.2-cp37-cp37m-win32.whl", hash = "sha256:e5ca5ee80a9d9e697c9fc22b4bbce9ad06870f83fc8e7774e5504892ef702476"},
|
|
|
|
{file = "gevent-20.6.2-cp37-cp37m-win_amd64.whl", hash = "sha256:f2a02d9004ccb18edd9eaf6f25da9a7763de41a69754d5e4d872a8cbf8bd0b72"},
|
|
|
|
{file = "gevent-20.6.2-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:354f932c284fa45826b32f42927d892096cce05671b50b3ff59528230217ad47"},
|
|
|
|
{file = "gevent-20.6.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:67776cb33b638a3c61a0351d9d1e8f33a46b47de619e249de1159892f9ff035c"},
|
|
|
|
{file = "gevent-20.6.2-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:68764aca061bbbbade43727e797f9c28042f6d90cca5fb6514ef726d43ab00ca"},
|
|
|
|
{file = "gevent-20.6.2-cp38-cp38-win32.whl", hash = "sha256:0f3fbb1703b10609856e5dffb0e358bf5edf57e52dc7cd7226e3f8674fdc0a0f"},
|
|
|
|
{file = "gevent-20.6.2-cp38-cp38-win_amd64.whl", hash = "sha256:a18d8dd9bfa994a22f30adfa0563d80f0809140045c34f85535f422813d25855"},
|
|
|
|
{file = "gevent-20.6.2-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:9527087984f1659be899b3300d5d61c7c5b01d8beae106aff5160316da8bc56f"},
|
|
|
|
{file = "gevent-20.6.2-pp27-pypy_73-macosx_10_7_x86_64.whl", hash = "sha256:76ef4c6e3332e6f7278142d791b28695adfce39735900fccef2a0f1d894f6b36"},
|
|
|
|
{file = "gevent-20.6.2-pp27-pypy_73-win32.whl", hash = "sha256:3cb2f6978615d52e4e4e667b035c11a7272bb68b14d119faf1b138164b2f354f"},
|
|
|
|
{file = "gevent-20.6.2.tar.gz", hash = "sha256:a23c2abf08e851c988723f6a2996d495f513a2c0dc70f9956af03af8debdb5d1"},
|
|
|
|
]
|
|
|
|
geventhttpclient = [
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:7b7e827418ecc926271111ef9a5f832063c28250487d77292442a94dce040ab8"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:6f662227cf8ec2f061d67e9bcc4e2a83ccae4b91c812a0f4a8dd4b239300860f"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5c7a6211bd5747edf7e38a489369c510d06cfd293ec56be1bdd2045766075f8b"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:7e0686068f4dca0148e98957ac6804acb819d4a32886b75e4af8b7a4fafb0729"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:8d2874c86012b9c34de7a610b3e7762eca80da7591f945464afe3b024f99ea38"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:e089d1613fc30fd631cd82223abd8187bd9f3ccba70a58df38eb8139928c9237"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:f2c2d6a8c5973d1ab918443a7739ddc4bb1b3948ca676feccfe6b10076a13275"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:565dff607131b04b8a2e302065f47be235a2adefe30443401f2dc3d58972d18f"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:bcad86491ef10b281f43a93ca65bb65aec6afc7856badc8cb4745daa4b43fe33"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:e4179375224242a64e965d709282af91491a6de40f2117df81a2a775f94d2bc3"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:49e0aed4b7cc7eef09294376c77690528e4a21a37a8a0e99efa940561183a0f5"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:9324187592cbd66764a28a8f49dafb2bf68a07612bb4adf27a0777a35ba53cb6"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:b6cbcc500635b228a39c2a0b290059bdc8f7254776b6bc628bd7384ce0446125"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:682581949303c175abbaf686df819d403104ecc6b0355108c6cc473cc539a505"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-win32.whl", hash = "sha256:3df9cad44fddc775b06f7a9e8bea763bb8198ba426a8ce62bb79cb44bb7e419f"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp35-cp35m-win_amd64.whl", hash = "sha256:052899e60f63529a5ffc581987fef2893f445a62ebdb5f51f02444b9153b9e00"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:edd11d6b22993008a98235f02344f79783d7727f05d4cd4cc638591b2cf00346"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a391afadf1d7005d1f584470c5a2b03588c23c25b42ebed6a385ffb1e5deb61b"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:80570bf577de010cb3cff704bc9df2d76b3398144e6224e35558a9f3f794f863"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:df9ce998dbaef4e4aa6d9b2bc129d69c9ec41a71df30808298f6b8cc2e3cee18"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:3becac3ec54cc74caadcf87a309343d3298a8ca0ef6d3c4f7ab197be0acefdcb"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-win32.whl", hash = "sha256:a2ba13a6dc4343e9be64288fb89c077586350d201945565b5b882431a7cc111e"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp36-cp36m-win_amd64.whl", hash = "sha256:79a302b9448fee4d2a334278c0cb679195ec0ed4de0832bf46797e90602d5832"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:bef49de16b0c4551731294e37a05b55415fc49fa3c4e5b6cfac0d41fd430627d"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:a6eb1aa56bc52ba0adb281f7977662db8661b1398866674cf9be559cf23e2765"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:dade5b1266e10f78104a4880163b1aca1ace8c1efbf0e71887b9cff78bfbdb2f"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:d09d59902ca62253a48f7a5ffbd6c591cca8a65fe15428a294f600333b891aaa"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:b9bf31aed10e40116357f6eb1f3ac997030485ea8afd75fd00644dc6ccba1614"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-win32.whl", hash = "sha256:9141b2ce49adb317cf036a70f4543319abfde625b92e780794d806bcc1bcd1de"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:302277ba05f941da34fac3fdd9e0f13693c8460fa82fd8d40aa34151537fc171"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d8f2bbbc0f1cfd8d0b5b1c839be513e32a4d94c79f3b28aed5e0443866ee1ce5"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6018fc296c4d6a1ca0cfdf3a9fb23792e2302cbf5717dd0a25ee0c084bf8216a"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:b68fbaff99f8a7701477b83e829b74c0f6d878953dea468cc52601093a4806d4"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:94bf3480828190cb0cf3fae350b760aa12d9912b8eed5449ddb25867edae31f6"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:28e4ef874d4153460c1e29323f543942a6b3be308c5a50c006d412f4f9e7fc9c"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-win32.whl", hash = "sha256:1dcc1995146edbcb98e6343137ee4444fa5966ae534e5fac647b32357479e93f"},
|
|
|
|
{file = "geventhttpclient-1.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:355417460ce971a01f1ee0b4c53c65505faa0e1cc757ed16d8cdcbc5e66b21ab"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp27-pypy_73-macosx_10_7_x86_64.whl", hash = "sha256:074f9914ce8320f71ffaa1d48247a5f2d551e0df4a225e50d8cf162128116a6b"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp27-pypy_73-manylinux1_x86_64.whl", hash = "sha256:71bc17ffab758b800d1ca1c0ac0c1a47aa8dd7e80c88e9c6b454f7082ab03f8a"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:a5a9e5dc95618bf1d061de6862429f90bb8740b59449a47bfdadd4cc94eebb9f"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp27-pypy_73-win32.whl", hash = "sha256:3b18bb76b175d36205889e2c33c1746b70ab156392d6d5f382d1b2b349fd53e1"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp36-pypy36_pp73-macosx_10_7_x86_64.whl", hash = "sha256:dfa24eaf4310fc99c796fafac527e7c839670f15144936ab885b43705f2d6086"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp36-pypy36_pp73-manylinux1_x86_64.whl", hash = "sha256:86feb2e8f2210af353fb00e85db672007e43dd993f53dab18453b0b230fd0673"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl", hash = "sha256:d393b8a84dd9edcfb92ebfd35065a19eb589ce082dae4b61222c5835146c81c7"},
|
|
|
|
{file = "geventhttpclient-1.4.2-pp36-pypy36_pp73-win32.whl", hash = "sha256:0271d8ea2d4ad5b3fb753fb1df7e00aadfbe7d50d26fed714b97755f04011864"},
|
|
|
|
{file = "geventhttpclient-1.4.2.tar.gz", hash = "sha256:967b11c4a37032f98c08f58176e4ac8de10473ab0c1f617acb8202d44b97fe21"},
|
|
|
|
]
|
|
|
|
greenlet = [
|
|
|
|
{file = "greenlet-0.4.16-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:80cb0380838bf4e48da6adedb0c7cd060c187bb4a75f67a5aa9ec33689b84872"},
|
|
|
|
{file = "greenlet-0.4.16-cp27-cp27m-win32.whl", hash = "sha256:df7de669cbf21de4b04a3ffc9920bc8426cab4c61365fa84d79bf97401a8bef7"},
|
|
|
|
{file = "greenlet-0.4.16-cp27-cp27m-win_amd64.whl", hash = "sha256:1429dc183b36ec972055e13250d96e174491559433eb3061691b446899b87384"},
|
|
|
|
{file = "greenlet-0.4.16-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:5ea034d040e6ab1d2ae04ab05a3f37dbd719c4dee3804b13903d4cc794b1336e"},
|
|
|
|
{file = "greenlet-0.4.16-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c196a5394c56352e21cb7224739c6dd0075b69dd56f758505951d1d8d68cf8a9"},
|
|
|
|
{file = "greenlet-0.4.16-cp35-cp35m-win32.whl", hash = "sha256:1000038ba0ea9032948e2156a9c15f5686f36945e8f9906e6b8db49f358e7b52"},
|
|
|
|
{file = "greenlet-0.4.16-cp35-cp35m-win_amd64.whl", hash = "sha256:1b805231bfb7b2900a16638c3c8b45c694334c811f84463e52451e00c9412691"},
|
|
|
|
{file = "greenlet-0.4.16-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:e5db19d4a7d41bbeb3dd89b49fc1bc7e6e515b51bbf32589c618655a0ebe0bf0"},
|
|
|
|
{file = "greenlet-0.4.16-cp36-cp36m-win32.whl", hash = "sha256:eac2a3f659d5f41d6bbfb6a97733bc7800ea5e906dc873732e00cebb98cec9e4"},
|
|
|
|
{file = "greenlet-0.4.16-cp36-cp36m-win_amd64.whl", hash = "sha256:7eed31f4efc8356e200568ba05ad645525f1fbd8674f1e5be61a493e715e3873"},
|
|
|
|
{file = "greenlet-0.4.16-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:682328aa576ec393c1872615bcb877cf32d800d4a2f150e1a5dc7e56644010b1"},
|
|
|
|
{file = "greenlet-0.4.16-cp37-cp37m-win32.whl", hash = "sha256:3a35e33902b2e6079949feed7a2dafa5ac6f019da97bd255842bb22de3c11bf5"},
|
|
|
|
{file = "greenlet-0.4.16-cp37-cp37m-win_amd64.whl", hash = "sha256:b0b2a984bbfc543d144d88caad6cc7ff4a71be77102014bd617bd88cfb038727"},
|
|
|
|
{file = "greenlet-0.4.16-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:d83c1d38658b0f81c282b41238092ed89d8f93c6e342224ab73fb39e16848721"},
|
|
|
|
{file = "greenlet-0.4.16-cp38-cp38-win32.whl", hash = "sha256:e695ac8c3efe124d998230b219eb51afb6ef10524a50b3c45109c4b77a8a3a92"},
|
|
|
|
{file = "greenlet-0.4.16-cp38-cp38-win_amd64.whl", hash = "sha256:133ba06bad4e5f2f8bf6a0ac434e0fd686df749a86b3478903b92ec3a9c0c90b"},
|
|
|
|
{file = "greenlet-0.4.16.tar.gz", hash = "sha256:6e06eac722676797e8fce4adb8ad3dc57a1bb3adfb0dd3fdf8306c055a38456c"},
|
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
h11 = [
|
|
|
|
{file = "h11-0.9.0-py2.py3-none-any.whl", hash = "sha256:4bc6d6a1238b7615b266ada57e0618568066f57dd6fa967d1290ec9309b2f2f1"},
|
|
|
|
{file = "h11-0.9.0.tar.gz", hash = "sha256:33d4bca7be0fa039f4e84d50ab00531047e53d6ee8ffbc83501ea602c169cae1"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
httptools = [
|
|
|
|
{file = "httptools-0.1.1-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:a2719e1d7a84bb131c4f1e0cb79705034b48de6ae486eb5297a139d6a3296dce"},
|
|
|
|
{file = "httptools-0.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:fa3cd71e31436911a44620473e873a256851e1f53dee56669dae403ba41756a4"},
|
|
|
|
{file = "httptools-0.1.1-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:86c6acd66765a934e8730bf0e9dfaac6fdcf2a4334212bd4a0a1c78f16475ca6"},
|
|
|
|
{file = "httptools-0.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:bc3114b9edbca5a1eb7ae7db698c669eb53eb8afbbebdde116c174925260849c"},
|
|
|
|
{file = "httptools-0.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:ac0aa11e99454b6a66989aa2d44bca41d4e0f968e395a0a8f164b401fefe359a"},
|
|
|
|
{file = "httptools-0.1.1-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:96da81e1992be8ac2fd5597bf0283d832287e20cb3cfde8996d2b00356d4e17f"},
|
|
|
|
{file = "httptools-0.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:56b6393c6ac7abe632f2294da53f30d279130a92e8ae39d8d14ee2e1b05ad1f2"},
|
|
|
|
{file = "httptools-0.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:96eb359252aeed57ea5c7b3d79839aaa0382c9d3149f7d24dd7172b1bcecb009"},
|
|
|
|
{file = "httptools-0.1.1-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:fea04e126014169384dee76a153d4573d90d0cbd1d12185da089f73c78390437"},
|
|
|
|
{file = "httptools-0.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:3592e854424ec94bd17dc3e0c96a64e459ec4147e6d53c0a42d0ebcef9cb9c5d"},
|
|
|
|
{file = "httptools-0.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:0a4b1b2012b28e68306575ad14ad5e9120b34fccd02a81eb08838d7e3bbb48be"},
|
|
|
|
{file = "httptools-0.1.1.tar.gz", hash = "sha256:41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
idna = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"},
|
|
|
|
{file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
immutables = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "immutables-0.14-cp35-cp35m-macosx_10_14_x86_64.whl", hash = "sha256:860666fab142401a5535bf65cbd607b46bc5ed25b9d1eb053ca8ed9a1a1a80d6"},
|
|
|
|
{file = "immutables-0.14-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ce01788878827c3f0331c254a4ad8d9721489a5e65cc43e19c80040b46e0d297"},
|
|
|
|
{file = "immutables-0.14-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:8797eed4042f4626b0bc04d9cf134208918eb0c937a8193a2c66df5041e62d2e"},
|
|
|
|
{file = "immutables-0.14-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:33ce2f977da7b5e0dddd93744862404bdb316ffe5853ec853e53141508fa2e6a"},
|
|
|
|
{file = "immutables-0.14-cp36-cp36m-win_amd64.whl", hash = "sha256:6c8eace4d98988c72bcb37c05e79aae756832738305ae9497670482a82db08bc"},
|
|
|
|
{file = "immutables-0.14-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:ab6c18b7b2b2abc83e0edc57b0a38bf0915b271582a1eb8c7bed1c20398f8040"},
|
|
|
|
{file = "immutables-0.14-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c099212fd6504513a50e7369fe281007c820cf9d7bb22a336486c63d77d6f0b2"},
|
|
|
|
{file = "immutables-0.14-cp37-cp37m-win_amd64.whl", hash = "sha256:714aedbdeba4439d91cb5e5735cb10631fc47a7a69ea9cc8ecbac90322d50a4a"},
|
|
|
|
{file = "immutables-0.14-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:1c11050c49e193a1ec9dda1747285333f6ba6a30bbeb2929000b9b1192097ec0"},
|
|
|
|
{file = "immutables-0.14-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:c453e12b95e1d6bb4909e8743f88b7f5c0c97b86a8bc0d73507091cb644e3c1e"},
|
|
|
|
{file = "immutables-0.14-cp38-cp38-win_amd64.whl", hash = "sha256:ef9da20ec0f1c5853b5c8f8e3d9e1e15b8d98c259de4b7515d789a606af8745e"},
|
|
|
|
{file = "immutables-0.14.tar.gz", hash = "sha256:a0a1cc238b678455145bae291d8426f732f5255537ed6a5b7645949704c70a78"},
|
2020-03-07 10:43:53 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
importlib-metadata = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "importlib_metadata-1.6.1-py2.py3-none-any.whl", hash = "sha256:15ec6c0fd909e893e3a08b3a7c76ecb149122fb14b7efe1199ddd4c7c57ea958"},
|
|
|
|
{file = "importlib_metadata-1.6.1.tar.gz", hash = "sha256:0505dd08068cfec00f53a74a0ad927676d7757da81b7436a6eefe4c7cf75c545"},
|
|
|
|
]
|
|
|
|
itsdangerous = [
|
|
|
|
{file = "itsdangerous-1.1.0-py2.py3-none-any.whl", hash = "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749"},
|
|
|
|
{file = "itsdangerous-1.1.0.tar.gz", hash = "sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
jinja2 = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"},
|
|
|
|
{file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"},
|
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-06-18 18:05:47 +08:00
|
|
|
locust = [
|
|
|
|
{file = "locust-1.0.3-py3-none-any.whl", hash = "sha256:b80deea54f470d8fd61a8f610d87041ce908924fe3fca09700376de49aa89195"},
|
|
|
|
{file = "locust-1.0.3.tar.gz", hash = "sha256:7c2e850a84275b6f7c5ad4a8abde3488df94c08d3b52e619d9c71cc6b8c853cb"},
|
|
|
|
]
|
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 = [
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
|
|
|
|
{file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
more-itertools = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "more-itertools-8.4.0.tar.gz", hash = "sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5"},
|
|
|
|
{file = "more_itertools-8.4.0-py3-none-any.whl", hash = "sha256:b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2"},
|
|
|
|
]
|
|
|
|
msgpack = [
|
|
|
|
{file = "msgpack-1.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:cec8bf10981ed70998d98431cd814db0ecf3384e6b113366e7f36af71a0fca08"},
|
|
|
|
{file = "msgpack-1.0.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aa5c057eab4f40ec47ea6f5a9825846be2ff6bf34102c560bad5cad5a677c5be"},
|
|
|
|
{file = "msgpack-1.0.0-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:4233b7f86c1208190c78a525cd3828ca1623359ef48f78a6fea4b91bb995775a"},
|
|
|
|
{file = "msgpack-1.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:b3758dfd3423e358bbb18a7cccd1c74228dffa7a697e5be6cb9535de625c0dbf"},
|
|
|
|
{file = "msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:25b3bc3190f3d9d965b818123b7752c5dfb953f0d774b454fd206c18fe384fb8"},
|
|
|
|
{file = "msgpack-1.0.0-cp36-cp36m-win32.whl", hash = "sha256:e7bbdd8e2b277b77782f3ce34734b0dfde6cbe94ddb74de8d733d603c7f9e2b1"},
|
|
|
|
{file = "msgpack-1.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:5dba6d074fac9b24f29aaf1d2d032306c27f04187651511257e7831733293ec2"},
|
|
|
|
{file = "msgpack-1.0.0-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:908944e3f038bca67fcfedb7845c4a257c7749bf9818632586b53bcf06ba4b97"},
|
|
|
|
{file = "msgpack-1.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:db685187a415f51d6b937257474ca72199f393dad89534ebbdd7d7a3b000080e"},
|
|
|
|
{file = "msgpack-1.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ea41c9219c597f1d2bf6b374d951d310d58684b5de9dc4bd2976db9e1e22c140"},
|
|
|
|
{file = "msgpack-1.0.0-cp37-cp37m-win32.whl", hash = "sha256:e35b051077fc2f3ce12e7c6a34cf309680c63a842db3a0616ea6ed25ad20d272"},
|
|
|
|
{file = "msgpack-1.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:5bea44181fc8e18eed1d0cd76e355073f00ce232ff9653a0ae88cb7d9e643322"},
|
|
|
|
{file = "msgpack-1.0.0-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c901e8058dd6653307906c5f157f26ed09eb94a850dddd989621098d347926ab"},
|
|
|
|
{file = "msgpack-1.0.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:271b489499a43af001a2e42f42d876bb98ccaa7e20512ff37ca78c8e12e68f84"},
|
|
|
|
{file = "msgpack-1.0.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7a22c965588baeb07242cb561b63f309db27a07382825fc98aecaf0827c1538e"},
|
|
|
|
{file = "msgpack-1.0.0-cp38-cp38-win32.whl", hash = "sha256:002a0d813e1f7b60da599bdf969e632074f9eec1b96cbed8fb0973a63160a408"},
|
|
|
|
{file = "msgpack-1.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:39c54fdebf5fa4dda733369012c59e7d085ebdfe35b6cf648f09d16708f1be5d"},
|
|
|
|
{file = "msgpack-1.0.0.tar.gz", hash = "sha256:9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
|
|
|
packaging = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
|
|
|
|
{file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
pathspec = [
|
|
|
|
{file = "pathspec-0.8.0-py2.py3-none-any.whl", hash = "sha256:7d91249d21749788d07a2d0f94147accd8f845507400749ea19c1ec9054a12b0"},
|
|
|
|
{file = "pathspec-0.8.0.tar.gz", hash = "sha256:da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
pluggy = [
|
|
|
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
|
|
|
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
|
|
|
|
]
|
2020-06-18 18:05:47 +08:00
|
|
|
psutil = [
|
|
|
|
{file = "psutil-5.7.0-cp27-none-win32.whl", hash = "sha256:298af2f14b635c3c7118fd9183843f4e73e681bb6f01e12284d4d70d48a60953"},
|
|
|
|
{file = "psutil-5.7.0-cp27-none-win_amd64.whl", hash = "sha256:75e22717d4dbc7ca529ec5063000b2b294fc9a367f9c9ede1f65846c7955fd38"},
|
|
|
|
{file = "psutil-5.7.0-cp35-cp35m-win32.whl", hash = "sha256:f344ca230dd8e8d5eee16827596f1c22ec0876127c28e800d7ae20ed44c4b310"},
|
|
|
|
{file = "psutil-5.7.0-cp35-cp35m-win_amd64.whl", hash = "sha256:e2d0c5b07c6fe5a87fa27b7855017edb0d52ee73b71e6ee368fae268605cc3f5"},
|
|
|
|
{file = "psutil-5.7.0-cp36-cp36m-win32.whl", hash = "sha256:a02f4ac50d4a23253b68233b07e7cdb567bd025b982d5cf0ee78296990c22d9e"},
|
|
|
|
{file = "psutil-5.7.0-cp36-cp36m-win_amd64.whl", hash = "sha256:1413f4158eb50e110777c4f15d7c759521703bd6beb58926f1d562da40180058"},
|
|
|
|
{file = "psutil-5.7.0-cp37-cp37m-win32.whl", hash = "sha256:d008ddc00c6906ec80040d26dc2d3e3962109e40ad07fd8a12d0284ce5e0e4f8"},
|
|
|
|
{file = "psutil-5.7.0-cp37-cp37m-win_amd64.whl", hash = "sha256:73f35ab66c6c7a9ce82ba44b1e9b1050be2a80cd4dcc3352cc108656b115c74f"},
|
|
|
|
{file = "psutil-5.7.0-cp38-cp38-win32.whl", hash = "sha256:60b86f327c198561f101a92be1995f9ae0399736b6eced8f24af41ec64fb88d4"},
|
|
|
|
{file = "psutil-5.7.0-cp38-cp38-win_amd64.whl", hash = "sha256:d84029b190c8a66a946e28b4d3934d2ca1528ec94764b180f7d6ea57b0e75e26"},
|
|
|
|
{file = "psutil-5.7.0.tar.gz", hash = "sha256:685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
py = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "py-1.8.2-py2.py3-none-any.whl", hash = "sha256:a673fa23d7000440cc885c17dbd34fafcb7d7a6e230b29f6766400de36a33c44"},
|
|
|
|
{file = "py-1.8.2.tar.gz", hash = "sha256:f3b3a4c36512a4c4f024041ab51866f11761cc169670204b235f6b20523d4e6b"},
|
|
|
|
]
|
|
|
|
pycparser = [
|
|
|
|
{file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"},
|
|
|
|
{file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
pydantic = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "pydantic-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:2a6904e9f18dea58f76f16b95cba6a2f20b72d787abd84ecd67ebc526e61dce6"},
|
|
|
|
{file = "pydantic-1.5.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:da8099fca5ee339d5572cfa8af12cf0856ae993406f0b1eb9bb38c8a660e7416"},
|
|
|
|
{file = "pydantic-1.5.1-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:68dece67bff2b3a5cc188258e46b49f676a722304f1c6148ae08e9291e284d98"},
|
|
|
|
{file = "pydantic-1.5.1-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:ab863853cb502480b118187d670f753be65ec144e1654924bec33d63bc8b3ce2"},
|
|
|
|
{file = "pydantic-1.5.1-cp36-cp36m-win_amd64.whl", hash = "sha256:2007eb062ed0e57875ce8ead12760a6e44bf5836e6a1a7ea81d71eeecf3ede0f"},
|
|
|
|
{file = "pydantic-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:20a15a303ce1e4d831b4e79c17a4a29cb6740b12524f5bba3ea363bff65732bc"},
|
|
|
|
{file = "pydantic-1.5.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:473101121b1bd454c8effc9fe66d54812fdc128184d9015c5aaa0d4e58a6d338"},
|
|
|
|
{file = "pydantic-1.5.1-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:9be755919258d5d168aeffbe913ed6e8bd562e018df7724b68cabdee3371e331"},
|
|
|
|
{file = "pydantic-1.5.1-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:b96ce81c4b5ca62ab81181212edfd057beaa41411cd9700fbcb48a6ba6564b4e"},
|
|
|
|
{file = "pydantic-1.5.1-cp37-cp37m-win_amd64.whl", hash = "sha256:93b9f265329d9827f39f0fca68f5d72cc8321881cdc519a1304fa73b9f8a75bd"},
|
|
|
|
{file = "pydantic-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e2c753d355126ddd1eefeb167fa61c7037ecd30b98e7ebecdc0d1da463b4ea09"},
|
|
|
|
{file = "pydantic-1.5.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:8433dbb87246c0f562af75d00fa80155b74e4f6924b0db6a2078a3cd2f11c6c4"},
|
|
|
|
{file = "pydantic-1.5.1-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:0a1cdf24e567d42dc762d3fed399bd211a13db2e8462af9dfa93b34c41648efb"},
|
|
|
|
{file = "pydantic-1.5.1-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:8be325fc9da897029ee48d1b5e40df817d97fe969f3ac3fd2434ba7e198c55d5"},
|
|
|
|
{file = "pydantic-1.5.1-cp38-cp38-win_amd64.whl", hash = "sha256:3714a4056f5bdbecf3a41e0706ec9b228c9513eee2ad884dc2c568c4dfa540e9"},
|
|
|
|
{file = "pydantic-1.5.1-py36.py37.py38-none-any.whl", hash = "sha256:70f27d2f0268f490fe3de0a9b6fca7b7492b8fd6623f9fecd25b221ebee385e3"},
|
|
|
|
{file = "pydantic-1.5.1.tar.gz", hash = "sha256:f0018613c7a0d19df3240c2a913849786f21b6539b9f23d85ce4067489dfacfa"},
|
2019-12-31 17:31:33 +08:00
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
pyparsing = [
|
|
|
|
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
|
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
|
|
|
|
]
|
|
|
|
pytest = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"},
|
|
|
|
{file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-05-28 16:51:00 +08:00
|
|
|
pytest-html = [
|
|
|
|
{file = "pytest-html-2.1.1.tar.gz", hash = "sha256:6a4ac391e105e391208e3eb9bd294a60dd336447fd8e1acddff3a6de7f4e57c5"},
|
|
|
|
{file = "pytest_html-2.1.1-py2.py3-none-any.whl", hash = "sha256:9e4817e8be8ddde62e8653c8934d0f296b605da3d2277a052f762c56a8b32df2"},
|
|
|
|
]
|
|
|
|
pytest-metadata = [
|
|
|
|
{file = "pytest-metadata-1.9.0.tar.gz", hash = "sha256:168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c"},
|
|
|
|
{file = "pytest_metadata-1.9.0-py2.py3-none-any.whl", hash = "sha256:91d09c0e367e93c63c98461e9960833f465bff53d00ed2f8ccf680205e5053a4"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
pyyaml = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"},
|
|
|
|
{file = "PyYAML-5.3.1-cp27-cp27m-win_amd64.whl", hash = "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76"},
|
|
|
|
{file = "PyYAML-5.3.1-cp35-cp35m-win32.whl", hash = "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2"},
|
|
|
|
{file = "PyYAML-5.3.1-cp35-cp35m-win_amd64.whl", hash = "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c"},
|
|
|
|
{file = "PyYAML-5.3.1-cp36-cp36m-win32.whl", hash = "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2"},
|
|
|
|
{file = "PyYAML-5.3.1-cp36-cp36m-win_amd64.whl", hash = "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648"},
|
|
|
|
{file = "PyYAML-5.3.1-cp37-cp37m-win32.whl", hash = "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"},
|
|
|
|
{file = "PyYAML-5.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf"},
|
|
|
|
{file = "PyYAML-5.3.1-cp38-cp38-win32.whl", hash = "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97"},
|
|
|
|
{file = "PyYAML-5.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee"},
|
|
|
|
{file = "PyYAML-5.3.1.tar.gz", hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-06-18 18:05:47 +08:00
|
|
|
pyzmq = [
|
|
|
|
{file = "pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl", hash = "sha256:58688a2dfa044fad608a8e70ba8d019d0b872ec2acd75b7b5e37da8905605891"},
|
|
|
|
{file = "pyzmq-19.0.1-cp27-cp27m-win32.whl", hash = "sha256:87c78f6936e2654397ca2979c1d323ee4a889eef536cc77a938c6b5be33351a7"},
|
|
|
|
{file = "pyzmq-19.0.1-cp27-cp27m-win_amd64.whl", hash = "sha256:97b6255ae77328d0e80593681826a0479cb7bac0ba8251b4dd882f5145a2293a"},
|
|
|
|
{file = "pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:15b4cb21118f4589c4db8be4ac12b21c8b4d0d42b3ee435d47f686c32fe2e91f"},
|
|
|
|
{file = "pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:931339ac2000d12fe212e64f98ce291e81a7ec6c73b125f17cf08415b753c087"},
|
|
|
|
{file = "pyzmq-19.0.1-cp35-cp35m-macosx_10_9_intel.whl", hash = "sha256:2a88b8fabd9cc35bd59194a7723f3122166811ece8b74018147a4ed8489e6421"},
|
|
|
|
{file = "pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:bafd651b557dd81d89bd5f9c678872f3e7b7255c1c751b78d520df2caac80230"},
|
|
|
|
{file = "pyzmq-19.0.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:8952f6ba6ae598e792703f3134af5a01af8f5c7cf07e9a148f05a12b02412cea"},
|
|
|
|
{file = "pyzmq-19.0.1-cp35-cp35m-win32.whl", hash = "sha256:54aa24fd60c4262286fc64ca632f9e747c7cc3a3a1144827490e1dc9b8a3a960"},
|
|
|
|
{file = "pyzmq-19.0.1-cp35-cp35m-win_amd64.whl", hash = "sha256:dcbc3f30c11c60d709c30a213dc56e88ac016fe76ac6768e64717bd976072566"},
|
|
|
|
{file = "pyzmq-19.0.1-cp36-cp36m-macosx_10_9_intel.whl", hash = "sha256:6ca519309703e95d55965735a667809bbb65f52beda2fdb6312385d3e7a6d234"},
|
|
|
|
{file = "pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:4ee0bfd82077a3ff11c985369529b12853a4064320523f8e5079b630f9551448"},
|
|
|
|
{file = "pyzmq-19.0.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ba6f24431b569aec674ede49cad197cad59571c12deed6ad8e3c596da8288217"},
|
|
|
|
{file = "pyzmq-19.0.1-cp36-cp36m-win32.whl", hash = "sha256:956775444d01331c7eb412c5fb9bb62130dfaac77e09f32764ea1865234e2ca9"},
|
|
|
|
{file = "pyzmq-19.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b08780e3a55215873b3b8e6e7ca8987f14c902a24b6ac081b344fd430d6ca7cd"},
|
|
|
|
{file = "pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:21f7d91f3536f480cb2c10d0756bfa717927090b7fb863e6323f766e5461ee1c"},
|
|
|
|
{file = "pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:bfff5ffff051f5aa47ba3b379d87bd051c3196b0c8a603e8b7ed68a6b4f217ec"},
|
|
|
|
{file = "pyzmq-19.0.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:07fb8fe6826a229dada876956590135871de60dbc7de5a18c3bcce2ed1f03c98"},
|
|
|
|
{file = "pyzmq-19.0.1-cp37-cp37m-win32.whl", hash = "sha256:342fb8a1dddc569bc361387782e8088071593e7eaf3e3ecf7d6bd4976edff112"},
|
|
|
|
{file = "pyzmq-19.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:faee2604f279d31312bc455f3d024f160b6168b9c1dde22bf62d8c88a4deca8e"},
|
|
|
|
{file = "pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5b9d21fc56c8aacd2e6d14738021a9d64f3f69b30578a99325a728e38a349f85"},
|
|
|
|
{file = "pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:af0c02cf49f4f9eedf38edb4f3b6bb621d83026e7e5d76eb5526cc5333782fd6"},
|
|
|
|
{file = "pyzmq-19.0.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:5f1f2eb22aab606f808163eb1d537ac9a0ba4283fbeb7a62eb48d9103cf015c2"},
|
|
|
|
{file = "pyzmq-19.0.1-cp38-cp38-win32.whl", hash = "sha256:f9d7e742fb0196992477415bb34366c12e9bb9a0699b8b3f221ff93b213d7bec"},
|
|
|
|
{file = "pyzmq-19.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:5b99c2ae8089ef50223c28bac57510c163bfdff158c9e90764f812b94e69a0e6"},
|
|
|
|
{file = "pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl", hash = "sha256:cf5d689ba9513b9753959164cf500079383bc18859f58bf8ce06d8d4bef2b054"},
|
|
|
|
{file = "pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl", hash = "sha256:aaa8b40b676576fd7806839a5de8e6d5d1b74981e6376d862af6c117af2a3c10"},
|
|
|
|
{file = "pyzmq-19.0.1.tar.gz", hash = "sha256:13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0"},
|
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
regex = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "regex-2020.6.8-cp27-cp27m-win32.whl", hash = "sha256:fbff901c54c22425a5b809b914a3bfaf4b9570eee0e5ce8186ac71eb2025191c"},
|
|
|
|
{file = "regex-2020.6.8-cp27-cp27m-win_amd64.whl", hash = "sha256:112e34adf95e45158c597feea65d06a8124898bdeac975c9087fe71b572bd938"},
|
|
|
|
{file = "regex-2020.6.8-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:92d8a043a4241a710c1cf7593f5577fbb832cf6c3a00ff3fc1ff2052aff5dd89"},
|
|
|
|
{file = "regex-2020.6.8-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:bae83f2a56ab30d5353b47f9b2a33e4aac4de9401fb582b55c42b132a8ac3868"},
|
|
|
|
{file = "regex-2020.6.8-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:b2ba0f78b3ef375114856cbdaa30559914d081c416b431f2437f83ce4f8b7f2f"},
|
|
|
|
{file = "regex-2020.6.8-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:95fa7726d073c87141f7bbfb04c284901f8328e2d430eeb71b8ffdd5742a5ded"},
|
|
|
|
{file = "regex-2020.6.8-cp36-cp36m-win32.whl", hash = "sha256:e3cdc9423808f7e1bb9c2e0bdb1c9dc37b0607b30d646ff6faf0d4e41ee8fee3"},
|
|
|
|
{file = "regex-2020.6.8-cp36-cp36m-win_amd64.whl", hash = "sha256:c78e66a922de1c95a208e4ec02e2e5cf0bb83a36ceececc10a72841e53fbf2bd"},
|
|
|
|
{file = "regex-2020.6.8-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:08997a37b221a3e27d68ffb601e45abfb0093d39ee770e4257bd2f5115e8cb0a"},
|
|
|
|
{file = "regex-2020.6.8-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:2f6f211633ee8d3f7706953e9d3edc7ce63a1d6aad0be5dcee1ece127eea13ae"},
|
|
|
|
{file = "regex-2020.6.8-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:55b4c25cbb3b29f8d5e63aeed27b49fa0f8476b0d4e1b3171d85db891938cc3a"},
|
|
|
|
{file = "regex-2020.6.8-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:89cda1a5d3e33ec9e231ece7307afc101b5217523d55ef4dc7fb2abd6de71ba3"},
|
|
|
|
{file = "regex-2020.6.8-cp37-cp37m-win32.whl", hash = "sha256:690f858d9a94d903cf5cada62ce069b5d93b313d7d05456dbcd99420856562d9"},
|
|
|
|
{file = "regex-2020.6.8-cp37-cp37m-win_amd64.whl", hash = "sha256:1700419d8a18c26ff396b3b06ace315b5f2a6e780dad387e4c48717a12a22c29"},
|
|
|
|
{file = "regex-2020.6.8-cp38-cp38-manylinux1_i686.whl", hash = "sha256:654cb773b2792e50151f0e22be0f2b6e1c3a04c5328ff1d9d59c0398d37ef610"},
|
|
|
|
{file = "regex-2020.6.8-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:52e1b4bef02f4040b2fd547357a170fc1146e60ab310cdbdd098db86e929b387"},
|
|
|
|
{file = "regex-2020.6.8-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:cf59bbf282b627130f5ba68b7fa3abdb96372b24b66bdf72a4920e8153fc7910"},
|
|
|
|
{file = "regex-2020.6.8-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:5aaa5928b039ae440d775acea11d01e42ff26e1561c0ffcd3d805750973c6baf"},
|
|
|
|
{file = "regex-2020.6.8-cp38-cp38-win32.whl", hash = "sha256:97712e0d0af05febd8ab63d2ef0ab2d0cd9deddf4476f7aa153f76feef4b2754"},
|
|
|
|
{file = "regex-2020.6.8-cp38-cp38-win_amd64.whl", hash = "sha256:6ad8663c17db4c5ef438141f99e291c4d4edfeaacc0ce28b5bba2b0bf273d9b5"},
|
|
|
|
{file = "regex-2020.6.8.tar.gz", hash = "sha256:e9b64e609d37438f7d6e68c2546d2cb8062f3adb27e6336bc129b51be20773ac"},
|
2020-05-15 15:22:36 +08:00
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
requests = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "requests-2.24.0-py2.py3-none-any.whl", hash = "sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898"},
|
|
|
|
{file = "requests-2.24.0.tar.gz", hash = "sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"},
|
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 = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
|
|
|
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
starlette = [
|
|
|
|
{file = "starlette-0.12.9.tar.gz", hash = "sha256:c2ac9a42e0e0328ad20fe444115ac5e3760c1ee2ac1ff8cdb5ec915c4a453411"},
|
|
|
|
]
|
2020-05-15 15:22:36 +08:00
|
|
|
toml = [
|
|
|
|
{file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"},
|
|
|
|
{file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"},
|
|
|
|
]
|
|
|
|
typed-ast = [
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"},
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"},
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-win32.whl", hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"},
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"},
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"},
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"},
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"},
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-win32.whl", hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"},
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"},
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"},
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"},
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"},
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-win32.whl", hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"},
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"},
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"},
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"},
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"},
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-win32.whl", hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"},
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"},
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"},
|
|
|
|
{file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"},
|
|
|
|
]
|
2019-12-14 15:42:58 +08:00
|
|
|
urllib3 = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "urllib3-1.25.9-py2.py3-none-any.whl", hash = "sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115"},
|
|
|
|
{file = "urllib3-1.25.9.tar.gz", hash = "sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"},
|
2019-12-14 15:42:58 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
uvicorn = [
|
2020-05-28 16:51:00 +08:00
|
|
|
{file = "uvicorn-0.11.5-py3-none-any.whl", hash = "sha256:50577d599775dac2301bac8bd5b540d19a9560144143c5bdab13cba92783b6e7"},
|
|
|
|
{file = "uvicorn-0.11.5.tar.gz", hash = "sha256:596eaa8645b6dbc24d6610e335f8ddf5f925b4c4b86fdc7146abb0bf0da65d17"},
|
2020-03-07 10:43:53 +08:00
|
|
|
]
|
|
|
|
uvloop = [
|
|
|
|
{file = "uvloop-0.14.0-cp35-cp35m-macosx_10_11_x86_64.whl", hash = "sha256:08b109f0213af392150e2fe6f81d33261bb5ce968a288eb698aad4f46eb711bd"},
|
|
|
|
{file = "uvloop-0.14.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:4544dcf77d74f3a84f03dd6278174575c44c67d7165d4c42c71db3fdc3860726"},
|
|
|
|
{file = "uvloop-0.14.0-cp36-cp36m-macosx_10_11_x86_64.whl", hash = "sha256:b4f591aa4b3fa7f32fb51e2ee9fea1b495eb75b0b3c8d0ca52514ad675ae63f7"},
|
|
|
|
{file = "uvloop-0.14.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:f07909cd9fc08c52d294b1570bba92186181ca01fe3dc9ffba68955273dd7362"},
|
|
|
|
{file = "uvloop-0.14.0-cp37-cp37m-macosx_10_11_x86_64.whl", hash = "sha256:afd5513c0ae414ec71d24f6f123614a80f3d27ca655a4fcf6cabe50994cc1891"},
|
|
|
|
{file = "uvloop-0.14.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:e7514d7a48c063226b7d06617cbb12a14278d4323a065a8d46a7962686ce2e95"},
|
|
|
|
{file = "uvloop-0.14.0-cp38-cp38-macosx_10_11_x86_64.whl", hash = "sha256:bcac356d62edd330080aed082e78d4b580ff260a677508718f88016333e2c9c5"},
|
|
|
|
{file = "uvloop-0.14.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:4315d2ec3ca393dd5bc0b0089d23101276778c304d42faff5dc4579cb6caef09"},
|
|
|
|
{file = "uvloop-0.14.0.tar.gz", hash = "sha256:123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
wcwidth = [
|
2020-06-18 18:05:47 +08:00
|
|
|
{file = "wcwidth-0.2.4-py2.py3-none-any.whl", hash = "sha256:79375666b9954d4a1a10739315816324c3e73110af9d0e102d906fdb0aec009f"},
|
|
|
|
{file = "wcwidth-0.2.4.tar.gz", hash = "sha256:8c6b5b6ee1360b842645f336d9e5d68c55817c26d3050f46b235ef2bc650e48f"},
|
2020-05-15 18:30:06 +08:00
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
websockets = [
|
|
|
|
{file = "websockets-8.0.2-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:e906128532a14b9d264a43eb48f9b3080d53a9bda819ab45bf56b8039dc606ac"},
|
|
|
|
{file = "websockets-8.0.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:83e63aa73331b9ca21af61df8f115fb5fbcba3f281bee650a4ad16a40cd1ef15"},
|
|
|
|
{file = "websockets-8.0.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:e9102043a81cdc8b7c8032ff4bce39f6229e4ac39cb2010946c912eeb84e2cb6"},
|
|
|
|
{file = "websockets-8.0.2-cp36-cp36m-win32.whl", hash = "sha256:8d7a20a2f97f1e98c765651d9fb9437201a9ccc2c70e94b0270f1c5ef29667a3"},
|
|
|
|
{file = "websockets-8.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:c82e286555f839846ef4f0fdd6910769a577952e1e26aa8ee7a6f45f040e3c2b"},
|
|
|
|
{file = "websockets-8.0.2-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:73ce69217e4655783ec72ce11c151053fcbd5b837cc39de7999e19605182e28a"},
|
|
|
|
{file = "websockets-8.0.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:8c77f7d182a6ea2a9d09c2612059f3ad859a90243e899617137ee3f6b7f2b584"},
|
|
|
|
{file = "websockets-8.0.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a7affaeffbc5d55681934c16bb6b8fc82bb75b175e7fd4dcca798c938bde8dda"},
|
|
|
|
{file = "websockets-8.0.2-cp37-cp37m-win32.whl", hash = "sha256:f5cb2683367e32da6a256b60929a3af9c29c212b5091cf5bace9358d03011bf5"},
|
|
|
|
{file = "websockets-8.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:049e694abe33f8a1d99969fee7bfc0ae6761f7fd5f297c58ea933b27dd6805f2"},
|
|
|
|
{file = "websockets-8.0.2.tar.gz", hash = "sha256:882a7266fa867a2ebb2c0baaa0f9159cabf131cf18c1b4270d79ad42f9208dc5"},
|
|
|
|
]
|
2020-06-18 18:05:47 +08:00
|
|
|
werkzeug = [
|
|
|
|
{file = "Werkzeug-1.0.1-py2.py3-none-any.whl", hash = "sha256:2de2a5db0baeae7b2d2664949077c2ac63fbd16d98da0ff71837f7d1dea3fd43"},
|
|
|
|
{file = "Werkzeug-1.0.1.tar.gz", hash = "sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c"},
|
|
|
|
]
|
2020-03-07 10:43:53 +08:00
|
|
|
win32-setctime = [
|
|
|
|
{file = "win32_setctime-1.0.1-py3-none-any.whl", hash = "sha256:568fd636c68350bcc54755213fe01966fe0a6c90b386c0776425944a0382abef"},
|
|
|
|
{file = "win32_setctime-1.0.1.tar.gz", hash = "sha256:b47e5023ec7f0b4962950902b15bc56464a380d869f59d27dbf9ab423b23e8f9"},
|
|
|
|
]
|
2020-05-15 18:30:06 +08:00
|
|
|
zipp = [
|
|
|
|
{file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"},
|
|
|
|
{file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"},
|
|
|
|
]
|
2020-06-18 18:05:47 +08:00
|
|
|
"zope.event" = [
|
|
|
|
{file = "zope.event-4.4-py2.py3-none-any.whl", hash = "sha256:d8e97d165fd5a0997b45f5303ae11ea3338becfe68c401dd88ffd2113fe5cae7"},
|
|
|
|
{file = "zope.event-4.4.tar.gz", hash = "sha256:69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf"},
|
|
|
|
]
|
|
|
|
"zope.interface" = [
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:645a7092b77fdbc3f68d3cc98f9d3e71510e419f54019d6e282328c0dd140dcd"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:d1fe9d7d09bb07228650903d6a9dc48ea649e3b8c69b1d263419cc722b3938e8"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:a744132d0abaa854d1aad50ba9bc64e79c6f835b3e92521db4235a1991176813"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:461d4339b3b8f3335d7e2c90ce335eb275488c587b61aca4b305196dde2ff086"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:269b27f60bcf45438e8683269f8ecd1235fa13e5411de93dae3b9ee4fe7f7bc7"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-win32.whl", hash = "sha256:6874367586c020705a44eecdad5d6b587c64b892e34305bb6ed87c9bbe22a5e9"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27m-win_amd64.whl", hash = "sha256:8149ded7f90154fdc1a40e0c8975df58041a6f693b8f7edcd9348484e9dc17fe"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:0103cba5ed09f27d2e3de7e48bb320338592e2fabc5ce1432cf33808eb2dfd8b"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:b0becb75418f8a130e9d465e718316cd17c7a8acce6fe8fe07adc72762bee425"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:fb55c182a3f7b84c1a2d6de5fa7b1a05d4660d866b91dbf8d74549c57a1499e8"},
|
|
|
|
{file = "zope.interface-5.1.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:4f98f70328bc788c86a6a1a8a14b0ea979f81ae6015dd6c72978f1feff70ecda"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:af2c14efc0bb0e91af63d00080ccc067866fb8cbbaca2b0438ab4105f5e0f08d"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:f68bf937f113b88c866d090fea0bc52a098695173fc613b055a17ff0cf9683b6"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:d7804f6a71fc2dda888ef2de266727ec2f3915373d5a785ed4ddc603bbc91e08"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:74bf0a4f9091131de09286f9a605db449840e313753949fe07c8d0fe7659ad1e"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:ba4261c8ad00b49d48bbb3b5af388bb7576edfc0ca50a49c11dcb77caa1d897e"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-win32.whl", hash = "sha256:ebb4e637a1fb861c34e48a00d03cffa9234f42bef923aec44e5625ffb9a8e8f9"},
|
|
|
|
{file = "zope.interface-5.1.0-cp35-cp35m-win_amd64.whl", hash = "sha256:911714b08b63d155f9c948da2b5534b223a1a4fc50bb67139ab68b277c938578"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:e74671e43ed4569fbd7989e5eecc7d06dc134b571872ab1d5a88f4a123814e9f"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:b1d2ed1cbda2ae107283befd9284e650d840f8f7568cb9060b5466d25dc48975"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ef739fe89e7f43fb6494a43b1878a36273e5924869ba1d866f752c5812ae8d58"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:eb9b92f456ff3ec746cd4935b73c1117538d6124b8617bc0fe6fda0b3816e345"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:dcefc97d1daf8d55199420e9162ab584ed0893a109f45e438b9794ced44c9fd0"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-win32.whl", hash = "sha256:f40db0e02a8157d2b90857c24d89b6310f9b6c3642369852cdc3b5ac49b92afc"},
|
|
|
|
{file = "zope.interface-5.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:14415d6979356629f1c386c8c4249b4d0082f2ea7f75871ebad2e29584bd16c5"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5e86c66a6dea8ab6152e83b0facc856dc4d435fe0f872f01d66ce0a2131b7f1d"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:39106649c3082972106f930766ae23d1464a73b7d30b3698c986f74bf1256a34"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:8cccf7057c7d19064a9e27660f5aec4e5c4001ffcf653a47531bde19b5aa2a8a"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:562dccd37acec149458c1791da459f130c6cf8902c94c93b8d47c6337b9fb826"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:da2844fba024dd58eaa712561da47dcd1e7ad544a257482392472eae1c86d5e5"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-win32.whl", hash = "sha256:1ae4693ccee94c6e0c88a4568fb3b34af8871c60f5ba30cf9f94977ed0e53ddd"},
|
|
|
|
{file = "zope.interface-5.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:dd98c436a1fc56f48c70882cc243df89ad036210d871c7427dc164b31500dc11"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1b87ed2dc05cb835138f6a6e3595593fea3564d712cb2eb2de963a41fd35758c"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:558a20a0845d1a5dc6ff87cd0f63d7dac982d7c3be05d2ffb6322a87c17fa286"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7b726194f938791a6691c7592c8b9e805fc6d1b9632a833b9c0640828cd49cbc"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:60a207efcd8c11d6bbeb7862e33418fba4e4ad79846d88d160d7231fcb42a5ee"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:b054eb0a8aa712c8e9030065a59b5e6a5cf0746ecdb5f087cca5ec7685690c19"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-win32.whl", hash = "sha256:27d287e61639d692563d9dab76bafe071fbeb26818dd6a32a0022f3f7ca884b5"},
|
|
|
|
{file = "zope.interface-5.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:a5f8f85986197d1dd6444763c4a15c991bfed86d835a1f6f7d476f7198d5f56a"},
|
|
|
|
{file = "zope.interface-5.1.0.tar.gz", hash = "sha256:40e4c42bd27ed3c11b2c983fecfb03356fae1209de10686d03c02c8696a1d90e"},
|
|
|
|
]
|