Files
fastapi-cache/poetry.lock

896 lines
44 KiB
TOML
Raw Normal View History

2021-09-29 16:14:28 +02:00
[[package]]
name = "aiobotocore"
2022-03-30 14:19:53 +08:00
version = "1.4.2"
2021-09-29 16:14:28 +02:00
description = "Async client for aws services using botocore and aiohttp"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2021-09-29 16:14:28 +02:00
python-versions = ">=3.6"
[package.dependencies]
aiohttp = ">=3.3.1"
aioitertools = ">=0.5.1"
botocore = ">=1.20.106,<1.20.107"
wrapt = ">=1.10.10"
[package.extras]
awscli = ["awscli (>=1.19.106,<1.19.107)"]
boto3 = ["boto3 (>=1.17.106,<1.17.107)"]
[[package]]
name = "aiohttp"
2022-03-30 14:19:53 +08:00
version = "3.8.1"
2021-09-29 16:14:28 +02:00
description = "Async http client/server framework (asyncio)"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2021-09-29 16:14:28 +02:00
python-versions = ">=3.6"
[package.dependencies]
2022-03-30 14:19:53 +08:00
aiosignal = ">=1.1.2"
async-timeout = ">=4.0.0a3,<5.0"
asynctest = {version = "0.13.0", markers = "python_version < \"3.8\""}
2021-09-29 16:14:28 +02:00
attrs = ">=17.3.0"
2022-03-30 14:19:53 +08:00
charset-normalizer = ">=2.0,<3.0"
frozenlist = ">=1.1.1"
2021-09-29 16:14:28 +02:00
multidict = ">=4.5,<7.0"
2022-03-30 14:19:53 +08:00
typing-extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""}
2021-09-29 16:14:28 +02:00
yarl = ">=1.0,<2.0"
[package.extras]
speedups = ["cchardet", "brotli", "aiodns"]
2021-09-29 16:14:28 +02:00
[[package]]
name = "aioitertools"
2022-03-30 14:19:53 +08:00
version = "0.10.0"
2021-09-29 16:14:28 +02:00
description = "itertools and builtins for AsyncIO and mixed iterables"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2021-09-29 16:14:28 +02:00
python-versions = ">=3.6"
[package.dependencies]
2022-03-30 14:19:53 +08:00
typing_extensions = {version = ">=4.0", markers = "python_version < \"3.10\""}
2021-09-29 16:14:28 +02:00
2020-08-26 18:04:57 +08:00
[[package]]
name = "aiomcache"
2022-03-30 14:19:53 +08:00
version = "0.7.0"
2020-11-09 20:32:23 +08:00
description = "Minimal pure python memcached client"
category = "main"
2020-08-26 18:04:57 +08:00
optional = true
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2020-08-26 18:04:57 +08:00
2022-03-30 14:19:53 +08:00
[[package]]
name = "aiosignal"
version = "1.2.0"
description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
optional = true
python-versions = ">=3.6"
[package.dependencies]
frozenlist = ">=1.1.0"
[[package]]
name = "anyio"
2022-06-10 08:43:35 +08:00
version = "3.6.1"
2022-03-30 14:19:53 +08:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.6.2"
[package.dependencies]
idna = ">=2.8"
sniffio = ">=1.1"
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[package.extras]
doc = ["packaging", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"]
2022-06-10 08:43:35 +08:00
test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "contextlib2", "uvloop (<0.15)", "mock (>=4)", "uvloop (>=0.15)"]
2022-03-30 14:19:53 +08:00
trio = ["trio (>=0.16)"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "async-timeout"
2022-03-30 14:19:53 +08:00
version = "4.0.2"
2020-11-09 20:32:23 +08:00
description = "Timeout context manager for asyncio programs"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
python-versions = ">=3.6"
[package.dependencies]
typing-extensions = {version = ">=3.6.5", markers = "python_version < \"3.8\""}
[[package]]
name = "asynctest"
version = "0.13.0"
description = "Enhance the standard unittest package with features for testing asyncio libraries"
category = "main"
optional = true
python-versions = ">=3.5"
2020-08-26 18:04:57 +08:00
[[package]]
name = "attrs"
2022-08-07 21:11:47 +08:00
version = "22.1.0"
2020-11-09 20:32:23 +08:00
description = "Classes Without Boilerplate"
2021-09-29 16:14:28 +02:00
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
2022-08-07 21:11:47 +08:00
python-versions = ">=3.5"
2020-08-26 18:04:57 +08:00
[package.extras]
2022-08-07 21:11:47 +08:00
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"]
2021-07-15 10:00:27 +08:00
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
2022-08-07 21:11:47 +08:00
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "zope.interface", "cloudpickle"]
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "cloudpickle"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "black"
version = "22.8.0"
2020-11-09 20:32:23 +08:00
description = "The uncompromising code formatter."
category = "dev"
2020-08-26 18:04:57 +08:00
optional = false
2021-08-29 22:33:50 +08:00
python-versions = ">=3.6.2"
2020-08-26 18:04:57 +08:00
[package.dependencies]
2022-03-30 14:19:53 +08:00
click = ">=8.0.0"
2021-08-29 22:33:50 +08:00
mypy-extensions = ">=0.4.3"
2022-03-30 14:19:53 +08:00
pathspec = ">=0.9.0"
2021-09-17 10:19:56 +08:00
platformdirs = ">=2"
2022-08-07 21:11:47 +08:00
tomli = {version = ">=1.1.0", markers = "python_full_version < \"3.11.0a7\""}
2022-03-30 14:19:53 +08:00
typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\" and implementation_name == \"cpython\""}
typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
2020-08-26 18:04:57 +08:00
[package.extras]
2021-08-29 22:33:50 +08:00
colorama = ["colorama (>=0.4.3)"]
2022-03-30 14:19:53 +08:00
d = ["aiohttp (>=3.7.4)"]
2021-09-17 10:19:56 +08:00
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
2021-08-29 22:33:50 +08:00
uvloop = ["uvloop (>=0.15.2)"]
2020-08-26 18:04:57 +08:00
2021-09-29 16:14:28 +02:00
[[package]]
name = "botocore"
version = "1.20.106"
description = "Low-level, data-driven core of boto 3."
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2021-09-29 16:14:28 +02:00
python-versions = ">= 2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[package.dependencies]
jmespath = ">=0.7.1,<1.0.0"
python-dateutil = ">=2.1,<3.0.0"
urllib3 = ">=1.25.4,<1.27"
[package.extras]
crt = ["awscrt (==0.11.24)"]
[[package]]
2022-03-30 14:19:53 +08:00
name = "charset-normalizer"
version = "2.1.1"
2022-03-30 14:19:53 +08:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-09-29 16:14:28 +02:00
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2022-06-26 19:18:34 +08:00
python-versions = ">=3.6.0"
2022-03-30 14:19:53 +08:00
[package.extras]
unicode_backport = ["unicodedata2"]
2021-09-29 16:14:28 +02:00
2020-08-26 18:04:57 +08:00
[[package]]
name = "click"
2022-06-10 08:43:35 +08:00
version = "8.1.3"
2020-11-09 20:32:23 +08:00
description = "Composable command line interface toolkit"
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2021-07-15 10:00:27 +08:00
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
2020-08-26 18:04:57 +08:00
[[package]]
name = "colorama"
2022-06-17 11:01:47 +08:00
version = "0.4.5"
2020-11-09 20:32:23 +08:00
description = "Cross-platform colored terminal text."
2021-07-15 10:00:27 +08:00
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.*"
2022-06-17 11:01:47 +08:00
[[package]]
name = "deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[package.dependencies]
wrapt = ">=1.10,<2"
[package.extras]
dev = ["tox", "bump2version (<1)", "sphinx (<2)", "importlib-metadata (<3)", "importlib-resources (<4)", "configparser (<5)", "sphinxcontrib-websupport (<2)", "zipp (<2)", "PyTest (<5)", "PyTest-Cov (<2.6)", "pytest", "pytest-cov"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "fastapi"
version = "0.82.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
2022-03-30 14:19:53 +08:00
python-versions = ">=3.6.1"
2020-08-26 18:04:57 +08:00
[package.dependencies]
2021-07-15 10:00:27 +08:00
pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0"
2022-06-10 08:43:35 +08:00
starlette = "0.19.1"
2020-08-26 18:04:57 +08:00
[package.extras]
2022-06-10 08:43:35 +08:00
all = ["requests (>=2.24.0,<3.0.0)", "jinja2 (>=2.11.2,<4.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "itsdangerous (>=1.1.0,<3.0.0)", "pyyaml (>=5.3.1,<7.0.0)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)", "orjson (>=3.2.1,<4.0.0)", "email_validator (>=1.1.1,<2.0.0)", "uvicorn[standard] (>=0.12.0,<0.18.0)"]
dev = ["python-jose[cryptography] (>=3.3.0,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "autoflake (>=1.4.0,<2.0.0)", "flake8 (>=3.8.3,<6.0.0)", "uvicorn[standard] (>=0.12.0,<0.18.0)", "pre-commit (>=2.17.0,<3.0.0)"]
2022-06-10 08:43:35 +08:00
doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mdx-include (>=1.4.1,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "typer (>=0.4.1,<0.5.0)", "pyyaml (>=5.3.1,<7.0.0)"]
test = ["pytest (>=6.2.4,<7.0.0)", "pytest-cov (>=2.12.0,<4.0.0)", "mypy (==0.910)", "flake8 (>=3.8.3,<6.0.0)", "black (==22.3.0)", "isort (>=5.0.6,<6.0.0)", "requests (>=2.24.0,<3.0.0)", "httpx (>=0.14.0,<0.19.0)", "email_validator (>=1.1.1,<2.0.0)", "sqlalchemy (>=1.3.18,<1.5.0)", "peewee (>=3.13.3,<4.0.0)", "databases[sqlite] (>=0.3.2,<0.6.0)", "orjson (>=3.2.1,<4.0.0)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "flask (>=1.1.2,<3.0.0)", "anyio[trio] (>=3.2.1,<4.0.0)", "types-ujson (==4.2.1)", "types-orjson (==3.6.2)", "types-dataclasses (==0.6.5)"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "flake8"
2022-08-07 21:11:47 +08:00
version = "5.0.4"
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
2022-08-07 21:11:47 +08:00
python-versions = ">=3.6.1"
2020-08-26 18:04:57 +08:00
[package.dependencies]
2022-08-07 21:11:47 +08:00
importlib-metadata = {version = ">=1.1.0,<4.3", markers = "python_version < \"3.8\""}
mccabe = ">=0.7.0,<0.8.0"
pycodestyle = ">=2.9.0,<2.10.0"
pyflakes = ">=2.5.0,<2.6.0"
2022-03-30 14:19:53 +08:00
[[package]]
name = "frozenlist"
2022-08-07 21:11:47 +08:00
version = "1.3.1"
2022-03-30 14:19:53 +08:00
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = true
python-versions = ">=3.7"
2020-08-26 18:04:57 +08:00
[[package]]
name = "h11"
2022-03-30 14:19:53 +08:00
version = "0.13.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
2022-03-30 14:19:53 +08:00
[package.dependencies]
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
2021-09-29 16:14:28 +02:00
[[package]]
name = "idna"
2022-03-30 14:19:53 +08:00
version = "3.3"
2021-09-29 16:14:28 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
2020-08-26 18:04:57 +08:00
[[package]]
2020-10-08 15:10:34 +08:00
name = "importlib-metadata"
2022-03-30 14:19:53 +08:00
version = "4.2.0"
2020-11-09 20:32:23 +08:00
description = "Read metadata from Python packages"
2021-07-15 10:00:27 +08:00
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-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]
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
2022-03-30 14:19:53 +08:00
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "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"
2022-03-30 14:19:53 +08:00
version = "5.10.1"
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
2021-07-15 10:00:27 +08:00
python-versions = ">=3.6.1,<4.0"
2020-08-26 18:04:57 +08:00
[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)"]
2021-07-15 10:00:27 +08:00
plugins = ["setuptools"]
2020-08-26 18:04:57 +08:00
2021-09-29 16:14:28 +02:00
[[package]]
name = "jmespath"
version = "0.10.0"
description = "JSON Matching Expressions"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2021-09-29 16:14:28 +02:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2020-08-26 18:04:57 +08:00
[[package]]
name = "mccabe"
2022-08-07 21:11:47 +08:00
version = "0.7.0"
2020-11-09 20:32:23 +08:00
description = "McCabe checker, plugin for flake8"
category = "dev"
2020-08-26 18:04:57 +08:00
optional = false
2022-08-07 21:11:47 +08:00
python-versions = ">=3.6"
2020-08-26 18:04:57 +08:00
2021-09-29 16:14:28 +02:00
[[package]]
name = "multidict"
2022-03-30 14:19:53 +08:00
version = "6.0.2"
2021-09-29 16:14:28 +02:00
description = "multidict implementation"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
python-versions = ">=3.7"
2021-09-29 16:14:28 +02:00
2021-08-29 22:33:50 +08:00
[[package]]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
2020-08-26 18:04:57 +08:00
[[package]]
name = "packaging"
2022-03-30 14:19:53 +08:00
version = "21.3"
2020-11-09 20:32:23 +08:00
description = "Core utilities for Python packages"
2022-06-17 11:01:47 +08:00
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
2021-07-15 10:00:27 +08:00
python-versions = ">=3.6"
2020-08-26 18:04:57 +08:00
[package.dependencies]
2022-03-30 14:19:53 +08:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2020-08-26 18:04:57 +08:00
[[package]]
name = "pathspec"
version = "0.10.1"
2020-11-09 20:32:23 +08:00
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 = ">=3.7"
2020-08-26 18:04:57 +08:00
2021-09-17 10:19:56 +08:00
[[package]]
name = "pendulum"
version = "2.1.2"
description = "Python datetimes made easy"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
python-dateutil = ">=2.6,<3.0"
pytzdata = ">=2020.1"
[[package]]
name = "platformdirs"
2022-06-10 08:43:35 +08:00
version = "2.5.2"
2021-09-17 10:19:56 +08:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2021-09-17 10:19:56 +08:00
[package.extras]
2022-06-10 08:43:35 +08:00
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
2021-09-17 10:19:56 +08:00
2020-08-26 18:04:57 +08:00
[[package]]
name = "pluggy"
2021-09-17 10:19:56 +08:00
version = "1.0.0"
2020-11-09 20:32:23 +08:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
2020-08-26 18:04:57 +08:00
optional = false
2021-09-17 10:19:56 +08:00
python-versions = ">=3.6"
2020-08-26 18:04:57 +08:00
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]
testing = ["pytest-benchmark", "pytest"]
dev = ["tox", "pre-commit"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "py"
2022-03-30 14:19:53 +08:00
version = "1.11.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
2022-03-30 14:19:53 +08:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-08-26 18:04:57 +08:00
[[package]]
name = "pycodestyle"
2022-08-07 21:11:47 +08:00
version = "2.9.1"
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
2022-08-07 21:11:47 +08:00
python-versions = ">=3.6"
2020-08-26 18:04:57 +08:00
[[package]]
name = "pydantic"
version = "1.10.2"
2022-06-10 08:43:35 +08:00
description = "Data validation and settings management using python type hints"
2020-11-09 20:32:23 +08:00
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
python-versions = ">=3.7"
[package.dependencies]
typing-extensions = ">=4.1.0"
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"
2022-08-07 21:11:47 +08:00
version = "2.5.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
2022-08-07 21:11:47 +08:00
python-versions = ">=3.6"
2020-08-26 18:04:57 +08:00
[[package]]
name = "pyparsing"
2022-06-10 08:43:35 +08:00
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-06-17 11:01:47 +08:00
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
2022-06-10 08:43:35 +08:00
python-versions = ">=3.6.8"
2022-03-30 14:19:53 +08:00
[package.extras]
2022-06-10 08:43:35 +08:00
diagrams = ["railroad-diagrams", "jinja2"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "pytest"
version = "7.1.3"
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
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2020-08-26 18:04:57 +08:00
[package.dependencies]
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-09-17 10:19:56 +08:00
pluggy = ">=0.12,<2.0"
2020-08-26 18:04:57 +08:00
py = ">=1.8.2"
2022-03-30 14:19:53 +08:00
tomli = ">=1.0.0"
2020-08-26 18:04:57 +08:00
[package.extras]
2022-03-30 14:19:53 +08:00
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "python-dateutil"
2021-07-15 10:00:27 +08:00
version = "2.8.2"
2020-11-09 20:32:23 +08:00
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[package.dependencies]
six = ">=1.5"
2021-09-17 10:19:56 +08:00
[[package]]
name = "pytzdata"
version = "2020.1"
description = "The Olson timezone database for Python."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-06-17 11:01:47 +08:00
[[package]]
name = "redis"
2022-08-07 21:11:47 +08:00
version = "4.4.0rc1"
2022-06-17 11:01:47 +08:00
description = "Python client for Redis database and key-value store"
category = "main"
optional = true
2022-08-07 21:11:47 +08:00
python-versions = ">=3.7"
2022-06-17 11:01:47 +08:00
[package.dependencies]
async-timeout = ">=4.0.2"
deprecated = ">=1.2.3"
importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""}
packaging = ">=20.4"
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[package.extras]
hiredis = ["hiredis (>=1.0.0)"]
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "six"
2021-07-15 10:00:27 +08:00
version = "1.16.0"
2020-11-09 20:32:23 +08:00
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.*"
2022-03-30 14:19:53 +08:00
[[package]]
name = "sniffio"
version = "1.3.0"
2022-03-30 14:19:53 +08:00
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.7"
2020-08-26 18:04:57 +08:00
[[package]]
name = "starlette"
2022-06-10 08:43:35 +08:00
version = "0.19.1"
2020-11-09 20:32:23 +08:00
description = "The little ASGI library that shines."
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
python-versions = ">=3.6"
2022-03-30 14:19:53 +08:00
[package.dependencies]
2022-06-10 08:43:35 +08:00
anyio = ">=3.4.0,<5"
typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
2022-03-30 14:19:53 +08:00
2020-08-26 18:04:57 +08:00
[package.extras]
2022-03-30 14:19:53 +08:00
full = ["itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests"]
2020-08-26 18:04:57 +08:00
2021-08-29 22:33:50 +08:00
[[package]]
name = "tomli"
2022-03-30 14:19:53 +08:00
version = "2.0.1"
2021-08-29 22:33:50 +08:00
description = "A lil' TOML parser"
category = "dev"
optional = false
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2021-08-29 22:33:50 +08:00
2020-08-26 18:04:57 +08:00
[[package]]
name = "typed-ast"
2022-06-10 08:43:35 +08:00
version = "1.5.4"
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
2022-03-30 14:19:53 +08:00
python-versions = ">=3.6"
2020-08-26 18:04:57 +08:00
2020-10-08 15:10:34 +08:00
[[package]]
name = "typing-extensions"
2022-08-07 21:11:47 +08:00
version = "4.3.0"
2022-06-10 08:43:35 +08:00
description = "Backported and Experimental Type Hints for Python 3.7+"
2020-11-09 20:32:23 +08:00
category = "main"
2020-10-08 15:10:34 +08:00
optional = false
2022-06-10 08:43:35 +08:00
python-versions = ">=3.7"
2020-10-08 15:10:34 +08:00
2021-09-29 16:14:28 +02:00
[[package]]
name = "urllib3"
version = "1.26.12"
2021-09-29 16:14:28 +02:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2022-08-07 21:11:47 +08:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
2021-09-29 16:14:28 +02:00
[package.extras]
2022-03-30 14:19:53 +08:00
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"]
2021-09-29 16:14:28 +02:00
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
2020-08-26 18:04:57 +08:00
[[package]]
name = "uvicorn"
version = "0.18.3"
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
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2020-08-26 18:04:57 +08:00
[package.dependencies]
2021-08-29 22:33:50 +08:00
click = ">=7.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]
standard = ["colorama (>=0.4)", "httptools (>=0.4.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.0)"]
2020-08-26 18:04:57 +08:00
2021-09-29 16:14:28 +02:00
[[package]]
name = "wrapt"
2022-06-10 08:43:35 +08:00
version = "1.14.1"
2021-09-29 16:14:28 +02:00
description = "Module for decorators, wrappers and monkey patching."
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-09-29 16:14:28 +02:00
[[package]]
name = "yarl"
2022-08-07 21:11:47 +08:00
version = "1.8.1"
2021-09-29 16:14:28 +02:00
description = "Yet another URL library"
category = "main"
2022-03-30 14:19:53 +08:00
optional = true
2022-08-07 21:11:47 +08:00
python-versions = ">=3.7"
2021-09-29 16:14:28 +02:00
[package.dependencies]
idna = ">=2.0"
multidict = ">=4.0"
typing-extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""}
2020-08-26 18:04:57 +08:00
[[package]]
2020-10-08 15:10:34 +08:00
name = "zipp"
2022-08-07 21:11:47 +08:00
version = "3.8.1"
2020-11-09 20:32:23 +08:00
description = "Backport of pathlib-compatible object wrapper for zip files"
2021-07-15 10:00:27 +08:00
category = "main"
2020-08-26 18:04:57 +08:00
optional = false
2022-03-30 14:19:53 +08:00
python-versions = ">=3.7"
2020-08-26 18:04:57 +08:00
2020-10-08 15:10:34 +08:00
[package.extras]
2022-08-07 21:11:47 +08:00
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
2020-08-26 18:04:57 +08:00
[extras]
2022-08-07 21:11:47 +08:00
all = ["redis", "aiomcache", "aiobotocore"]
2022-03-30 14:19:53 +08:00
dynamodb = ["aiobotocore"]
2020-08-26 18:04:57 +08:00
memcache = ["aiomcache"]
2022-08-07 21:11:47 +08:00
redis = ["redis"]
2020-08-26 18:04:57 +08:00
[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"
2022-08-07 21:11:47 +08:00
content-hash = "0363e1a32c6d3fc4adea4b2f739bfc37b7d223e66b9fa515d43f43b2c8feea77"
2020-08-26 18:04:57 +08:00
[metadata.files]
2022-08-07 21:11:47 +08:00
aiobotocore = []
aiohttp = []
aioitertools = [
{file = "aioitertools-0.10.0-py3-none-any.whl", hash = "sha256:a2ea2a39ebf272a2fbb58bfdb73e1daeeb6686edbbc8082215dfc8b8ffffa6e8"},
{file = "aioitertools-0.10.0.tar.gz", hash = "sha256:7d1d1d4a03d462c5a0840787d3df098f125847e0d38b833b30f8f8cbc45a1420"},
2021-09-29 16:14:28 +02:00
]
2022-08-07 21:11:47 +08:00
aiomcache = []
aiosignal = []
2022-03-30 14:19:53 +08:00
anyio = [
2022-06-10 08:43:35 +08:00
{file = "anyio-3.6.1-py3-none-any.whl", hash = "sha256:cb29b9c70620506a9a8f87a309591713446953302d7d995344d0d7c6c0c9a7be"},
{file = "anyio-3.6.1.tar.gz", hash = "sha256:413adf95f93886e442aea925f3ee43baa5a765a64a0f52c6081894f9992fdd0b"},
2020-08-26 18:04:57 +08:00
]
async-timeout = [
2022-03-30 14:19:53 +08:00
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
{file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"},
]
2022-08-07 21:11:47 +08:00
asynctest = []
2020-08-26 18:04:57 +08:00
attrs = [
2022-08-07 21:11:47 +08:00
{file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"},
{file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"},
2020-08-26 18:04:57 +08:00
]
black = [
{file = "black-22.8.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ce957f1d6b78a8a231b18e0dd2d94a33d2ba738cd88a7fe64f53f659eea49fdd"},
{file = "black-22.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5107ea36b2b61917956d018bd25129baf9ad1125e39324a9b18248d362156a27"},
{file = "black-22.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e8166b7bfe5dcb56d325385bd1d1e0f635f24aae14b3ae437102dedc0c186747"},
{file = "black-22.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd82842bb272297503cbec1a2600b6bfb338dae017186f8f215c8958f8acf869"},
{file = "black-22.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:d839150f61d09e7217f52917259831fe2b689f5c8e5e32611736351b89bb2a90"},
{file = "black-22.8.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:a05da0430bd5ced89176db098567973be52ce175a55677436a271102d7eaa3fe"},
{file = "black-22.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a098a69a02596e1f2a58a2a1c8d5a05d5a74461af552b371e82f9fa4ada8342"},
{file = "black-22.8.0-cp36-cp36m-win_amd64.whl", hash = "sha256:5594efbdc35426e35a7defa1ea1a1cb97c7dbd34c0e49af7fb593a36bd45edab"},
{file = "black-22.8.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a983526af1bea1e4cf6768e649990f28ee4f4137266921c2c3cee8116ae42ec3"},
{file = "black-22.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b2c25f8dea5e8444bdc6788a2f543e1fb01494e144480bc17f806178378005e"},
{file = "black-22.8.0-cp37-cp37m-win_amd64.whl", hash = "sha256:78dd85caaab7c3153054756b9fe8c611efa63d9e7aecfa33e533060cb14b6d16"},
{file = "black-22.8.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:cea1b2542d4e2c02c332e83150e41e3ca80dc0fb8de20df3c5e98e242156222c"},
{file = "black-22.8.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5b879eb439094751185d1cfdca43023bc6786bd3c60372462b6f051efa6281a5"},
{file = "black-22.8.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0a12e4e1353819af41df998b02c6742643cfef58282915f781d0e4dd7a200411"},
{file = "black-22.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3a73f66b6d5ba7288cd5d6dad9b4c9b43f4e8a4b789a94bf5abfb878c663eb3"},
{file = "black-22.8.0-cp38-cp38-win_amd64.whl", hash = "sha256:e981e20ec152dfb3e77418fb616077937378b322d7b26aa1ff87717fb18b4875"},
{file = "black-22.8.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8ce13ffed7e66dda0da3e0b2eb1bdfc83f5812f66e09aca2b0978593ed636b6c"},
{file = "black-22.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:32a4b17f644fc288c6ee2bafdf5e3b045f4eff84693ac069d87b1a347d861497"},
{file = "black-22.8.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0ad827325a3a634bae88ae7747db1a395d5ee02cf05d9aa7a9bd77dfb10e940c"},
{file = "black-22.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53198e28a1fb865e9fe97f88220da2e44df6da82b18833b588b1883b16bb5d41"},
{file = "black-22.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:bc4d4123830a2d190e9cc42a2e43570f82ace35c3aeb26a512a2102bce5af7ec"},
{file = "black-22.8.0-py3-none-any.whl", hash = "sha256:d2c21d439b2baf7aa80d6dd4e3659259be64c6f49dfd0f32091063db0e006db4"},
{file = "black-22.8.0.tar.gz", hash = "sha256:792f7eb540ba9a17e8656538701d3eb1afcb134e3b45b71f20b25c77a8db7e6e"},
2021-09-29 16:14:28 +02:00
]
2022-08-07 21:11:47 +08:00
botocore = []
2022-03-30 14:19:53 +08:00
charset-normalizer = [
{file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"},
{file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"},
2021-09-29 16:14:28 +02:00
]
2020-08-26 18:04:57 +08:00
click = [
2022-06-10 08:43:35 +08:00
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
2020-08-26 18:04:57 +08:00
]
colorama = [
2022-06-17 11:01:47 +08:00
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
]
deprecated = [
{file = "Deprecated-1.2.13-py2.py3-none-any.whl", hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d"},
{file = "Deprecated-1.2.13.tar.gz", hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d"},
2020-08-26 18:04:57 +08:00
]
fastapi = []
flake8 = []
frozenlist = []
2020-08-26 18:04:57 +08:00
h11 = [
2022-03-30 14:19:53 +08:00
{file = "h11-0.13.0-py3-none-any.whl", hash = "sha256:8ddd78563b633ca55346c8cd41ec0af27d3c79931828beffb46ce70a379e7442"},
{file = "h11-0.13.0.tar.gz", hash = "sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"},
2020-08-26 18:04:57 +08:00
]
2021-09-29 16:14:28 +02:00
idna = [
2022-03-30 14:19:53 +08:00
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
2021-09-29 16:14:28 +02:00
]
importlib-metadata = [
{file = "importlib_metadata-4.2.0-py3-none-any.whl", hash = "sha256:057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b"},
{file = "importlib_metadata-4.2.0.tar.gz", hash = "sha256:b7e52a1f8dec14a75ea73e0891f3060099ca1d8e6a462a4dff11c3e119ea1b31"},
]
2020-08-26 18:04:57 +08:00
iniconfig = [
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
2020-08-26 18:04:57 +08:00
]
isort = [
2022-03-30 14:19:53 +08:00
{file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
2020-08-26 18:04:57 +08:00
]
jmespath = [
{file = "jmespath-0.10.0-py2.py3-none-any.whl", hash = "sha256:cdf6525904cc597730141d61b36f2e4b8ecc257c420fa2f4549bac2c2d0cb72f"},
{file = "jmespath-0.10.0.tar.gz", hash = "sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9"},
]
2020-08-26 18:04:57 +08:00
mccabe = [
2022-08-07 21:11:47 +08:00
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
2020-08-26 18:04:57 +08:00
]
multidict = []
2021-08-29 22:33:50 +08:00
mypy-extensions = [
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
]
2020-08-26 18:04:57 +08:00
packaging = [
2022-03-30 14:19:53 +08:00
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
2020-08-26 18:04:57 +08:00
]
pathspec = [
{file = "pathspec-0.10.1-py3-none-any.whl", hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93"},
{file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"},
2020-08-26 18:04:57 +08:00
]
2022-08-07 21:11:47 +08:00
pendulum = []
2021-09-17 10:19:56 +08:00
platformdirs = [
2022-06-10 08:43:35 +08:00
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
2021-09-17 10:19:56 +08:00
]
2020-08-26 18:04:57 +08:00
pluggy = [
2021-09-17 10:19:56 +08:00
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
2020-08-26 18:04:57 +08:00
]
py = [
2022-03-30 14:19:53 +08:00
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
2020-08-26 18:04:57 +08:00
]
pycodestyle = [
2022-08-07 21:11:47 +08:00
{file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"},
{file = "pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"},
2020-08-26 18:04:57 +08:00
]
pydantic = []
2020-08-26 18:04:57 +08:00
pyflakes = [
2022-08-07 21:11:47 +08:00
{file = "pyflakes-2.5.0-py2.py3-none-any.whl", hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2"},
{file = "pyflakes-2.5.0.tar.gz", hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"},
2020-08-26 18:04:57 +08:00
]
pyparsing = [
2022-06-10 08:43:35 +08:00
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
2020-08-26 18:04:57 +08:00
]
pytest = [
{file = "pytest-7.1.3-py3-none-any.whl", hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"},
{file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"},
2020-08-26 18:04:57 +08:00
]
2022-08-07 21:11:47 +08:00
python-dateutil = []
pytzdata = []
redis = [
{file = "redis-4.4.0rc1-py3-none-any.whl", hash = "sha256:b538a9ab71441ce5aff06552a6e0383c9720c29d7073082bd691a0b3dcbb7ac3"},
{file = "redis-4.4.0rc1.tar.gz", hash = "sha256:0b82ad83f37b89b25cca2d18592eee379dabdfe8550e80b34d852acf2d9fb015"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
2022-03-30 14:19:53 +08:00
sniffio = [
{file = "sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"},
{file = "sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"},
2020-08-26 18:04:57 +08:00
]
starlette = [
2022-06-10 08:43:35 +08:00
{file = "starlette-0.19.1-py3-none-any.whl", hash = "sha256:5a60c5c2d051f3a8eb546136aa0c9399773a689595e099e0877704d5888279bf"},
{file = "starlette-0.19.1.tar.gz", hash = "sha256:c6d21096774ecb9639acad41b86b7706e52ba3bf1dc13ea4ed9ad593d47e24c7"},
2020-08-26 18:04:57 +08:00
]
2021-08-29 22:33:50 +08:00
tomli = [
2022-03-30 14:19:53 +08:00
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
2021-08-29 22:33:50 +08:00
]
typed-ast = [
{file = "typed_ast-1.5.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:669dd0c4167f6f2cd9f57041e03c3c2ebf9063d0757dc89f79ba1daa2bfca9d4"},
{file = "typed_ast-1.5.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:211260621ab1cd7324e0798d6be953d00b74e0428382991adfddb352252f1d62"},
{file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:267e3f78697a6c00c689c03db4876dd1efdfea2f251a5ad6555e82a26847b4ac"},
{file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c542eeda69212fa10a7ada75e668876fdec5f856cd3d06829e6aa64ad17c8dfe"},
{file = "typed_ast-1.5.4-cp310-cp310-win_amd64.whl", hash = "sha256:a9916d2bb8865f973824fb47436fa45e1ebf2efd920f2b9f99342cb7fab93f72"},
{file = "typed_ast-1.5.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:79b1e0869db7c830ba6a981d58711c88b6677506e648496b1f64ac7d15633aec"},
{file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a94d55d142c9265f4ea46fab70977a1944ecae359ae867397757d836ea5a3f47"},
{file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:183afdf0ec5b1b211724dfef3d2cad2d767cbefac291f24d69b00546c1837fb6"},
{file = "typed_ast-1.5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:639c5f0b21776605dd6c9dbe592d5228f021404dafd377e2b7ac046b0349b1a1"},
{file = "typed_ast-1.5.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf4afcfac006ece570e32d6fa90ab74a17245b83dfd6655a6f68568098345ff6"},
{file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed855bbe3eb3715fca349c80174cfcfd699c2f9de574d40527b8429acae23a66"},
{file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6778e1b2f81dfc7bc58e4b259363b83d2e509a65198e85d5700dfae4c6c8ff1c"},
{file = "typed_ast-1.5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:0261195c2062caf107831e92a76764c81227dae162c4f75192c0d489faf751a2"},
{file = "typed_ast-1.5.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2efae9db7a8c05ad5547d522e7dbe62c83d838d3906a3716d1478b6c1d61388d"},
{file = "typed_ast-1.5.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7d5d014b7daa8b0bf2eaef684295acae12b036d79f54178b92a2b6a56f92278f"},
{file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:370788a63915e82fd6f212865a596a0fefcbb7d408bbbb13dea723d971ed8bdc"},
{file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4e964b4ff86550a7a7d56345c7864b18f403f5bd7380edf44a3c1fb4ee7ac6c6"},
{file = "typed_ast-1.5.4-cp38-cp38-win_amd64.whl", hash = "sha256:683407d92dc953c8a7347119596f0b0e6c55eb98ebebd9b23437501b28dcbb8e"},
{file = "typed_ast-1.5.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4879da6c9b73443f97e731b617184a596ac1235fe91f98d279a7af36c796da35"},
{file = "typed_ast-1.5.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3e123d878ba170397916557d31c8f589951e353cc95fb7f24f6bb69adc1a8a97"},
{file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebd9d7f80ccf7a82ac5f88c521115cc55d84e35bf8b446fcd7836eb6b98929a3"},
{file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98f80dee3c03455e92796b58b98ff6ca0b2a6f652120c263efdba4d6c5e58f72"},
{file = "typed_ast-1.5.4-cp39-cp39-win_amd64.whl", hash = "sha256:0fdbcf2fef0ca421a3f5912555804296f0b0960f0418c440f5d6d3abb549f3e1"},
{file = "typed_ast-1.5.4.tar.gz", hash = "sha256:39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"},
]
2020-10-08 15:10:34 +08:00
typing-extensions = [
2022-08-07 21:11:47 +08:00
{file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"},
{file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"},
2021-09-29 16:14:28 +02:00
]
urllib3 = [
{file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"},
{file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"},
]
uvicorn = []
wrapt = [
{file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"},
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"},
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"},
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"},
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"},
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"},
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"},
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"},
{file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"},
{file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"},
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"},
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"},
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"},
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"},
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"},
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"},
{file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"},
{file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"},
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"},
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"},
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"},
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"},
{file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"},
{file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"},
{file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"},
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"},
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"},
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"},
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"},
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"},
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"},
{file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"},
{file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"},
{file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"},
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"},
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"},
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"},
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"},
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"},
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"},
{file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"},
{file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"},
{file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"},
{file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"},
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"},
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"},
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"},
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"},
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"},
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"},
{file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"},
{file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"},
{file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"},
{file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"},
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"},
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"},
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"},
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"},
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"},
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"},
{file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"},
{file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"},
{file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"},
]
yarl = []
zipp = [
{file = "zipp-3.8.1-py3-none-any.whl", hash = "sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009"},
{file = "zipp-3.8.1.tar.gz", hash = "sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2"},
2020-08-26 18:04:57 +08:00
]