2020-09-17 16:49:47 +00:00
[ [ package ] ]
2021-08-04 06:30:18 +00:00
name = "anyio"
2022-05-23 06:01:19 +00:00
version = "3.6.1"
2021-08-04 06:30:18 +00:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
2020-11-23 10:35:17 +00:00
optional = false
2021-08-04 06:30:18 +00:00
python-versions = ">=3.6.2"
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2022-01-13 08:10:47 +00:00
doc = [ "packaging" , "sphinx-rtd-theme" , "sphinx-autodoc-typehints (>=1.2.0)" ]
2022-05-23 06:01:19 +00: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)" ]
2021-08-04 06:30:18 +00:00
trio = [ "trio (>=0.16)" ]
2020-11-23 10:35:17 +00:00
2021-08-04 06:30:18 +00:00
[ [ package ] ]
name = "asgiref"
2022-05-23 06:01:19 +00:00
version = "3.5.2"
2021-08-04 06:30:18 +00:00
description = "ASGI specs, helper code, and adapters"
category = "main"
optional = false
2022-01-26 10:17:40 +00:00
python-versions = ">=3.7"
2021-08-04 06:30:18 +00:00
[ package . extras ]
tests = [ "pytest" , "pytest-asyncio" , "mypy (>=0.800)" ]
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "async-asgi-testclient"
2022-05-23 06:01:19 +00:00
version = "1.4.10"
2022-01-13 13:07:26 +00:00
description = "Async client for testing ASGI web applications"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2022-05-23 06:01:19 +00:00
multidict = ">=4.0,<7.0"
2022-01-13 13:07:26 +00:00
requests = ">=2.21,<3.0"
2022-05-23 06:01:19 +00:00
[ [ package ] ]
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
python-versions = ">=3.6"
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
version = "21.4.0"
description = "Classes Without Boilerplate"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" , "cloudpickle" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
2021-09-12 05:00:03 +00:00
[ [ package ] ]
name = "black"
2022-05-23 06:01:19 +00:00
version = "22.3.0"
2021-09-12 05:00:03 +00:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
2022-05-23 06:01:19 +00:00
click = ">=8.0.0"
2021-09-12 05:00:03 +00:00
mypy-extensions = ">=0.4.3"
2022-05-23 06:01:19 +00:00
pathspec = ">=0.9.0"
2021-09-12 05:00:03 +00:00
platformdirs = ">=2"
2022-05-23 06:01:19 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2021-09-12 05:00:03 +00:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-11-01 06:06:13 +00:00
d = [ "aiohttp (>=3.7.4)" ]
2021-09-12 05:00:03 +00:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "certifi"
2022-05-23 06:01:19 +00:00
version = "2022.5.18.1"
2020-11-23 10:35:17 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.6"
2020-11-23 10:35:17 +00:00
2021-08-04 06:30:18 +00:00
[ [ package ] ]
name = "charset-normalizer"
2022-02-23 11:37:29 +00:00
version = "2.0.12"
2021-08-04 06:30:18 +00:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-11-01 06:06:13 +00:00
category = "main"
2021-08-04 06:30:18 +00:00
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "click"
2022-05-23 06:01:19 +00:00
version = "8.1.3"
2020-11-23 10:35:17 +00:00
description = "Composable command line interface toolkit"
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2021-08-04 06:30:18 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-01-13 08:10:47 +00:00
[ [ package ] ]
name = "deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = false
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-11-23 10:35:17 +00:00
[ [ package ] ]
name = "fastapi"
2022-05-23 06:01:19 +00:00
version = "0.78.0"
2020-11-23 10:35:17 +00:00
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
2021-11-01 06:06:13 +00:00
python-versions = ">=3.6.1"
2020-11-23 10:35:17 +00:00
[ package . dependencies ]
2021-08-04 06:30:18 +00: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-05-23 06:01:19 +00:00
starlette = "0.19.1"
2020-11-23 10:35:17 +00:00
[ package . extras ]
2022-05-23 06:01:19 +00: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,<4.0.0)" , "uvicorn[standard] (>=0.12.0,<0.18.0)" , "pre-commit (>=2.17.0,<3.0.0)" ]
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,<4.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-11-23 10:35:17 +00:00
2021-03-12 07:48:13 +00:00
[ [ package ] ]
name = "greenlet"
2021-11-01 06:06:13 +00:00
version = "1.1.2"
2021-03-12 07:48:13 +00:00
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "h11"
2021-03-06 14:33:57 +00:00
version = "0.12.0"
2020-11-23 10:35:17 +00:00
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
2021-03-06 14:33:57 +00:00
python-versions = ">=3.6"
2020-11-23 10:35:17 +00:00
2021-03-12 10:19:34 +00:00
[ [ package ] ]
name = "hiredis"
2021-04-02 06:52:07 +00:00
version = "2.0.0"
2021-03-12 10:19:34 +00:00
description = "Python wrapper for hiredis"
category = "main"
optional = false
2021-04-02 06:52:07 +00:00
python-versions = ">=3.6"
2021-03-12 10:19:34 +00:00
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "httpcore"
2022-02-08 07:05:06 +00:00
version = "0.14.7"
2020-11-23 10:35:17 +00:00
description = "A minimal low-level HTTP client."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-08-04 06:30:18 +00:00
anyio = ">=3.0.0,<4.0.0"
2022-01-13 08:10:47 +00:00
certifi = "*"
2021-08-04 06:30:18 +00:00
h11 = ">=0.11,<0.13"
2020-11-23 10:35:17 +00:00
sniffio = ">=1.0.0,<2.0.0"
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
2022-01-26 10:17:40 +00:00
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "httptools"
2022-05-23 06:01:19 +00:00
version = "0.4.0"
2020-11-23 10:35:17 +00:00
description = "A collection of framework independent HTTP protocol utils."
category = "main"
optional = false
2022-02-23 11:37:29 +00:00
python-versions = ">=3.5.0"
2020-11-23 10:35:17 +00:00
[ package . extras ]
2022-02-23 11:37:29 +00:00
test = [ "Cython (>=0.29.24,<0.30.0)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "httpx"
2022-05-23 06:01:19 +00:00
version = "0.22.0"
2020-11-23 10:35:17 +00:00
description = "The next generation HTTP client."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
certifi = "*"
2021-11-01 06:06:13 +00:00
charset-normalizer = "*"
2022-05-23 06:01:19 +00:00
httpcore = ">=0.14.5,<0.15.0"
2020-11-23 10:35:17 +00:00
rfc3986 = { version = ">=1.3,<2" , extras = [ "idna2008" ] }
sniffio = "*"
[ package . extras ]
2021-11-01 06:06:13 +00:00
brotli = [ "brotlicffi" , "brotli" ]
2022-01-13 08:10:47 +00:00
cli = [ "click (>=8.0.0,<9.0.0)" , "rich (>=10.0.0,<11.0.0)" , "pygments (>=2.0.0,<3.0.0)" ]
2021-11-01 06:06:13 +00:00
http2 = [ "h2 (>=3,<5)" ]
2022-05-23 06:01:19 +00:00
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2020-11-23 10:35:17 +00:00
2021-05-15 10:15:50 +00:00
[ [ package ] ]
name = "humanize"
2022-05-23 06:01:19 +00:00
version = "4.1.0"
2021-05-15 10:15:50 +00:00
description = "Python humanize utilities"
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2021-05-15 10:15:50 +00:00
[ package . extras ]
tests = [ "freezegun" , "pytest" , "pytest-cov" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "idna"
2021-11-01 06:06:13 +00:00
version = "3.3"
2020-11-23 10:35:17 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-08-04 06:30:18 +00:00
python-versions = ">=3.5"
2020-11-23 10:35:17 +00:00
2022-01-13 08:10:47 +00:00
[ [ package ] ]
name = "importlib-metadata"
2022-05-23 06:01:19 +00:00
version = "4.11.4"
2022-01-13 08:10:47 +00:00
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-05-23 06:01:19 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
2022-01-13 08:10:47 +00:00
perf = [ "ipython" ]
2022-02-23 11:37:29 +00:00
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "importlib-resources (>=1.3)" ]
2022-01-13 08:10:47 +00:00
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
2021-09-12 05:00:03 +00:00
[ [ package ] ]
name = "isort"
2022-01-13 08:10:47 +00:00
version = "5.10.1"
2021-09-12 05:00:03 +00:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
plugins = [ "setuptools" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "jinja2"
2022-05-23 06:01:19 +00:00
version = "3.1.2"
2020-11-23 10:35:17 +00:00
description = "A very fast and expressive template engine."
2021-05-15 10:15:50 +00:00
category = "main"
2020-11-23 10:35:17 +00:00
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2020-11-23 10:35:17 +00:00
[ package . dependencies ]
2021-05-22 18:04:58 +00:00
MarkupSafe = ">=2.0"
2020-11-23 10:35:17 +00:00
[ package . extras ]
2021-05-15 10:15:50 +00:00
i18n = [ "Babel (>=2.7)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "loguru"
2022-02-23 11:37:29 +00:00
version = "0.6.0"
2020-11-23 10:35:17 +00:00
description = "Python logging made (stupidly) simple"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
colorama = { version = ">=0.3.4" , markers = "sys_platform == \"win32\"" }
win32-setctime = { version = ">=1.0.0" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
2022-02-23 11:37:29 +00:00
dev = [ "colorama (>=0.3.4)" , "docutils (==0.16)" , "flake8 (>=3.7.7)" , "tox (>=3.9.0)" , "pytest (>=4.6.2)" , "pytest-cov (>=2.7.1)" , "black (>=19.10b0)" , "isort (>=5.1.1)" , "Sphinx (>=4.1.1)" , "sphinx-autobuild (>=0.7.1)" , "sphinx-rtd-theme (>=0.4.3)" ]
2020-11-23 10:35:17 +00:00
2021-03-08 17:34:47 +00:00
[ [ package ] ]
name = "markdown"
2022-05-23 06:01:19 +00:00
version = "3.3.7"
2021-03-08 17:34:47 +00:00
description = "Python implementation of Markdown."
category = "main"
optional = false
python-versions = ">=3.6"
2022-01-13 08:10:47 +00:00
[ package . dependencies ]
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2021-03-08 17:34:47 +00:00
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "markupsafe"
2022-05-23 06:01:19 +00:00
version = "2.1.1"
2020-11-23 10:35:17 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
2021-05-15 10:15:50 +00:00
category = "main"
2020-11-23 10:35:17 +00:00
optional = false
2022-02-23 11:37:29 +00:00
python-versions = ">=3.7"
2020-11-23 10:35:17 +00:00
2022-01-13 08:10:47 +00:00
[ [ package ] ]
name = "multidict"
2022-05-23 06:01:19 +00:00
version = "6.0.2"
2022-01-13 08:10:47 +00:00
description = "multidict implementation"
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2022-01-13 08:10:47 +00:00
2021-09-12 05:00:03 +00: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 = "*"
2021-03-12 07:48:13 +00:00
[ [ package ] ]
2022-01-13 08:10:47 +00:00
name = "nonebot-adapter-onebot"
version = "2.0.0b1"
2021-03-12 07:48:13 +00:00
description = "OneBot(CQHTTP) adapter for nonebot2"
category = "main"
optional = false
python-versions = ">=3.7.3,<4.0.0"
[ package . dependencies ]
2022-01-13 08:10:47 +00:00
nonebot2 = ">=2.0.0-beta.1,<3.0.0"
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "nonebot2"
2022-05-23 06:01:19 +00:00
version = "2.0.0b3"
2020-11-23 10:35:17 +00:00
description = "An asynchronous python bot framework."
category = "main"
optional = false
2021-03-06 14:33:57 +00:00
python-versions = ">=3.7.3,<4.0.0"
2020-11-23 10:35:17 +00:00
[ package . dependencies ]
2022-05-23 06:01:19 +00:00
fastapi = ">=0.78.0,<0.79.0"
2022-02-23 11:37:29 +00:00
loguru = ">=0.6.0,<0.7.0"
2022-01-13 08:10:47 +00:00
pydantic = { version = ">=1.9.0,<1.10.0" , extras = [ "dotenv" ] }
2021-01-01 10:16:25 +00:00
pygtrie = ">=2.4.1,<3.0.0"
2022-05-23 06:01:19 +00:00
tomlkit = ">=0.10.0,<0.11.0"
2022-01-13 08:10:47 +00:00
typing-extensions = ">=3.10.0,<5.0.0"
2022-02-23 11:37:29 +00:00
uvicorn = { version = ">=0.17.0,<0.18.0" , extras = [ "standard" ] }
2022-01-13 08:10:47 +00:00
yarl = ">=1.7.2,<2.0.0"
2020-11-23 10:35:17 +00:00
[ package . extras ]
2022-05-23 06:01:19 +00:00
quart = [ "Quart (>=0.17.0,<0.18.0)" ]
all = [ "Quart (>=0.17.0,<0.18.0)" , "websockets (>=10.0,<11.0)" , "aiohttp[speedups] (>=3.7.4,<4.0.0)" , "httpx[http2] (>=0.20.0,<1.0.0)" ]
2022-02-23 11:37:29 +00:00
websockets = [ "websockets (>=10.0,<11.0)" ]
2021-08-04 06:30:18 +00:00
aiohttp = [ "aiohttp[speedups] (>=3.7.4,<4.0.0)" ]
2022-01-13 08:10:47 +00:00
httpx = [ "httpx[http2] (>=0.20.0,<1.0.0)" ]
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "nonebug"
2022-01-26 10:17:40 +00:00
version = "0.2.1"
2022-01-13 13:07:26 +00:00
description = "nonebot2 test framework"
category = "dev"
optional = false
python-versions = ">=3.7.3,<4.0.0"
[ package . dependencies ]
2022-01-26 10:17:40 +00:00
asgiref = ">=3.4.0,<4.0.0"
2022-01-13 13:07:26 +00:00
async-asgi-testclient = ">=1.4.8,<2.0.0"
nonebot2 = ">=2.0.0-beta.1,<3.0.0"
pytest = ">=6.2.5,<7.0.0"
pytest-asyncio = ">=0.16.0,<0.17.0"
2022-01-26 10:17:40 +00:00
typing-extensions = ">=4.0.0,<5.0.0"
2022-01-13 13:07:26 +00:00
2022-01-13 08:10:47 +00:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2020-11-23 10:35:17 +00:00
2021-09-12 05:00:03 +00:00
[ [ package ] ]
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "platformdirs"
2022-05-23 06:01:19 +00:00
version = "2.5.2"
2021-09-12 05:00:03 +00:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2022-01-13 08:10:47 +00:00
python-versions = ">=3.7"
2021-09-12 05:00:03 +00:00
[ package . extras ]
2022-05-23 06:01:19 +00:00
docs = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" , "sphinx (>=4)" ]
test = [ "appdirs (==1.4.4)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" , "pytest (>=6)" ]
2021-09-12 05:00:03 +00:00
2021-03-12 07:48:13 +00:00
[ [ package ] ]
name = "playwright"
2022-05-23 06:01:19 +00:00
version = "1.22.0"
2021-03-12 07:48:13 +00:00
description = "A high-level API to automate web browsers"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-02-08 07:05:06 +00:00
greenlet = "1.1.2"
pyee = "8.1.0"
2021-04-02 06:52:07 +00:00
typing-extensions = { version = "*" , markers = "python_version <= \"3.8\"" }
2022-02-08 07:05:06 +00:00
websockets = "10.1"
2021-03-12 07:48:13 +00:00
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "psutil"
2022-05-23 06:01:19 +00:00
version = "5.9.1"
2020-11-23 10:35:17 +00:00
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-11-23 10:35:17 +00:00
[ package . extras ]
2022-05-23 06:01:19 +00:00
test = [ "ipaddress" , "mock" , "enum34" , "pywin32" , "wmi" ]
2020-11-23 10:35:17 +00:00
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "pydantic"
2022-05-23 06:01:19 +00:00
version = "1.9.1"
description = "Data validation and settings management using python type hints"
2020-11-23 10:35:17 +00:00
category = "main"
optional = false
2021-03-06 14:33:57 +00:00
python-versions = ">=3.6.1"
2020-11-23 10:35:17 +00:00
[ package . dependencies ]
python-dotenv = { version = ">=0.10.4" , optional = true , markers = "extra == \"dotenv\"" }
2021-03-06 14:33:57 +00:00
typing-extensions = ">=3.7.4.3"
2020-11-23 10:35:17 +00:00
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
2021-03-12 07:48:13 +00:00
[ [ package ] ]
name = "pyee"
2022-02-08 07:05:06 +00:00
version = "8.1.0"
2021-03-12 07:48:13 +00:00
description = "A port of node.js's EventEmitter to python."
category = "main"
optional = false
python-versions = "*"
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "pygtrie"
2021-03-06 14:33:57 +00:00
version = "2.4.2"
2020-11-23 10:35:17 +00:00
description = "A pure Python trie data structure implementation."
category = "main"
optional = false
python-versions = "*"
2022-01-13 08:10:47 +00:00
[ [ package ] ]
name = "pyparsing"
2022-05-23 06:01:19 +00:00
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-01-13 08:10:47 +00:00
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.6.8"
2022-01-13 08:10:47 +00:00
[ package . extras ]
2022-05-23 06:01:19 +00:00
diagrams = [ "railroad-diagrams" , "jinja2" ]
2022-01-13 08:10:47 +00:00
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-asyncio"
version = "0.16.0"
description = "Pytest support for asyncio."
category = "dev"
optional = false
python-versions = ">= 3.6"
[ package . dependencies ]
pytest = ">=5.4.0"
[ package . extras ]
testing = [ "coverage" , "hypothesis (>=5.7.1)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "python-dotenv"
2022-05-23 06:01:19 +00:00
version = "0.20.0"
2021-04-02 06:52:07 +00:00
description = "Read key-value pairs from a .env file and set them as environment variables"
2020-11-23 10:35:17 +00:00
category = "main"
optional = false
2021-08-04 06:30:18 +00:00
python-versions = ">=3.5"
2020-11-23 10:35:17 +00:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "pyyaml"
2021-11-01 06:06:13 +00:00
version = "6.0"
2020-11-23 10:35:17 +00:00
description = "YAML parser and emitter for Python"
category = "main"
optional = false
2021-11-01 06:06:13 +00:00
python-versions = ">=3.6"
2020-11-23 10:35:17 +00:00
2021-03-12 10:19:34 +00:00
[ [ package ] ]
name = "redis"
2022-05-23 06:01:19 +00:00
version = "4.3.1"
2022-01-13 08:10:47 +00:00
description = "Python client for Redis database and key-value store"
2021-03-12 10:19:34 +00:00
category = "main"
optional = false
2022-01-13 08:10:47 +00:00
python-versions = ">=3.6"
2021-03-12 10:19:34 +00:00
[ package . dependencies ]
2022-05-23 06:01:19 +00:00
async-timeout = ">=4.0.2"
2022-01-13 08:10:47 +00:00
deprecated = ">=1.2.3"
hiredis = { version = ">=1.0.0" , optional = true , markers = "extra == \"hiredis\"" }
2022-01-26 10:17:40 +00:00
packaging = ">=20.4"
2021-03-12 10:19:34 +00:00
[ package . extras ]
2022-01-13 08:10:47 +00:00
hiredis = [ "hiredis (>=1.0.0)" ]
2022-01-26 10:17:40 +00:00
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2021-09-12 05:00:03 +00:00
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "requests"
2022-01-13 08:10:47 +00:00
version = "2.27.1"
2020-11-23 10:35:17 +00:00
description = "Python HTTP for Humans."
2021-03-10 18:00:01 +00:00
category = "dev"
2020-11-23 10:35:17 +00:00
optional = false
2021-08-04 06:30:18 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-11-23 10:35:17 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-08-04 06:30:18 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2020-11-23 10:35:17 +00:00
urllib3 = ">=1.21.1,<1.27"
2020-09-17 16:49:47 +00:00
[ package . extras ]
2020-11-23 10:35:17 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-08-04 06:30:18 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "rfc3986"
2021-05-15 10:15:50 +00:00
version = "1.5.0"
2020-11-23 10:35:17 +00:00
description = "Validating URI References per RFC 3986"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
idna = { version = "*" , optional = true , markers = "extra == \"idna2008\"" }
[ package . extras ]
idna2008 = [ "idna" ]
2020-09-17 16:49:47 +00:00
2020-11-23 13:15:12 +00:00
[ [ package ] ]
name = "sentry-sdk"
2022-05-23 06:01:19 +00:00
version = "1.5.12"
2020-11-23 13:15:12 +00:00
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
urllib3 = ">=1.10.0"
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
chalice = [ "chalice (>=1.16.0)" ]
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
flask = [ "flask (>=0.11)" , "blinker (>=1.1)" ]
2021-08-04 06:30:18 +00:00
httpx = [ "httpx (>=0.16.0)" ]
2020-11-23 13:15:12 +00:00
pure_eval = [ "pure-eval" , "executing" , "asttokens" ]
pyspark = [ "pyspark (>=2.4.4)" ]
2022-01-13 08:10:47 +00:00
quart = [ "quart (>=0.16.1)" , "blinker (>=1.1)" ]
2020-11-23 13:15:12 +00:00
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
tornado = [ "tornado (>=5)" ]
2020-09-10 09:29:27 +00:00
[ [ package ] ]
2020-11-23 10:35:17 +00:00
name = "sniffio"
version = "1.2.0"
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "starlette"
2022-05-23 06:01:19 +00:00
version = "0.19.1"
2020-11-23 10:35:17 +00:00
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.6"
2022-01-13 08:10:47 +00:00
[ package . dependencies ]
2022-05-23 06:01:19 +00:00
anyio = ">=3.4.0,<5"
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
2022-01-13 08:10:47 +00:00
2020-11-23 10:35:17 +00:00
[ package . extras ]
2022-02-23 11:37:29 +00:00
full = [ "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" , "requests" ]
2020-11-23 10:35:17 +00:00
2022-01-13 13:07:26 +00:00
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2021-09-12 05:00:03 +00:00
[ [ package ] ]
name = "tomli"
2022-05-23 06:01:19 +00:00
version = "2.0.1"
2021-09-12 05:00:03 +00:00
description = "A lil' TOML parser"
category = "dev"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2021-09-12 05:00:03 +00:00
2020-11-23 10:35:17 +00:00
[ [ package ] ]
2021-03-06 14:33:57 +00:00
name = "tomlkit"
2022-05-23 06:01:19 +00:00
version = "0.10.2"
2021-03-06 14:33:57 +00:00
description = "Style preserving TOML library"
2020-11-23 10:35:17 +00:00
category = "main"
optional = false
2022-02-23 11:37:29 +00:00
python-versions = ">=3.6,<4.0"
2020-11-23 10:35:17 +00:00
2021-01-01 10:16:25 +00:00
[ [ package ] ]
name = "typing-extensions"
2022-05-23 06:01:19 +00:00
version = "4.2.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
2021-01-01 10:16:25 +00:00
category = "main"
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2021-01-01 10:16:25 +00:00
2021-05-16 17:33:06 +00:00
[ [ package ] ]
name = "unidiff"
2022-02-08 07:05:06 +00:00
version = "0.7.3"
2021-05-16 17:33:06 +00:00
description = "Unified diff parsing/metadata extraction library."
category = "main"
optional = false
python-versions = "*"
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "urllib3"
2022-05-23 06:01:19 +00:00
version = "1.26.9"
2020-11-23 10:35:17 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2022-05-23 06:01:19 +00:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2020-11-23 10:35:17 +00:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2021-03-10 18:00:01 +00:00
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "uvicorn"
2022-05-23 06:01:19 +00:00
version = "0.17.6"
2020-11-23 10:35:17 +00:00
description = "The lightning-fast ASGI server."
category = "main"
optional = false
2022-02-23 11:37:29 +00:00
python-versions = ">=3.7"
2020-11-23 10:35:17 +00:00
[ package . dependencies ]
2021-11-01 06:06:13 +00:00
asgiref = ">=3.4.0"
click = ">=7.0"
2021-03-06 14:33:57 +00:00
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
2022-05-23 06:01:19 +00:00
httptools = { version = ">=0.4.0" , optional = true , markers = "extra == \"standard\"" }
2021-03-06 14:33:57 +00:00
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
PyYAML = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
watchgod = { version = ">=0.6" , optional = true , markers = "extra == \"standard\"" }
2022-02-23 11:37:29 +00:00
websockets = { version = ">=10.0" , optional = true , markers = "extra == \"standard\"" }
2020-11-23 10:35:17 +00:00
[ package . extras ]
2022-05-23 06:01:19 +00:00
standard = [ "websockets (>=10.0)" , "httptools (>=0.4.0)" , "watchgod (>=0.6)" , "python-dotenv (>=0.13)" , "PyYAML (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "colorama (>=0.4)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "uvloop"
2021-08-19 15:11:30 +00:00
version = "0.16.0"
2020-11-23 10:35:17 +00:00
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = false
2021-03-06 14:33:57 +00:00
python-versions = ">=3.7"
2020-11-23 10:35:17 +00:00
2021-03-06 14:33:57 +00:00
[ package . extras ]
2021-08-19 15:11:30 +00:00
dev = [ "Cython (>=0.29.24,<0.30.0)" , "pytest (>=3.6.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "psutil" , "pycodestyle (>=2.7.0,<2.8.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" ]
test = [ "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "psutil" , "pycodestyle (>=2.7.0,<2.8.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
2020-11-23 10:35:17 +00:00
[ [ package ] ]
2021-03-06 14:33:57 +00:00
name = "watchgod"
2022-05-23 06:01:19 +00:00
version = "0.8.2"
2021-03-06 14:33:57 +00:00
description = "Simple, modern file watching and code reload in python."
2020-11-23 10:35:17 +00:00
category = "main"
2020-09-10 09:29:27 +00:00
optional = false
2022-05-23 06:01:19 +00:00
python-versions = ">=3.7"
2020-11-23 10:35:17 +00:00
2022-05-23 06:01:19 +00:00
[ package . dependencies ]
anyio = ">=3.0.0,<4"
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "websockets"
2022-01-13 08:10:47 +00:00
version = "10.1"
2020-11-23 10:35:17 +00:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
category = "main"
optional = false
2021-11-01 06:06:13 +00:00
python-versions = ">=3.7"
2020-11-23 10:35:17 +00:00
[ [ package ] ]
name = "win32-setctime"
2022-01-26 10:17:40 +00:00
version = "1.1.0"
2020-11-23 10:35:17 +00:00
description = "A small Python utility to set file creation time on Windows"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
dev = [ "pytest (>=4.6.2)" , "black (>=19.3b0)" ]
2022-01-13 08:10:47 +00:00
[ [ package ] ]
name = "wrapt"
2022-05-23 06:01:19 +00:00
version = "1.14.1"
2022-01-13 08:10:47 +00:00
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "yarl"
version = "1.7.2"
description = "Yet another URL library"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
name = "zipp"
2022-05-23 06:01:19 +00:00
version = "3.8.0"
2022-01-13 08:10:47 +00:00
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-05-23 06:01:19 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" ]
2022-01-13 08:10:47 +00:00
2020-09-10 09:29:27 +00:00
[ metadata ]
2020-11-23 10:35:17 +00:00
lock-version = "1.1"
2021-05-22 18:04:58 +00:00
python-versions = "^3.8"
2022-05-23 06:01:19 +00:00
content-hash = "204a7ff0fda8048e4ea86d17f2300955efc59b7c424f2c53dd9411e9808eb733"
2020-09-10 09:29:27 +00:00
[ metadata . files ]
2021-08-04 06:30:18 +00:00
anyio = [
2022-05-23 06:01:19 +00:00
{ file = "anyio-3.6.1-py3-none-any.whl" , hash = "sha256:cb29b9c70620506a9a8f87a309591713446953302d7d995344d0d7c6c0c9a7be" } ,
{ file = "anyio-3.6.1.tar.gz" , hash = "sha256:413adf95f93886e442aea925f3ee43baa5a765a64a0f52c6081894f9992fdd0b" } ,
2021-08-04 06:30:18 +00:00
]
asgiref = [
2022-05-23 06:01:19 +00:00
{ file = "asgiref-3.5.2-py3-none-any.whl" , hash = "sha256:1d2880b792ae8757289136f1db2b7b99100ce959b2aa57fd69dab783d05afac4" } ,
{ file = "asgiref-3.5.2.tar.gz" , hash = "sha256:4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424" } ,
2020-11-23 10:35:17 +00:00
]
2022-01-13 13:07:26 +00:00
async-asgi-testclient = [
2022-05-23 06:01:19 +00:00
{ file = "async-asgi-testclient-1.4.10.tar.gz" , hash = "sha256:21492eb238547275d9dccbf1a4c9331d001fe987f345a5e92ca3e88ff092645c" } ,
]
async-timeout = [
{ 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-01-13 13:07:26 +00:00
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
]
2021-09-12 05:00:03 +00:00
black = [
2022-05-23 06:01:19 +00:00
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:2497f9c2386572e28921fa8bec7be3e51de6801f7459dffd6e62492531c47e09" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5795a0375eb87bfe902e80e0c8cfaedf8af4d49694d69161e5bd3206c18618bb" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e3556168e2e5c49629f7b0f377070240bd5511e45e25a4497bb0073d9dda776a" } ,
{ file = "black-22.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:67c8301ec94e3bcc8906740fe071391bce40a862b7be0b86fb5382beefecd968" } ,
{ file = "black-22.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:fd57160949179ec517d32ac2ac898b5f20d68ed1a9c977346efbac9c2f1e779d" } ,
{ file = "black-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cc1e1de68c8e5444e8f94c3670bb48a2beef0e91dddfd4fcc29595ebd90bb9ce" } ,
{ file = "black-22.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d2fc92002d44746d3e7db7cf9313cf4452f43e9ea77a2c939defce3b10b5c82" } ,
{ file = "black-22.3.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:a6342964b43a99dbc72f72812bf88cad8f0217ae9acb47c0d4f141a6416d2d7b" } ,
{ file = "black-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:328efc0cc70ccb23429d6be184a15ce613f676bdfc85e5fe8ea2a9354b4e9015" } ,
{ file = "black-22.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06f9d8846f2340dfac80ceb20200ea5d1b3f181dd0556b47af4e8e0b24fa0a6b" } ,
{ file = "black-22.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:ad4efa5fad66b903b4a5f96d91461d90b9507a812b3c5de657d544215bb7877a" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8477ec6bbfe0312c128e74644ac8a02ca06bcdb8982d4ee06f209be28cdf163" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:637a4014c63fbf42a692d22b55d8ad6968a946b4a6ebc385c5505d9625b6a464" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:863714200ada56cbc366dc9ae5291ceb936573155f8bf8e9de92aef51f3ad0f0" } ,
{ file = "black-22.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10dbe6e6d2988049b4655b2b739f98785a884d4d6b85bc35133a8fb9a2233176" } ,
{ file = "black-22.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:cee3e11161dde1b2a33a904b850b0899e0424cc331b7295f2a9698e79f9a69a0" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5891ef8abc06576985de8fa88e95ab70641de6c1fca97e2a15820a9b69e51b20" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:30d78ba6bf080eeaf0b7b875d924b15cd46fec5fd044ddfbad38c8ea9171043a" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ee8f1f7228cce7dffc2b464f07ce769f478968bfb3dd1254a4c2eeed84928aad" } ,
{ file = "black-22.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6ee227b696ca60dd1c507be80a6bc849a5a6ab57ac7352aad1ffec9e8b805f21" } ,
{ file = "black-22.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:9b542ced1ec0ceeff5b37d69838106a6348e60db7b8fdd245294dc1d26136265" } ,
{ file = "black-22.3.0-py3-none-any.whl" , hash = "sha256:bc58025940a896d7e5356952228b68f793cf5fcb342be703c3a2669a1488cb72" } ,
{ file = "black-22.3.0.tar.gz" , hash = "sha256:35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79" } ,
2021-09-12 05:00:03 +00:00
]
2020-11-23 10:35:17 +00:00
certifi = [
2022-05-23 06:01:19 +00:00
{ file = "certifi-2022.5.18.1-py3-none-any.whl" , hash = "sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a" } ,
{ file = "certifi-2022.5.18.1.tar.gz" , hash = "sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7" } ,
2020-11-23 10:35:17 +00:00
]
2021-08-04 06:30:18 +00:00
charset-normalizer = [
2022-02-23 11:37:29 +00:00
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
2021-08-04 06:30:18 +00:00
]
2020-11-23 10:35:17 +00:00
click = [
2022-05-23 06:01:19 +00:00
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
2020-11-23 10:35:17 +00:00
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
2022-01-13 08:10:47 +00:00
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-11-23 10:35:17 +00:00
fastapi = [
2022-05-23 06:01:19 +00:00
{ file = "fastapi-0.78.0-py3-none-any.whl" , hash = "sha256:15fcabd5c78c266fa7ae7d8de9b384bfc2375ee0503463a6febbe3bab69d6f65" } ,
{ file = "fastapi-0.78.0.tar.gz" , hash = "sha256:3233d4a789ba018578658e2af1a4bb5e38bdd122ff722b313666a9b2c6786a83" } ,
2020-11-23 10:35:17 +00:00
]
2021-03-12 07:48:13 +00:00
greenlet = [
2021-11-01 06:06:13 +00:00
{ file = "greenlet-1.1.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:58df5c2a0e293bf665a51f8a100d3e9956febfbf1d9aaf8c0677cf70218910c6" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:aec52725173bd3a7b56fe91bc56eccb26fbdff1386ef123abb63c84c5b43b63a" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:833e1551925ed51e6b44c800e71e77dacd7e49181fdc9ac9a0bf3714d515785d" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:aa5b467f15e78b82257319aebc78dd2915e4c1436c3c0d1ad6f53e47ba6e2713" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:40b951f601af999a8bf2ce8c71e8aaa4e8c6f78ff8afae7b808aae2dc50d4c40" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:95e69877983ea39b7303570fa6760f81a3eec23d0e3ab2021b7144b94d06202d" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:356b3576ad078c89a6107caa9c50cc14e98e3a6c4874a37c3e0273e4baf33de8" } ,
{ file = "greenlet-1.1.2-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8639cadfda96737427330a094476d4c7a56ac03de7265622fcf4cfe57c8ae18d" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:97e5306482182170ade15c4b0d8386ded995a07d7cc2ca8f27958d34d6736497" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e6a36bb9474218c7a5b27ae476035497a6990e21d04c279884eb10d9b290f1b1" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abb7a75ed8b968f3061327c433a0fbd17b729947b400747c334a9c29a9af6c58" } ,
2022-01-13 08:10:47 +00:00
{ file = "greenlet-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b336501a05e13b616ef81ce329c0e09ac5ed8c732d9ba7e3e983fcc1a9e86965" } ,
2021-11-01 06:06:13 +00:00
{ file = "greenlet-1.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:14d4f3cd4e8b524ae9b8aa567858beed70c392fdec26dbdb0a8a418392e71708" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:17ff94e7a83aa8671a25bf5b59326ec26da379ace2ebc4411d690d80a7fbcf23" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9f3cba480d3deb69f6ee2c1825060177a22c7826431458c697df88e6aeb3caee" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:fa877ca7f6b48054f847b61d6fa7bed5cebb663ebc55e018fda12db09dcc664c" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:7cbd7574ce8e138bda9df4efc6bf2ab8572c9aff640d8ecfece1b006b68da963" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:903bbd302a2378f984aef528f76d4c9b1748f318fe1294961c072bdc7f2ffa3e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:049fe7579230e44daef03a259faa24511d10ebfa44f69411d99e6a184fe68073" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:dd0b1e9e891f69e7675ba5c92e28b90eaa045f6ab134ffe70b52e948aa175b3c" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7418b6bfc7fe3331541b84bb2141c9baf1ec7132a7ecd9f375912eca810e714e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9d29ca8a77117315101425ec7ec2a47a22ccf59f5593378fc4077ac5b754fce" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:21915eb821a6b3d9d8eefdaf57d6c345b970ad722f856cd71739493ce003ad08" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eff9d20417ff9dcb0d25e2defc2574d10b491bf2e693b4e491914738b7908168" } ,
2022-01-13 08:10:47 +00:00
{ file = "greenlet-1.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8c008de9d0daba7b6666aa5bbfdc23dcd78cafc33997c9b7741ff6353bafb7f" } ,
2021-11-01 06:06:13 +00:00
{ file = "greenlet-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:32ca72bbc673adbcfecb935bb3fb1b74e663d10a4b241aaa2f5a75fe1d1f90aa" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f0214eb2a23b85528310dad848ad2ac58e735612929c8072f6093f3585fd342d" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b92e29e58bef6d9cfd340c72b04d74c4b4e9f70c9fa7c78b674d1fec18896dc4" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fdcec0b8399108577ec290f55551d926d9a1fa6cad45882093a7a07ac5ec147b" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:93f81b134a165cc17123626ab8da2e30c0455441d4ab5576eed73a64c025b25c" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e12bdc622676ce47ae9abbf455c189e442afdde8818d9da983085df6312e7a1" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8c790abda465726cfb8bb08bd4ca9a5d0a7bd77c7ac1ca1b839ad823b948ea28" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f276df9830dba7a333544bd41070e8175762a7ac20350786b322b714b0e654f5" } ,
2022-01-13 08:10:47 +00:00
{ file = "greenlet-1.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c5d5b35f789a030ebb95bff352f1d27a93d81069f2adb3182d99882e095cefe" } ,
2021-11-01 06:06:13 +00:00
{ file = "greenlet-1.1.2-cp37-cp37m-win32.whl" , hash = "sha256:64e6175c2e53195278d7388c454e0b30997573f3f4bd63697f88d855f7a6a1fc" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b11548073a2213d950c3f671aa88e6f83cda6e2fb97a8b6317b1b5b33d850e06" } ,
{ file = "greenlet-1.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:9633b3034d3d901f0a46b7939f8c4d64427dfba6bbc5a36b1a67364cf148a1b0" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:eb6ea6da4c787111adf40f697b4e58732ee0942b5d3bd8f435277643329ba627" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f3acda1924472472ddd60c29e5b9db0cec629fbe3c5c5accb74d6d6d14773478" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e859fcb4cbe93504ea18008d1df98dee4f7766db66c435e4882ab35cf70cac43" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:00e44c8afdbe5467e4f7b5851be223be68adb4272f44696ee71fe46b7036a711" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec8c433b3ab0419100bd45b47c9c8551248a5aee30ca5e9d399a0b57ac04651b" } ,
2022-01-13 08:10:47 +00:00
{ file = "greenlet-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2bde6792f313f4e918caabc46532aa64aa27a0db05d75b20edfc5c6f46479de2" } ,
2021-11-01 06:06:13 +00:00
{ file = "greenlet-1.1.2-cp38-cp38-win32.whl" , hash = "sha256:288c6a76705dc54fba69fbcb59904ae4ad768b4c768839b8ca5fdadec6dd8cfd" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8d2f1fb53a421b410751887eb4ff21386d119ef9cde3797bf5e7ed49fb51a3b3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:166eac03e48784a6a6e0e5f041cfebb1ab400b394db188c48b3a84737f505b67" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:572e1787d1460da79590bf44304abbc0a2da944ea64ec549188fa84d89bba7ab" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:be5f425ff1f5f4b3c1e33ad64ab994eed12fc284a6ea71c5243fd564502ecbe5" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1692f7d6bc45e3200844be0dba153612103db241691088626a33ff1f24a0d88" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7227b47e73dedaa513cdebb98469705ef0d66eb5a1250144468e9c3097d6b59b" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ff61ff178250f9bb3cd89752df0f1dd0e27316a8bd1465351652b1b4a4cdfd3" } ,
2022-01-13 08:10:47 +00:00
{ file = "greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0051c6f1f27cb756ffc0ffbac7d2cd48cb0362ac1736871399a739b2885134d3" } ,
2021-11-01 06:06:13 +00:00
{ file = "greenlet-1.1.2-cp39-cp39-win32.whl" , hash = "sha256:f70a9e237bb792c7cc7e44c531fd48f5897961701cdaa06cf22fc14965c496cf" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:013d61294b6cd8fe3242932c1c5e36e5d1db2c8afb58606c5a67efce62c1f5fd" } ,
{ file = "greenlet-1.1.2.tar.gz" , hash = "sha256:e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" } ,
2021-03-12 07:48:13 +00:00
]
2020-11-23 10:35:17 +00:00
h11 = [
2021-03-06 14:33:57 +00:00
{ file = "h11-0.12.0-py3-none-any.whl" , hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6" } ,
{ file = "h11-0.12.0.tar.gz" , hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042" } ,
2020-11-23 10:35:17 +00:00
]
2021-03-12 10:19:34 +00:00
hiredis = [
2021-04-02 06:52:07 +00:00
{ file = "hiredis-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b4c8b0bc5841e578d5fb32a16e0c305359b987b850a06964bd5a62739d688048" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:0adea425b764a08270820531ec2218d0508f8ae15a448568109ffcae050fee26" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:3d55e36715ff06cdc0ab62f9591607c4324297b6b6ce5b58cb9928b3defe30ea" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:5d2a48c80cf5a338d58aae3c16872f4d452345e18350143b3bf7216d33ba7b99" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:240ce6dc19835971f38caf94b5738092cb1e641f8150a9ef9251b7825506cb05" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:5dc7a94bb11096bc4bffd41a3c4f2b958257085c01522aa81140c68b8bf1630a" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-win32.whl" , hash = "sha256:139705ce59d94eef2ceae9fd2ad58710b02aee91e7fa0ccb485665ca0ecbec63" } ,
{ file = "hiredis-2.0.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:c39c46d9e44447181cd502a35aad2bb178dbf1b1f86cf4db639d7b9614f837c6" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:adf4dd19d8875ac147bf926c727215a0faf21490b22c053db464e0bf0deb0485" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0f41827028901814c709e744060843c77e78a3aca1e0d6875d2562372fcb405a" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:508999bec4422e646b05c95c598b64bdbef1edf0d2b715450a078ba21b385bcc" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:0d5109337e1db373a892fdcf78eb145ffb6bbd66bb51989ec36117b9f7f9b579" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:04026461eae67fdefa1949b7332e488224eac9e8f2b5c58c98b54d29af22093e" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:a00514362df15af041cc06e97aebabf2895e0a7c42c83c21894be12b84402d79" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-win32.whl" , hash = "sha256:09004096e953d7ebd508cded79f6b21e05dff5d7361771f59269425108e703bc" } ,
{ file = "hiredis-2.0.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:f8196f739092a78e4f6b1b2172679ed3343c39c61a3e9d722ce6fcf1dac2824a" } ,
{ file = "hiredis-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:294a6697dfa41a8cba4c365dd3715abc54d29a86a40ec6405d677ca853307cfb" } ,
{ file = "hiredis-2.0.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:3dddf681284fe16d047d3ad37415b2e9ccdc6c8986c8062dbe51ab9a358b50a5" } ,
{ file = "hiredis-2.0.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:dcef843f8de4e2ff5e35e96ec2a4abbdf403bd0f732ead127bd27e51f38ac298" } ,
{ file = "hiredis-2.0.0-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:87c7c10d186f1743a8fd6a971ab6525d60abd5d5d200f31e073cd5e94d7e7a9d" } ,
{ file = "hiredis-2.0.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:7f0055f1809b911ab347a25d786deff5e10e9cf083c3c3fd2dd04e8612e8d9db" } ,
{ file = "hiredis-2.0.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:11d119507bb54e81f375e638225a2c057dda748f2b1deef05c2b1a5d42686048" } ,
{ file = "hiredis-2.0.0-cp38-cp38-win32.whl" , hash = "sha256:7492af15f71f75ee93d2a618ca53fea8be85e7b625e323315169977fae752426" } ,
{ file = "hiredis-2.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:65d653df249a2f95673976e4e9dd7ce10de61cfc6e64fa7eeaa6891a9559c581" } ,
{ file = "hiredis-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ae8427a5e9062ba66fc2c62fb19a72276cf12c780e8db2b0956ea909c48acff5" } ,
{ file = "hiredis-2.0.0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:3f5f7e3a4ab824e3de1e1700f05ad76ee465f5f11f5db61c4b297ec29e692b2e" } ,
{ file = "hiredis-2.0.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:e3447d9e074abf0e3cd85aef8131e01ab93f9f0e86654db7ac8a3f73c63706ce" } ,
{ file = "hiredis-2.0.0-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:8b42c0dc927b8d7c0eb59f97e6e34408e53bc489f9f90e66e568f329bff3e443" } ,
{ file = "hiredis-2.0.0-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:b84f29971f0ad4adaee391c6364e6f780d5aae7e9226d41964b26b49376071d0" } ,
{ file = "hiredis-2.0.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:0b39ec237459922c6544d071cdcf92cbb5bc6685a30e7c6d985d8a3e3a75326e" } ,
{ file = "hiredis-2.0.0-cp39-cp39-win32.whl" , hash = "sha256:a7928283143a401e72a4fad43ecc85b35c27ae699cf5d54d39e1e72d97460e1d" } ,
{ file = "hiredis-2.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:a4ee8000454ad4486fb9f28b0cab7fa1cd796fc36d639882d0b34109b5b3aec9" } ,
{ file = "hiredis-2.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:1f03d4dadd595f7a69a75709bc81902673fa31964c75f93af74feac2f134cc54" } ,
{ file = "hiredis-2.0.0-pp36-pypy36_pp73-manylinux1_x86_64.whl" , hash = "sha256:04927a4c651a0e9ec11c68e4427d917e44ff101f761cd3b5bc76f86aaa431d27" } ,
{ file = "hiredis-2.0.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:a39efc3ade8c1fb27c097fd112baf09d7fd70b8cb10ef1de4da6efbe066d381d" } ,
{ file = "hiredis-2.0.0-pp36-pypy36_pp73-win32.whl" , hash = "sha256:07bbf9bdcb82239f319b1f09e8ef4bdfaec50ed7d7ea51a56438f39193271163" } ,
{ file = "hiredis-2.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:807b3096205c7cec861c8803a6738e33ed86c9aae76cac0e19454245a6bbbc0a" } ,
{ file = "hiredis-2.0.0-pp37-pypy37_pp73-manylinux1_x86_64.whl" , hash = "sha256:1233e303645f468e399ec906b6b48ab7cd8391aae2d08daadbb5cad6ace4bd87" } ,
{ file = "hiredis-2.0.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:cb2126603091902767d96bcb74093bd8b14982f41809f85c9b96e519c7e1dc41" } ,
{ file = "hiredis-2.0.0-pp37-pypy37_pp73-win32.whl" , hash = "sha256:f52010e0a44e3d8530437e7da38d11fb822acfb0d5b12e9cd5ba655509937ca0" } ,
{ file = "hiredis-2.0.0.tar.gz" , hash = "sha256:81d6d8e39695f2c37954d1011c0480ef7cf444d4e3ae24bc5e89ee5de360139a" } ,
2021-03-12 10:19:34 +00:00
]
2020-11-23 10:35:17 +00:00
httpcore = [
2022-02-08 07:05:06 +00:00
{ file = "httpcore-0.14.7-py3-none-any.whl" , hash = "sha256:47d772f754359e56dd9d892d9593b6f9870a37aeb8ba51e9a88b09b3d68cfade" } ,
{ file = "httpcore-0.14.7.tar.gz" , hash = "sha256:7503ec1c0f559066e7e39bc4003fd2ce023d01cf51793e3c173b864eb456ead1" } ,
2020-11-23 10:35:17 +00:00
]
httptools = [
2022-05-23 06:01:19 +00:00
{ file = "httptools-0.4.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:fcddfe70553be717d9745990dfdb194e22ee0f60eb8f48c0794e7bfeda30d2d5" } ,
{ file = "httptools-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:1ee0b459257e222b878a6c09ccf233957d3a4dcb883b0847640af98d2d9aac23" } ,
{ file = "httptools-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ceafd5e960b39c7e0d160a1936b68eb87c5e79b3979d66e774f0c77d4d8faaed" } ,
{ file = "httptools-0.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fdb9f9ed79bc6f46b021b3319184699ba1a22410a82204e6e89c774530069683" } ,
{ file = "httptools-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:abe829275cdd4174b4c4e65ad718715d449e308d59793bf3a931ee1bf7e7b86c" } ,
{ file = "httptools-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7af6bdbd21a2a25d6784f6d67f44f5df33ef39b6159543b9f9064d365c01f919" } ,
{ file = "httptools-0.4.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5d1fe6b6661022fd6cac541f54a4237496b246e6f1c0a6b41998ee08a1135afe" } ,
{ file = "httptools-0.4.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:48e48530d9b995a84d1d89ae6b3ec4e59ea7d494b150ac3bbc5e2ac4acce92cd" } ,
{ file = "httptools-0.4.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a113789e53ac1fa26edf99856a61e4c493868e125ae0dd6354cf518948fbbd5c" } ,
{ file = "httptools-0.4.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8e2eb957787cbb614a0f006bfc5798ff1d90ac7c4dd24854c84edbdc8c02369e" } ,
{ file = "httptools-0.4.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:7ee9f226acab9085037582c059d66769862706e8e8cd2340470ceb8b3850873d" } ,
{ file = "httptools-0.4.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:701e66b59dd21a32a274771238025d58db7e2b6ecebbab64ceff51b8e31527ae" } ,
{ file = "httptools-0.4.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:6a1a7dfc1f9c78a833e2c4904757a0f47ce25d08634dd2a52af394eefe5f9777" } ,
{ file = "httptools-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:903f739c9fb78dab8970b0f3ea51f21955b24b45afa77b22ff0e172fc11ef111" } ,
{ file = "httptools-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:54bbd295f031b866b9799dd39cb45deee81aca036c9bff9f58ca06726f6494f1" } ,
{ file = "httptools-0.4.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3194f6d6443befa8d4db16c1946b2fc428a3ceb8ab32eb6f09a59f86104dc1a0" } ,
{ file = "httptools-0.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:cd1295f52971097f757edfbfce827b6dbbfb0f7a74901ee7d4933dff5ad4c9af" } ,
{ file = "httptools-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:20a45bcf22452a10fa8d58b7dbdb474381f6946bf5b8933e3662d572bc61bae4" } ,
{ file = "httptools-0.4.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d1f27bb0f75bef722d6e22dc609612bfa2f994541621cd2163f8c943b6463dfe" } ,
{ file = "httptools-0.4.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:7f7bfb74718f52d5ed47d608d507bf66d3bc01d4a8b3e6dd7134daaae129357b" } ,
{ file = "httptools-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:a522d12e2ddbc2e91842ffb454a1aeb0d47607972c7d8fc88bd0838d97fb8a2a" } ,
{ file = "httptools-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2db44a0b294d317199e9f80123e72c6b005c55b625b57fae36de68670090fa48" } ,
{ file = "httptools-0.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c286985b5e194ca0ebb2908d71464b9be8f17cc66d6d3e330e8d5407248f56ad" } ,
{ file = "httptools-0.4.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:d3a4e165ca6204f34856b765d515d558dc84f1352033b8721e8d06c3e44930c3" } ,
{ file = "httptools-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:72aa3fbe636b16d22e04b5a9d24711b043495e0ecfe58080addf23a1a37f3409" } ,
{ file = "httptools-0.4.0-cp38-cp38-win_amd64.whl" , hash = "sha256:9967d9758df505975913304c434cb9ab21e2c609ad859eb921f2f615a038c8de" } ,
{ file = "httptools-0.4.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f72b5d24d6730035128b238decdc4c0f2104b7056a7ca55cf047c106842ec890" } ,
{ file = "httptools-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:29bf97a5c532da9c7a04de2c7a9c31d1d54f3abd65a464119b680206bbbb1055" } ,
{ file = "httptools-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:98993805f1e3cdb53de4eed02b55dcc953cdf017ba7bbb2fd89226c086a6d855" } ,
{ file = "httptools-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d9b90bf58f3ba04e60321a23a8723a1ff2a9377502535e70495e5ada8e6e6722" } ,
{ file = "httptools-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:1a99346ebcb801b213c591540837340bdf6fd060a8687518d01c607d338b7424" } ,
{ file = "httptools-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:645373c070080e632480a3d251d892cb795be3d3a15f86975d0f1aca56fd230d" } ,
{ file = "httptools-0.4.0-cp39-cp39-win_amd64.whl" , hash = "sha256:34d2903dd2a3dd85d33705b6fde40bf91fc44411661283763fd0746723963c83" } ,
{ file = "httptools-0.4.0.tar.gz" , hash = "sha256:2c9a930c378b3d15d6b695fb95ebcff81a7395b4f9775c4f10a076beb0b2c1ff" } ,
2020-11-23 10:35:17 +00:00
]
httpx = [
2022-05-23 06:01:19 +00:00
{ file = "httpx-0.22.0-py3-none-any.whl" , hash = "sha256:e35e83d1d2b9b2a609ef367cc4c1e66fd80b750348b20cc9e19d1952fc2ca3f6" } ,
{ file = "httpx-0.22.0.tar.gz" , hash = "sha256:d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4" } ,
2020-11-23 10:35:17 +00:00
]
2021-05-15 10:15:50 +00:00
humanize = [
2022-05-23 06:01:19 +00:00
{ file = "humanize-4.1.0-py3-none-any.whl" , hash = "sha256:953b393f5bd67e19d47a4c0fd20c3a3537853967b307e49729c4755d3551753c" } ,
{ file = "humanize-4.1.0.tar.gz" , hash = "sha256:3a119b242ec872c029d8b7bf8435a61a5798f124b244a08013aec5617302f80e" } ,
2021-05-15 10:15:50 +00:00
]
2020-11-23 10:35:17 +00:00
idna = [
2021-11-01 06:06:13 +00:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2020-11-23 10:35:17 +00:00
]
2022-01-13 08:10:47 +00:00
importlib-metadata = [
2022-05-23 06:01:19 +00:00
{ file = "importlib_metadata-4.11.4-py3-none-any.whl" , hash = "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec" } ,
{ file = "importlib_metadata-4.11.4.tar.gz" , hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700" } ,
2022-01-13 08:10:47 +00:00
]
2022-01-13 13:07:26 +00: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" } ,
]
2021-09-12 05:00:03 +00:00
isort = [
2022-01-13 08:10:47 +00:00
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
2021-09-12 05:00:03 +00:00
]
2020-11-23 10:35:17 +00:00
jinja2 = [
2022-05-23 06:01:19 +00:00
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
2020-11-23 10:35:17 +00:00
]
loguru = [
2022-02-23 11:37:29 +00:00
{ file = "loguru-0.6.0-py3-none-any.whl" , hash = "sha256:4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3" } ,
{ file = "loguru-0.6.0.tar.gz" , hash = "sha256:066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c" } ,
2020-11-23 10:35:17 +00:00
]
2021-03-08 17:34:47 +00:00
markdown = [
2022-05-23 06:01:19 +00:00
{ file = "Markdown-3.3.7-py3-none-any.whl" , hash = "sha256:f5da449a6e1c989a4cea2631aa8ee67caa5a2ef855d551c88f9e309f4634c621" } ,
{ file = "Markdown-3.3.7.tar.gz" , hash = "sha256:cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874" } ,
2021-03-08 17:34:47 +00:00
]
2020-11-23 10:35:17 +00:00
markupsafe = [
2022-05-23 06:01:19 +00:00
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
2020-11-23 10:35:17 +00:00
]
2022-01-13 08:10:47 +00:00
multidict = [
2022-05-23 06:01:19 +00:00
{ file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2" } ,
{ file = "multidict-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3" } ,
{ file = "multidict-6.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389" } ,
{ file = "multidict-6.0.2-cp310-cp310-win32.whl" , hash = "sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293" } ,
{ file = "multidict-6.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658" } ,
{ file = "multidict-6.0.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15" } ,
{ file = "multidict-6.0.2-cp37-cp37m-win32.whl" , hash = "sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc" } ,
{ file = "multidict-6.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d" } ,
{ file = "multidict-6.0.2-cp38-cp38-win32.whl" , hash = "sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57" } ,
{ file = "multidict-6.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937" } ,
{ file = "multidict-6.0.2-cp39-cp39-win32.whl" , hash = "sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a" } ,
{ file = "multidict-6.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae" } ,
{ file = "multidict-6.0.2.tar.gz" , hash = "sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013" } ,
2022-01-13 08:10:47 +00:00
]
2021-09-12 05:00:03 +00:00
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
2022-01-13 08:10:47 +00:00
nonebot-adapter-onebot = [
{ file = "nonebot-adapter-onebot-2.0.0b1.tar.gz" , hash = "sha256:9dad770371e577fead096ceacacc43b3ef304a8e238e8fff1163eefc4e947a75" } ,
{ file = "nonebot_adapter_onebot-2.0.0b1-py3-none-any.whl" , hash = "sha256:ca1375de1dd503a5ab20440445026195b587e05a2b18ae8df9b6ab17c9e857b5" } ,
2020-11-23 10:35:17 +00:00
]
nonebot2 = [
2022-05-23 06:01:19 +00:00
{ file = "nonebot2-2.0.0b3-py3-none-any.whl" , hash = "sha256:00f2ea63d5f2c665428bec4b7a33301f6b1b483d5635d2a3241f0a1ab3b5b2ea" } ,
{ file = "nonebot2-2.0.0b3.tar.gz" , hash = "sha256:b7ee6ddf387af268e36f4276c2d94b4f717c1a29078400738ca275c3fb266dd4" } ,
2022-01-13 08:10:47 +00:00
]
2022-01-13 13:07:26 +00:00
nonebug = [
2022-01-26 10:17:40 +00:00
{ file = "nonebug-0.2.1-py3-none-any.whl" , hash = "sha256:f4d59effd50e400ee866df57902e4d749227a76857be26a0607fc2a5f6a05f7c" } ,
{ file = "nonebug-0.2.1.tar.gz" , hash = "sha256:2f363bd5d65081c802b7b19a72b07ada1ad8e61968cf313176f38a5cf97e84e2" } ,
2022-01-13 13:07:26 +00:00
]
2022-01-13 08:10:47 +00:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2021-03-14 04:58:50 +00:00
]
2021-09-12 05:00:03 +00:00
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
platformdirs = [
2022-05-23 06:01:19 +00: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-12 05:00:03 +00:00
]
2021-03-12 07:48:13 +00:00
playwright = [
2022-05-23 06:01:19 +00:00
{ file = "playwright-1.22.0-py3-none-macosx_10_13_x86_64.whl" , hash = "sha256:9506d582e1a36aa19b06f5b5f8ae154265ec2fc5039217cfe8dfd66edb1a7563" } ,
{ file = "playwright-1.22.0-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:cd2e87b4d2a3d736bbd4a85ed7638c577dfc8098bcabd92d248440d51beac50b" } ,
{ file = "playwright-1.22.0-py3-none-macosx_11_0_universal2.whl" , hash = "sha256:a36dfaf9be0228985b7b001887f66dc61e8300970c0602ae9d5b191da510a982" } ,
{ file = "playwright-1.22.0-py3-none-manylinux1_x86_64.whl" , hash = "sha256:78ddf51d0c08d94edb6d2ddf7b262f0d87a1c0ab5e121bfefa1945214c308f95" } ,
{ file = "playwright-1.22.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:217b2f623527ded15d602ccca5138395a1677c67399c4494844d5341420d34e0" } ,
{ file = "playwright-1.22.0-py3-none-win32.whl" , hash = "sha256:a4977211414532a525a057f8d461a7277fdfefa20eb577b2e0247523815ba521" } ,
{ file = "playwright-1.22.0-py3-none-win_amd64.whl" , hash = "sha256:bc7827fcc037a9a6f571328c524d50bfd46db4ebdc415ab8b8efafae30c1d597" } ,
2021-03-12 07:48:13 +00:00
]
2022-01-13 13:07:26 +00:00
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
2020-09-17 16:49:47 +00:00
psutil = [
2022-05-23 06:01:19 +00:00
{ file = "psutil-5.9.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:799759d809c31aab5fe4579e50addf84565e71c1dc9f1c31258f159ff70d3f87" } ,
{ file = "psutil-5.9.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:9272167b5f5fbfe16945be3db475b3ce8d792386907e673a209da686176552af" } ,
{ file = "psutil-5.9.1-cp27-cp27m-win32.whl" , hash = "sha256:0904727e0b0a038830b019551cf3204dd48ef5c6868adc776e06e93d615fc5fc" } ,
{ file = "psutil-5.9.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e7e10454cb1ab62cc6ce776e1c135a64045a11ec4c6d254d3f7689c16eb3efd2" } ,
{ file = "psutil-5.9.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:56960b9e8edcca1456f8c86a196f0c3d8e3e361320071c93378d41445ffd28b0" } ,
{ file = "psutil-5.9.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:44d1826150d49ffd62035785a9e2c56afcea66e55b43b8b630d7706276e87f22" } ,
{ file = "psutil-5.9.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c7be9d7f5b0d206f0bbc3794b8e16fb7dbc53ec9e40bbe8787c6f2d38efcf6c9" } ,
{ file = "psutil-5.9.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abd9246e4cdd5b554a2ddd97c157e292ac11ef3e7af25ac56b08b455c829dca8" } ,
{ file = "psutil-5.9.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:29a442e25fab1f4d05e2655bb1b8ab6887981838d22effa2396d584b740194de" } ,
{ file = "psutil-5.9.1-cp310-cp310-win32.whl" , hash = "sha256:20b27771b077dcaa0de1de3ad52d22538fe101f9946d6dc7869e6f694f079329" } ,
{ file = "psutil-5.9.1-cp310-cp310-win_amd64.whl" , hash = "sha256:58678bbadae12e0db55186dc58f2888839228ac9f41cc7848853539b70490021" } ,
{ file = "psutil-5.9.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:3a76ad658641172d9c6e593de6fe248ddde825b5866464c3b2ee26c35da9d237" } ,
{ file = "psutil-5.9.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a6a11e48cb93a5fa606306493f439b4aa7c56cb03fc9ace7f6bfa21aaf07c453" } ,
{ file = "psutil-5.9.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:068935df39055bf27a29824b95c801c7a5130f118b806eee663cad28dca97685" } ,
{ file = "psutil-5.9.1-cp36-cp36m-win32.whl" , hash = "sha256:0f15a19a05f39a09327345bc279c1ba4a8cfb0172cc0d3c7f7d16c813b2e7d36" } ,
{ file = "psutil-5.9.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:db417f0865f90bdc07fa30e1aadc69b6f4cad7f86324b02aa842034efe8d8c4d" } ,
{ file = "psutil-5.9.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:91c7ff2a40c373d0cc9121d54bc5f31c4fa09c346528e6a08d1845bce5771ffc" } ,
{ file = "psutil-5.9.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fea896b54f3a4ae6f790ac1d017101252c93f6fe075d0e7571543510f11d2676" } ,
{ file = "psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3054e923204b8e9c23a55b23b6df73a8089ae1d075cb0bf711d3e9da1724ded4" } ,
{ file = "psutil-5.9.1-cp37-cp37m-win32.whl" , hash = "sha256:d2d006286fbcb60f0b391741f520862e9b69f4019b4d738a2a45728c7e952f1b" } ,
{ file = "psutil-5.9.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:b14ee12da9338f5e5b3a3ef7ca58b3cba30f5b66f7662159762932e6d0b8f680" } ,
{ file = "psutil-5.9.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:19f36c16012ba9cfc742604df189f2f28d2720e23ff7d1e81602dbe066be9fd1" } ,
{ file = "psutil-5.9.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:944c4b4b82dc4a1b805329c980f270f170fdc9945464223f2ec8e57563139cf4" } ,
{ file = "psutil-5.9.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b6750a73a9c4a4e689490ccb862d53c7b976a2a35c4e1846d049dcc3f17d83b" } ,
{ file = "psutil-5.9.1-cp38-cp38-win32.whl" , hash = "sha256:a8746bfe4e8f659528c5c7e9af5090c5a7d252f32b2e859c584ef7d8efb1e689" } ,
{ file = "psutil-5.9.1-cp38-cp38-win_amd64.whl" , hash = "sha256:79c9108d9aa7fa6fba6e668b61b82facc067a6b81517cab34d07a84aa89f3df0" } ,
{ file = "psutil-5.9.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:28976df6c64ddd6320d281128817f32c29b539a52bdae5e192537bc338a9ec81" } ,
{ file = "psutil-5.9.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b88f75005586131276634027f4219d06e0561292be8bd6bc7f2f00bdabd63c4e" } ,
{ file = "psutil-5.9.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:645bd4f7bb5b8633803e0b6746ff1628724668681a434482546887d22c7a9537" } ,
{ file = "psutil-5.9.1-cp39-cp39-win32.whl" , hash = "sha256:32c52611756096ae91f5d1499fe6c53b86f4a9ada147ee42db4991ba1520e574" } ,
{ file = "psutil-5.9.1-cp39-cp39-win_amd64.whl" , hash = "sha256:f65f9a46d984b8cd9b3750c2bdb419b2996895b005aefa6cbaba9a143b1ce2c5" } ,
{ file = "psutil-5.9.1.tar.gz" , hash = "sha256:57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954" } ,
2020-11-23 10:35:17 +00:00
]
2022-01-13 13:07:26 +00:00
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
2020-11-23 10:35:17 +00:00
pydantic = [
2022-05-23 06:01:19 +00:00
{ file = "pydantic-1.9.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c8098a724c2784bf03e8070993f6d46aa2eeca031f8d8a048dff277703e6e193" } ,
{ file = "pydantic-1.9.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c320c64dd876e45254bdd350f0179da737463eea41c43bacbee9d8c9d1021f11" } ,
{ file = "pydantic-1.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:18f3e912f9ad1bdec27fb06b8198a2ccc32f201e24174cec1b3424dda605a310" } ,
{ file = "pydantic-1.9.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c11951b404e08b01b151222a1cb1a9f0a860a8153ce8334149ab9199cd198131" } ,
{ file = "pydantic-1.9.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:8bc541a405423ce0e51c19f637050acdbdf8feca34150e0d17f675e72d119580" } ,
{ file = "pydantic-1.9.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:e565a785233c2d03724c4dc55464559639b1ba9ecf091288dd47ad9c629433bd" } ,
{ file = "pydantic-1.9.1-cp310-cp310-win_amd64.whl" , hash = "sha256:a4a88dcd6ff8fd47c18b3a3709a89adb39a6373f4482e04c1b765045c7e282fd" } ,
{ file = "pydantic-1.9.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:447d5521575f18e18240906beadc58551e97ec98142266e521c34968c76c8761" } ,
{ file = "pydantic-1.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:985ceb5d0a86fcaa61e45781e567a59baa0da292d5ed2e490d612d0de5796918" } ,
{ file = "pydantic-1.9.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:059b6c1795170809103a1538255883e1983e5b831faea6558ef873d4955b4a74" } ,
{ file = "pydantic-1.9.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:d12f96b5b64bec3f43c8e82b4aab7599d0157f11c798c9f9c528a72b9e0b339a" } ,
{ file = "pydantic-1.9.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:ae72f8098acb368d877b210ebe02ba12585e77bd0db78ac04a1ee9b9f5dd2166" } ,
{ file = "pydantic-1.9.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:79b485767c13788ee314669008d01f9ef3bc05db9ea3298f6a50d3ef596a154b" } ,
{ file = "pydantic-1.9.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:494f7c8537f0c02b740c229af4cb47c0d39840b829ecdcfc93d91dcbb0779892" } ,
{ file = "pydantic-1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f0f047e11febe5c3198ed346b507e1d010330d56ad615a7e0a89fae604065a0e" } ,
{ file = "pydantic-1.9.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:969dd06110cb780da01336b281f53e2e7eb3a482831df441fb65dd30403f4608" } ,
{ file = "pydantic-1.9.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:177071dfc0df6248fd22b43036f936cfe2508077a72af0933d0c1fa269b18537" } ,
{ file = "pydantic-1.9.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:9bcf8b6e011be08fb729d110f3e22e654a50f8a826b0575c7196616780683380" } ,
{ file = "pydantic-1.9.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a955260d47f03df08acf45689bd163ed9df82c0e0124beb4251b1290fa7ae728" } ,
{ file = "pydantic-1.9.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9ce157d979f742a915b75f792dbd6aa63b8eccaf46a1005ba03aa8a986bde34a" } ,
{ file = "pydantic-1.9.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0bf07cab5b279859c253d26a9194a8906e6f4a210063b84b433cf90a569de0c1" } ,
{ file = "pydantic-1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d93d4e95eacd313d2c765ebe40d49ca9dd2ed90e5b37d0d421c597af830c195" } ,
{ file = "pydantic-1.9.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1542636a39c4892c4f4fa6270696902acb186a9aaeac6f6cf92ce6ae2e88564b" } ,
{ file = "pydantic-1.9.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:a9af62e9b5b9bc67b2a195ebc2c2662fdf498a822d62f902bf27cccb52dbbf49" } ,
{ file = "pydantic-1.9.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fe4670cb32ea98ffbf5a1262f14c3e102cccd92b1869df3bb09538158ba90fe6" } ,
{ file = "pydantic-1.9.1-cp38-cp38-win_amd64.whl" , hash = "sha256:9f659a5ee95c8baa2436d392267988fd0f43eb774e5eb8739252e5a7e9cf07e0" } ,
{ file = "pydantic-1.9.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b83ba3825bc91dfa989d4eed76865e71aea3a6ca1388b59fc801ee04c4d8d0d6" } ,
{ file = "pydantic-1.9.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:1dd8fecbad028cd89d04a46688d2fcc14423e8a196d5b0a5c65105664901f810" } ,
{ file = "pydantic-1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:02eefd7087268b711a3ff4db528e9916ac9aa18616da7bca69c1871d0b7a091f" } ,
{ file = "pydantic-1.9.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7eb57ba90929bac0b6cc2af2373893d80ac559adda6933e562dcfb375029acee" } ,
{ file = "pydantic-1.9.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:4ce9ae9e91f46c344bec3b03d6ee9612802682c1551aaf627ad24045ce090761" } ,
{ file = "pydantic-1.9.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:72ccb318bf0c9ab97fc04c10c37683d9eea952ed526707fabf9ac5ae59b701fd" } ,
{ file = "pydantic-1.9.1-cp39-cp39-win_amd64.whl" , hash = "sha256:61b6760b08b7c395975d893e0b814a11cf011ebb24f7d869e7118f5a339a82e1" } ,
{ file = "pydantic-1.9.1-py3-none-any.whl" , hash = "sha256:4988c0f13c42bfa9ddd2fe2f569c9d54646ce84adc5de84228cfe83396f3bd58" } ,
{ file = "pydantic-1.9.1.tar.gz" , hash = "sha256:1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a" } ,
2020-11-23 10:35:17 +00:00
]
2021-03-12 07:48:13 +00:00
pyee = [
2022-02-08 07:05:06 +00:00
{ file = "pyee-8.1.0-py2.py3-none-any.whl" , hash = "sha256:383973b63ad7ed5e3c0311f8b179c52981f9e7b3eaea0e9a830d13ec34dde65f" } ,
{ file = "pyee-8.1.0.tar.gz" , hash = "sha256:92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31" } ,
2021-03-12 07:48:13 +00:00
]
2020-11-23 10:35:17 +00:00
pygtrie = [
2021-03-06 14:33:57 +00:00
{ file = "pygtrie-2.4.2.tar.gz" , hash = "sha256:43205559d28863358dbbf25045029f58e2ab357317a59b11f11ade278ac64692" } ,
2020-11-23 10:35:17 +00:00
]
2022-01-13 08:10:47 +00:00
pyparsing = [
2022-05-23 06:01:19 +00:00
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
2022-01-13 08:10:47 +00:00
]
2022-01-13 13:07:26 +00:00
pytest = [
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
]
pytest-asyncio = [
{ file = "pytest-asyncio-0.16.0.tar.gz" , hash = "sha256:7496c5977ce88c34379df64a66459fe395cd05543f0a2f837016e7144391fcfb" } ,
{ file = "pytest_asyncio-0.16.0-py3-none-any.whl" , hash = "sha256:5f2a21273c47b331ae6aa5b36087047b4899e40f03f18397c0e65fa5cca54e9b" } ,
]
2020-11-23 10:35:17 +00:00
python-dotenv = [
2022-05-23 06:01:19 +00:00
{ file = "python-dotenv-0.20.0.tar.gz" , hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f" } ,
{ file = "python_dotenv-0.20.0-py3-none-any.whl" , hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938" } ,
2020-11-23 10:35:17 +00:00
]
pyyaml = [
2021-11-01 06:06:13 +00:00
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
2020-11-23 10:35:17 +00:00
]
2021-03-12 10:19:34 +00:00
redis = [
2022-05-23 06:01:19 +00:00
{ file = "redis-4.3.1-py3-none-any.whl" , hash = "sha256:84316970995a7adb907a56754d2b92d88fc2d252963dc5ac34c88f0f1a22c25d" } ,
{ file = "redis-4.3.1.tar.gz" , hash = "sha256:94b617b4cd296e94991146f66fc5559756fbefe9493604f0312e4d3298ac63e9" } ,
2021-09-12 05:00:03 +00:00
]
2020-11-23 10:35:17 +00:00
requests = [
2022-01-13 08:10:47 +00:00
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
2020-11-23 10:35:17 +00:00
]
rfc3986 = [
2021-05-15 10:15:50 +00:00
{ file = "rfc3986-1.5.0-py2.py3-none-any.whl" , hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97" } ,
{ file = "rfc3986-1.5.0.tar.gz" , hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835" } ,
2020-11-23 10:35:17 +00:00
]
2020-11-23 13:15:12 +00:00
sentry-sdk = [
2022-05-23 06:01:19 +00:00
{ file = "sentry-sdk-1.5.12.tar.gz" , hash = "sha256:259535ba66933eacf85ab46524188c84dcb4c39f40348455ce15e2c0aca68863" } ,
{ file = "sentry_sdk-1.5.12-py2.py3-none-any.whl" , hash = "sha256:778b53f0a6c83b1ee43d3b7886318ba86d975e686cb2c7906ccc35b334360be1" } ,
2020-11-23 10:35:17 +00:00
]
sniffio = [
{ file = "sniffio-1.2.0-py3-none-any.whl" , hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663" } ,
{ file = "sniffio-1.2.0.tar.gz" , hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de" } ,
]
starlette = [
2022-05-23 06:01:19 +00:00
{ file = "starlette-0.19.1-py3-none-any.whl" , hash = "sha256:5a60c5c2d051f3a8eb546136aa0c9399773a689595e099e0877704d5888279bf" } ,
{ file = "starlette-0.19.1.tar.gz" , hash = "sha256:c6d21096774ecb9639acad41b86b7706e52ba3bf1dc13ea4ed9ad593d47e24c7" } ,
2020-11-23 10:35:17 +00:00
]
2022-01-13 13:07:26 +00:00
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2021-09-12 05:00:03 +00:00
tomli = [
2022-05-23 06:01:19 +00:00
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
2021-09-12 05:00:03 +00:00
]
2021-03-06 14:33:57 +00:00
tomlkit = [
2022-05-23 06:01:19 +00:00
{ file = "tomlkit-0.10.2-py3-none-any.whl" , hash = "sha256:905cf92c2111ef80d355708f47ac24ad1b6fc2adc5107455940088c9bbecaedb" } ,
{ file = "tomlkit-0.10.2.tar.gz" , hash = "sha256:30d54c0b914e595f3d10a87888599eab5321a2a69abc773bbefff51599b72db6" } ,
2020-11-23 10:35:17 +00:00
]
2021-01-01 10:16:25 +00:00
typing-extensions = [
2022-05-23 06:01:19 +00:00
{ file = "typing_extensions-4.2.0-py3-none-any.whl" , hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708" } ,
{ file = "typing_extensions-4.2.0.tar.gz" , hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376" } ,
2021-01-01 10:16:25 +00:00
]
2021-05-16 17:33:06 +00:00
unidiff = [
2022-02-08 07:05:06 +00:00
{ file = "unidiff-0.7.3-py2.py3-none-any.whl" , hash = "sha256:33152364004b455e11afd67e2d2d6bb8f2c20b28a289b443f2c7b84be18c24cb" } ,
{ file = "unidiff-0.7.3.tar.gz" , hash = "sha256:d5f2e53a9a00db3224a8c36349b5380e0e22d1aec6c694b14fb9483ee93c6205" } ,
2021-05-16 17:33:06 +00:00
]
2020-11-23 10:35:17 +00:00
urllib3 = [
2022-05-23 06:01:19 +00:00
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
2020-11-23 10:35:17 +00:00
]
uvicorn = [
2022-05-23 06:01:19 +00:00
{ file = "uvicorn-0.17.6-py3-none-any.whl" , hash = "sha256:19e2a0e96c9ac5581c01eb1a79a7d2f72bb479691acd2b8921fce48ed5b961a6" } ,
{ file = "uvicorn-0.17.6.tar.gz" , hash = "sha256:5180f9d059611747d841a4a4c4ab675edf54c8489e97f96d0583ee90ac3bfc23" } ,
2020-11-23 10:35:17 +00:00
]
uvloop = [
2021-08-19 15:11:30 +00:00
{ file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6224f1401025b748ffecb7a6e2652b17768f30b1a6a3f7b44660e5b5b690b12d" } ,
{ file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:30ba9dcbd0965f5c812b7c2112a1ddf60cf904c1c160f398e7eed3a6b82dcd9c" } ,
{ file = "uvloop-0.16.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bd53f7f5db562f37cd64a3af5012df8cac2c464c97e732ed556800129505bd64" } ,
{ file = "uvloop-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:772206116b9b57cd625c8a88f2413df2fcfd0b496eb188b82a43bed7af2c2ec9" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b572256409f194521a9895aef274cea88731d14732343da3ecdb175228881638" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:04ff57aa137230d8cc968f03481176041ae789308b4d5079118331ab01112450" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a19828c4f15687675ea912cc28bbcb48e9bb907c801873bd1519b96b04fb805" } ,
{ file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e814ac2c6f9daf4c36eb8e85266859f42174a4ff0d71b99405ed559257750382" } ,
{ file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bd8f42ea1ea8f4e84d265769089964ddda95eb2bb38b5cbe26712b0616c3edee" } ,
{ file = "uvloop-0.16.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:647e481940379eebd314c00440314c81ea547aa636056f554d491e40503c8464" } ,
{ file = "uvloop-0.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e0d26fa5875d43ddbb0d9d79a447d2ace4180d9e3239788208527c4784f7cab" } ,
{ file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:6ccd57ae8db17d677e9e06192e9c9ec4bd2066b77790f9aa7dede2cc4008ee8f" } ,
{ file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:089b4834fd299d82d83a25e3335372f12117a7d38525217c2258e9b9f4578897" } ,
{ file = "uvloop-0.16.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98d117332cc9e5ea8dfdc2b28b0a23f60370d02e1395f88f40d1effd2cb86c4f" } ,
{ file = "uvloop-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e5f2e2ff51aefe6c19ee98af12b4ae61f5be456cd24396953244a30880ad861" } ,
{ file = "uvloop-0.16.0.tar.gz" , hash = "sha256:f74bc20c7b67d1c27c72601c78cf95be99d5c2cdd4514502b4f3eb0933ff1228" } ,
2021-03-06 14:33:57 +00:00
]
watchgod = [
2022-05-23 06:01:19 +00:00
{ file = "watchgod-0.8.2-py3-none-any.whl" , hash = "sha256:2f3e8137d98f493ff58af54ea00f4d1433a6afe2ed08ab331a657df468c6bfce" } ,
{ file = "watchgod-0.8.2.tar.gz" , hash = "sha256:cb11ff66657befba94d828e3b622d5fb76f22fbda1376f355f3e6e51e97d9450" } ,
2020-11-23 10:35:17 +00:00
]
websockets = [
2022-01-13 08:10:47 +00:00
{ file = "websockets-10.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:38db6e2163b021642d0a43200ee2dec8f4980bdbda96db54fde72b283b54cbfc" } ,
{ file = "websockets-10.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e1b60fd297adb9fc78375778a5220da7f07bf54d2a33ac781319650413fc6a60" } ,
{ file = "websockets-10.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3477146d1f87ead8df0f27e8960249f5248dceb7c2741e8bbec9aa5338d0c053" } ,
{ file = "websockets-10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bb01ea7b5f52e7125bdc3c5807aeaa2d08a0553979cf2d96a8b7803ea33e15e7" } ,
{ file = "websockets-10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9fd62c6dc83d5d35fb6a84ff82ec69df8f4657fff05f9cd6c7d9bec0dd57f0f6" } ,
{ file = "websockets-10.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3bbf080f3892ba1dc8838786ec02899516a9d227abe14a80ef6fd17d4fb57127" } ,
{ file = "websockets-10.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:5560558b0dace8312c46aa8915da977db02738ac8ecffbc61acfbfe103e10155" } ,
{ file = "websockets-10.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:667c41351a6d8a34b53857ceb8343a45c85d438ee4fd835c279591db8aeb85be" } ,
{ file = "websockets-10.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:468f0031fdbf4d643f89403a66383247eb82803430b14fa27ce2d44d2662ca37" } ,
{ file = "websockets-10.1-cp310-cp310-win32.whl" , hash = "sha256:d0d81b46a5c87d443e40ce2272436da8e6092aa91f5fbeb60d1be9f11eff5b4c" } ,
{ file = "websockets-10.1-cp310-cp310-win_amd64.whl" , hash = "sha256:b68b6caecb9a0c6db537aa79750d1b592a841e4f1a380c6196091e65b2ad35f9" } ,
{ file = "websockets-10.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a249139abc62ef333e9e85064c27fefb113b16ffc5686cefc315bdaef3eefbc8" } ,
{ file = "websockets-10.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8877861e3dee38c8d302eee0d5dbefa6663de3b46dc6a888f70cd7e82562d1f7" } ,
{ file = "websockets-10.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e3872ae57acd4306ecf937d36177854e218e999af410a05c17168cd99676c512" } ,
{ file = "websockets-10.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b66e6d514f12c28d7a2d80bb2a48ef223342e99c449782d9831b0d29a9e88a17" } ,
{ file = "websockets-10.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f304a22ece735a3da8a51309bc2c010e23961a8f675fae46fdf62541ed62123" } ,
{ file = "websockets-10.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:189ed478395967d6a98bb293abf04e8815349e17456a0a15511f1088b6cb26e4" } ,
{ file = "websockets-10.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:08a42856158307e231b199671c4fce52df5786dd3d703f36b5d8ac76b206c485" } ,
{ file = "websockets-10.1-cp37-cp37m-win32.whl" , hash = "sha256:3ef6f73854cded34e78390dbdf40dfdcf0b89b55c0e282468ef92646fce8d13a" } ,
{ file = "websockets-10.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:89e985d40d407545d5f5e2e58e1fdf19a22bd2d8cd54d20a882e29f97e930a0a" } ,
{ file = "websockets-10.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:002071169d2e44ce8eb9e5ebac9fbce142ba4b5146eef1cfb16b177a27662657" } ,
{ file = "websockets-10.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:cfae282c2aa7f0c4be45df65c248481f3509f8c40ca8b15ed96c35668ae0ff69" } ,
{ file = "websockets-10.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:97b4b68a2ddaf5c4707ae79c110bfd874c5be3c6ac49261160fb243fa45d8bbb" } ,
{ file = "websockets-10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7c9407719f42cb77049975410490c58a705da6af541adb64716573e550e5c9db" } ,
{ file = "websockets-10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1d858fb31e5ac992a2cdf17e874c95f8a5b1e917e1fb6b45ad85da30734b223f" } ,
{ file = "websockets-10.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7bdd3d26315db0a9cf8a0af30ca95e0aa342eda9c1377b722e71ccd86bc5d1dd" } ,
{ file = "websockets-10.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e259be0863770cb91b1a6ccf6907f1ac2f07eff0b7f01c249ed751865a70cb0d" } ,
{ file = "websockets-10.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:6b014875fae19577a392372075e937ebfebf53fd57f613df07b35ab210f31534" } ,
{ file = "websockets-10.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:98de71f86bdb29430fd7ba9997f47a6b10866800e3ea577598a786a785701bb0" } ,
{ file = "websockets-10.1-cp38-cp38-win32.whl" , hash = "sha256:3a02ab91d84d9056a9ee833c254895421a6333d7ae7fff94b5c68e4fa8095519" } ,
{ file = "websockets-10.1-cp38-cp38-win_amd64.whl" , hash = "sha256:7d6673b2753f9c5377868a53445d0c321ef41ff3c8e3b6d57868e72054bfce5f" } ,
{ file = "websockets-10.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:ddab2dc69ee5ae27c74dbfe9d7bb6fee260826c136dca257faa1a41d1db61a89" } ,
{ file = "websockets-10.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:14e9cf68a08d1a5d42109549201aefba473b1d925d233ae19035c876dd845da9" } ,
{ file = "websockets-10.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e4819c6fb4f336fd5388372cb556b1f3a165f3f68e66913d1a2fc1de55dc6f58" } ,
{ file = "websockets-10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:05e7f098c76b0a4743716590bb8f9706de19f1ef5148d61d0cf76495ec3edb9c" } ,
{ file = "websockets-10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5bb6256de5a4fb1d42b3747b4e2268706c92965d75d0425be97186615bf2f24f" } ,
{ file = "websockets-10.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:888a5fa2a677e0c2b944f9826c756475980f1b276b6302e606f5c4ff5635be9e" } ,
{ file = "websockets-10.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6fdec1a0b3e5630c58e3d8704d2011c678929fce90b40908c97dfc47de8dca72" } ,
{ file = "websockets-10.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:531d8eb013a9bc6b3ad101588182aa9b6dd994b190c56df07f0d84a02b85d530" } ,
{ file = "websockets-10.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0d93b7cadc761347d98da12ec1930b5c71b2096f1ceed213973e3cda23fead9c" } ,
{ file = "websockets-10.1-cp39-cp39-win32.whl" , hash = "sha256:d9b245db5a7e64c95816e27d72830e51411c4609c05673d1ae81eb5d23b0be54" } ,
{ file = "websockets-10.1-cp39-cp39-win_amd64.whl" , hash = "sha256:882c0b8bdff3bf1bd7f024ce17c6b8006042ec4cceba95cf15df57e57efa471c" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:10edd9d7d3581cfb9ff544ac09fc98cab7ee8f26778a5a8b2d5fd4b0684c5ba5" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:baa83174390c0ff4fc1304fbe24393843ac7a08fdd59295759c4b439e06b1536" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:483edee5abed738a0b6a908025be47f33634c2ad8e737edd03ffa895bd600909" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:816ae7dac2c6522cfa620947ead0ca95ac654916eebf515c94d7c28de5601a6e" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:1dafe98698ece09b8ccba81b910643ff37198e43521d977be76caf37709cf62b" } ,
{ file = "websockets-10.1.tar.gz" , hash = "sha256:181d2b25de5a437b36aefedaf006ecb6fa3aa1328ec0236cdde15f32f9d3ff6d" } ,
2020-11-23 10:35:17 +00:00
]
win32-setctime = [
2022-01-26 10:17:40 +00:00
{ file = "win32_setctime-1.1.0-py3-none-any.whl" , hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad" } ,
{ file = "win32_setctime-1.1.0.tar.gz" , hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2" } ,
2022-01-13 08:10:47 +00:00
]
wrapt = [
2022-05-23 06:01:19 +00:00
{ file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win32.whl" , hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win32.whl" , hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win32.whl" , hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win32.whl" , hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win32.whl" , hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win32.whl" , hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl" , hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb" } ,
{ file = "wrapt-1.14.1.tar.gz" , hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d" } ,
2022-01-13 08:10:47 +00:00
]
yarl = [
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f2a8508f7350512434e41065684076f640ecce176d262a7d54f0da41d99c5a95" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:da6df107b9ccfe52d3a48165e48d72db0eca3e3029b5b8cb4fe6ee3cb870ba8b" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a1d0894f238763717bdcfea74558c94e3bc34aeacd3351d769460c1a586a8b05" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfe4b95b7e00c6635a72e2d00b478e8a28bfb122dc76349a06e20792eb53a523" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c145ab54702334c42237a6c6c4cc08703b6aa9b94e2f227ceb3d477d20c36c63" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1ca56f002eaf7998b5fcf73b2421790da9d2586331805f38acd9997743114e98" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1d3d5ad8ea96bd6d643d80c7b8d5977b4e2fb1bab6c9da7322616fd26203d125" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:167ab7f64e409e9bdd99333fe8c67b5574a1f0495dcfd905bc7454e766729b9e" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:95a1873b6c0dd1c437fb3bb4a4aaa699a48c218ac7ca1e74b0bee0ab16c7d60d" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6152224d0a1eb254f97df3997d79dadd8bb2c1a02ef283dbb34b97d4f8492d23" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:5bb7d54b8f61ba6eee541fba4b83d22b8a046b4ef4d8eb7f15a7e35db2e1e245" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:9c1f083e7e71b2dd01f7cd7434a5f88c15213194df38bc29b388ccdf1492b739" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f44477ae29025d8ea87ec308539f95963ffdc31a82f42ca9deecf2d505242e72" } ,
{ file = "yarl-1.7.2-cp310-cp310-win32.whl" , hash = "sha256:cff3ba513db55cc6a35076f32c4cdc27032bd075c9faef31fec749e64b45d26c" } ,
{ file = "yarl-1.7.2-cp310-cp310-win_amd64.whl" , hash = "sha256:c9c6d927e098c2d360695f2e9d38870b2e92e0919be07dbe339aefa32a090265" } ,
{ file = "yarl-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9b4c77d92d56a4c5027572752aa35082e40c561eec776048330d2907aead891d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c01a89a44bb672c38f42b49cdb0ad667b116d731b3f4c896f72302ff77d71656" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c19324a1c5399b602f3b6e7db9478e5b1adf5cf58901996fc973fe4fccd73eed" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3abddf0b8e41445426d29f955b24aeecc83fa1072be1be4e0d194134a7d9baee" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6a1a9fe17621af43e9b9fcea8bd088ba682c8192d744b386ee3c47b56eaabb2c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b0915ee85150963a9504c10de4e4729ae700af11df0dc5550e6587ed7891e92" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:29e0656d5497733dcddc21797da5a2ab990c0cb9719f1f969e58a4abac66234d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:bf19725fec28452474d9887a128e98dd67eee7b7d52e932e6949c532d820dc3b" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d6f3d62e16c10e88d2168ba2d065aa374e3c538998ed04996cd373ff2036d64c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:ac10bbac36cd89eac19f4e51c032ba6b412b3892b685076f4acd2de18ca990aa" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:aa32aaa97d8b2ed4e54dc65d241a0da1c627454950f7d7b1f95b13985afd6c5d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win32.whl" , hash = "sha256:87f6e082bce21464857ba58b569370e7b547d239ca22248be68ea5d6b51464a1" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:ac35ccde589ab6a1870a484ed136d49a26bcd06b6a1c6397b1967ca13ceb3913" } ,
{ file = "yarl-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a467a431a0817a292121c13cbe637348b546e6ef47ca14a790aa2fa8cc93df63" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ab0c3274d0a846840bf6c27d2c60ba771a12e4d7586bf550eefc2df0b56b3b4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d260d4dc495c05d6600264a197d9d6f7fc9347f21d2594926202fd08cf89a8ba" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fc4dd8b01a8112809e6b636b00f487846956402834a7fd59d46d4f4267181c41" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c1164a2eac148d85bbdd23e07dfcc930f2e633220f3eb3c3e2a25f6148c2819e" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:67e94028817defe5e705079b10a8438b8cb56e7115fa01640e9c0bb3edf67332" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:89ccbf58e6a0ab89d487c92a490cb5660d06c3a47ca08872859672f9c511fc52" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:8cce6f9fa3df25f55521fbb5c7e4a736683148bcc0c75b21863789e5185f9185" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:211fcd65c58bf250fb994b53bc45a442ddc9f441f6fec53e65de8cba48ded986" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c10ea1e80a697cf7d80d1ed414b5cb8f1eec07d618f54637067ae3c0334133c4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:52690eb521d690ab041c3919666bea13ab9fbff80d615ec16fa81a297131276b" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win32.whl" , hash = "sha256:695ba021a9e04418507fa930d5f0704edbce47076bdcfeeaba1c83683e5649d1" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c17965ff3706beedafd458c452bf15bac693ecd146a60a06a214614dc097a271" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fce78593346c014d0d986b7ebc80d782b7f5e19843ca798ed62f8e3ba8728576" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c2a1ac41a6aa980db03d098a5531f13985edcb451bcd9d00670b03129922cd0d" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:39d5493c5ecd75c8093fa7700a2fb5c94fe28c839c8e40144b7ab7ccba6938c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1eb6480ef366d75b54c68164094a6a560c247370a68c02dddb11f20c4c6d3c9d" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5ba63585a89c9885f18331a55d25fe81dc2d82b71311ff8bd378fc8004202ff6" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e39378894ee6ae9f555ae2de332d513a5763276a9265f8e7cbaeb1b1ee74623a" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c0910c6b6c31359d2f6184828888c983d54d09d581a4a23547a35f1d0b9484b1" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6feca8b6bfb9eef6ee057628e71e1734caf520a907b6ec0d62839e8293e945c0" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8300401dc88cad23f5b4e4c1226f44a5aa696436a4026e456fe0e5d2f7f486e6" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:788713c2896f426a4e166b11f4ec538b5736294ebf7d5f654ae445fd44270832" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:fd547ec596d90c8676e369dd8a581a21227fe9b4ad37d0dc7feb4ccf544c2d59" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:737e401cd0c493f7e3dd4db72aca11cfe069531c9761b8ea474926936b3c57c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:baf81561f2972fb895e7844882898bda1eef4b07b5b385bcd308d2098f1a767b" } ,
{ file = "yarl-1.7.2-cp38-cp38-win32.whl" , hash = "sha256:ede3b46cdb719c794427dcce9d8beb4abe8b9aa1e97526cc20de9bd6583ad1ef" } ,
{ file = "yarl-1.7.2-cp38-cp38-win_amd64.whl" , hash = "sha256:cc8b7a7254c0fc3187d43d6cb54b5032d2365efd1df0cd1749c0c4df5f0ad45f" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:580c1f15500e137a8c37053e4cbf6058944d4c114701fa59944607505c2fe3a0" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3ec1d9a0d7780416e657f1e405ba35ec1ba453a4f1511eb8b9fbab81cb8b3ce1" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3bf8cfe8856708ede6a73907bf0501f2dc4e104085e070a41f5d88e7faf237f3" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1be4bbb3d27a4e9aa5f3df2ab61e3701ce8fcbd3e9846dbce7c033a7e8136746" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:534b047277a9a19d858cde163aba93f3e1677d5acd92f7d10ace419d478540de" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c6ddcd80d79c96eb19c354d9dca95291589c5954099836b7c8d29278a7ec0bda" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9bfcd43c65fbb339dc7086b5315750efa42a34eefad0256ba114cd8ad3896f4b" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f64394bd7ceef1237cc604b5a89bf748c95982a84bcd3c4bbeb40f685c810794" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:044daf3012e43d4b3538562da94a88fb12a6490652dbc29fb19adfa02cf72eac" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:368bcf400247318382cc150aaa632582d0780b28ee6053cd80268c7e72796dec" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:bab827163113177aee910adb1f48ff7af31ee0289f434f7e22d10baf624a6dfe" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:0cba38120db72123db7c58322fa69e3c0efa933040ffb586c3a87c063ec7cae8" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:59218fef177296451b23214c91ea3aba7858b4ae3306dde120224cfe0f7a6ee8" } ,
{ file = "yarl-1.7.2-cp39-cp39-win32.whl" , hash = "sha256:1edc172dcca3f11b38a9d5c7505c83c1913c0addc99cd28e993efeaafdfaa18d" } ,
{ file = "yarl-1.7.2-cp39-cp39-win_amd64.whl" , hash = "sha256:797c2c412b04403d2da075fb93c123df35239cd7b4cc4e0cd9e5839b73f52c58" } ,
{ file = "yarl-1.7.2.tar.gz" , hash = "sha256:45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd" } ,
]
zipp = [
2022-05-23 06:01:19 +00:00
{ file = "zipp-3.8.0-py3-none-any.whl" , hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099" } ,
{ file = "zipp-3.8.0.tar.gz" , hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad" } ,
2020-09-17 16:49:47 +00:00
]