2020-08-26 18:04:57 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "aiomcache"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.6.0"
|
|
|
|
|
description = "Minimal pure python memcached client"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = true
|
|
|
|
|
python-versions = ">=3.4.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aioredis"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "1.3.1"
|
|
|
|
|
description = "asyncio (PEP 3156) Redis support"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = true
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
async-timeout = "*"
|
|
|
|
|
hiredis = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "appdirs"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "1.4.4"
|
|
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-timeout"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "3.0.1"
|
|
|
|
|
description = "Timeout context manager for asyncio programs"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = true
|
|
|
|
|
python-versions = ">=3.5.3"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atomicwrites"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "1.4.0"
|
|
|
|
|
description = "Atomic file writes."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "attrs"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "20.3.0"
|
|
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
2020-11-09 20:32:23 +08:00
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"]
|
|
|
|
|
docs = ["furo", "sphinx", "zope.interface"]
|
|
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bandit"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "1.7.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Security oriented static analyser for python code."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-01-06 10:34:30 +08:00
|
|
|
python-versions = ">=3.5"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-11-09 20:32:23 +08:00
|
|
|
colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""}
|
2020-08-26 18:04:57 +08:00
|
|
|
GitPython = ">=1.0.1"
|
2021-01-06 10:34:30 +08:00
|
|
|
PyYAML = ">=5.3.1"
|
2020-08-26 18:04:57 +08:00
|
|
|
six = ">=1.10.0"
|
|
|
|
|
stevedore = ">=1.20.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "black"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "19.10b0"
|
|
|
|
|
description = "The uncompromising code formatter."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
appdirs = "*"
|
|
|
|
|
attrs = ">=18.1.0"
|
|
|
|
|
click = ">=6.5"
|
|
|
|
|
pathspec = ">=0.6,<1"
|
|
|
|
|
regex = "*"
|
|
|
|
|
toml = ">=0.9.4"
|
|
|
|
|
typed-ast = ">=1.4.0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
d = ["aiohttp (>=3.3.2)", "aiohttp-cors"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "click"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "7.1.2"
|
|
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "colorama"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.4.4"
|
|
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fastapi"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "0.63.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
pydantic = ">=1.0.0,<2.0.0"
|
|
|
|
|
starlette = "0.13.6"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
2021-01-06 10:34:30 +08:00
|
|
|
all = ["requests (>=2.24.0,<3.0.0)", "aiofiles (>=0.5.0,<0.6.0)", "jinja2 (>=2.11.2,<3.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "itsdangerous (>=1.1.0,<2.0.0)", "pyyaml (>=5.3.1,<6.0.0)", "graphene (>=2.1.8,<3.0.0)", "ujson (>=3.0.0,<4.0.0)", "orjson (>=3.2.1,<4.0.0)", "email_validator (>=1.1.1,<2.0.0)", "uvicorn[standard] (>=0.12.0,<0.14.0)", "async_exit_stack (>=1.0.1,<2.0.0)", "async_generator (>=1.10,<2.0.0)"]
|
|
|
|
|
dev = ["python-jose[cryptography] (>=3.1.0,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "uvicorn[standard] (>=0.12.0,<0.14.0)", "graphene (>=2.1.8,<3.0.0)"]
|
|
|
|
|
doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=6.1.4,<7.0.0)", "markdown-include (>=0.5.1,<0.6.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.2.0)", "typer-cli (>=0.0.9,<0.0.10)", "pyyaml (>=5.3.1,<6.0.0)"]
|
|
|
|
|
test = ["pytest (==5.4.3)", "pytest-cov (==2.10.0)", "pytest-asyncio (>=0.14.0,<0.15.0)", "mypy (==0.790)", "flake8 (>=3.8.3,<4.0.0)", "black (==20.8b1)", "isort (>=5.0.6,<6.0.0)", "requests (>=2.24.0,<3.0.0)", "httpx (>=0.14.0,<0.15.0)", "email_validator (>=1.1.1,<2.0.0)", "sqlalchemy (>=1.3.18,<2.0.0)", "peewee (>=3.13.3,<4.0.0)", "databases[sqlite] (>=0.3.2,<0.4.0)", "orjson (>=3.2.1,<4.0.0)", "async_exit_stack (>=1.0.1,<2.0.0)", "async_generator (>=1.10,<2.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "aiofiles (>=0.5.0,<0.6.0)", "flask (>=1.1.2,<2.0.0)"]
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flake8"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "3.9.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "the modular source code checker: pep8 pyflakes and co"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-03-20 14:42:29 +08:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-11-09 20:32:23 +08:00
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2020-08-26 18:04:57 +08:00
|
|
|
mccabe = ">=0.6.0,<0.7.0"
|
2021-03-20 14:42:29 +08:00
|
|
|
pycodestyle = ">=2.7.0,<2.8.0"
|
|
|
|
|
pyflakes = ">=2.3.0,<2.4.0"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gitdb"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "4.0.5"
|
|
|
|
|
description = "Git Object Database"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.4"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
smmap = ">=3.0.1,<4"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gitpython"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "3.1.14"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Python Git Library"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.4"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
gitdb = ">=4.0.1,<5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "h11"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "0.12.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-01-06 10:34:30 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hiredis"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "1.1.0"
|
|
|
|
|
description = "Python wrapper for hiredis"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = true
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-08 15:10:34 +08:00
|
|
|
name = "importlib-metadata"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "3.7.3"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-01-06 10:34:30 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-10-08 15:10:34 +08:00
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-01-06 10:34:30 +08:00
|
|
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
2020-10-08 15:10:34 +08:00
|
|
|
zipp = ">=0.5"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[package.extras]
|
2021-03-20 14:42:29 +08:00
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
|
|
|
|
testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"]
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iniconfig"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "1.1.1"
|
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "isort"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "5.7.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "A Python utility / library to sort Python imports."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6,<4.0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
2020-10-08 15:10:34 +08:00
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
2020-08-26 18:04:57 +08:00
|
|
|
requirements_deprecated_finder = ["pipreqs", "pip-api"]
|
2020-11-09 20:32:23 +08:00
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mccabe"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.6.1"
|
|
|
|
|
description = "McCabe checker, plugin for flake8"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "packaging"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "20.9"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
pyparsing = ">=2.0.2"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pathspec"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.8.1"
|
|
|
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pbr"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "5.5.1"
|
|
|
|
|
description = "Python Build Reasonableness"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2020-10-08 15:10:34 +08:00
|
|
|
python-versions = ">=2.6"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pluggy"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.13.1"
|
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
2020-10-08 15:10:34 +08:00
|
|
|
[package.dependencies]
|
2020-11-09 20:32:23 +08:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-10-08 15:10:34 +08:00
|
|
|
|
2020-08-26 18:04:57 +08:00
|
|
|
[package.extras]
|
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "py"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "1.10.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pycodestyle"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "2.7.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Python style guide checker"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pydantic"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "1.8.1"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-03-20 14:42:29 +08:00
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
typing-extensions = ">=3.7.4.3"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
dotenv = ["python-dotenv (>=0.10.4)"]
|
|
|
|
|
email = ["email-validator (>=1.0.3)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyflakes"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "2.3.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "passive checker of Python programs"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyparsing"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "2.4.7"
|
|
|
|
|
description = "Python parsing module"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "6.2.2"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-01-06 10:34:30 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-11-09 20:32:23 +08:00
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
|
2021-01-06 10:34:30 +08:00
|
|
|
attrs = ">=19.2.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2020-08-26 18:04:57 +08:00
|
|
|
iniconfig = "*"
|
|
|
|
|
packaging = "*"
|
2021-01-06 10:34:30 +08:00
|
|
|
pluggy = ">=0.12,<1.0.0a1"
|
2020-08-26 18:04:57 +08:00
|
|
|
py = ">=1.8.2"
|
|
|
|
|
toml = "*"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
|
|
|
|
|
|
2020-10-16 16:55:33 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "python-dateutil"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "2.8.1"
|
|
|
|
|
description = "Extensions to the standard Python datetime module"
|
|
|
|
|
category = "main"
|
2020-10-16 16:55:33 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
six = ">=1.5"
|
|
|
|
|
|
2020-08-26 18:04:57 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "pyyaml"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "5.4.1"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2021-03-20 14:42:29 +08:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "2021.3.17"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Alternative regular expression module, to replace re."
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "six"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "1.15.0"
|
|
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smmap"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "3.0.5"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "A pure Python implementation of a sliding window memory map manager"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "starlette"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.13.6"
|
|
|
|
|
description = "The little ASGI library that shines."
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "stevedore"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "3.3.0"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Manage dynamic plugins for Python applications"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
2020-11-09 20:32:23 +08:00
|
|
|
importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""}
|
2020-08-26 18:04:57 +08:00
|
|
|
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "0.10.2"
|
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2020-11-09 20:32:23 +08:00
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typed-ast"
|
2021-01-06 10:34:30 +08:00
|
|
|
version = "1.4.2"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
2020-10-08 15:10:34 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "typing-extensions"
|
2020-11-09 20:32:23 +08:00
|
|
|
version = "3.7.4.3"
|
|
|
|
|
description = "Backported and Experimental Type Hints for Python 3.5+"
|
|
|
|
|
category = "main"
|
2020-10-08 15:10:34 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
2020-08-26 18:04:57 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "uvicorn"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "0.13.4"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "The lightning-fast ASGI server."
|
|
|
|
|
category = "main"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
click = ">=7.0.0,<8.0.0"
|
2020-10-08 15:10:34 +08:00
|
|
|
h11 = ">=0.8"
|
2020-11-09 20:32:23 +08:00
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[package.extras]
|
2021-03-20 14:42:29 +08:00
|
|
|
standard = ["websockets (>=8.0.0,<9.0.0)", "watchgod (>=0.6)", "python-dotenv (>=0.13)", "PyYAML (>=5.1)", "httptools (>=0.1.0,<0.2.0)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "colorama (>=0.4)"]
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-08 15:10:34 +08:00
|
|
|
name = "zipp"
|
2021-03-20 14:42:29 +08:00
|
|
|
version = "3.4.1"
|
2020-11-09 20:32:23 +08:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
|
category = "dev"
|
2020-08-26 18:04:57 +08:00
|
|
|
optional = false
|
2020-10-08 15:10:34 +08:00
|
|
|
python-versions = ">=3.6"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
2020-10-08 15:10:34 +08:00
|
|
|
[package.extras]
|
2021-03-20 14:42:29 +08:00
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
|
|
|
|
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[extras]
|
|
|
|
|
all = ["aioredis", "aiomcache"]
|
|
|
|
|
memcache = ["aiomcache"]
|
|
|
|
|
redis = ["aioredis"]
|
|
|
|
|
|
|
|
|
|
[metadata]
|
2020-11-09 20:32:23 +08:00
|
|
|
lock-version = "1.1"
|
2020-10-08 15:10:34 +08:00
|
|
|
python-versions = "^3.7"
|
2020-11-09 20:32:23 +08:00
|
|
|
content-hash = "59799bfd90773b87a5c13b46ae557fdd313cd696925ba209c4e17cbae44b718b"
|
2020-08-26 18:04:57 +08:00
|
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
|
aiomcache = [
|
|
|
|
|
{file = "aiomcache-0.6.0-py3-none-any.whl", hash = "sha256:17d82e0586c8500a7a3dac0fdef67e2d0300c82d4acb1595a9925783b7c382b5"},
|
|
|
|
|
{file = "aiomcache-0.6.0.tar.gz", hash = "sha256:b38062efca87f2e6ac3b406bd816ca790900b03fef1c5c38fa61c18212c38825"},
|
|
|
|
|
]
|
|
|
|
|
aioredis = [
|
|
|
|
|
{file = "aioredis-1.3.1-py3-none-any.whl", hash = "sha256:b61808d7e97b7cd5a92ed574937a079c9387fdadd22bfbfa7ad2fd319ecc26e3"},
|
|
|
|
|
{file = "aioredis-1.3.1.tar.gz", hash = "sha256:15f8af30b044c771aee6787e5ec24694c048184c7b9e54c3b60c750a4b93273a"},
|
|
|
|
|
]
|
|
|
|
|
appdirs = [
|
|
|
|
|
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
|
|
|
|
{file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
|
|
|
|
|
]
|
|
|
|
|
async-timeout = [
|
|
|
|
|
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},
|
|
|
|
|
{file = "async_timeout-3.0.1-py3-none-any.whl", hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3"},
|
|
|
|
|
]
|
|
|
|
|
atomicwrites = [
|
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
|
|
|
|
]
|
|
|
|
|
attrs = [
|
2020-11-09 20:32:23 +08:00
|
|
|
{file = "attrs-20.3.0-py2.py3-none-any.whl", hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6"},
|
|
|
|
|
{file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
bandit = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "bandit-1.7.0-py3-none-any.whl", hash = "sha256:216be4d044209fa06cf2a3e51b319769a51be8318140659719aa7a115c35ed07"},
|
|
|
|
|
{file = "bandit-1.7.0.tar.gz", hash = "sha256:8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
black = [
|
|
|
|
|
{file = "black-19.10b0-py36-none-any.whl", hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b"},
|
|
|
|
|
{file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"},
|
|
|
|
|
]
|
|
|
|
|
click = [
|
|
|
|
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
|
|
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
|
|
|
|
]
|
|
|
|
|
colorama = [
|
2020-10-16 16:55:33 +08:00
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
fastapi = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "fastapi-0.63.0-py3-none-any.whl", hash = "sha256:98d8ea9591d8512fdadf255d2a8fa56515cdd8624dca4af369da73727409508e"},
|
|
|
|
|
{file = "fastapi-0.63.0.tar.gz", hash = "sha256:63c4592f5ef3edf30afa9a44fa7c6b7ccb20e0d3f68cd9eba07b44d552058dcb"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
flake8 = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "flake8-3.9.0-py2.py3-none-any.whl", hash = "sha256:12d05ab02614b6aee8df7c36b97d1a3b2372761222b19b58621355e82acddcff"},
|
|
|
|
|
{file = "flake8-3.9.0.tar.gz", hash = "sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
gitdb = [
|
|
|
|
|
{file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"},
|
|
|
|
|
{file = "gitdb-4.0.5.tar.gz", hash = "sha256:c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"},
|
|
|
|
|
]
|
|
|
|
|
gitpython = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "GitPython-3.1.14-py3-none-any.whl", hash = "sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b"},
|
|
|
|
|
{file = "GitPython-3.1.14.tar.gz", hash = "sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
h11 = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "h11-0.12.0-py3-none-any.whl", hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6"},
|
|
|
|
|
{file = "h11-0.12.0.tar.gz", hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
hiredis = [
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:289b31885b4996ce04cadfd5fc03d034dce8e2a8234479f7c9e23b9e245db06b"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:7b0f63f10a166583ab744a58baad04e0f52cfea1ac27bfa1b0c21a48d1003c23"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:6996883a8a6ff9117cbb3d6f5b0dcbbae6fb9e31e1a3e4e2f95e0214d9a1c655"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:b33aea449e7f46738811fbc6f0b3177c6777a572207412bbbf6f525ffed001ae"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:8daecd778c1da45b8bd54fd41ffcd471a86beed3d8e57a43acf7a8d63bba4058"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-win32.whl", hash = "sha256:e82d6b930e02e80e5109b678c663a9ed210680ded81c1abaf54635d88d1da298"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27m-win_amd64.whl", hash = "sha256:d2c0caffa47606d6d7c8af94ba42547bd2a441f06c74fd90a1ffe328524a6c64"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:47bcf3c5e6c1e87ceb86cdda2ee983fa0fe56a999e6185099b3c93a223f2fa9b"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:dcb2db95e629962db5a355047fb8aefb012df6c8ae608930d391619dbd96fd86"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:7332d5c3e35154cd234fd79573736ddcf7a0ade7a986db35b6196b9171493e75"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:6c96f64a54f030366657a54bb90b3093afc9c16c8e0dfa29fc0d6dbe169103a5"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:b44f9421c4505c548435244d74037618f452844c5d3c67719d8a55e2613549da"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:abfb15a6a7822f0fae681785cb38860e7a2cb1616a708d53df557b3d76c5bfd4"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:89ebf69cb19a33d625db72d2ac589d26e936b8f7628531269accf4a3196e7872"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:5b1451727f02e7acbdf6aae4e06d75f66ee82966ff9114550381c3271a90f56c"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:7885b6f32c4a898e825bb7f56f36a02781ac4a951c63e4169f0afcf9c8c30dfb"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-win32.whl", hash = "sha256:a04901757cb0fb0f5602ac11dda48f5510f94372144d06c2563ba56c480b467c"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp35-cp35m-win_amd64.whl", hash = "sha256:3bb9b63d319402cead8bbd9dd55dca3b667d2997e9a0d8a1f9b6cc274db4baee"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:e0eeb9c112fec2031927a1745788a181d0eecbacbed941fc5c4f7bc3f7b273bf"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:18402d9e54fb278cb9a8c638df6f1550aca36a009d47ecf5aa263a38600f35b0"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:cdfd501c7ac5b198c15df800a3a34c38345f5182e5f80770caf362bccca65628"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:43b8ed3dbfd9171e44c554cb4acf4ee4505caa84c5e341858b50ea27dd2b6e12"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:c2851deeabd96d3f6283e9c6b26e0bfed4de2dc6fb15edf913e78b79fc5909ed"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-win32.whl", hash = "sha256:955ba8ea73cf3ed8bd2f963b4cb9f8f0dcb27becd2f4b3dd536fd24c45533454"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:5263db1e2e1e8ae30500cdd75a979ff99dcc184201e6b4b820d0de74834d2323"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:e154891263306200260d7f3051982774d7b9ef35af3509d5adbbe539afd2610c"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:964f18a59f5a64c0170f684c417f4fe3e695a536612e13074c4dd5d1c6d7c882"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:23344e3c2177baf6975fbfa361ed92eb7d36d08f454636e5054b3faa7c2aff8a"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:b27f082f47d23cffc4cf1388b84fdc45c4ef6015f906cd7e0d988d9e35d36349"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:aa0af2deb166a5e26e0d554b824605e660039b161e37ed4f01b8d04beec184f3"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-win32.whl", hash = "sha256:819f95d4eba3f9e484dd115ab7ab72845cf766b84286a00d4ecf76d33f1edca1"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2c1c570ae7bf1bab304f29427e2475fe1856814312c4a1cf1cd0ee133f07a3c6"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9e9c9078a7ce07e6fce366bd818be89365a35d2e4b163268f0ca9ba7e13bb2f6"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:2c227c0ed371771ffda256034427320870e8ea2e4fd0c0a618c766e7c49aad73"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:0a909bf501459062aa1552be1461456518f367379fdc9fdb1f2ca5e4a1fdd7c0"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:1e4cbbc3858ec7e680006e5ca590d89a5e083235988f26a004acf7244389ac01"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:a7bf1492429f18d205f3a818da3ff1f242f60aa59006e53dee00b4ef592a3363"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-win32.whl", hash = "sha256:bcc371151d1512201d0214c36c0c150b1dc64f19c2b1a8c9cb1d7c7c15ebd93f"},
|
|
|
|
|
{file = "hiredis-1.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:e64be68255234bb489a574c4f2f8df7029c98c81ec4d160d6cd836e7f0679390"},
|
|
|
|
|
{file = "hiredis-1.1.0-pp27-pypy_73-manylinux1_x86_64.whl", hash = "sha256:8968eeaa4d37a38f8ca1f9dbe53526b69628edc9c42229a5b2f56d98bb828c1f"},
|
|
|
|
|
{file = "hiredis-1.1.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:b253fe4df2afea4dfa6b1fa8c5fef212aff8bcaaeb4207e81eed05cb5e4a7919"},
|
|
|
|
|
{file = "hiredis-1.1.0-pp27-pypy_73-win32.whl", hash = "sha256:969843fbdfbf56cdb71da6f0bdf50f9985b8b8aeb630102945306cf10a9c6af2"},
|
|
|
|
|
{file = "hiredis-1.1.0-pp36-pypy36_pp73-manylinux1_x86_64.whl", hash = "sha256:e2e023a42dcbab8ed31f97c2bcdb980b7fbe0ada34037d87ba9d799664b58ded"},
|
|
|
|
|
{file = "hiredis-1.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl", hash = "sha256:06a039208f83744a702279b894c8cf24c14fd63c59cd917dcde168b79eef0680"},
|
|
|
|
|
{file = "hiredis-1.1.0-pp36-pypy36_pp73-win32.whl", hash = "sha256:3ef2183de67b59930d2db8b8e8d4d58e00a50fcc5e92f4f678f6eed7a1c72d55"},
|
|
|
|
|
{file = "hiredis-1.1.0.tar.gz", hash = "sha256:996021ef33e0f50b97ff2d6b5f422a0fe5577de21a8873b58a779a5ddd1c3132"},
|
|
|
|
|
]
|
2020-10-08 15:10:34 +08:00
|
|
|
importlib-metadata = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "importlib_metadata-3.7.3-py3-none-any.whl", hash = "sha256:b74159469b464a99cb8cc3e21973e4d96e05d3024d337313fedb618a6e86e6f4"},
|
|
|
|
|
{file = "importlib_metadata-3.7.3.tar.gz", hash = "sha256:742add720a20d0467df2f444ae41704000f50e1234f46174b51f9c6031a1bd71"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
iniconfig = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
2020-10-16 16:55:33 +08:00
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
isort = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "isort-5.7.0-py3-none-any.whl", hash = "sha256:fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc"},
|
|
|
|
|
{file = "isort-5.7.0.tar.gz", hash = "sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
mccabe = [
|
|
|
|
|
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
|
|
|
|
|
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
|
|
|
|
]
|
|
|
|
|
packaging = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
|
|
|
|
|
{file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
pathspec = [
|
2020-11-09 20:32:23 +08:00
|
|
|
{file = "pathspec-0.8.1-py2.py3-none-any.whl", hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"},
|
|
|
|
|
{file = "pathspec-0.8.1.tar.gz", hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
pbr = [
|
2020-11-09 20:32:23 +08:00
|
|
|
{file = "pbr-5.5.1-py2.py3-none-any.whl", hash = "sha256:b236cde0ac9a6aedd5e3c34517b423cd4fd97ef723849da6b0d2231142d89c00"},
|
|
|
|
|
{file = "pbr-5.5.1.tar.gz", hash = "sha256:5fad80b613c402d5b7df7bd84812548b2a61e9977387a80a5fc5c396492b13c9"},
|
2020-08-26 18:04:57 +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"},
|
|
|
|
|
]
|
|
|
|
|
py = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"},
|
|
|
|
|
{file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
pycodestyle = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"},
|
|
|
|
|
{file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
pydantic = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "pydantic-1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0c40162796fc8d0aa744875b60e4dc36834db9f2a25dbf9ba9664b1915a23850"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:fff29fe54ec419338c522b908154a2efabeee4f483e48990f87e189661f31ce3"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:fbfb608febde1afd4743c6822c19060a8dbdd3eb30f98e36061ba4973308059e"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:eb8ccf12295113ce0de38f80b25f736d62f0a8d87c6b88aca645f168f9c78771"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp36-cp36m-win_amd64.whl", hash = "sha256:20d42f1be7c7acc352b3d09b0cf505a9fab9deb93125061b376fbe1f06a5459f"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:dde4ca368e82791de97c2ec019681ffb437728090c0ff0c3852708cf923e0c7d"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:3bbd023c981cbe26e6e21c8d2ce78485f85c2e77f7bab5ec15b7d2a1f491918f"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:830ef1a148012b640186bf4d9789a206c56071ff38f2460a32ae67ca21880eb8"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:fb77f7a7e111db1832ae3f8f44203691e15b1fa7e5a1cb9691d4e2659aee41c4"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:3bcb9d7e1f9849a6bdbd027aabb3a06414abd6068cb3b21c49427956cce5038a"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2287ebff0018eec3cc69b1d09d4b7cebf277726fa1bd96b45806283c1d808683"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:4bbc47cf7925c86a345d03b07086696ed916c7663cb76aa409edaa54546e53e2"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:6388ef4ef1435364c8cc9a8192238aed030595e873d8462447ccef2e17387125"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:dd4888b300769ecec194ca8f2699415f5f7760365ddbe243d4fd6581485fa5f0"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:8fbb677e4e89c8ab3d450df7b1d9caed23f254072e8597c33279460eeae59b99"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2f2736d9a996b976cfdfe52455ad27462308c9d3d0ae21a2aa8b4cd1a78f47b9"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:3114d74329873af0a0e8004627f5389f3bb27f956b965ddd3e355fe984a1789c"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:258576f2d997ee4573469633592e8b99aa13bda182fcc28e875f866016c8e07e"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:c17a0b35c854049e67c68b48d55e026c84f35593c66d69b278b8b49e2484346f"},
|
|
|
|
|
{file = "pydantic-1.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:e8bc082afef97c5fd3903d05c6f7bb3a6af9fc18631b4cc9fedeb4720efb0c58"},
|
|
|
|
|
{file = "pydantic-1.8.1-py3-none-any.whl", hash = "sha256:e3f8790c47ac42549dc8b045a67b0ca371c7f66e73040d0197ce6172b385e520"},
|
|
|
|
|
{file = "pydantic-1.8.1.tar.gz", hash = "sha256:26cf3cb2e68ec6c0cfcb6293e69fb3450c5fd1ace87f46b64f678b0d29eac4c3"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
pyflakes = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "pyflakes-2.3.0-py2.py3-none-any.whl", hash = "sha256:910208209dcea632721cb58363d0f72913d9e8cf64dc6f8ae2e02a3609aba40d"},
|
|
|
|
|
{file = "pyflakes-2.3.0.tar.gz", hash = "sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f"},
|
2020-08-26 18:04:57 +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 = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "pytest-6.2.2-py3-none-any.whl", hash = "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839"},
|
|
|
|
|
{file = "pytest-6.2.2.tar.gz", hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
2020-10-16 16:55:33 +08:00
|
|
|
python-dateutil = [
|
|
|
|
|
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
|
|
|
|
|
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
|
|
|
|
|
]
|
2020-08-26 18:04:57 +08:00
|
|
|
pyyaml = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27m-win32.whl", hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl", hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-win32.whl", hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-win32.whl", hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-win32.whl", hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-win32.whl", hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10"},
|
|
|
|
|
{file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"},
|
|
|
|
|
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
regex = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b97ec5d299c10d96617cc851b2e0f81ba5d9d6248413cd374ef7f3a8871ee4a6"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:cb4ee827857a5ad9b8ae34d3c8cc51151cb4a3fe082c12ec20ec73e63cc7c6f0"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:633497504e2a485a70a3268d4fc403fe3063a50a50eed1039083e9471ad0101c"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:a59a2ee329b3de764b21495d78c92ab00b4ea79acef0f7ae8c1067f773570afa"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:f85d6f41e34f6a2d1607e312820971872944f1661a73d33e1e82d35ea3305e14"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:4651f839dbde0816798e698626af6a2469eee6d9964824bb5386091255a1694f"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:39c44532d0e4f1639a89e52355b949573e1e2c5116106a395642cbbae0ff9bcd"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:3d9a7e215e02bd7646a91fb8bcba30bc55fd42a719d6b35cf80e5bae31d9134e"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-win32.whl", hash = "sha256:159fac1a4731409c830d32913f13f68346d6b8e39650ed5d704a9ce2f9ef9cb3"},
|
|
|
|
|
{file = "regex-2021.3.17-cp36-cp36m-win_amd64.whl", hash = "sha256:13f50969028e81765ed2a1c5fcfdc246c245cf8d47986d5172e82ab1a0c42ee5"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b9d8d286c53fe0cbc6d20bf3d583cabcd1499d89034524e3b94c93a5ab85ca90"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:201e2619a77b21a7780580ab7b5ce43835e242d3e20fef50f66a8df0542e437f"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d47d359545b0ccad29d572ecd52c9da945de7cd6cf9c0cfcb0269f76d3555689"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:ea2f41445852c660ba7c3ebf7d70b3779b20d9ca8ba54485a17740db49f46932"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:486a5f8e11e1f5bbfcad87f7c7745eb14796642323e7e1829a331f87a713daaa"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:18e25e0afe1cf0f62781a150c1454b2113785401ba285c745acf10c8ca8917df"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:a2ee026f4156789df8644d23ef423e6194fad0bc53575534101bb1de5d67e8ce"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:4c0788010a93ace8a174d73e7c6c9d3e6e3b7ad99a453c8ee8c975ddd9965643"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-win32.whl", hash = "sha256:575a832e09d237ae5fedb825a7a5bc6a116090dd57d6417d4f3b75121c73e3be"},
|
|
|
|
|
{file = "regex-2021.3.17-cp37-cp37m-win_amd64.whl", hash = "sha256:8e65e3e4c6feadf6770e2ad89ad3deb524bcb03d8dc679f381d0568c024e0deb"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a0df9a0ad2aad49ea3c7f65edd2ffb3d5c59589b85992a6006354f6fb109bb18"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux1_i686.whl", hash = "sha256:b98bc9db003f1079caf07b610377ed1ac2e2c11acc2bea4892e28cc5b509d8d5"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:808404898e9a765e4058bf3d7607d0629000e0a14a6782ccbb089296b76fa8fe"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:5770a51180d85ea468234bc7987f5597803a4c3d7463e7323322fe4a1b181578"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:976a54d44fd043d958a69b18705a910a8376196c6b6ee5f2596ffc11bff4420d"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:63f3ca8451e5ff7133ffbec9eda641aeab2001be1a01878990f6c87e3c44b9d5"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:bcd945175c29a672f13fce13a11893556cd440e37c1b643d6eeab1988c8b209c"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:3d9356add82cff75413bec360c1eca3e58db4a9f5dafa1f19650958a81e3249d"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-win32.whl", hash = "sha256:f5d0c921c99297354cecc5a416ee4280bd3f20fd81b9fb671ca6be71499c3fdf"},
|
|
|
|
|
{file = "regex-2021.3.17-cp38-cp38-win_amd64.whl", hash = "sha256:14de88eda0976020528efc92d0a1f8830e2fb0de2ae6005a6fc4e062553031fa"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4c2e364491406b7888c2ad4428245fc56c327e34a5dfe58fd40df272b3c3dab3"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux1_i686.whl", hash = "sha256:8bd4f91f3fb1c9b1380d6894bd5b4a519409135bec14c0c80151e58394a4e88a"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:882f53afe31ef0425b405a3f601c0009b44206ea7f55ee1c606aad3cc213a52c"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:07ef35301b4484bce843831e7039a84e19d8d33b3f8b2f9aab86c376813d0139"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:360a01b5fa2ad35b3113ae0c07fb544ad180603fa3b1f074f52d98c1096fa15e"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:709f65bb2fa9825f09892617d01246002097f8f9b6dde8d1bb4083cf554701ba"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:c66221e947d7207457f8b6f42b12f613b09efa9669f65a587a2a71f6a0e4d106"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:c782da0e45aff131f0bed6e66fbcfa589ff2862fc719b83a88640daa01a5aff7"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-win32.whl", hash = "sha256:dc9963aacb7da5177e40874585d7407c0f93fb9d7518ec58b86e562f633f36cd"},
|
|
|
|
|
{file = "regex-2021.3.17-cp39-cp39-win_amd64.whl", hash = "sha256:a0d04128e005142260de3733591ddf476e4902c0c23c1af237d9acf3c96e1b38"},
|
|
|
|
|
{file = "regex-2021.3.17.tar.gz", hash = "sha256:4b8a1fb724904139149a43e172850f35aa6ea97fb0545244dc0b805e0154ed68"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
six = [
|
|
|
|
|
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
|
|
|
|
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
|
|
|
|
]
|
|
|
|
|
smmap = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "smmap-3.0.5-py2.py3-none-any.whl", hash = "sha256:7bfcf367828031dc893530a29cb35eb8c8f2d7c8f2d0989354d75d24c8573714"},
|
|
|
|
|
{file = "smmap-3.0.5.tar.gz", hash = "sha256:84c2751ef3072d4f6b2785ec7ee40244c6f45eb934d9e543e2c51f1bd3d54c50"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
starlette = [
|
|
|
|
|
{file = "starlette-0.13.6-py3-none-any.whl", hash = "sha256:bd2ffe5e37fb75d014728511f8e68ebf2c80b0fa3d04ca1479f4dc752ae31ac9"},
|
|
|
|
|
{file = "starlette-0.13.6.tar.gz", hash = "sha256:ebe8ee08d9be96a3c9f31b2cb2a24dbdf845247b745664bd8a3f9bd0c977fdbc"},
|
|
|
|
|
]
|
|
|
|
|
stevedore = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "stevedore-3.3.0-py3-none-any.whl", hash = "sha256:50d7b78fbaf0d04cd62411188fa7eedcb03eb7f4c4b37005615ceebe582aa82a"},
|
|
|
|
|
{file = "stevedore-3.3.0.tar.gz", hash = "sha256:3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
toml = [
|
2020-11-09 20:32:23 +08:00
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
|
|
|
|
typed-ast = [
|
2021-01-06 10:34:30 +08:00
|
|
|
{file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp35-cp35m-win32.whl", hash = "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp35-cp35m-win_amd64.whl", hash = "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp36-cp36m-win32.whl", hash = "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp36-cp36m-win_amd64.whl", hash = "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp37-cp37m-win32.whl", hash = "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp38-cp38-win32.whl", hash = "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp39-cp39-win32.whl", hash = "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b"},
|
|
|
|
|
{file = "typed_ast-1.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440"},
|
|
|
|
|
{file = "typed_ast-1.4.2.tar.gz", hash = "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|
2020-10-08 15:10:34 +08:00
|
|
|
typing-extensions = [
|
|
|
|
|
{file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"},
|
|
|
|
|
{file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"},
|
|
|
|
|
{file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"},
|
|
|
|
|
]
|
2020-08-26 18:04:57 +08:00
|
|
|
uvicorn = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "uvicorn-0.13.4-py3-none-any.whl", hash = "sha256:7587f7b08bd1efd2b9bad809a3d333e972f1d11af8a5e52a9371ee3a5de71524"},
|
|
|
|
|
{file = "uvicorn-0.13.4.tar.gz", hash = "sha256:3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202"},
|
2020-10-08 15:10:34 +08:00
|
|
|
]
|
|
|
|
|
zipp = [
|
2021-03-20 14:42:29 +08:00
|
|
|
{file = "zipp-3.4.1-py3-none-any.whl", hash = "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"},
|
|
|
|
|
{file = "zipp-3.4.1.tar.gz", hash = "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76"},
|
2020-08-26 18:04:57 +08:00
|
|
|
]
|