2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "aiofiles"
version = "0.8.0"
description = "File support for asyncio."
category = "main"
optional = false
python-versions = ">=3.6,<4.0"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "aiohttp"
version = "3.7.4.post0"
description = "Async http client/server framework (asyncio)"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-10-16 00:21:42 +08:00
async_timeout = ">=3.0,<4.0"
2022-10-13 19:36:54 +08:00
attrs = ">=17.3.0"
chardet = ">=2.0,<5.0"
multidict = ">=4.5,<7.0"
2022-10-16 00:21:42 +08:00
typing_extensions = ">=3.6.5"
2022-10-13 19:36:54 +08:00
yarl = ">=1.0,<2.0"
[ package . extras ]
speedups = [ "aiodns" , "brotlipy" , "cchardet" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "anyio"
2022-11-15 22:04:13 +08:00
version = "3.6.2"
2022-10-13 19:36:54 +08:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2022-11-15 22:04:13 +08:00
doc = [ "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "contextlib2" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (<0.15)" , "uvloop (>=0.15)" ]
trio = [ "trio (>=0.16,<0.22)" ]
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "apscheduler"
2022-11-15 22:04:13 +08:00
version = "3.9.1.post1"
2022-10-13 19:36:54 +08:00
description = "In-process task scheduler with Cron-like capabilities"
category = "main"
optional = false
2022-11-15 22:04:13 +08:00
python-versions = "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2022-10-13 19:36:54 +08:00
[ package . dependencies ]
pytz = "*"
2022-11-15 22:04:13 +08:00
setuptools = ">=0.7"
2022-10-13 19:36:54 +08:00
six = ">=1.4.0"
tzlocal = ">=2.0,<3.0.0 || >=4.0.0"
[ package . extras ]
asyncio = [ "trollius" ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
gevent = [ "gevent" ]
mongodb = [ "pymongo (>=3.0)" ]
redis = [ "redis (>=3.0)" ]
rethinkdb = [ "rethinkdb (>=2.4.0)" ]
sqlalchemy = [ "sqlalchemy (>=0.8)" ]
2022-11-15 22:04:13 +08:00
testing = [ "mock" , "pytest" , "pytest-asyncio" , "pytest-asyncio (<0.6)" , "pytest-cov" , "pytest-tornado5" ]
2022-10-13 19:36:54 +08:00
tornado = [ "tornado (>=4.3)" ]
twisted = [ "twisted" ]
zookeeper = [ "kazoo" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "async-timeout"
version = "3.0.1"
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
python-versions = ">=3.5.3"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "asyncpg"
2022-11-15 22:04:13 +08:00
version = "0.27.0"
2022-10-13 19:36:54 +08:00
description = "An asyncio PostgreSQL driver"
category = "main"
optional = false
2022-11-15 22:04:13 +08:00
python-versions = ">=3.7.0"
2022-10-13 19:36:54 +08:00
[ package . extras ]
2022-11-15 22:04:13 +08:00
dev = [ "Cython (>=0.29.24,<0.30.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "flake8 (>=5.0.4,<5.1.0)" , "pytest (>=6.0)" , "sphinx_rtd_theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "uvloop (>=0.15.3)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx_rtd_theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
test = [ "flake8 (>=5.0.4,<5.1.0)" , "uvloop (>=0.15.3)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "attrs"
version = "22.1.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-11-15 22:04:13 +08:00
dev = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "furo" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pre-commit" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "sphinx" , "sphinx-notfound-page" , "zope.interface" ]
docs = [ "furo" , "sphinx" , "sphinx-notfound-page" , "zope.interface" ]
tests = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "zope.interface" ]
tests-no-zope = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
2022-11-15 22:04:13 +08:00
name = "backports-zoneinfo"
2022-10-13 19:36:54 +08:00
version = "0.2.1"
description = "Backport of the standard library zoneinfo module"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
tzdata = [ "tzdata" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "beautifulsoup4"
version = "4.9.3"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
soupsieve = { version = ">1.2" , markers = "python_version >= \"3.0\"" }
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "bilireq"
2022-10-15 19:49:53 +08:00
version = "0.2.3.post0"
2022-10-13 19:36:54 +08:00
description = ""
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
2022-10-15 19:49:53 +08:00
grpcio = ">=1.49.1,<2.0.0"
2022-10-13 19:36:54 +08:00
httpx = ">=0.23.0,<0.24.0"
2022-10-15 19:49:53 +08:00
protobuf = ">=4.21.7,<5.0.0"
rsa = ">=4.9,<5.0"
2022-10-13 19:36:54 +08:00
[ package . extras ]
qrcode = [ "qrcode[pil] (>=7.3.1,<8.0.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "black"
2022-10-15 19:49:53 +08:00
version = "22.10.0"
2022-10-13 19:36:54 +08:00
description = "The uncompromising code formatter."
category = "main"
optional = false
2022-10-15 19:49:53 +08:00
python-versions = ">=3.7"
2022-10-13 19:36:54 +08:00
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "certifi"
2022-10-15 19:49:53 +08:00
version = "2022.9.24"
2022-10-13 19:36:54 +08:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "chardet"
version = "4.0.0"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "cn2an"
2022-11-15 22:04:13 +08:00
version = "0.5.19"
2022-10-13 19:36:54 +08:00
description = "Convert Chinese numerals and Arabic numerals."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-11-15 22:04:13 +08:00
proces = ">=0.1.3"
setuptools = ">=47.3.1"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "colorama"
2022-11-15 22:04:13 +08:00
version = "0.4.6"
2022-10-13 19:36:54 +08:00
description = "Cross-platform colored terminal text."
category = "main"
optional = false
2022-11-15 22:04:13 +08:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "commonmark"
version = "0.9.1"
description = "Python parser for the CommonMark Markdown spec"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
test = [ "flake8 (==3.7.8)" , "hypothesis (==3.55.3)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "contourpy"
2022-11-15 22:04:13 +08:00
version = "1.0.6"
2022-10-13 19:36:54 +08:00
description = "Python library for calculating contours of 2D quadrilateral grids"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.16"
[ package . extras ]
bokeh = [ "bokeh" , "selenium" ]
2022-11-15 22:04:13 +08:00
docs = [ "docutils (<0.18)" , "sphinx (<=5.2.0)" , "sphinx-rtd-theme" ]
test = [ "Pillow" , "flake8" , "isort" , "matplotlib" , "pytest" ]
2022-10-13 19:36:54 +08:00
test-minimal = [ "pytest" ]
2022-11-15 22:04:13 +08:00
test-no-codebase = [ "Pillow" , "matplotlib" , "pytest" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "cycler"
version = "0.11.0"
description = "Composable style cycles"
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "dateparser"
2022-11-15 22:04:13 +08:00
version = "1.1.3"
2022-10-13 19:36:54 +08:00
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
python-dateutil = "*"
pytz = "*"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27,<2022.3.15"
tzlocal = "*"
[ package . extras ]
2022-11-15 22:04:13 +08:00
calendars = [ "convertdate" , "convertdate" , "hijri-converter" ]
2022-10-13 19:36:54 +08:00
fasttext = [ "fasttext" ]
langdetect = [ "langdetect" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "ecdsa"
version = "0.18.0"
description = "ECDSA cryptographic signature library (pure python)"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . dependencies ]
six = ">=1.9.0"
[ package . extras ]
gmpy = [ "gmpy" ]
gmpy2 = [ "gmpy2" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "emoji"
version = "1.7.0"
description = "Emoji for Python"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
2022-11-15 22:04:13 +08:00
dev = [ "coverage" , "coveralls" , "pytest" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "fastapi"
version = "0.79.1"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
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"
starlette = "0.19.1"
[ package . extras ]
2022-11-15 22:04:13 +08:00
all = [ "email_validator (>=1.1.1,<2.0.0)" , "itsdangerous (>=1.1.0,<3.0.0)" , "jinja2 (>=2.11.2,<4.0.0)" , "orjson (>=3.2.1,<4.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "pyyaml (>=5.3.1,<7.0.0)" , "requests (>=2.24.0,<3.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)" , "uvicorn[standard] (>=0.12.0,<0.18.0)" ]
dev = [ "autoflake (>=1.4.0,<2.0.0)" , "flake8 (>=3.8.3,<4.0.0)" , "passlib[bcrypt] (>=1.7.2,<2.0.0)" , "pre-commit (>=2.17.0,<3.0.0)" , "python-jose[cryptography] (>=3.3.0,<4.0.0)" , "uvicorn[standard] (>=0.12.0,<0.18.0)" ]
doc = [ "mdx-include (>=1.4.1,<2.0.0)" , "mkdocs (>=1.1.2,<2.0.0)" , "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)" , "mkdocs-material (>=8.1.4,<9.0.0)" , "pyyaml (>=5.3.1,<7.0.0)" , "typer (>=0.4.1,<0.5.0)" ]
test = [ "anyio[trio] (>=3.2.1,<4.0.0)" , "black (==22.3.0)" , "databases[sqlite] (>=0.3.2,<0.6.0)" , "email_validator (>=1.1.1,<2.0.0)" , "flake8 (>=3.8.3,<4.0.0)" , "flask (>=1.1.2,<3.0.0)" , "httpx (>=0.14.0,<0.19.0)" , "isort (>=5.0.6,<6.0.0)" , "mypy (==0.910)" , "orjson (>=3.2.1,<4.0.0)" , "peewee (>=3.13.3,<4.0.0)" , "pytest (>=6.2.4,<7.0.0)" , "pytest-cov (>=2.12.0,<4.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "requests (>=2.24.0,<3.0.0)" , "sqlalchemy (>=1.3.18,<1.5.0)" , "types-dataclasses (==0.6.5)" , "types-orjson (==3.6.2)" , "types-ujson (==4.2.1)" , "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)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "feedparser"
version = "6.0.10"
description = "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
sgmllib3k = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "fonttools"
2022-11-15 22:04:13 +08:00
version = "4.38.0"
2022-10-13 19:36:54 +08:00
description = "Tools to manipulate font files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-11-15 22:04:13 +08:00
all = [ "brotli (>=1.0.1)" , "brotlicffi (>=0.8.0)" , "fs (>=2.2.0,<3)" , "lxml (>=4.0,<5)" , "lz4 (>=1.7.4.2)" , "matplotlib" , "munkres" , "scipy" , "skia-pathops (>=0.5.0)" , "sympy" , "uharfbuzz (>=0.23.0)" , "unicodedata2 (>=14.0.0)" , "xattr" , "zopfli (>=0.1.4)" ]
2022-10-13 19:36:54 +08:00
graphite = [ "lz4 (>=1.7.4.2)" ]
2022-11-15 22:04:13 +08:00
interpolatable = [ "munkres" , "scipy" ]
2022-10-13 19:36:54 +08:00
lxml = [ "lxml (>=4.0,<5)" ]
pathops = [ "skia-pathops (>=0.5.0)" ]
plot = [ "matplotlib" ]
repacker = [ "uharfbuzz (>=0.23.0)" ]
symfont = [ "sympy" ]
type1 = [ "xattr" ]
ufo = [ "fs (>=2.2.0,<3)" ]
unicode = [ "unicodedata2 (>=14.0.0)" ]
2022-11-15 22:04:13 +08:00
woff = [ "brotli (>=1.0.1)" , "brotlicffi (>=0.8.0)" , "zopfli (>=0.1.4)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "gino"
version = "1.0.1"
description = "GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
category = "main"
optional = false
python-versions = ">=3.5,<4.0"
[ package . dependencies ]
asyncpg = ">=0.18,<1.0"
SQLAlchemy = ">=1.2.16,<1.4"
[ package . extras ]
aiohttp = [ "gino-aiohttp (>=0.1.0,<0.2.0)" ]
quart = [ "gino-quart (>=0.1.0,<0.2.0)" ]
sanic = [ "gino-sanic (>=0.1.0,<0.2.0)" ]
starlette = [ "gino-starlette (>=0.1.1,<0.2.0)" ]
tornado = [ "gino-tornado (>=0.1.0,<0.2.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "greenlet"
version = "1.1.3"
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 ]
2022-11-15 22:04:13 +08:00
docs = [ "Sphinx" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "grpcio"
2022-11-15 22:04:13 +08:00
version = "1.50.0"
2022-10-13 19:36:54 +08:00
description = "HTTP/2-based RPC framework"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
six = ">=1.5.2"
[ package . extras ]
2022-11-15 22:04:13 +08:00
protobuf = [ "grpcio-tools (>=1.50.0)" ]
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "h11"
version = "0.12.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "httpcore"
version = "0.15.0"
description = "A minimal low-level HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
anyio = ">=3.0.0,<4.0.0"
certifi = "*"
h11 = ">=0.11,<0.13"
sniffio = ">=1.0.0,<2.0.0"
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "httptools"
version = "0.5.0"
description = "A collection of framework independent HTTP protocol utils."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
test = [ "Cython (>=0.29.24,<0.30.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "httpx"
version = "0.23.0"
description = "The next generation HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
certifi = "*"
httpcore = ">=0.15.0,<0.16.0"
rfc3986 = { version = ">=1.3,<2" , extras = [ "idna2008" ] }
sniffio = "*"
[ package . extras ]
2022-11-15 22:04:13 +08:00
brotli = [ "brotli" , "brotlicffi" ]
cli = [ "click (>=8.0.0,<9.0.0)" , "pygments (>=2.0.0,<3.0.0)" , "rich (>=10,<13)" ]
2022-10-13 19:36:54 +08:00
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "idna"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "imagehash"
2022-10-15 19:49:53 +08:00
version = "4.3.1"
2022-10-13 19:36:54 +08:00
description = "Image Hashing library"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
numpy = "*"
pillow = "*"
PyWavelets = "*"
scipy = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "jieba"
version = "0.42.1"
description = "Chinese Words Segmentation Utilities"
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "kiwisolver"
version = "1.4.4"
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "loguru"
version = "0.6.0"
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-11-15 22:04:13 +08:00
dev = [ "Sphinx (>=4.1.1)" , "black (>=19.10b0)" , "colorama (>=0.3.4)" , "docutils (==0.16)" , "flake8 (>=3.7.7)" , "isort (>=5.1.1)" , "pytest (>=4.6.2)" , "pytest-cov (>=2.7.1)" , "sphinx-autobuild (>=0.7.1)" , "sphinx-rtd-theme (>=0.4.3)" , "tox (>=3.9.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "lxml"
version = "4.6.5"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
2022-11-15 22:04:13 +08:00
htmlsoup = [ "BeautifulSoup4" ]
2022-10-13 19:36:54 +08:00
source = [ "Cython (>=0.29.7)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "matplotlib"
2022-11-15 22:04:13 +08:00
version = "3.6.2"
2022-10-13 19:36:54 +08:00
description = "Python plotting package"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
contourpy = ">=1.0.1"
cycler = ">=0.10"
fonttools = ">=4.22.0"
kiwisolver = ">=1.0.1"
numpy = ">=1.19"
packaging = ">=20.0"
pillow = ">=6.2.0"
pyparsing = ">=2.2.1"
python-dateutil = ">=2.7"
setuptools_scm = ">=7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "msgpack"
version = "1.0.4"
description = "MessagePack serializer"
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "multidict"
version = "6.0.2"
description = "multidict implementation"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "nonebot-adapter-onebot"
2022-11-15 22:04:13 +08:00
version = "2.1.5"
2022-10-13 19:36:54 +08:00
description = "OneBot(CQHTTP) adapter for nonebot2"
category = "main"
optional = false
2022-11-15 22:04:13 +08:00
python-versions = ">=3.8,<4.0"
2022-10-13 19:36:54 +08:00
[ package . dependencies ]
msgpack = ">=1.0.3,<2.0.0"
nonebot2 = ">=2.0.0-beta.3,<3.0.0"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "nonebot-plugin-apscheduler"
2022-10-15 19:49:53 +08:00
version = "0.2.0"
2022-10-13 19:36:54 +08:00
description = "APScheduler Support for NoneBot2"
category = "main"
optional = false
2022-10-15 19:49:53 +08:00
python-versions = ">=3.8,<4.0"
2022-10-13 19:36:54 +08:00
[ package . dependencies ]
apscheduler = ">=3.7.0,<4.0.0"
2022-10-15 19:49:53 +08:00
nonebot2 = ">=2.0.0-rc.1,<3.0.0"
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "nonebot2"
2022-10-15 19:49:53 +08:00
version = "2.0.0rc1"
2022-10-13 19:36:54 +08:00
description = "An asynchronous python bot framework."
category = "main"
optional = false
2022-10-15 19:49:53 +08:00
python-versions = ">=3.8,<4.0"
2022-10-13 19:36:54 +08:00
[ package . dependencies ]
fastapi = ">=0.79.0,<0.80.0"
loguru = ">=0.6.0,<0.7.0"
pydantic = { version = ">=1.9.0,<1.10.0" , extras = [ "dotenv" ] }
pygtrie = ">=2.4.1,<3.0.0"
tomlkit = ">=0.10.0,<1.0.0"
typing-extensions = ">=3.10.0,<5.0.0"
uvicorn = { version = ">=0.18.0,<0.19.0" , extras = [ "standard" ] }
yarl = ">=1.7.2,<2.0.0"
[ package . extras ]
2022-10-16 00:21:42 +08:00
aiohttp = [ "aiohttp[speedups] (>=3.7.4,<4.0.0)" ]
2022-11-15 22:04:13 +08:00
all = [ "Quart (>=0.17.0,<0.18.0)" , "aiohttp[speedups] (>=3.7.4,<4.0.0)" , "httpx[http2] (>=0.20.0,<1.0.0)" , "websockets (>=10.0,<11.0)" ]
2022-10-13 19:36:54 +08:00
httpx = [ "httpx[http2] (>=0.20.0,<1.0.0)" ]
2022-11-15 22:04:13 +08:00
quart = [ "Quart (>=0.17.0,<0.18.0)" ]
2022-10-13 19:36:54 +08:00
websockets = [ "websockets (>=10.0,<11.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "numpy"
2022-11-15 22:04:13 +08:00
version = "1.23.4"
2022-10-13 19:36:54 +08:00
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "opencv-python"
version = "4.6.0.66"
description = "Wrapper package for OpenCV python bindings."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
numpy = [
{ version = ">=1.21.2" , markers = "python_version >= \"3.10\" or python_version >= \"3.6\" and platform_system == \"Darwin\" and platform_machine == \"arm64\"" } ,
{ version = ">=1.19.3" , markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\"" } ,
{ version = ">=1.14.5" , markers = "python_version >= \"3.7\"" } ,
{ version = ">=1.17.3" , markers = "python_version >= \"3.8\"" } ,
]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08: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"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pathspec"
2022-11-15 22:04:13 +08:00
version = "0.10.2"
2022-10-13 19:36:54 +08:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pillow"
2022-11-15 22:04:13 +08:00
version = "9.3.0"
2022-10-13 19:36:54 +08:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-issues (>=3.0.1)" , "sphinx-removed-in" , "sphinxext-opengraph" ]
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "platformdirs"
2022-11-15 22:04:13 +08:00
version = "2.5.4"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2022-10-13 19:36:54 +08:00
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-11-15 22:04:13 +08:00
docs = [ "furo (>=2022.9.29)" , "proselint (>=0.13)" , "sphinx (>=5.3)" , "sphinx-autodoc-typehints (>=1.19.4)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=7.2)" , "pytest-cov (>=4)" , "pytest-mock (>=3.10)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "playwright"
2022-11-15 22:04:13 +08:00
version = "1.27.1"
2022-10-13 19:36:54 +08:00
description = "A high-level API to automate web browsers"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
greenlet = "1.1.3"
pyee = "8.1.0"
typing-extensions = { version = "*" , markers = "python_version <= \"3.8\"" }
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "proces"
2022-11-15 22:04:13 +08:00
version = "0.1.3"
2022-10-13 19:36:54 +08:00
description = "text preprocess."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-11-15 22:04:13 +08:00
setuptools = ">=40.6.3"
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "protobuf"
2022-11-15 22:04:13 +08:00
version = "4.21.9"
2022-10-16 00:21:42 +08:00
description = "Protocol Buffers"
2022-10-13 19:36:54 +08:00
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "psutil"
2022-11-15 22:04:13 +08:00
version = "5.9.4"
2022-10-13 19:36:54 +08:00
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
2022-11-15 22:04:13 +08:00
test = [ "enum34" , "ipaddress" , "mock" , "pywin32" , "wmi" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pyasn1"
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pydantic"
version = "1.9.2"
description = "Data validation and settings management using python type hints"
category = "main"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
python-dotenv = { version = ">=0.10.4" , optional = true , markers = "extra == \"dotenv\"" }
typing-extensions = ">=3.7.4.3"
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pyee"
version = "8.1.0"
description = "A port of node.js's EventEmitter to python."
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pygments"
version = "2.13.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
plugins = [ "importlib-metadata" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pygtrie"
version = "2.5.0"
description = "A pure Python trie data structure implementation."
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "main"
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
2022-11-15 22:04:13 +08:00
diagrams = [ "jinja2" , "railroad-diagrams" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pypinyin"
version = "0.46.0"
description = "汉字拼音转换模块/工具."
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "python-dotenv"
version = "0.21.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
cli = [ "click (>=5.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "python-jose"
version = "3.3.0"
description = "JOSE implementation in Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ecdsa = "!=0.15"
pyasn1 = "*"
rsa = "*"
[ package . extras ]
cryptography = [ "cryptography (>=3.4.0)" ]
2022-11-15 22:04:13 +08:00
pycrypto = [ "pyasn1" , "pycrypto (>=2.6.0,<2.7.0)" ]
pycryptodome = [ "pyasn1" , "pycryptodome (>=3.3.1,<4.0.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-15 19:49:53 +08:00
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "python-multipart"
version = "0.0.5"
description = "A streaming multipart parser for Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.4.0"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pytz"
2022-11-15 22:04:13 +08:00
version = "2022.6"
2022-10-13 19:36:54 +08:00
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pytz-deprecation-shim"
version = "0.1.0.post0"
description = "Shims to make deprecation of pytz easier"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
"backports.zoneinfo" = { version = "*" , markers = "python_version >= \"3.6\" and python_version < \"3.9\"" }
tzdata = { version = "*" , markers = "python_version >= \"3.6\"" }
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pywavelets"
version = "1.4.1"
description = "PyWavelets, wavelet transform module"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
numpy = ">=1.17.3"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "pyyaml"
version = "5.4.1"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "regex"
version = "2022.3.2"
description = "Alternative regular expression module, to replace re."
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "retrying"
version = "1.3.3"
description = "Retrying"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.7.0"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "rfc3986"
version = "1.5.0"
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" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "rich"
2022-10-15 19:49:53 +08:00
version = "12.6.0"
2022-10-13 19:36:54 +08:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category = "main"
optional = false
python-versions = ">=3.6.3,<4.0.0"
[ package . dependencies ]
commonmark = ">=0.9.0,<0.10.0"
pygments = ">=2.6.0,<3.0.0"
typing-extensions = { version = ">=4.0.0,<5.0" , markers = "python_version < \"3.9\"" }
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<8.0.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "rsa"
version = "4.9"
description = "Pure-Python RSA implementation"
category = "main"
optional = false
python-versions = ">=3.6,<4"
[ package . dependencies ]
pyasn1 = ">=0.1.3"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
2022-11-15 22:04:13 +08:00
name = "ruamel-yaml"
2022-10-13 19:36:54 +08:00
version = "0.17.21"
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
category = "main"
optional = false
python-versions = ">=3"
[ package . dependencies ]
"ruamel.yaml.clib" = { version = ">=0.2.6" , markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\"" }
[ package . extras ]
docs = [ "ryd" ]
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
2022-11-15 22:04:13 +08:00
name = "ruamel-yaml-clib"
version = "0.2.7"
2022-10-13 19:36:54 +08:00
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
category = "main"
optional = false
python-versions = ">=3.5"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "scipy"
2022-11-15 22:04:13 +08:00
version = "1.9.3"
2022-10-13 19:36:54 +08:00
description = "Fundamental algorithms for scientific computing in Python"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
numpy = ">=1.18.5,<1.26.0"
[ package . extras ]
2022-11-15 22:04:13 +08:00
dev = [ "flake8" , "mypy" , "pycodestyle" , "typing_extensions" ]
doc = [ "matplotlib (>2)" , "numpydoc" , "pydata-sphinx-theme (==0.9.0)" , "sphinx (!=4.1.0)" , "sphinx-panels (>=0.5.2)" , "sphinx-tabs" ]
test = [ "asv" , "gmpy2" , "mpmath" , "pytest" , "pytest-cov" , "pytest-xdist" , "scikit-umfpack" , "threadpoolctl" ]
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
[ [ package ] ]
name = "setuptools"
version = "65.5.1"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-hoverxref (<2)" , "sphinx-inline-tabs" , "sphinx-notfound-page (==0.8.3)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "flake8 (<5)" , "flake8-2020" , "ini2toml[lite] (>=0.9)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pip (>=19.1)" , "pip-run (>=8.8)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-timeout" , "pytest-xdist" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
testing-integration = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-10-15 23:10:25 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "setuptools-scm"
version = "7.0.5"
description = "the blessed package to manage your versions by scm tags"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
packaging = ">=20.0"
2022-11-15 22:04:13 +08:00
setuptools = "*"
2022-10-13 19:36:54 +08:00
tomli = ">=1.0.0"
typing-extensions = "*"
[ package . extras ]
test = [ "pytest (>=6.2)" , "virtualenv (>20)" ]
toml = [ "setuptools (>=42)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "sgmllib3k"
version = "1.0.0"
description = "Py3k port of sgmllib."
category = "main"
optional = false
python-versions = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "soupsieve"
version = "2.3.2.post1"
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "sqlalchemy"
version = "1.3.24"
description = "Database Abstraction Library"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
mssql = [ "pyodbc" ]
2022-11-15 22:04:13 +08:00
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2022-10-13 19:36:54 +08:00
mysql = [ "mysqlclient" ]
2022-11-15 22:04:13 +08:00
oracle = [ "cx_oracle" ]
2022-10-13 19:36:54 +08:00
postgresql = [ "psycopg2" ]
2022-11-15 22:04:13 +08:00
postgresql-pg8000 = [ "pg8000 (<1.16.6)" ]
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
pymysql = [ "pymysql" , "pymysql (<1)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "starlette"
version = "0.19.1"
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
anyio = ">=3.4.0,<5"
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
full = [ "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" , "requests" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "tomlkit"
2022-11-15 22:04:13 +08:00
version = "0.11.6"
2022-10-13 19:36:54 +08:00
description = "Style preserving TOML library"
category = "main"
optional = false
2022-11-15 22:04:13 +08:00
python-versions = ">=3.6"
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "typing-extensions"
2022-10-15 19:49:53 +08:00
version = "4.4.0"
2022-10-13 19:36:54 +08:00
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "tzdata"
2022-11-15 22:04:13 +08:00
version = "2022.6"
2022-10-13 19:36:54 +08:00
description = "Provider of IANA time zone data"
category = "main"
optional = false
python-versions = ">=2"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "tzlocal"
version = "4.2"
description = "tzinfo object for the local timezone"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
"backports.zoneinfo" = { version = "*" , markers = "python_version < \"3.9\"" }
pytz-deprecation-shim = "*"
tzdata = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
devenv = [ "black" , "pyroma" , "pytest-cov" , "zest.releaser" ]
2022-11-15 22:04:13 +08:00
test = [ "pytest (>=4.3)" , "pytest-mock (>=3.3)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "ujson"
version = "5.5.0"
description = "Ultra fast JSON encoder and decoder for Python"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "uvicorn"
version = "0.18.3"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=7.0"
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
httptools = { version = ">=0.4.0" , optional = true , markers = "extra == \"standard\"" }
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\"" }
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=10.0" , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
standard = [ "colorama (>=0.4)" , "httptools (>=0.4.0)" , "python-dotenv (>=0.13)" , "pyyaml (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "watchfiles (>=0.13)" , "websockets (>=10.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "uvloop"
version = "0.17.0"
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-11-15 22:04:13 +08:00
dev = [ "Cython (>=0.29.32,<0.30.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=22.0.0,<22.1.0)" , "pycodestyle (>=2.7.0,<2.8.0)" , "pytest (>=3.6.0)" , "sphinx_rtd_theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx_rtd_theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
test = [ "Cython (>=0.29.32,<0.30.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=22.0.0,<22.1.0)" , "pycodestyle (>=2.7.0,<2.8.0)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "watchfiles"
2022-11-15 22:04:13 +08:00
version = "0.18.1"
2022-10-13 19:36:54 +08:00
description = "Simple, modern and high performance file watching and code reload in python."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-11-15 22:04:13 +08:00
anyio = ">=3.0.0"
2022-10-13 19:36:54 +08:00
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "websockets"
2022-11-15 22:04:13 +08:00
version = "10.4"
2022-10-13 19:36:54 +08:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "win32-setctime"
version = "1.1.0"
description = "A small Python utility to set file creation time on Windows"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-11-15 22:04:13 +08:00
dev = [ "black (>=19.3b0)" , "pytest (>=4.6.2)" ]
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "wordcloud"
version = "1.8.2.2"
description = "A little word cloud generator"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
matplotlib = "*"
numpy = ">=1.6.1"
pillow = "*"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ [ package ] ]
name = "yarl"
version = "1.8.1"
description = "Yet another URL library"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
2022-10-16 00:21:42 +08:00
[ package . source ]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "ali"
2022-10-13 19:36:54 +08:00
[ metadata ]
lock-version = "1.1"
2022-10-15 19:49:53 +08:00
python-versions = "^3.8"
2022-11-15 22:04:13 +08:00
content-hash = "edc6a9b3a68ed4059e4f3a91e5c4757ff46e85b3c6c5a398c26bcb23d6ca7511"
2022-10-13 19:36:54 +08:00
[ metadata . files ]
aiofiles = [
{ file = "aiofiles-0.8.0-py3-none-any.whl" , hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937" } ,
{ file = "aiofiles-0.8.0.tar.gz" , hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59" } ,
]
aiohttp = [
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:3cf75f7cdc2397ed4442594b935a11ed5569961333d49b7539ea741be2cc79d5" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:4b302b45040890cea949ad092479e01ba25911a15e648429c7c5aae9650c67a8" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:fe60131d21b31fd1a14bd43e6bb88256f69dfc3188b3a89d736d6c71ed43ec95" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:393f389841e8f2dfc86f774ad22f00923fdee66d238af89b70ea314c4aefd290" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:c6e9dcb4cb338d91a73f178d866d051efe7c62a7166653a91e7d9fb18274058f" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:5df68496d19f849921f05f14f31bd6ef53ad4b00245da3195048c69934521809" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:0563c1b3826945eecd62186f3f5c7d31abb7391fedc893b7e2b26303b5a9f3fe" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-win32.whl" , hash = "sha256:3d78619672183be860b96ed96f533046ec97ca067fd46ac1f6a09cd9b7484287" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f705e12750171c0ab4ef2a3c76b9a4024a62c4103e3a55dd6f99265b9bc6fcfc" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:230a8f7e24298dea47659251abc0fd8b3c4e38a664c59d4b89cca7f6c09c9e87" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2e19413bf84934d651344783c9f5e22dee452e251cfd220ebadbed2d9931dbf0" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:e4b2b334e68b18ac9817d828ba44d8fcb391f6acb398bcc5062b14b2cbeac970" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:d012ad7911653a906425d8473a1465caa9f8dea7fcf07b6d870397b774ea7c0f" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:40eced07f07a9e60e825554a31f923e8d3997cfc7fb31dbc1328c70826e04cde" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:209b4a8ee987eccc91e2bd3ac36adee0e53a5970b8ac52c273f7f8fd4872c94c" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:14762875b22d0055f05d12abc7f7d61d5fd4fe4642ce1a249abdf8c700bf1fd8" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-win32.whl" , hash = "sha256:7615dab56bb07bff74bc865307aeb89a8bfd9941d2ef9d817b9436da3a0ea54f" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d9e13b33afd39ddeb377eff2c1c4f00544e191e1d1dee5b6c51ddee8ea6f0cf5" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:547da6cacac20666422d4882cfcd51298d45f7ccb60a04ec27424d2f36ba3eaf" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:af9aa9ef5ba1fd5b8c948bb11f44891968ab30356d65fd0cc6707d989cd521df" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:64322071e046020e8797117b3658b9c2f80e3267daec409b350b6a7a05041213" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:bb437315738aa441251214dad17428cafda9cdc9729499f1d6001748e1d432f4" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:e54962802d4b8b18b6207d4a927032826af39395a3bd9196a5af43fc4e60b009" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:a00bb73540af068ca7390e636c01cbc4f644961896fa9363154ff43fd37af2f5" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:79ebfc238612123a713a457d92afb4096e2148be17df6c50fb9bf7a81c2f8013" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-win32.whl" , hash = "sha256:515dfef7f869a0feb2afee66b957cc7bbe9ad0cdee45aec7fdc623f4ecd4fb16" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-win_amd64.whl" , hash = "sha256:114b281e4d68302a324dd33abb04778e8557d88947875cbf4e842c2c01a030c5" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:7b18b97cf8ee5452fa5f4e3af95d01d84d86d32c5e2bfa260cf041749d66360b" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:15492a6368d985b76a2a5fdd2166cddfea5d24e69eefed4630cbaae5c81d89bd" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:bdb230b4943891321e06fc7def63c7aace16095be7d9cf3b1e01be2f10fba439" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:cffe3ab27871bc3ea47df5d8f7013945712c46a3cc5a95b6bee15887f1675c22" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:f881853d2643a29e643609da57b96d5f9c9b93f62429dcc1cbb413c7d07f0e1a" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:a5ca29ee66f8343ed336816c553e82d6cade48a3ad702b9ffa6125d187e2dedb" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:17c073de315745a1510393a96e680d20af8e67e324f70b42accbd4cb3315c9fb" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-win32.whl" , hash = "sha256:932bb1ea39a54e9ea27fc9232163059a0b8855256f4052e776357ad9add6f1c9" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-win_amd64.whl" , hash = "sha256:02f46fc0e3c5ac58b80d4d56eb0a7c7d97fcef69ace9326289fb9f1955e65cfe" } ,
{ file = "aiohttp-3.7.4.post0.tar.gz" , hash = "sha256:493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf" } ,
]
anyio = [
2022-11-15 22:04:13 +08:00
{ file = "anyio-3.6.2-py3-none-any.whl" , hash = "sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3" } ,
{ file = "anyio-3.6.2.tar.gz" , hash = "sha256:25ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421" } ,
2022-10-13 19:36:54 +08:00
]
apscheduler = [
2022-11-15 22:04:13 +08:00
{ file = "APScheduler-3.9.1.post1-py2.py3-none-any.whl" , hash = "sha256:c8c618241dbb2785ed5a687504b14cb1851d6f7b5a4edf3a51e39cc6a069967a" } ,
{ file = "APScheduler-3.9.1.post1.tar.gz" , hash = "sha256:b2bea0309569da53a7261bfa0ce19c67ddbfe151bda776a6a907579fdbd3eb2a" } ,
2022-10-13 19:36:54 +08:00
]
async-timeout = [
{ file = "async-timeout-3.0.1.tar.gz" , hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f" } ,
{ file = "async_timeout-3.0.1-py3-none-any.whl" , hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3" } ,
]
asyncpg = [
2022-11-15 22:04:13 +08:00
{ file = "asyncpg-0.27.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:fca608d199ffed4903dce1bcd97ad0fe8260f405c1c225bdf0002709132171c2" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:20b596d8d074f6f695c13ffb8646d0b6bb1ab570ba7b0cfd349b921ff03cfc1e" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:7a6206210c869ebd3f4eb9e89bea132aefb56ff3d1b7dd7e26b102b17e27bbb1" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:a7a94c03386bb95456b12c66026b3a87d1b965f0f1e5733c36e7229f8f137747" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:bfc3980b4ba6f97138b04f0d32e8af21d6c9fa1f8e6e140c07d15690a0a99279" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:9654085f2b22f66952124de13a8071b54453ff972c25c59b5ce1173a4283ffd9" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-win32.whl" , hash = "sha256:879c29a75969eb2722f94443752f4720d560d1e748474de54ae8dd230bc4956b" } ,
{ file = "asyncpg-0.27.0-cp310-cp310-win_amd64.whl" , hash = "sha256:ab0f21c4818d46a60ca789ebc92327d6d874d3b7ccff3963f7af0a21dc6cff52" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:18f77e8e71e826ba2d0c3ba6764930776719ae2b225ca07e014590545928b576" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:c2232d4625c558f2aa001942cac1d7952aa9f0dbfc212f63bc754277769e1ef2" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:9a3a4ff43702d39e3c97a8786314123d314e0f0e4dabc8367db5b665c93914de" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:ccddb9419ab4e1c48742457d0c0362dbdaeb9b28e6875115abfe319b29ee225d" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:768e0e7c2898d40b16d4ef7a0b44e8150db3dd8995b4652aa1fe2902e92c7df8" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:609054a1f47292a905582a1cfcca51a6f3f30ab9d822448693e66fdddde27920" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-win32.whl" , hash = "sha256:8113e17cfe236dc2277ec844ba9b3d5312f61bd2fdae6d3ed1c1cdd75f6cf2d8" } ,
{ file = "asyncpg-0.27.0-cp311-cp311-win_amd64.whl" , hash = "sha256:bb71211414dd1eeb8d31ec529fe77cff04bf53efc783a5f6f0a32d84923f45cf" } ,
{ file = "asyncpg-0.27.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:4750f5cf49ed48a6e49c6e5aed390eee367694636c2dcfaf4a273ca832c5c43c" } ,
{ file = "asyncpg-0.27.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:eca01eb112a39d31cc4abb93a5aef2a81514c23f70956729f42fb83b11b3483f" } ,
{ file = "asyncpg-0.27.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5710cb0937f696ce303f5eed6d272e3f057339bb4139378ccecafa9ee923a71c" } ,
{ file = "asyncpg-0.27.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:71cca80a056ebe19ec74b7117b09e650990c3ca535ac1c35234a96f65604192f" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4bb366ae34af5b5cabc3ac6a5347dfb6013af38c68af8452f27968d49085ecc0" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:16ba8ec2e85d586b4a12bcd03e8d29e3d99e832764d6a1d0b8c27dbbe4a2569d" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d20dea7b83651d93b1eb2f353511fe7fd554752844523f17ad30115d8b9c8cd6" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e56ac8a8237ad4adec97c0cd4728596885f908053ab725e22900b5902e7f8e69" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:bf21ebf023ec67335258e0f3d3ad7b91bb9507985ba2b2206346de488267cad0" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-win32.whl" , hash = "sha256:69aa1b443a182b13a17ff926ed6627af2d98f62f2fe5890583270cc4073f63bf" } ,
{ file = "asyncpg-0.27.0-cp38-cp38-win_amd64.whl" , hash = "sha256:62932f29cf2433988fcd799770ec64b374a3691e7902ecf85da14d5e0854d1ea" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:fddcacf695581a8d856654bc4c8cfb73d5c9df26d5f55201722d3e6a699e9629" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:7d8585707ecc6661d07367d444bbaa846b4e095d84451340da8df55a3757e152" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:975a320baf7020339a67315284a4d3bf7460e664e484672bd3e71dbd881bc692" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:2232ebae9796d4600a7819fc383da78ab51b32a092795f4555575fc934c1c89d" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:88b62164738239f62f4af92567b846a8ef7cf8abf53eddd83650603de4d52163" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:eb4b2fdf88af4fb1cc569781a8f933d2a73ee82cd720e0cb4edabbaecf2a905b" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-win32.whl" , hash = "sha256:8934577e1ed13f7d2d9cea3cc016cc6f95c19faedea2c2b56a6f94f257cea672" } ,
{ file = "asyncpg-0.27.0-cp39-cp39-win_amd64.whl" , hash = "sha256:1b6499de06fe035cf2fa932ec5617ed3f37d4ebbf663b655922e105a484a6af9" } ,
{ file = "asyncpg-0.27.0.tar.gz" , hash = "sha256:720986d9a4705dd8a40fdf172036f5ae787225036a7eb46e704c45aa8f62c054" } ,
2022-10-13 19:36:54 +08:00
]
attrs = [
{ file = "attrs-22.1.0-py2.py3-none-any.whl" , hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c" } ,
{ file = "attrs-22.1.0.tar.gz" , hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6" } ,
]
2022-11-15 22:04:13 +08:00
backports-zoneinfo = [
2022-10-13 19:36:54 +08:00
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl" , hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl" , hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl" , hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6" } ,
{ file = "backports.zoneinfo-0.2.1.tar.gz" , hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2" } ,
]
beautifulsoup4 = [
{ file = "beautifulsoup4-4.9.3-py2-none-any.whl" , hash = "sha256:4c98143716ef1cb40bf7f39a8e3eec8f8b009509e74904ba3a7b315431577e35" } ,
{ file = "beautifulsoup4-4.9.3-py3-none-any.whl" , hash = "sha256:fff47e031e34ec82bf17e00da8f592fe7de69aeea38be00523c04623c04fb666" } ,
{ file = "beautifulsoup4-4.9.3.tar.gz" , hash = "sha256:84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25" } ,
]
bilireq = [
2022-10-15 19:49:53 +08:00
{ file = "bilireq-0.2.3.post0-py3-none-any.whl" , hash = "sha256:8d1f98bb8fb59c0ce1dec226329353ce51e2efaad0a6b4d240437b6132648322" } ,
{ file = "bilireq-0.2.3.post0.tar.gz" , hash = "sha256:3185c3952a2becc7d31b0c01a12fda463fa477253504a68f81ea871594887ab4" } ,
2022-10-13 19:36:54 +08:00
]
black = [
2022-10-15 19:49:53 +08:00
{ file = "black-22.10.0-1fixedarch-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:5cc42ca67989e9c3cf859e84c2bf014f6633db63d1cbdf8fdb666dcd9e77e3fa" } ,
{ file = "black-22.10.0-1fixedarch-cp311-cp311-macosx_11_0_x86_64.whl" , hash = "sha256:5d8f74030e67087b219b032aa33a919fae8806d49c867846bfacde57f43972ef" } ,
{ file = "black-22.10.0-1fixedarch-cp37-cp37m-macosx_10_16_x86_64.whl" , hash = "sha256:197df8509263b0b8614e1df1756b1dd41be6738eed2ba9e9769f3880c2b9d7b6" } ,
{ file = "black-22.10.0-1fixedarch-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:2644b5d63633702bc2c5f3754b1b475378fbbfb481f62319388235d0cd104c2d" } ,
{ file = "black-22.10.0-1fixedarch-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:e41a86c6c650bcecc6633ee3180d80a025db041a8e2398dcc059b3afa8382cd4" } ,
{ file = "black-22.10.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:2039230db3c6c639bd84efe3292ec7b06e9214a2992cd9beb293d639c6402edb" } ,
{ file = "black-22.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:14ff67aec0a47c424bc99b71005202045dc09270da44a27848d534600ac64fc7" } ,
{ file = "black-22.10.0-cp310-cp310-win_amd64.whl" , hash = "sha256:819dc789f4498ecc91438a7de64427c73b45035e2e3680c92e18795a839ebb66" } ,
{ file = "black-22.10.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:5b9b29da4f564ba8787c119f37d174f2b69cdfdf9015b7d8c5c16121ddc054ae" } ,
{ file = "black-22.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8b49776299fece66bffaafe357d929ca9451450f5466e997a7285ab0fe28e3b" } ,
{ file = "black-22.10.0-cp311-cp311-win_amd64.whl" , hash = "sha256:21199526696b8f09c3997e2b4db8d0b108d801a348414264d2eb8eb2532e540d" } ,
{ file = "black-22.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1e464456d24e23d11fced2bc8c47ef66d471f845c7b7a42f3bd77bf3d1789650" } ,
{ file = "black-22.10.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:9311e99228ae10023300ecac05be5a296f60d2fd10fff31cf5c1fa4ca4b1988d" } ,
{ file = "black-22.10.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:fba8a281e570adafb79f7755ac8721b6cf1bbf691186a287e990c7929c7692ff" } ,
{ file = "black-22.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:915ace4ff03fdfff953962fa672d44be269deb2eaf88499a0f8805221bc68c87" } ,
{ file = "black-22.10.0-cp38-cp38-win_amd64.whl" , hash = "sha256:444ebfb4e441254e87bad00c661fe32df9969b2bf224373a448d8aca2132b395" } ,
{ file = "black-22.10.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:974308c58d057a651d182208a484ce80a26dac0caef2895836a92dd6ebd725e0" } ,
{ file = "black-22.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:72ef3925f30e12a184889aac03d77d031056860ccae8a1e519f6cbb742736383" } ,
{ file = "black-22.10.0-cp39-cp39-win_amd64.whl" , hash = "sha256:432247333090c8c5366e69627ccb363bc58514ae3e63f7fc75c54b1ea80fa7de" } ,
{ file = "black-22.10.0-py3-none-any.whl" , hash = "sha256:c957b2b4ea88587b46cf49d1dc17681c1e672864fd7af32fc1e9664d572b3458" } ,
{ file = "black-22.10.0.tar.gz" , hash = "sha256:f513588da599943e0cde4e32cc9879e825d58720d6557062d1098c5ad80080e1" } ,
2022-10-13 19:36:54 +08:00
]
certifi = [
2022-10-15 19:49:53 +08:00
{ file = "certifi-2022.9.24-py3-none-any.whl" , hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382" } ,
{ file = "certifi-2022.9.24.tar.gz" , hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14" } ,
2022-10-13 19:36:54 +08:00
]
chardet = [
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
]
click = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
cn2an = [
2022-11-15 22:04:13 +08:00
{ file = "cn2an-0.5.19-py3-none-any.whl" , hash = "sha256:ec86ed4948fb58eb45f36df7f68ee0f123ba898d82ad76ee4015c59730f4ecbe" } ,
{ file = "cn2an-0.5.19.tar.gz" , hash = "sha256:014d58870e117c997f9c8707a08fc022e6589346bcf78d277ab33b19eab7d675" } ,
2022-10-13 19:36:54 +08:00
]
colorama = [
2022-11-15 22:04:13 +08:00
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
2022-10-13 19:36:54 +08:00
]
commonmark = [
{ file = "commonmark-0.9.1-py2.py3-none-any.whl" , hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9" } ,
{ file = "commonmark-0.9.1.tar.gz" , hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60" } ,
]
contourpy = [
2022-11-15 22:04:13 +08:00
{ file = "contourpy-1.0.6-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:613c665529899b5d9fade7e5d1760111a0b011231277a0d36c49f0d3d6914bd6" } ,
{ file = "contourpy-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:78ced51807ccb2f45d4ea73aca339756d75d021069604c2fccd05390dc3c28eb" } ,
{ file = "contourpy-1.0.6-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b3b1bd7577c530eaf9d2bc52d1a93fef50ac516a8b1062c3d1b9bcec9ebe329b" } ,
{ file = "contourpy-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8834c14b8c3dd849005e06703469db9bf96ba2d66a3f88ecc539c9a8982e0ee" } ,
{ file = "contourpy-1.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f4052a8a4926d4468416fc7d4b2a7b2a3e35f25b39f4061a7e2a3a2748c4fc48" } ,
{ file = "contourpy-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1c0e1308307a75e07d1f1b5f0f56b5af84538a5e9027109a7bcf6cb47c434e72" } ,
{ file = "contourpy-1.0.6-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:9fc4e7973ed0e1fe689435842a6e6b330eb7ccc696080dda9a97b1a1b78e41db" } ,
{ file = "contourpy-1.0.6-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:08e8d09d96219ace6cb596506fb9b64ea5f270b2fb9121158b976d88871fcfd1" } ,
{ file = "contourpy-1.0.6-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f33da6b5d19ad1bb5e7ad38bb8ba5c426d2178928bc2b2c44e8823ea0ecb6ff3" } ,
{ file = "contourpy-1.0.6-cp310-cp310-win32.whl" , hash = "sha256:12a7dc8439544ed05c6553bf026d5e8fa7fad48d63958a95d61698df0e00092b" } ,
{ file = "contourpy-1.0.6-cp310-cp310-win_amd64.whl" , hash = "sha256:eadad75bf91897f922e0fb3dca1b322a58b1726a953f98c2e5f0606bd8408621" } ,
{ file = "contourpy-1.0.6-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:913bac9d064cff033cf3719e855d4f1db9f1c179e0ecf3ba9fdef21c21c6a16a" } ,
{ file = "contourpy-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:46deb310a276cc5c1fd27958e358cce68b1e8a515fa5a574c670a504c3a3fe30" } ,
{ file = "contourpy-1.0.6-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b64f747e92af7da3b85631a55d68c45a2d728b4036b03cdaba4bd94bcc85bd6f" } ,
{ file = "contourpy-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50627bf76abb6ba291ad08db583161939c2c5fab38c38181b7833423ab9c7de3" } ,
{ file = "contourpy-1.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:358f6364e4873f4d73360b35da30066f40387dd3c427a3e5432c6b28dd24a8fa" } ,
{ file = "contourpy-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c78bfbc1a7bff053baf7e508449d2765964d67735c909b583204e3240a2aca45" } ,
{ file = "contourpy-1.0.6-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e43255a83835a129ef98f75d13d643844d8c646b258bebd11e4a0975203e018f" } ,
{ file = "contourpy-1.0.6-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:375d81366afd547b8558c4720337218345148bc2fcffa3a9870cab82b29667f2" } ,
{ file = "contourpy-1.0.6-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:b98c820608e2dca6442e786817f646d11057c09a23b68d2b3737e6dcb6e4a49b" } ,
{ file = "contourpy-1.0.6-cp311-cp311-win32.whl" , hash = "sha256:0e4854cc02006ad6684ce092bdadab6f0912d131f91c2450ce6dbdea78ee3c0b" } ,
{ file = "contourpy-1.0.6-cp311-cp311-win_amd64.whl" , hash = "sha256:d2eff2af97ea0b61381828b1ad6cd249bbd41d280e53aea5cccd7b2b31b8225c" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5b117d29433fc8393b18a696d794961464e37afb34a6eeb8b2c37b5f4128a83e" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:341330ed19074f956cb20877ad8d2ae50e458884bfa6a6df3ae28487cc76c768" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:371f6570a81dfdddbb837ba432293a63b4babb942a9eb7aaa699997adfb53278" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9447c45df407d3ecb717d837af3b70cfef432138530712263730783b3d016512" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:730c27978a0003b47b359935478b7d63fd8386dbb2dcd36c1e8de88cbfc1e9de" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:da1ef35fd79be2926ba80fbb36327463e3656c02526e9b5b4c2b366588b74d9a" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:cd2bc0c8f2e8de7dd89a7f1c10b8844e291bca17d359373203ef2e6100819edd" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-win32.whl" , hash = "sha256:3a1917d3941dd58732c449c810fa7ce46cc305ce9325a11261d740118b85e6f3" } ,
{ file = "contourpy-1.0.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:06ca79e1efbbe2df795822df2fa173d1a2b38b6e0f047a0ec7903fbca1d1847e" } ,
{ file = "contourpy-1.0.6-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e626cefff8491bce356221c22af5a3ea528b0b41fbabc719c00ae233819ea0bf" } ,
{ file = "contourpy-1.0.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:dbe6fe7a1166b1ddd7b6d887ea6fa8389d3f28b5ed3f73a8f40ece1fc5a3d340" } ,
{ file = "contourpy-1.0.6-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e13b31d1b4b68db60b3b29f8e337908f328c7f05b9add4b1b5c74e0691180109" } ,
{ file = "contourpy-1.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a79d239fc22c3b8d9d3de492aa0c245533f4f4c7608e5749af866949c0f1b1b9" } ,
{ file = "contourpy-1.0.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9e8e686a6db92a46111a1ee0ee6f7fbfae4048f0019de207149f43ac1812cf95" } ,
{ file = "contourpy-1.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:acd2bd02f1a7adff3a1f33e431eb96ab6d7987b039d2946a9b39fe6fb16a1036" } ,
{ file = "contourpy-1.0.6-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:03d1b9c6b44a9e30d554654c72be89af94fab7510b4b9f62356c64c81cec8b7d" } ,
{ file = "contourpy-1.0.6-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:b48d94386f1994db7c70c76b5808c12e23ed7a4ee13693c2fc5ab109d60243c0" } ,
{ file = "contourpy-1.0.6-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:208bc904889c910d95aafcf7be9e677726df9ef71e216780170dbb7e37d118fa" } ,
{ file = "contourpy-1.0.6-cp38-cp38-win32.whl" , hash = "sha256:444fb776f58f4906d8d354eb6f6ce59d0a60f7b6a720da6c1ccb839db7c80eb9" } ,
{ file = "contourpy-1.0.6-cp38-cp38-win_amd64.whl" , hash = "sha256:9bc407a6af672da20da74823443707e38ece8b93a04009dca25856c2d9adadb1" } ,
{ file = "contourpy-1.0.6-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:aa4674cf3fa2bd9c322982644967f01eed0c91bb890f624e0e0daf7a5c3383e9" } ,
{ file = "contourpy-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6f56515e7c6fae4529b731f6c117752247bef9cdad2b12fc5ddf8ca6a50965a5" } ,
{ file = "contourpy-1.0.6-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:344cb3badf6fc7316ad51835f56ac387bdf86c8e1b670904f18f437d70da4183" } ,
{ file = "contourpy-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0b1e66346acfb17694d46175a0cea7d9036f12ed0c31dfe86f0f405eedde2bdd" } ,
{ file = "contourpy-1.0.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8468b40528fa1e15181cccec4198623b55dcd58306f8815a793803f51f6c474a" } ,
{ file = "contourpy-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1dedf4c64185a216c35eb488e6f433297c660321275734401760dafaeb0ad5c2" } ,
{ file = "contourpy-1.0.6-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:494efed2c761f0f37262815f9e3c4bb9917c5c69806abdee1d1cb6611a7174a0" } ,
{ file = "contourpy-1.0.6-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:75a2e638042118118ab39d337da4c7908c1af74a8464cad59f19fbc5bbafec9b" } ,
{ file = "contourpy-1.0.6-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a628bba09ba72e472bf7b31018b6281fd4cc903f0888049a3724afba13b6e0b8" } ,
{ file = "contourpy-1.0.6-cp39-cp39-win32.whl" , hash = "sha256:e1739496c2f0108013629aa095cc32a8c6363444361960c07493818d0dea2da4" } ,
{ file = "contourpy-1.0.6-cp39-cp39-win_amd64.whl" , hash = "sha256:a457ee72d9032e86730f62c5eeddf402e732fdf5ca8b13b41772aa8ae13a4563" } ,
{ file = "contourpy-1.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:d912f0154a20a80ea449daada904a7eb6941c83281a9fab95de50529bfc3a1da" } ,
{ file = "contourpy-1.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4081918147fc4c29fad328d5066cfc751da100a1098398742f9f364be63803fc" } ,
{ file = "contourpy-1.0.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0537cc1195245bbe24f2913d1f9211b8f04eb203de9044630abd3664c6cc339c" } ,
{ file = "contourpy-1.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dcd556c8fc37a342dd636d7eef150b1399f823a4462f8c968e11e1ebeabee769" } ,
{ file = "contourpy-1.0.6-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:f6ca38dd8d988eca8f07305125dec6f54ac1c518f1aaddcc14d08c01aebb6efc" } ,
{ file = "contourpy-1.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:c1baa49ab9fedbf19d40d93163b7d3e735d9cd8d5efe4cce9907902a6dad391f" } ,
{ file = "contourpy-1.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:211dfe2bd43bf5791d23afbe23a7952e8ac8b67591d24be3638cabb648b3a6eb" } ,
{ file = "contourpy-1.0.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c38c6536c2d71ca2f7e418acaf5bca30a3af7f2a2fa106083c7d738337848dbe" } ,
{ file = "contourpy-1.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1b1ee48a130da4dd0eb8055bbab34abf3f6262957832fd575e0cab4979a15a41" } ,
{ file = "contourpy-1.0.6-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:5641927cc5ae66155d0c80195dc35726eae060e7defc18b7ab27600f39dd1fe7" } ,
{ file = "contourpy-1.0.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:7ee394502026d68652c2824348a40bf50f31351a668977b51437131a90d777ea" } ,
{ file = "contourpy-1.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0b97454ed5b1368b66ed414c754cba15b9750ce69938fc6153679787402e4cdf" } ,
{ file = "contourpy-1.0.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0236875c5a0784215b49d00ebbe80c5b6b5d5244b3655a36dda88105334dea17" } ,
{ file = "contourpy-1.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:84c593aeff7a0171f639da92cb86d24954bbb61f8a1b530f74eb750a14685832" } ,
{ file = "contourpy-1.0.6-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:9b0e7fe7f949fb719b206548e5cde2518ffb29936afa4303d8a1c4db43dcb675" } ,
{ file = "contourpy-1.0.6.tar.gz" , hash = "sha256:6e459ebb8bb5ee4c22c19cc000174f8059981971a33ce11e17dddf6aca97a142" } ,
2022-10-13 19:36:54 +08:00
]
cycler = [
{ file = "cycler-0.11.0-py3-none-any.whl" , hash = "sha256:3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3" } ,
{ file = "cycler-0.11.0.tar.gz" , hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f" } ,
]
dateparser = [
2022-11-15 22:04:13 +08:00
{ file = "dateparser-1.1.3-py2.py3-none-any.whl" , hash = "sha256:711f7eef6d431225bec56c00e386af3f6a47083276253375bdae1ae6c8d23d4a" } ,
{ file = "dateparser-1.1.3.tar.gz" , hash = "sha256:ae7a7de30f26983d09fff802c1f9d35d54e1c11d7ab52ae904a1f3fc037ecba5" } ,
2022-10-13 19:36:54 +08:00
]
ecdsa = [
{ file = "ecdsa-0.18.0-py2.py3-none-any.whl" , hash = "sha256:80600258e7ed2f16b9aa1d7c295bd70194109ad5a30fdee0eaeefef1d4c559dd" } ,
{ file = "ecdsa-0.18.0.tar.gz" , hash = "sha256:190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49" } ,
]
emoji = [
{ file = "emoji-1.7.0.tar.gz" , hash = "sha256:65c54533ea3c78f30d0729288998715f418d7467de89ec258a31c0ce8660a1d1" } ,
]
fastapi = [
{ file = "fastapi-0.79.1-py3-none-any.whl" , hash = "sha256:3c584179c64e265749e88221c860520fc512ea37e253282dab378cc503dfd7fd" } ,
{ file = "fastapi-0.79.1.tar.gz" , hash = "sha256:006862dec0f0f5683ac21fb0864af2ff12a931e7ba18920f28cc8eceed51896b" } ,
]
feedparser = [
{ file = "feedparser-6.0.10-py3-none-any.whl" , hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f" } ,
{ file = "feedparser-6.0.10.tar.gz" , hash = "sha256:27da485f4637ce7163cdeab13a80312b93b7d0c1b775bef4a47629a3110bca51" } ,
]
fonttools = [
2022-11-15 22:04:13 +08:00
{ file = "fonttools-4.38.0-py3-none-any.whl" , hash = "sha256:820466f43c8be8c3009aef8b87e785014133508f0de64ec469e4efb643ae54fb" } ,
{ file = "fonttools-4.38.0.zip" , hash = "sha256:2bb244009f9bf3fa100fc3ead6aeb99febe5985fa20afbfbaa2f8946c2fbdaf1" } ,
2022-10-13 19:36:54 +08:00
]
gino = [
{ file = "gino-1.0.1-py3-none-any.whl" , hash = "sha256:56df57cfdefbaf897a7c4897c265a0e91a8cca80716fb64f7d3cf6d501fdfb3d" } ,
{ file = "gino-1.0.1.tar.gz" , hash = "sha256:fe4189e82fe9d20c4a5f03fc775fb91c168061c5176b4c95623caeef22316150" } ,
]
greenlet = [
{ file = "greenlet-1.1.3-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:8c287ae7ac921dfde88b1c125bd9590b7ec3c900c2d3db5197f1286e144e712b" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:870a48007872d12e95a996fca3c03a64290d3ea2e61076aa35d3b253cf34cd32" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:7c5227963409551ae4a6938beb70d56bf1918c554a287d3da6853526212fbe0a" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-win32.whl" , hash = "sha256:9fae214f6c43cd47f7bef98c56919b9222481e833be2915f6857a1e9e8a15318" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:de431765bd5fe62119e0bc6bc6e7b17ac53017ae1782acf88fcf6b7eae475a49" } ,
{ file = "greenlet-1.1.3-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:510c3b15587afce9800198b4b142202b323bf4b4b5f9d6c79cb9a35e5e3c30d2" } ,
{ file = "greenlet-1.1.3-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:9951dcbd37850da32b2cb6e391f621c1ee456191c6ae5528af4a34afe357c30e" } ,
{ file = "greenlet-1.1.3-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:07c58e169bbe1e87b8bbf15a5c1b779a7616df9fd3e61cadc9d691740015b4f8" } ,
{ file = "greenlet-1.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:df02fdec0c533301497acb0bc0f27f479a3a63dcdc3a099ae33a902857f07477" } ,
{ file = "greenlet-1.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9c88e134d51d5e82315a7c32b914a58751b7353eb5268dbd02eabf020b4c4700" } ,
{ file = "greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b41d19c0cfe5c259fe6c539fd75051cd39a5d33d05482f885faf43f7f5e7d26" } ,
{ file = "greenlet-1.1.3-cp310-cp310-win_amd64.whl" , hash = "sha256:6f5d4b2280ceea76c55c893827961ed0a6eadd5a584a7c4e6e6dd7bc10dfdd96" } ,
{ file = "greenlet-1.1.3-cp311-cp311-macosx_10_15_x86_64.whl" , hash = "sha256:184416e481295832350a4bf731ba619a92f5689bf5d0fa4341e98b98b1265bd7" } ,
{ file = "greenlet-1.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dd0404d154084a371e6d2bafc787201612a1359c2dee688ae334f9118aa0bf47" } ,
{ file = "greenlet-1.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7a43bbfa9b6cfdfaeefbd91038dde65ea2c421dc387ed171613df340650874f2" } ,
{ file = "greenlet-1.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce5b64dfe8d0cca407d88b0ee619d80d4215a2612c1af8c98a92180e7109f4b5" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:903fa5716b8fbb21019268b44f73f3748c41d1a30d71b4a49c84b642c2fed5fa" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:0118817c9341ef2b0f75f5af79ac377e4da6ff637e5ee4ac91802c0e379dadb4" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:466ce0928e33421ee84ae04c4ac6f253a3a3e6b8d600a79bd43fd4403e0a7a76" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-win32.whl" , hash = "sha256:65ad1a7a463a2a6f863661329a944a5802c7129f7ad33583dcc11069c17e622c" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:7532a46505470be30cbf1dbadb20379fb481244f1ca54207d7df3bf0bbab6a20" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:caff52cb5cd7626872d9696aee5b794abe172804beb7db52eed1fd5824b63910" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:db41f3845eb579b544c962864cce2c2a0257fe30f0f1e18e51b1e8cbb4e0ac6d" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:e8533f5111704d75de3139bf0b8136d3a6c1642c55c067866fa0a51c2155ee33" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9537e4baf0db67f382eb29255a03154fcd4984638303ff9baaa738b10371fa57" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f8bfd36f368efe0ab2a6aa3db7f14598aac454b06849fb633b762ddbede1db90" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b0877a9a2129a2c56a2eae2da016743db7d9d6a05d5e1c198f1b7808c602a30e" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-win32.whl" , hash = "sha256:88b04e12c9b041a1e0bcb886fec709c488192638a9a7a3677513ac6ba81d8e79" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:4f166b4aca8d7d489e82d74627a7069ab34211ef5ebb57c300ec4b9337b60fc0" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:cd16a89efe3a003029c87ff19e9fba635864e064da646bc749fc1908a4af18f3" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5b756e6730ea59b2745072e28ad27f4c837084688e6a6b3633c8b1e509e6ae0e" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:9b2f7d0408ddeb8ea1fd43d3db79a8cefaccadd2a812f021333b338ed6b10aba" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:44b4817c34c9272c65550b788913620f1fdc80362b209bc9d7dd2f40d8793080" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d58a5a71c4c37354f9e0c24c9c8321f0185f6945ef027460b809f4bb474bfe41" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1dd51d2650e70c6c4af37f454737bf4a11e568945b27f74b471e8e2a9fd21268" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-win32.whl" , hash = "sha256:048d2bed76c2aa6de7af500ae0ea51dd2267aec0e0f2a436981159053d0bc7cc" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:77e41db75f9958f2083e03e9dd39da12247b3430c92267df3af77c83d8ff9eed" } ,
{ file = "greenlet-1.1.3-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:1626185d938d7381631e48e6f7713e8d4b964be246073e1a1d15c2f061ac9f08" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:1ec2779774d8e42ed0440cf8bc55540175187e8e934f2be25199bf4ed948cd9e" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f2f908239b7098799b8845e5936c2ccb91d8c2323be02e82f8dcb4a80dcf4a25" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0b181e9aa6cb2f5ec0cacc8cee6e5a3093416c841ba32c185c30c160487f0380" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2cf45e339cabea16c07586306a31cfcc5a3b5e1626d365714d283732afed6809" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6200a11f003ec26815f7e3d2ded01b43a3810be3528dd760d2f1fa777490c3cd" } ,
{ file = "greenlet-1.1.3-cp38-cp38-win32.whl" , hash = "sha256:db5b25265010a1b3dca6a174a443a0ed4c4ab12d5e2883a11c97d6e6d59b12f9" } ,
{ file = "greenlet-1.1.3-cp38-cp38-win_amd64.whl" , hash = "sha256:095a980288fe05adf3d002fbb180c99bdcf0f930e220aa66fcd56e7914a38202" } ,
{ file = "greenlet-1.1.3-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:cbc1eb55342cbac8f7ec159088d54e2cfdd5ddf61c87b8bbe682d113789331b2" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:694ffa7144fa5cc526c8f4512665003a39fa09ef00d19bbca5c8d3406db72fbe" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:aa741c1a8a8cc25eb3a3a01a62bdb5095a773d8c6a86470bde7f607a447e7905" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3a669f11289a8995d24fbfc0e63f8289dd03c9aaa0cc8f1eab31d18ca61a382" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:76a53bfa10b367ee734b95988bd82a9a5f0038a25030f9f23bbbc005010ca600" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fb0aa7f6996879551fd67461d5d3ab0c3c0245da98be90c89fcb7a18d437403" } ,
{ file = "greenlet-1.1.3-cp39-cp39-win32.whl" , hash = "sha256:5fbe1ab72b998ca77ceabbae63a9b2e2dc2d963f4299b9b278252ddba142d3f1" } ,
{ file = "greenlet-1.1.3-cp39-cp39-win_amd64.whl" , hash = "sha256:ffe73f9e7aea404722058405ff24041e59d31ca23d1da0895af48050a07b6932" } ,
{ file = "greenlet-1.1.3.tar.gz" , hash = "sha256:bcb6c6dd1d6be6d38d6db283747d07fda089ff8c559a835236560a4410340455" } ,
]
grpcio = [
2022-11-15 22:04:13 +08:00
{ file = "grpcio-1.50.0-cp310-cp310-linux_armv7l.whl" , hash = "sha256:906f4d1beb83b3496be91684c47a5d870ee628715227d5d7c54b04a8de802974" } ,
{ file = "grpcio-1.50.0-cp310-cp310-macosx_12_0_x86_64.whl" , hash = "sha256:2d9fd6e38b16c4d286a01e1776fdf6c7a4123d99ae8d6b3f0b4a03a34bf6ce45" } ,
{ file = "grpcio-1.50.0-cp310-cp310-manylinux_2_17_aarch64.whl" , hash = "sha256:4b123fbb7a777a2fedec684ca0b723d85e1d2379b6032a9a9b7851829ed3ca9a" } ,
{ file = "grpcio-1.50.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b2f77a90ba7b85bfb31329f8eab9d9540da2cf8a302128fb1241d7ea239a5469" } ,
{ file = "grpcio-1.50.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9eea18a878cffc804506d39c6682d71f6b42ec1c151d21865a95fae743fda500" } ,
{ file = "grpcio-1.50.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:2b71916fa8f9eb2abd93151fafe12e18cebb302686b924bd4ec39266211da525" } ,
{ file = "grpcio-1.50.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:95ce51f7a09491fb3da8cf3935005bff19983b77c4e9437ef77235d787b06842" } ,
{ file = "grpcio-1.50.0-cp310-cp310-win32.whl" , hash = "sha256:f7025930039a011ed7d7e7ef95a1cb5f516e23c5a6ecc7947259b67bea8e06ca" } ,
{ file = "grpcio-1.50.0-cp310-cp310-win_amd64.whl" , hash = "sha256:05f7c248e440f538aaad13eee78ef35f0541e73498dd6f832fe284542ac4b298" } ,
{ file = "grpcio-1.50.0-cp311-cp311-linux_armv7l.whl" , hash = "sha256:ca8a2254ab88482936ce941485c1c20cdeaef0efa71a61dbad171ab6758ec998" } ,
{ file = "grpcio-1.50.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:3b611b3de3dfd2c47549ca01abfa9bbb95937eb0ea546ea1d762a335739887be" } ,
{ file = "grpcio-1.50.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1a4cd8cb09d1bc70b3ea37802be484c5ae5a576108bad14728f2516279165dd7" } ,
{ file = "grpcio-1.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:156f8009e36780fab48c979c5605eda646065d4695deea4cfcbcfdd06627ddb6" } ,
{ file = "grpcio-1.50.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:de411d2b030134b642c092e986d21aefb9d26a28bf5a18c47dd08ded411a3bc5" } ,
{ file = "grpcio-1.50.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:d144ad10eeca4c1d1ce930faa105899f86f5d99cecfe0d7224f3c4c76265c15e" } ,
{ file = "grpcio-1.50.0-cp311-cp311-win32.whl" , hash = "sha256:92d7635d1059d40d2ec29c8bf5ec58900120b3ce5150ef7414119430a4b2dd5c" } ,
{ file = "grpcio-1.50.0-cp311-cp311-win_amd64.whl" , hash = "sha256:ce8513aee0af9c159319692bfbf488b718d1793d764798c3d5cff827a09e25ef" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-linux_armv7l.whl" , hash = "sha256:8e8999a097ad89b30d584c034929f7c0be280cd7851ac23e9067111167dcbf55" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:a50a1be449b9e238b9bd43d3857d40edf65df9416dea988929891d92a9f8a778" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-manylinux_2_17_aarch64.whl" , hash = "sha256:cf151f97f5f381163912e8952eb5b3afe89dec9ed723d1561d59cabf1e219a35" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a23d47f2fc7111869f0ff547f771733661ff2818562b04b9ed674fa208e261f4" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d84d04dec64cc4ed726d07c5d17b73c343c8ddcd6b59c7199c801d6bbb9d9ed1" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:67dd41a31f6fc5c7db097a5c14a3fa588af54736ffc174af4411d34c4f306f68" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4c8e73bf20fb53fe5a7318e768b9734cf122fe671fcce75654b98ba12dfb75" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-win32.whl" , hash = "sha256:7489dbb901f4fdf7aec8d3753eadd40839c9085967737606d2c35b43074eea24" } ,
{ file = "grpcio-1.50.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:531f8b46f3d3db91d9ef285191825d108090856b3bc86a75b7c3930f16ce432f" } ,
{ file = "grpcio-1.50.0-cp38-cp38-linux_armv7l.whl" , hash = "sha256:d534d169673dd5e6e12fb57cc67664c2641361e1a0885545495e65a7b761b0f4" } ,
{ file = "grpcio-1.50.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:1d8d02dbb616c0a9260ce587eb751c9c7dc689bc39efa6a88cc4fa3e9c138a7b" } ,
{ file = "grpcio-1.50.0-cp38-cp38-manylinux_2_17_aarch64.whl" , hash = "sha256:baab51dcc4f2aecabf4ed1e2f57bceab240987c8b03533f1cef90890e6502067" } ,
{ file = "grpcio-1.50.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:40838061e24f960b853d7bce85086c8e1b81c6342b1f4c47ff0edd44bbae2722" } ,
{ file = "grpcio-1.50.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:931e746d0f75b2a5cff0a1197d21827a3a2f400c06bace036762110f19d3d507" } ,
{ file = "grpcio-1.50.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:15f9e6d7f564e8f0776770e6ef32dac172c6f9960c478616c366862933fa08b4" } ,
{ file = "grpcio-1.50.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:a4c23e54f58e016761b576976da6a34d876420b993f45f66a2bfb00363ecc1f9" } ,
{ file = "grpcio-1.50.0-cp38-cp38-win32.whl" , hash = "sha256:3e4244c09cc1b65c286d709658c061f12c61c814be0b7030a2d9966ff02611e0" } ,
{ file = "grpcio-1.50.0-cp38-cp38-win_amd64.whl" , hash = "sha256:8e69aa4e9b7f065f01d3fdcecbe0397895a772d99954bb82eefbb1682d274518" } ,
{ file = "grpcio-1.50.0-cp39-cp39-linux_armv7l.whl" , hash = "sha256:af98d49e56605a2912cf330b4627e5286243242706c3a9fa0bcec6e6f68646fc" } ,
{ file = "grpcio-1.50.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:080b66253f29e1646ac53ef288c12944b131a2829488ac3bac8f52abb4413c0d" } ,
{ file = "grpcio-1.50.0-cp39-cp39-manylinux_2_17_aarch64.whl" , hash = "sha256:ab5d0e3590f0a16cb88de4a3fa78d10eb66a84ca80901eb2c17c1d2c308c230f" } ,
{ file = "grpcio-1.50.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cb11464f480e6103c59d558a3875bd84eed6723f0921290325ebe97262ae1347" } ,
{ file = "grpcio-1.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e07fe0d7ae395897981d16be61f0db9791f482f03fee7d1851fe20ddb4f69c03" } ,
{ file = "grpcio-1.50.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:d75061367a69808ab2e84c960e9dce54749bcc1e44ad3f85deee3a6c75b4ede9" } ,
{ file = "grpcio-1.50.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ae23daa7eda93c1c49a9ecc316e027ceb99adbad750fbd3a56fa9e4a2ffd5ae0" } ,
{ file = "grpcio-1.50.0-cp39-cp39-win32.whl" , hash = "sha256:177afaa7dba3ab5bfc211a71b90da1b887d441df33732e94e26860b3321434d9" } ,
{ file = "grpcio-1.50.0-cp39-cp39-win_amd64.whl" , hash = "sha256:ea8ccf95e4c7e20419b7827aa5b6da6f02720270686ac63bd3493a651830235c" } ,
{ file = "grpcio-1.50.0.tar.gz" , hash = "sha256:12b479839a5e753580b5e6053571de14006157f2ef9b71f38c56dc9b23b95ad6" } ,
2022-10-13 19:36:54 +08:00
]
h11 = [
{ file = "h11-0.12.0-py3-none-any.whl" , hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6" } ,
{ file = "h11-0.12.0.tar.gz" , hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042" } ,
]
httpcore = [
{ file = "httpcore-0.15.0-py3-none-any.whl" , hash = "sha256:1105b8b73c025f23ff7c36468e4432226cbb959176eab66864b8e31c4ee27fa6" } ,
{ file = "httpcore-0.15.0.tar.gz" , hash = "sha256:18b68ab86a3ccf3e7dc0f43598eaddcf472b602aba29f9aa6ab85fe2ada3980b" } ,
]
httptools = [
{ file = "httptools-0.5.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:8f470c79061599a126d74385623ff4744c4e0f4a0997a353a44923c0b561ee51" } ,
{ file = "httptools-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e90491a4d77d0cb82e0e7a9cb35d86284c677402e4ce7ba6b448ccc7325c5421" } ,
{ file = "httptools-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c1d2357f791b12d86faced7b5736dea9ef4f5ecdc6c3f253e445ee82da579449" } ,
{ file = "httptools-0.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1f90cd6fd97c9a1b7fe9215e60c3bd97336742a0857f00a4cb31547bc22560c2" } ,
{ file = "httptools-0.5.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:5230a99e724a1bdbbf236a1b58d6e8504b912b0552721c7c6b8570925ee0ccde" } ,
{ file = "httptools-0.5.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3a47a34f6015dd52c9eb629c0f5a8a5193e47bf2a12d9a3194d231eaf1bc451a" } ,
{ file = "httptools-0.5.0-cp310-cp310-win_amd64.whl" , hash = "sha256:24bb4bb8ac3882f90aa95403a1cb48465de877e2d5298ad6ddcfdebec060787d" } ,
{ file = "httptools-0.5.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:e67d4f8734f8054d2c4858570cc4b233bf753f56e85217de4dfb2495904cf02e" } ,
{ file = "httptools-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:7e5eefc58d20e4c2da82c78d91b2906f1a947ef42bd668db05f4ab4201a99f49" } ,
{ file = "httptools-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0297822cea9f90a38df29f48e40b42ac3d48a28637368f3ec6d15eebefd182f9" } ,
{ file = "httptools-0.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:557be7fbf2bfa4a2ec65192c254e151684545ebab45eca5d50477d562c40f986" } ,
{ file = "httptools-0.5.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:54465401dbbec9a6a42cf737627fb0f014d50dc7365a6b6cd57753f151a86ff0" } ,
{ file = "httptools-0.5.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:4d9ebac23d2de960726ce45f49d70eb5466725c0087a078866043dad115f850f" } ,
{ file = "httptools-0.5.0-cp311-cp311-win_amd64.whl" , hash = "sha256:e8a34e4c0ab7b1ca17b8763613783e2458e77938092c18ac919420ab8655c8c1" } ,
{ file = "httptools-0.5.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f659d7a48401158c59933904040085c200b4be631cb5f23a7d561fbae593ec1f" } ,
{ file = "httptools-0.5.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ef1616b3ba965cd68e6f759eeb5d34fbf596a79e84215eeceebf34ba3f61fdc7" } ,
{ file = "httptools-0.5.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3625a55886257755cb15194efbf209584754e31d336e09e2ffe0685a76cb4b60" } ,
{ file = "httptools-0.5.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:72ad589ba5e4a87e1d404cc1cb1b5780bfcb16e2aec957b88ce15fe879cc08ca" } ,
{ file = "httptools-0.5.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:850fec36c48df5a790aa735417dca8ce7d4b48d59b3ebd6f83e88a8125cde324" } ,
{ file = "httptools-0.5.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f222e1e9d3f13b68ff8a835574eda02e67277d51631d69d7cf7f8e07df678c86" } ,
{ file = "httptools-0.5.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3cb8acf8f951363b617a8420768a9f249099b92e703c052f9a51b66342eea89b" } ,
{ file = "httptools-0.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:550059885dc9c19a072ca6d6735739d879be3b5959ec218ba3e013fd2255a11b" } ,
{ file = "httptools-0.5.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a04fe458a4597aa559b79c7f48fe3dceabef0f69f562daf5c5e926b153817281" } ,
{ file = "httptools-0.5.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d0c1044bce274ec6711f0770fd2d5544fe392591d204c68328e60a46f88843b" } ,
{ file = "httptools-0.5.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:c6eeefd4435055a8ebb6c5cc36111b8591c192c56a95b45fe2af22d9881eee25" } ,
{ file = "httptools-0.5.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:5b65be160adcd9de7a7e6413a4966665756e263f0d5ddeffde277ffeee0576a5" } ,
{ file = "httptools-0.5.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fe9c766a0c35b7e3d6b6939393c8dfdd5da3ac5dec7f971ec9134f284c6c36d6" } ,
{ file = "httptools-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:85b392aba273566c3d5596a0a490978c085b79700814fb22bfd537d381dd230c" } ,
{ file = "httptools-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f5e3088f4ed33947e16fd865b8200f9cfae1144f41b64a8cf19b599508e096bc" } ,
{ file = "httptools-0.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c2a56b6aad7cc8f5551d8e04ff5a319d203f9d870398b94702300de50190f63" } ,
{ file = "httptools-0.5.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9b571b281a19762adb3f48a7731f6842f920fa71108aff9be49888320ac3e24d" } ,
{ file = "httptools-0.5.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:aa47ffcf70ba6f7848349b8a6f9b481ee0f7637931d91a9860a1838bfc586901" } ,
{ file = "httptools-0.5.0-cp38-cp38-win_amd64.whl" , hash = "sha256:bede7ee075e54b9a5bde695b4fc8f569f30185891796b2e4e09e2226801d09bd" } ,
{ file = "httptools-0.5.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:64eba6f168803a7469866a9c9b5263a7463fa8b7a25b35e547492aa7322036b6" } ,
{ file = "httptools-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:4b098e4bb1174096a93f48f6193e7d9aa7071506a5877da09a783509ca5fff42" } ,
{ file = "httptools-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9423a2de923820c7e82e18980b937893f4aa8251c43684fa1772e341f6e06887" } ,
{ file = "httptools-0.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca1b7becf7d9d3ccdbb2f038f665c0f4857e08e1d8481cbcc1a86a0afcfb62b2" } ,
{ file = "httptools-0.5.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:50d4613025f15f4b11f1c54bbed4761c0020f7f921b95143ad6d58c151198142" } ,
{ file = "httptools-0.5.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8ffce9d81c825ac1deaa13bc9694c0562e2840a48ba21cfc9f3b4c922c16f372" } ,
{ file = "httptools-0.5.0-cp39-cp39-win_amd64.whl" , hash = "sha256:1af91b3650ce518d226466f30bbba5b6376dbd3ddb1b2be8b0658c6799dd450b" } ,
{ file = "httptools-0.5.0.tar.gz" , hash = "sha256:295874861c173f9101960bba332429bb77ed4dcd8cdf5cee9922eb00e4f6bc09" } ,
]
httpx = [
{ file = "httpx-0.23.0-py3-none-any.whl" , hash = "sha256:42974f577483e1e932c3cdc3cd2303e883cbfba17fe228b0f63589764d7b9c4b" } ,
{ file = "httpx-0.23.0.tar.gz" , hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef" } ,
]
idna = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
imagehash = [
2022-10-15 19:49:53 +08:00
{ file = "ImageHash-4.3.1-py2.py3-none-any.whl" , hash = "sha256:5ad9a5cde14fe255745a8245677293ac0d67f09c330986a351f34b614ba62fb5" } ,
{ file = "ImageHash-4.3.1.tar.gz" , hash = "sha256:7038d1b7f9e0585beb3dd8c0a956f02b95a346c0b5f24a9e8cc03ebadaf0aa70" } ,
]
2022-10-13 19:36:54 +08:00
jieba = [
{ file = "jieba-0.42.1.tar.gz" , hash = "sha256:055ca12f62674fafed09427f176506079bc135638a14e23e25be909131928db2" } ,
]
kiwisolver = [
{ file = "kiwisolver-1.4.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:2f5e60fabb7343a836360c4f0919b8cd0d6dbf08ad2ca6b9cf90bf0c76a3c4f6" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:10ee06759482c78bdb864f4109886dff7b8a56529bc1609d4f1112b93fe6423c" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c79ebe8f3676a4c6630fd3f777f3cfecf9289666c84e775a67d1d358578dc2e3" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:abbe9fa13da955feb8202e215c4018f4bb57469b1b78c7a4c5c7b93001699938" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7577c1987baa3adc4b3c62c33bd1118c3ef5c8ddef36f0f2c950ae0b199e100d" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f8ad8285b01b0d4695102546b342b493b3ccc6781fc28c8c6a1bb63e95d22f09" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8ed58b8acf29798b036d347791141767ccf65eee7f26bde03a71c944449e53de" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a68b62a02953b9841730db7797422f983935aeefceb1679f0fc85cbfbd311c32" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-win32.whl" , hash = "sha256:e92a513161077b53447160b9bd8f522edfbed4bd9759e4c18ab05d7ef7e49408" } ,
{ file = "kiwisolver-1.4.4-cp310-cp310-win_amd64.whl" , hash = "sha256:3fe20f63c9ecee44560d0e7f116b3a747a5d7203376abeea292ab3152334d004" } ,
2022-10-15 19:49:53 +08:00
{ file = "kiwisolver-1.4.4-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:e0ea21f66820452a3f5d1655f8704a60d66ba1191359b96541eaf457710a5fc6" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:bc9db8a3efb3e403e4ecc6cd9489ea2bac94244f80c78e27c31dcc00d2790ac2" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d5b61785a9ce44e5a4b880272baa7cf6c8f48a5180c3e81c59553ba0cb0821ca" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c2dbb44c3f7e6c4d3487b31037b1bdbf424d97687c1747ce4ff2895795c9bf69" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6295ecd49304dcf3bfbfa45d9a081c96509e95f4b9d0eb7ee4ec0530c4a96514" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4bd472dbe5e136f96a4b18f295d159d7f26fd399136f5b17b08c4e5f498cd494" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:bf7d9fce9bcc4752ca4a1b80aabd38f6d19009ea5cbda0e0856983cf6d0023f5" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:78d6601aed50c74e0ef02f4204da1816147a6d3fbdc8b3872d263338a9052c51" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:877272cf6b4b7e94c9614f9b10140e198d2186363728ed0f701c6eee1baec1da" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:db608a6757adabb32f1cfe6066e39b3706d8c3aa69bbc353a5b61edad36a5cb4" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:5853eb494c71e267912275e5586fe281444eb5e722de4e131cddf9d442615626" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:f0a1dbdb5ecbef0d34eb77e56fcb3e95bbd7e50835d9782a45df81cc46949750" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:283dffbf061a4ec60391d51e6155e372a1f7a4f5b15d59c8505339454f8989e4" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-win32.whl" , hash = "sha256:d06adcfa62a4431d404c31216f0f8ac97397d799cd53800e9d3efc2fbb3cf14e" } ,
{ file = "kiwisolver-1.4.4-cp311-cp311-win_amd64.whl" , hash = "sha256:e7da3fec7408813a7cebc9e4ec55afed2d0fd65c4754bc376bf03498d4e92686" } ,
2022-10-13 19:36:54 +08:00
{ file = "kiwisolver-1.4.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:62ac9cc684da4cf1778d07a89bf5f81b35834cb96ca523d3a7fb32509380cbf6" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:41dae968a94b1ef1897cb322b39360a0812661dba7c682aa45098eb8e193dbdf" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:02f79693ec433cb4b5f51694e8477ae83b3205768a6fb48ffba60549080e295b" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d0611a0a2a518464c05ddd5a3a1a0e856ccc10e67079bb17f265ad19ab3c7597" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:db5283d90da4174865d520e7366801a93777201e91e79bacbac6e6927cbceede" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:1041feb4cda8708ce73bb4dcb9ce1ccf49d553bf87c3954bdfa46f0c3f77252c" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-win32.whl" , hash = "sha256:a553dadda40fef6bfa1456dc4be49b113aa92c2a9a9e8711e955618cd69622e3" } ,
{ file = "kiwisolver-1.4.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:03baab2d6b4a54ddbb43bba1a3a2d1627e82d205c5cf8f4c924dc49284b87166" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:841293b17ad704d70c578f1f0013c890e219952169ce8a24ebc063eecf775454" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f4f270de01dd3e129a72efad823da90cc4d6aafb64c410c9033aba70db9f1ff0" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f9f39e2f049db33a908319cf46624a569b36983c7c78318e9726a4cb8923b26c" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c97528e64cb9ebeff9701e7938653a9951922f2a38bd847787d4a8e498cc83ae" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1d1573129aa0fd901076e2bfb4275a35f5b7aa60fbfb984499d661ec950320b0" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ad881edc7ccb9d65b0224f4e4d05a1e85cf62d73aab798943df6d48ab0cd79a1" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:b428ef021242344340460fa4c9185d0b1f66fbdbfecc6c63eff4b7c29fad429d" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:2e407cb4bd5a13984a6c2c0fe1845e4e41e96f183e5e5cd4d77a857d9693494c" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-win32.whl" , hash = "sha256:75facbe9606748f43428fc91a43edb46c7ff68889b91fa31f53b58894503a191" } ,
{ file = "kiwisolver-1.4.4-cp38-cp38-win_amd64.whl" , hash = "sha256:5bce61af018b0cb2055e0e72e7d65290d822d3feee430b7b8203d8a855e78766" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8c808594c88a025d4e322d5bb549282c93c8e1ba71b790f539567932722d7bd8" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0a71d85ecdd570ded8ac3d1c0f480842f49a40beb423bb8014539a9f32a5897" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b533558eae785e33e8c148a8d9921692a9fe5aa516efbdff8606e7d87b9d5824" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:efda5fc8cc1c61e4f639b8067d118e742b812c930f708e6667a5ce0d13499e29" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7c43e1e1206cd421cd92e6b3280d4385d41d7166b3ed577ac20444b6995a445f" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bc8d3bd6c72b2dd9decf16ce70e20abcb3274ba01b4e1c96031e0c4067d1e7cd" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4ea39b0ccc4f5d803e3337dd46bcce60b702be4d86fd0b3d7531ef10fd99a1ac" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:968f44fdbf6dd757d12920d63b566eeb4d5b395fd2d00d29d7ef00a00582aac9" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-win32.whl" , hash = "sha256:da7e547706e69e45d95e116e6939488d62174e033b763ab1496b4c29b76fabea" } ,
{ file = "kiwisolver-1.4.4-cp39-cp39-win_amd64.whl" , hash = "sha256:ba59c92039ec0a66103b1d5fe588fa546373587a7d68f5c96f743c3396afc04b" } ,
{ file = "kiwisolver-1.4.4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:91672bacaa030f92fc2f43b620d7b337fd9a5af28b0d6ed3f77afc43c4a64b5a" } ,
{ file = "kiwisolver-1.4.4-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:787518a6789009c159453da4d6b683f468ef7a65bbde796bcea803ccf191058d" } ,
{ file = "kiwisolver-1.4.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da152d8cdcab0e56e4f45eb08b9aea6455845ec83172092f09b0e077ece2cf7a" } ,
{ file = "kiwisolver-1.4.4-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:ecb1fa0db7bf4cff9dac752abb19505a233c7f16684c5826d1f11ebd9472b871" } ,
2022-10-15 19:49:53 +08:00
{ file = "kiwisolver-1.4.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:28bc5b299f48150b5f822ce68624e445040595a4ac3d59251703779836eceff9" } ,
{ file = "kiwisolver-1.4.4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:81e38381b782cc7e1e46c4e14cd997ee6040768101aefc8fa3c24a4cc58e98f8" } ,
{ file = "kiwisolver-1.4.4-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2a66fdfb34e05b705620dd567f5a03f239a088d5a3f321e7b6ac3239d22aa286" } ,
{ file = "kiwisolver-1.4.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:872b8ca05c40d309ed13eb2e582cab0c5a05e81e987ab9c521bf05ad1d5cf5cb" } ,
{ file = "kiwisolver-1.4.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:70e7c2e7b750585569564e2e5ca9845acfaa5da56ac46df68414f29fea97be9f" } ,
{ file = "kiwisolver-1.4.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:9f85003f5dfa867e86d53fac6f7e6f30c045673fa27b603c397753bebadc3008" } ,
{ file = "kiwisolver-1.4.4-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2e307eb9bd99801f82789b44bb45e9f541961831c7311521b13a6c85afc09767" } ,
{ file = "kiwisolver-1.4.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1792d939ec70abe76f5054d3f36ed5656021dcad1322d1cc996d4e54165cef9" } ,
{ file = "kiwisolver-1.4.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f6cb459eea32a4e2cf18ba5fcece2dbdf496384413bc1bae15583f19e567f3b2" } ,
{ file = "kiwisolver-1.4.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:36dafec3d6d6088d34e2de6b85f9d8e2324eb734162fba59d2ba9ed7a2043d5b" } ,
2022-10-13 19:36:54 +08:00
{ file = "kiwisolver-1.4.4.tar.gz" , hash = "sha256:d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955" } ,
]
loguru = [
{ file = "loguru-0.6.0-py3-none-any.whl" , hash = "sha256:4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3" } ,
{ file = "loguru-0.6.0.tar.gz" , hash = "sha256:066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c" } ,
]
lxml = [
{ file = "lxml-4.6.5-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:abcf7daa5ebcc89328326254f6dd6d566adb483d4d00178892afd386ab389de2" } ,
{ file = "lxml-4.6.5-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:3884476a90d415be79adfa4e0e393048630d0d5bcd5757c4c07d8b4b00a1096b" } ,
{ file = "lxml-4.6.5-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:add017c5bd6b9ec3a5f09248396b6ee2ce61c5621f087eb2269c813cd8813808" } ,
{ file = "lxml-4.6.5-cp27-cp27m-win32.whl" , hash = "sha256:a702005e447d712375433ed0499cb6e1503fadd6c96a47f51d707b4d37b76d3c" } ,
{ file = "lxml-4.6.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:da07c7e7fc9a3f40446b78c54dbba8bfd5c9100dfecb21b65bfe3f57844f5e71" } ,
{ file = "lxml-4.6.5-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a708c291900c40a7ecf23f1d2384ed0bc0604e24094dd13417c7e7f8f7a50d93" } ,
{ file = "lxml-4.6.5-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:f33d8efb42e4fc2b31b3b4527940b25cdebb3026fb56a80c1c1c11a4271d2352" } ,
{ file = "lxml-4.6.5-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:f6befb83bca720b71d6bd6326a3b26e9496ae6649e26585de024890fe50f49b8" } ,
{ file = "lxml-4.6.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:59d77bfa3bea13caee95bc0d3f1c518b15049b97dd61ea8b3d71ce677a67f808" } ,
{ file = "lxml-4.6.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:68a851176c931e2b3de6214347b767451243eeed3bea34c172127bbb5bf6c210" } ,
{ file = "lxml-4.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:a7790a273225b0c46e5f859c1327f0f659896cc72eaa537d23aa3ad9ff2a1cc1" } ,
{ file = "lxml-4.6.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6548fc551de15f310dd0564751d9dc3d405278d45ea9b2b369ed1eccf142e1f5" } ,
{ file = "lxml-4.6.5-cp310-cp310-win32.whl" , hash = "sha256:dc8a0dbb2a10ae8bb609584f5c504789f0f3d0d81840da4849102ec84289f952" } ,
{ file = "lxml-4.6.5-cp310-cp310-win_amd64.whl" , hash = "sha256:1ccbfe5d17835db906f2bab6f15b34194db1a5b07929cba3cf45a96dbfbfefc0" } ,
{ file = "lxml-4.6.5-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ca9a40497f7e97a2a961c04fa8a6f23d790b0521350a8b455759d786b0bcb203" } ,
{ file = "lxml-4.6.5-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e5b4b0d9440046ead3bd425eb2b852499241ee0cef1ae151038e4f87ede888c4" } ,
{ file = "lxml-4.6.5-cp35-cp35m-win32.whl" , hash = "sha256:87f8f7df70b90fbe7b49969f07b347e3f978f8bd1046bb8ecae659921869202b" } ,
{ file = "lxml-4.6.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:ce52aad32ec6e46d1a91ff8b8014a91538800dd533914bfc4a82f5018d971408" } ,
{ file = "lxml-4.6.5-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:8021eeff7fabde21b9858ed058a8250ad230cede91764d598c2466b0ba70db8b" } ,
{ file = "lxml-4.6.5-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:cab343b265e38d4e00649cbbad9278b734c5715f9bcbb72c85a1f99b1a58e19a" } ,
{ file = "lxml-4.6.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:3534d7c468c044f6aef3c0aff541db2826986a29ea73f2ca831f5d5284d9b570" } ,
{ file = "lxml-4.6.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:bdb98f4c9e8a1735efddfaa995b0c96559792da15d56b76428bdfc29f77c4cdb" } ,
{ file = "lxml-4.6.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:5ea121cb66d7e5cb396b4c3ca90471252b94e01809805cfe3e4e44be2db3a99c" } ,
{ file = "lxml-4.6.5-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:121fc6f71c692b49af6c963b84ab7084402624ffbe605287da362f8af0668ea3" } ,
{ file = "lxml-4.6.5-cp36-cp36m-win32.whl" , hash = "sha256:1a2a7659b8eb93c6daee350a0d844994d49245a0f6c05c747f619386fb90ba04" } ,
{ file = "lxml-4.6.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:2f77556266a8fe5428b8759fbfc4bd70be1d1d9c9b25d2a414f6a0c0b0f09120" } ,
{ file = "lxml-4.6.5-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:558485218ee06458643b929765ac1eb04519ca3d1e2dcc288517de864c747c33" } ,
{ file = "lxml-4.6.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:ba0006799f21d83c3717fe20e2707a10bbc296475155aadf4f5850f6659b96b9" } ,
{ file = "lxml-4.6.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:916d457ad84e05b7db52700bad0a15c56e0c3000dcaf1263b2fb7a56fe148996" } ,
{ file = "lxml-4.6.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:c580c2a61d8297a6e47f4d01f066517dbb019be98032880d19ece7f337a9401d" } ,
{ file = "lxml-4.6.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a21b78af7e2e13bec6bea12fc33bc05730197674f3e5402ce214d07026ccfebd" } ,
{ file = "lxml-4.6.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:46515773570a33eae13e451c8fcf440222ef24bd3b26f40774dd0bd8b6db15b2" } ,
{ file = "lxml-4.6.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:124f09614f999551ac65e5b9875981ce4b66ac4b8e2ba9284572f741935df3d9" } ,
{ file = "lxml-4.6.5-cp37-cp37m-win32.whl" , hash = "sha256:b4015baed99d046c760f09a4c59d234d8f398a454380c3cf0b859aba97136090" } ,
{ file = "lxml-4.6.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:12ae2339d32a2b15010972e1e2467345b7bf962e155671239fba74c229564b7f" } ,
{ file = "lxml-4.6.5-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:76b6c296e4f7a1a8a128aec42d128646897f9ae9a700ef6839cdc9b3900db9b5" } ,
{ file = "lxml-4.6.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:534032a5ceb34bba1da193b7d386ac575127cc39338379f39a164b10d97ade89" } ,
{ file = "lxml-4.6.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:60aeb14ff9022d2687ef98ce55f6342944c40d00916452bb90899a191802137a" } ,
{ file = "lxml-4.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:9801bcd52ac9c795a7d81ea67471a42cffe532e46cfb750cd5713befc5c019c0" } ,
{ file = "lxml-4.6.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:3b95fb7e6f9c2f53db88f4642231fc2b8907d854e614710996a96f1f32018d5c" } ,
{ file = "lxml-4.6.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:642eb4cabd997c9b949a994f9643cd8ae00cf4ca8c5cd9c273962296fadf1c44" } ,
{ file = "lxml-4.6.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:af4139172ff0263d269abdcc641e944c9de4b5d660894a3ec7e9f9db63b56ac9" } ,
{ file = "lxml-4.6.5-cp38-cp38-win32.whl" , hash = "sha256:57cf05466917e08f90e323f025b96f493f92c0344694f5702579ab4b7e2eb10d" } ,
{ file = "lxml-4.6.5-cp38-cp38-win_amd64.whl" , hash = "sha256:4f415624cf8b065796649a5e4621773dc5c9ea574a944c76a7f8a6d3d2906b41" } ,
{ file = "lxml-4.6.5-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:7679bb6e4d9a3978a46ab19a3560e8d2b7265ef3c88152e7fdc130d649789887" } ,
{ file = "lxml-4.6.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:c34234a1bc9e466c104372af74d11a9f98338a3f72fae22b80485171a64e0144" } ,
{ file = "lxml-4.6.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:4b9390bf973e3907d967b75be199cf1978ca8443183cf1e78ad80ad8be9cf242" } ,
{ file = "lxml-4.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:fcc849b28f584ed1dbf277291ded5c32bb3476a37032df4a1d523b55faa5f944" } ,
{ file = "lxml-4.6.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:46f21f2600d001af10e847df9eb3b832e8a439f696c04891bcb8a8cedd859af9" } ,
{ file = "lxml-4.6.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:99cf827f5a783038eb313beee6533dddb8bdb086d7269c5c144c1c952d142ace" } ,
{ file = "lxml-4.6.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:925174cafb0f1179a7fd38da90302555d7445e34c9ece68019e53c946be7f542" } ,
{ file = "lxml-4.6.5-cp39-cp39-win32.whl" , hash = "sha256:12d8d6fe3ddef629ac1349fa89a638b296a34b6529573f5055d1cb4e5245f73b" } ,
{ file = "lxml-4.6.5-cp39-cp39-win_amd64.whl" , hash = "sha256:a52e8f317336a44836475e9c802f51c2dc38d612eaa76532cb1d17690338b63b" } ,
{ file = "lxml-4.6.5-pp37-pypy37_pp73-macosx_10_14_x86_64.whl" , hash = "sha256:11ae552a78612620afd15625be9f1b82e3cc2e634f90d6b11709b10a100cba59" } ,
{ file = "lxml-4.6.5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:473701599665d874919d05bb33b56180447b3a9da8d52d6d9799f381ce23f95c" } ,
{ file = "lxml-4.6.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:7f00cc64b49d2ef19ddae898a3def9dd8fda9c3d27c8a174c2889ee757918e71" } ,
{ file = "lxml-4.6.5-pp38-pypy38_pp73-macosx_10_14_x86_64.whl" , hash = "sha256:73e8614258404b2689a26cb5d002512b8bc4dfa18aca86382f68f959aee9b0c8" } ,
{ file = "lxml-4.6.5-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:ff44de36772b05c2eb74f2b4b6d1ae29b8f41ed5506310ce1258d44826ee38c1" } ,
{ file = "lxml-4.6.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:5d5254c815c186744c8f922e2ce861a2bdeabc06520b4b30b2f7d9767791ce6e" } ,
{ file = "lxml-4.6.5.tar.gz" , hash = "sha256:6e84edecc3a82f90d44ddee2ee2a2630d4994b8471816e226d2b771cda7ac4ca" } ,
]
matplotlib = [
2022-11-15 22:04:13 +08:00
{ file = "matplotlib-3.6.2-cp310-cp310-macosx_10_12_universal2.whl" , hash = "sha256:8d0068e40837c1d0df6e3abf1cdc9a34a6d2611d90e29610fa1d2455aeb4e2e5" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:252957e208c23db72ca9918cb33e160c7833faebf295aaedb43f5b083832a267" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:d50e8c1e571ee39b5dfbc295c11ad65988879f68009dd281a6e1edbc2ff6c18c" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d840adcad7354be6f2ec28d0706528b0026e4c3934cc6566b84eac18633eab1b" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:78ec3c3412cf277e6252764ee4acbdbec6920cc87ad65862272aaa0e24381eee" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9347cc6822f38db2b1d1ce992f375289670e595a2d1c15961aacbe0977407dfc" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-win32.whl" , hash = "sha256:e0bbee6c2a5bf2a0017a9b5e397babb88f230e6f07c3cdff4a4c4bc75ed7c617" } ,
{ file = "matplotlib-3.6.2-cp310-cp310-win_amd64.whl" , hash = "sha256:8a0ae37576ed444fe853709bdceb2be4c7df6f7acae17b8378765bd28e61b3ae" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-macosx_10_12_universal2.whl" , hash = "sha256:5ecfc6559132116dedfc482d0ad9df8a89dc5909eebffd22f3deb684132d002f" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:9f335e5625feb90e323d7e3868ec337f7b9ad88b5d633f876e3b778813021dab" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b2604c6450f9dd2c42e223b1f5dca9643a23cfecc9fde4a94bb38e0d2693b136" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e5afe0a7ea0e3a7a257907060bee6724a6002b7eec55d0db16fd32409795f3e1" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ca0e7a658fbafcddcaefaa07ba8dae9384be2343468a8e011061791588d839fa" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:32d29c8c26362169c80c5718ce367e8c64f4dd068a424e7110df1dd2ed7bd428" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-win32.whl" , hash = "sha256:5024b8ed83d7f8809982d095d8ab0b179bebc07616a9713f86d30cf4944acb73" } ,
{ file = "matplotlib-3.6.2-cp311-cp311-win_amd64.whl" , hash = "sha256:52c2bdd7cd0bf9d5ccdf9c1816568fd4ccd51a4d82419cc5480f548981b47dd0" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-macosx_10_12_universal2.whl" , hash = "sha256:8a8dbe2cb7f33ff54b16bb5c500673502a35f18ac1ed48625e997d40c922f9cc" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:380d48c15ec41102a2b70858ab1dedfa33eb77b2c0982cb65a200ae67a48e9cb" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0844523dfaaff566e39dbfa74e6f6dc42e92f7a365ce80929c5030b84caa563a" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:7f716b6af94dc1b6b97c46401774472f0867e44595990fe80a8ba390f7a0a028" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74153008bd24366cf099d1f1e83808d179d618c4e32edb0d489d526523a94d9f" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f41e57ad63d336fe50d3a67bb8eaa26c09f6dda6a59f76777a99b8ccd8e26aec" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-win32.whl" , hash = "sha256:d0e9ac04065a814d4cf2c6791a2ad563f739ae3ae830d716d54245c2b96fead6" } ,
{ file = "matplotlib-3.6.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8a9d899953c722b9afd7e88dbefd8fb276c686c3116a43c577cfabf636180558" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-macosx_10_12_universal2.whl" , hash = "sha256:f04f97797df35e442ed09f529ad1235d1f1c0f30878e2fe09a2676b71a8801e0" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:3964934731fd7a289a91d315919cf757f293969a4244941ab10513d2351b4e83" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:168093410b99f647ba61361b208f7b0d64dde1172b5b1796d765cd243cadb501" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5e16dcaecffd55b955aa5e2b8a804379789c15987e8ebd2f32f01398a81e975b" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:83dc89c5fd728fdb03b76f122f43b4dcee8c61f1489e232d9ad0f58020523e1c" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:795ad83940732b45d39b82571f87af0081c120feff2b12e748d96bb191169e33" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-win32.whl" , hash = "sha256:19d61ee6414c44a04addbe33005ab1f87539d9f395e25afcbe9a3c50ce77c65c" } ,
{ file = "matplotlib-3.6.2-cp39-cp39-win_amd64.whl" , hash = "sha256:5ba73aa3aca35d2981e0b31230d58abb7b5d7ca104e543ae49709208d8ce706a" } ,
{ file = "matplotlib-3.6.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:1836f366272b1557a613f8265db220eb8dd883202bbbabe01bad5a4eadfd0c95" } ,
{ file = "matplotlib-3.6.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0eda9d1b43f265da91fb9ae10d6922b5a986e2234470a524e6b18f14095b20d2" } ,
{ file = "matplotlib-3.6.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec9be0f4826cdb3a3a517509dcc5f87f370251b76362051ab59e42b6b765f8c4" } ,
{ file = "matplotlib-3.6.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:3cef89888a466228fc4e4b2954e740ce8e9afde7c4315fdd18caa1b8de58ca17" } ,
{ file = "matplotlib-3.6.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:54fa9fe27f5466b86126ff38123261188bed568c1019e4716af01f97a12fe812" } ,
{ file = "matplotlib-3.6.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e68be81cd8c22b029924b6d0ee814c337c0e706b8d88495a617319e5dd5441c3" } ,
{ file = "matplotlib-3.6.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b0ca2c60d3966dfd6608f5f8c49b8a0fcf76de6654f2eda55fc6ef038d5a6f27" } ,
{ file = "matplotlib-3.6.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:4426c74761790bff46e3d906c14c7aab727543293eed5a924300a952e1a3a3c1" } ,
{ file = "matplotlib-3.6.2.tar.gz" , hash = "sha256:b03fd10a1709d0101c054883b550f7c4c5e974f751e2680318759af005964990" } ,
2022-10-13 19:36:54 +08:00
]
msgpack = [
{ file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4ab251d229d10498e9a2f3b1e68ef64cb393394ec477e3370c457f9430ce9250" } ,
{ file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:112b0f93202d7c0fef0b7810d465fde23c746a2d482e1e2de2aafd2ce1492c88" } ,
{ file = "msgpack-1.0.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:002b5c72b6cd9b4bafd790f364b8480e859b4712e91f43014fe01e4f957b8467" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35bc0faa494b0f1d851fd29129b2575b2e26d41d177caacd4206d81502d4c6a6" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4733359808c56d5d7756628736061c432ded018e7a1dff2d35a02439043321aa" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb514ad14edf07a1dbe63761fd30f89ae79b42625731e1ccf5e1f1092950eaa6" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:c23080fdeec4716aede32b4e0ef7e213c7b1093eede9ee010949f2a418ced6ba" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:49565b0e3d7896d9ea71d9095df15b7f75a035c49be733051c34762ca95bbf7e" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:aca0f1644d6b5a73eb3e74d4d64d5d8c6c3d577e753a04c9e9c87d07692c58db" } ,
{ file = "msgpack-1.0.4-cp310-cp310-win32.whl" , hash = "sha256:0dfe3947db5fb9ce52aaea6ca28112a170db9eae75adf9339a1aec434dc954ef" } ,
{ file = "msgpack-1.0.4-cp310-cp310-win_amd64.whl" , hash = "sha256:4dea20515f660aa6b7e964433b1808d098dcfcabbebeaaad240d11f909298075" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e83f80a7fec1a62cf4e6c9a660e39c7f878f603737a0cdac8c13131d11d97f52" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c11a48cf5e59026ad7cb0dc29e29a01b5a66a3e333dc11c04f7e991fc5510a9" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1276e8f34e139aeff1c77a3cefb295598b504ac5314d32c8c3d54d24fadb94c9" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6c9566f2c39ccced0a38d37c26cc3570983b97833c365a6044edef3574a00c08" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:fcb8a47f43acc113e24e910399376f7277cf8508b27e5b88499f053de6b115a8" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:76ee788122de3a68a02ed6f3a16bbcd97bc7c2e39bd4d94be2f1821e7c4a64e6" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:0a68d3ac0104e2d3510de90a1091720157c319ceeb90d74f7b5295a6bee51bae" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-win32.whl" , hash = "sha256:85f279d88d8e833ec015650fd15ae5eddce0791e1e8a59165318f371158efec6" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:c1683841cd4fa45ac427c18854c3ec3cd9b681694caf5bff04edb9387602d661" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a75dfb03f8b06f4ab093dafe3ddcc2d633259e6c3f74bb1b01996f5d8aa5868c" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9667bdfdf523c40d2511f0e98a6c9d3603be6b371ae9a238b7ef2dc4e7a427b0" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:11184bc7e56fd74c00ead4f9cc9a3091d62ecb96e97653add7a879a14b003227" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ac5bd7901487c4a1dd51a8c58f2632b15d838d07ceedaa5e4c080f7190925bff" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:1e91d641d2bfe91ba4c52039adc5bccf27c335356055825c7f88742c8bb900dd" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2a2df1b55a78eb5f5b7d2a4bb221cd8363913830145fad05374a80bf0877cb1e" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:545e3cf0cf74f3e48b470f68ed19551ae6f9722814ea969305794645da091236" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-win32.whl" , hash = "sha256:2cc5ca2712ac0003bcb625c96368fd08a0f86bbc1a5578802512d87bc592fe44" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:eba96145051ccec0ec86611fe9cf693ce55f2a3ce89c06ed307de0e085730ec1" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:7760f85956c415578c17edb39eed99f9181a48375b0d4a94076d84148cf67b2d" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:449e57cc1ff18d3b444eb554e44613cffcccb32805d16726a5494038c3b93dab" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:d603de2b8d2ea3f3bcb2efe286849aa7a81531abc52d8454da12f46235092bcb" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:48f5d88c99f64c456413d74a975bd605a9b0526293218a3b77220a2c15458ba9" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6916c78f33602ecf0509cc40379271ba0f9ab572b066bd4bdafd7434dee4bc6e" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:81fc7ba725464651190b196f3cd848e8553d4d510114a954681fd0b9c479d7e1" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:d5b5b962221fa2c5d3a7f8133f9abffc114fe218eb4365e40f17732ade576c8e" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:77ccd2af37f3db0ea59fb280fa2165bf1b096510ba9fe0cc2bf8fa92a22fdb43" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b17be2478b622939e39b816e0aa8242611cc8d3583d1cd8ec31b249f04623243" } ,
{ file = "msgpack-1.0.4-cp38-cp38-win32.whl" , hash = "sha256:2bb8cdf50dd623392fa75525cce44a65a12a00c98e1e37bf0fb08ddce2ff60d2" } ,
{ file = "msgpack-1.0.4-cp38-cp38-win_amd64.whl" , hash = "sha256:26b8feaca40a90cbe031b03d82b2898bf560027160d3eae1423f4a67654ec5d6" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:462497af5fd4e0edbb1559c352ad84f6c577ffbbb708566a0abaaa84acd9f3ae" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2999623886c5c02deefe156e8f869c3b0aaeba14bfc50aa2486a0415178fce55" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f0029245c51fd9473dc1aede1160b0a29f4a912e6b1dd353fa6d317085b219da" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ed6f7b854a823ea44cf94919ba3f727e230da29feb4a99711433f25800cf747f" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0df96d6eaf45ceca04b3f3b4b111b86b33785683d682c655063ef8057d61fd92" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6a4192b1ab40f8dca3f2877b70e63799d95c62c068c84dc028b40a6cb03ccd0f" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0e3590f9fb9f7fbc36df366267870e77269c03172d086fa76bb4eba8b2b46624" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:1576bd97527a93c44fa856770197dec00d223b0b9f36ef03f65bac60197cedf8" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:63e29d6e8c9ca22b21846234913c3466b7e4ee6e422f205a2988083de3b08cae" } ,
{ file = "msgpack-1.0.4-cp39-cp39-win32.whl" , hash = "sha256:fb62ea4b62bfcb0b380d5680f9a4b3f9a2d166d9394e9bbd9666c0ee09a3645c" } ,
{ file = "msgpack-1.0.4-cp39-cp39-win_amd64.whl" , hash = "sha256:4d5834a2a48965a349da1c5a79760d94a1a0172fbb5ab6b5b33cbf8447e109ce" } ,
{ file = "msgpack-1.0.4.tar.gz" , hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f" } ,
]
multidict = [
{ 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" } ,
]
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" } ,
]
nonebot-adapter-onebot = [
2022-11-15 22:04:13 +08:00
{ file = "nonebot_adapter_onebot-2.1.5-py3-none-any.whl" , hash = "sha256:d2a46694c402d5f3c5f6951955a78bbf779e17039d282c612cc1fcff77bc6044" } ,
{ file = "nonebot_adapter_onebot-2.1.5.tar.gz" , hash = "sha256:e740422cceebc1f0379da788ccddaa7937f7d88c140e2a5ea9ba0e91ddee867e" } ,
2022-10-13 19:36:54 +08:00
]
nonebot-plugin-apscheduler = [
2022-10-15 19:49:53 +08:00
{ file = "nonebot-plugin-apscheduler-0.2.0.tar.gz" , hash = "sha256:7b63e99a611b657533b48fcf1f8c6627c18c2eb3fa820a906cd4ec4666c0ceb0" } ,
{ file = "nonebot_plugin_apscheduler-0.2.0-py3-none-any.whl" , hash = "sha256:9285ee84ca1cfa4db73c86cedb5911bbbd25a21ec0cd5f22447cd12f89e48fb4" } ,
]
2022-10-13 19:36:54 +08:00
nonebot2 = [
2022-10-15 19:49:53 +08:00
{ file = "nonebot2-2.0.0rc1-py3-none-any.whl" , hash = "sha256:99c70300b9d0755bba6ed50b7399f44f6213e119157bc026b960b3e157a38416" } ,
{ file = "nonebot2-2.0.0rc1.tar.gz" , hash = "sha256:6e5a0abf24086d05d5c2a56c971a551ece2a343ff29f83b76b398bf717b92e16" } ,
2022-10-13 19:36:54 +08:00
]
numpy = [
2022-11-15 22:04:13 +08:00
{ file = "numpy-1.23.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:95d79ada05005f6f4f337d3bb9de8a7774f259341c70bc88047a1f7b96a4bcb2" } ,
{ file = "numpy-1.23.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:926db372bc4ac1edf81cfb6c59e2a881606b409ddc0d0920b988174b2e2a767f" } ,
{ file = "numpy-1.23.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c237129f0e732885c9a6076a537e974160482eab8f10db6292e92154d4c67d71" } ,
{ file = "numpy-1.23.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a8365b942f9c1a7d0f0dc974747d99dd0a0cdfc5949a33119caf05cb314682d3" } ,
{ file = "numpy-1.23.4-cp310-cp310-win32.whl" , hash = "sha256:2341f4ab6dba0834b685cce16dad5f9b6606ea8a00e6da154f5dbded70fdc4dd" } ,
{ file = "numpy-1.23.4-cp310-cp310-win_amd64.whl" , hash = "sha256:d331afac87c92373826af83d2b2b435f57b17a5c74e6268b79355b970626e329" } ,
{ file = "numpy-1.23.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:488a66cb667359534bc70028d653ba1cf307bae88eab5929cd707c761ff037db" } ,
{ file = "numpy-1.23.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:ce03305dd694c4873b9429274fd41fc7eb4e0e4dea07e0af97a933b079a5814f" } ,
{ file = "numpy-1.23.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8981d9b5619569899666170c7c9748920f4a5005bf79c72c07d08c8a035757b0" } ,
{ file = "numpy-1.23.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7a70a7d3ce4c0e9284e92285cba91a4a3f5214d87ee0e95928f3614a256a1488" } ,
{ file = "numpy-1.23.4-cp311-cp311-win32.whl" , hash = "sha256:5e13030f8793e9ee42f9c7d5777465a560eb78fa7e11b1c053427f2ccab90c79" } ,
{ file = "numpy-1.23.4-cp311-cp311-win_amd64.whl" , hash = "sha256:7607b598217745cc40f751da38ffd03512d33ec06f3523fb0b5f82e09f6f676d" } ,
{ file = "numpy-1.23.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:7ab46e4e7ec63c8a5e6dbf5c1b9e1c92ba23a7ebecc86c336cb7bf3bd2fb10e5" } ,
{ file = "numpy-1.23.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a8aae2fb3180940011b4862b2dd3756616841c53db9734b27bb93813cd79fce6" } ,
{ file = "numpy-1.23.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c053d7557a8f022ec823196d242464b6955a7e7e5015b719e76003f63f82d0f" } ,
{ file = "numpy-1.23.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a0882323e0ca4245eb0a3d0a74f88ce581cc33aedcfa396e415e5bba7bf05f68" } ,
{ file = "numpy-1.23.4-cp38-cp38-win32.whl" , hash = "sha256:dada341ebb79619fe00a291185bba370c9803b1e1d7051610e01ed809ef3a4ba" } ,
{ file = "numpy-1.23.4-cp38-cp38-win_amd64.whl" , hash = "sha256:0fe563fc8ed9dc4474cbf70742673fc4391d70f4363f917599a7fa99f042d5a8" } ,
{ file = "numpy-1.23.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c67b833dbccefe97cdd3f52798d430b9d3430396af7cdb2a0c32954c3ef73894" } ,
{ file = "numpy-1.23.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f76025acc8e2114bb664294a07ede0727aa75d63a06d2fae96bf29a81747e4a7" } ,
{ file = "numpy-1.23.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12ac457b63ec8ded85d85c1e17d85efd3c2b0967ca39560b307a35a6703a4735" } ,
{ file = "numpy-1.23.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:95de7dc7dc47a312f6feddd3da2500826defdccbc41608d0031276a24181a2c0" } ,
{ file = "numpy-1.23.4-cp39-cp39-win32.whl" , hash = "sha256:f2f390aa4da44454db40a1f0201401f9036e8d578a25f01a6e237cea238337ef" } ,
{ file = "numpy-1.23.4-cp39-cp39-win_amd64.whl" , hash = "sha256:f260da502d7441a45695199b4e7fd8ca87db659ba1c78f2bbf31f934fe76ae0e" } ,
{ file = "numpy-1.23.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:61be02e3bf810b60ab74e81d6d0d36246dbfb644a462458bb53b595791251911" } ,
{ file = "numpy-1.23.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:296d17aed51161dbad3c67ed6d164e51fcd18dbcd5dd4f9d0a9c6055dce30810" } ,
{ file = "numpy-1.23.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:4d52914c88b4930dafb6c48ba5115a96cbab40f45740239d9f4159c4ba779962" } ,
{ file = "numpy-1.23.4.tar.gz" , hash = "sha256:ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c" } ,
2022-10-13 19:36:54 +08:00
]
opencv-python = [
{ file = "opencv-python-4.6.0.66.tar.gz" , hash = "sha256:c5bfae41ad4031e66bb10ec4a0a2ffd3e514d092652781e8b1ac98d1b59f1158" } ,
{ file = "opencv_python-4.6.0.66-cp36-abi3-macosx_10_15_x86_64.whl" , hash = "sha256:e6e448b62afc95c5b58f97e87ef84699e6607fe5c58730a03301c52496005cae" } ,
{ file = "opencv_python-4.6.0.66-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5af8ba35a4fcb8913ffb86e92403e9a656a4bff4a645d196987468f0f8947875" } ,
{ file = "opencv_python-4.6.0.66-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dbdc84a9b4ea2cbae33861652d25093944b9959279200b7ae0badd32439f74de" } ,
{ file = "opencv_python-4.6.0.66-cp36-abi3-win32.whl" , hash = "sha256:f482e78de6e7b0b060ff994ffd859bddc3f7f382bb2019ef157b0ea8ca8712f5" } ,
{ file = "opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl" , hash = "sha256:0dc82a3d8630c099d2f3ac1b1aabee164e8188db54a786abb7a4e27eba309440" } ,
{ file = "opencv_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:6e32af22e3202748bd233ed8f538741876191863882eba44e332d1a34993165b" } ,
]
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pathspec = [
2022-11-15 22:04:13 +08:00
{ file = "pathspec-0.10.2-py3-none-any.whl" , hash = "sha256:88c2606f2c1e818b978540f73ecc908e13999c6c3a383daf3705652ae79807a5" } ,
{ file = "pathspec-0.10.2.tar.gz" , hash = "sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0" } ,
2022-10-13 19:36:54 +08:00
]
pillow = [
2022-11-15 22:04:13 +08:00
{ file = "Pillow-9.3.0-1-cp37-cp37m-win32.whl" , hash = "sha256:e6ea6b856a74d560d9326c0f5895ef8050126acfdc7ca08ad703eb0081e82b74" } ,
{ file = "Pillow-9.3.0-1-cp37-cp37m-win_amd64.whl" , hash = "sha256:32a44128c4bdca7f31de5be641187367fe2a450ad83b833ef78910397db491aa" } ,
{ file = "Pillow-9.3.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:0b7257127d646ff8676ec8a15520013a698d1fdc48bc2a79ba4e53df792526f2" } ,
{ file = "Pillow-9.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b90f7616ea170e92820775ed47e136208e04c967271c9ef615b6fbd08d9af0e3" } ,
{ file = "Pillow-9.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:68943d632f1f9e3dce98908e873b3a090f6cba1cbb1b892a9e8d97c938871fbe" } ,
{ file = "Pillow-9.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:be55f8457cd1eac957af0c3f5ece7bc3f033f89b114ef30f710882717670b2a8" } ,
{ file = "Pillow-9.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d77adcd56a42d00cc1be30843d3426aa4e660cab4a61021dc84467123f7a00c" } ,
{ file = "Pillow-9.3.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:829f97c8e258593b9daa80638aee3789b7df9da5cf1336035016d76f03b8860c" } ,
{ file = "Pillow-9.3.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:801ec82e4188e935c7f5e22e006d01611d6b41661bba9fe45b60e7ac1a8f84de" } ,
{ file = "Pillow-9.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:871b72c3643e516db4ecf20efe735deb27fe30ca17800e661d769faab45a18d7" } ,
{ file = "Pillow-9.3.0-cp310-cp310-win32.whl" , hash = "sha256:655a83b0058ba47c7c52e4e2df5ecf484c1b0b0349805896dd350cbc416bdd91" } ,
{ file = "Pillow-9.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9f47eabcd2ded7698106b05c2c338672d16a6f2a485e74481f524e2a23c2794b" } ,
{ file = "Pillow-9.3.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:57751894f6618fd4308ed8e0c36c333e2f5469744c34729a27532b3db106ee20" } ,
{ file = "Pillow-9.3.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7db8b751ad307d7cf238f02101e8e36a128a6cb199326e867d1398067381bff4" } ,
{ file = "Pillow-9.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3033fbe1feb1b59394615a1cafaee85e49d01b51d54de0cbf6aa8e64182518a1" } ,
{ file = "Pillow-9.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:22b012ea2d065fd163ca096f4e37e47cd8b59cf4b0fd47bfca6abb93df70b34c" } ,
{ file = "Pillow-9.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b9a65733d103311331875c1dca05cb4606997fd33d6acfed695b1232ba1df193" } ,
{ file = "Pillow-9.3.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:502526a2cbfa431d9fc2a079bdd9061a2397b842bb6bc4239bb176da00993812" } ,
{ file = "Pillow-9.3.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:90fb88843d3902fe7c9586d439d1e8c05258f41da473952aa8b328d8b907498c" } ,
{ file = "Pillow-9.3.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:89dca0ce00a2b49024df6325925555d406b14aa3efc2f752dbb5940c52c56b11" } ,
{ file = "Pillow-9.3.0-cp311-cp311-win32.whl" , hash = "sha256:3168434d303babf495d4ba58fc22d6604f6e2afb97adc6a423e917dab828939c" } ,
{ file = "Pillow-9.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:18498994b29e1cf86d505edcb7edbe814d133d2232d256db8c7a8ceb34d18cef" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:772a91fc0e03eaf922c63badeca75e91baa80fe2f5f87bdaed4280662aad25c9" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afa4107d1b306cdf8953edde0534562607fe8811b6c4d9a486298ad31de733b2" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b4012d06c846dc2b80651b120e2cdd787b013deb39c09f407727ba90015c684f" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:77ec3e7be99629898c9a6d24a09de089fa5356ee408cdffffe62d67bb75fdd72" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-manylinux_2_28_aarch64.whl" , hash = "sha256:6c738585d7a9961d8c2821a1eb3dcb978d14e238be3d70f0a706f7fa9316946b" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:828989c45c245518065a110434246c44a56a8b2b2f6347d1409c787e6e4651ee" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-win32.whl" , hash = "sha256:82409ffe29d70fd733ff3c1025a602abb3e67405d41b9403b00b01debc4c9a29" } ,
{ file = "Pillow-9.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:41e0051336807468be450d52b8edd12ac60bebaa97fe10c8b660f116e50b30e4" } ,
{ file = "Pillow-9.3.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:b03ae6f1a1878233ac620c98f3459f79fd77c7e3c2b20d460284e1fb370557d4" } ,
{ file = "Pillow-9.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4390e9ce199fc1951fcfa65795f239a8a4944117b5935a9317fb320e7767b40f" } ,
{ file = "Pillow-9.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:40e1ce476a7804b0fb74bcfa80b0a2206ea6a882938eaba917f7a0f004b42502" } ,
{ file = "Pillow-9.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a0a06a052c5f37b4ed81c613a455a81f9a3a69429b4fd7bb913c3fa98abefc20" } ,
{ file = "Pillow-9.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:03150abd92771742d4a8cd6f2fa6246d847dcd2e332a18d0c15cc75bf6703040" } ,
{ file = "Pillow-9.3.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:15c42fb9dea42465dfd902fb0ecf584b8848ceb28b41ee2b58f866411be33f07" } ,
{ file = "Pillow-9.3.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:51e0e543a33ed92db9f5ef69a0356e0b1a7a6b6a71b80df99f1d181ae5875636" } ,
{ file = "Pillow-9.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3dd6caf940756101205dffc5367babf288a30043d35f80936f9bfb37f8355b32" } ,
{ file = "Pillow-9.3.0-cp38-cp38-win32.whl" , hash = "sha256:f1ff2ee69f10f13a9596480335f406dd1f70c3650349e2be67ca3139280cade0" } ,
{ file = "Pillow-9.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:276a5ca930c913f714e372b2591a22c4bd3b81a418c0f6635ba832daec1cbcfc" } ,
{ file = "Pillow-9.3.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:73bd195e43f3fadecfc50c682f5055ec32ee2c933243cafbfdec69ab1aa87cad" } ,
{ file = "Pillow-9.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:1c7c8ae3864846fc95f4611c78129301e203aaa2af813b703c55d10cc1628535" } ,
{ file = "Pillow-9.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e0918e03aa0c72ea56edbb00d4d664294815aa11291a11504a377ea018330d3" } ,
{ file = "Pillow-9.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b0915e734b33a474d76c28e07292f196cdf2a590a0d25bcc06e64e545f2d146c" } ,
{ file = "Pillow-9.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:af0372acb5d3598f36ec0914deed2a63f6bcdb7b606da04dc19a88d31bf0c05b" } ,
{ file = "Pillow-9.3.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:ad58d27a5b0262c0c19b47d54c5802db9b34d38bbf886665b626aff83c74bacd" } ,
{ file = "Pillow-9.3.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:97aabc5c50312afa5e0a2b07c17d4ac5e865b250986f8afe2b02d772567a380c" } ,
{ file = "Pillow-9.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9aaa107275d8527e9d6e7670b64aabaaa36e5b6bd71a1015ddd21da0d4e06448" } ,
{ file = "Pillow-9.3.0-cp39-cp39-win32.whl" , hash = "sha256:bac18ab8d2d1e6b4ce25e3424f709aceef668347db8637c2296bcf41acb7cf48" } ,
{ file = "Pillow-9.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b472b5ea442148d1c3e2209f20f1e0bb0eb556538690fa70b5e1f79fa0ba8dc2" } ,
{ file = "Pillow-9.3.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:ab388aaa3f6ce52ac1cb8e122c4bd46657c15905904b3120a6248b5b8b0bc228" } ,
{ file = "Pillow-9.3.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dbb8e7f2abee51cef77673be97760abff1674ed32847ce04b4af90f610144c7b" } ,
{ file = "Pillow-9.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bca31dd6014cb8b0b2db1e46081b0ca7d936f856da3b39744aef499db5d84d02" } ,
{ file = "Pillow-9.3.0-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:c7025dce65566eb6e89f56c9509d4f628fddcedb131d9465cacd3d8bac337e7e" } ,
{ file = "Pillow-9.3.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:ebf2029c1f464c59b8bdbe5143c79fa2045a581ac53679733d3a91d400ff9efb" } ,
{ file = "Pillow-9.3.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:b59430236b8e58840a0dfb4099a0e8717ffb779c952426a69ae435ca1f57210c" } ,
{ file = "Pillow-9.3.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:12ce4932caf2ddf3e41d17fc9c02d67126935a44b86df6a206cf0d7161548627" } ,
{ file = "Pillow-9.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ae5331c23ce118c53b172fa64a4c037eb83c9165aba3a7ba9ddd3ec9fa64a699" } ,
{ file = "Pillow-9.3.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:0b07fffc13f474264c336298d1b4ce01d9c5a011415b79d4ee5527bb69ae6f65" } ,
{ file = "Pillow-9.3.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:073adb2ae23431d3b9bcbcff3fe698b62ed47211d0716b067385538a1b0f28b8" } ,
{ file = "Pillow-9.3.0.tar.gz" , hash = "sha256:c935a22a557a560108d780f9a0fc426dd7459940dc54faa49d83249c8d3e760f" } ,
2022-10-13 19:36:54 +08:00
]
platformdirs = [
2022-11-15 22:04:13 +08:00
{ file = "platformdirs-2.5.4-py3-none-any.whl" , hash = "sha256:af0276409f9a02373d540bf8480021a048711d572745aef4b7842dad245eba10" } ,
{ file = "platformdirs-2.5.4.tar.gz" , hash = "sha256:1006647646d80f16130f052404c6b901e80ee4ed6bef6792e1f238a8969106f7" } ,
2022-10-13 19:36:54 +08:00
]
playwright = [
2022-11-15 22:04:13 +08:00
{ file = "playwright-1.27.1-py3-none-macosx_10_13_x86_64.whl" , hash = "sha256:3b584bc23bfacfbfb91777663d2b68891d8a16c5c2228b4702c6a7d29c0ac364" } ,
{ file = "playwright-1.27.1-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:771d690aaa933bb40f60abbe7935979cfa9a5bec498bbc57cd87baf038348d2b" } ,
{ file = "playwright-1.27.1-py3-none-macosx_11_0_universal2.whl" , hash = "sha256:db89faac3c535e289f8463b184ffd4523d97b5e959d97bae330d29522c5bfb9d" } ,
{ file = "playwright-1.27.1-py3-none-manylinux1_x86_64.whl" , hash = "sha256:5e7be8dc52b9e3340a08fd15b7d3cdd635efd51c0c62bd1edba55f0bfeea293c" } ,
{ file = "playwright-1.27.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c32bfbbb6e6529f7f7176551eda7061e9f205e19259052ef663dcae7109c1f12" } ,
{ file = "playwright-1.27.1-py3-none-win32.whl" , hash = "sha256:464f3a0ea48aeb42adbdada88a91fd36d4311ae7020d2ab58f410c4c92e0ddfe" } ,
{ file = "playwright-1.27.1-py3-none-win_amd64.whl" , hash = "sha256:fc8ce323cf116e27902f327cee1cba6fc0c5400e9281df8e53d3355de88336ba" } ,
2022-10-13 19:36:54 +08:00
]
proces = [
2022-11-15 22:04:13 +08:00
{ file = "proces-0.1.3-py3-none-any.whl" , hash = "sha256:faeef3b5fbb67f39c7e5e1b6d23b9de1d8cb52cf68249b5fa3544ddcb7d80f10" } ,
{ file = "proces-0.1.3.tar.gz" , hash = "sha256:d9daa403ae8f9e29f837508df1546cd9d865d3f93b6812c2ca3b5639406c3920" } ,
2022-10-13 19:36:54 +08:00
]
protobuf = [
2022-11-15 22:04:13 +08:00
{ file = "protobuf-4.21.9-cp310-abi3-win32.whl" , hash = "sha256:6e0be9f09bf9b6cf497b27425487706fa48c6d1632ddd94dab1a5fe11a422392" } ,
{ file = "protobuf-4.21.9-cp310-abi3-win_amd64.whl" , hash = "sha256:a7d0ea43949d45b836234f4ebb5ba0b22e7432d065394b532cdca8f98415e3cf" } ,
{ file = "protobuf-4.21.9-cp37-abi3-macosx_10_9_universal2.whl" , hash = "sha256:b5ab0b8918c136345ff045d4b3d5f719b505b7c8af45092d7f45e304f55e50a1" } ,
{ file = "protobuf-4.21.9-cp37-abi3-manylinux2014_aarch64.whl" , hash = "sha256:2c9c2ed7466ad565f18668aa4731c535511c5d9a40c6da39524bccf43e441719" } ,
{ file = "protobuf-4.21.9-cp37-abi3-manylinux2014_x86_64.whl" , hash = "sha256:e575c57dc8b5b2b2caa436c16d44ef6981f2235eb7179bfc847557886376d740" } ,
{ file = "protobuf-4.21.9-cp37-cp37m-win32.whl" , hash = "sha256:9227c14010acd9ae7702d6467b4625b6fe853175a6b150e539b21d2b2f2b409c" } ,
{ file = "protobuf-4.21.9-cp37-cp37m-win_amd64.whl" , hash = "sha256:a419cc95fca8694804709b8c4f2326266d29659b126a93befe210f5bbc772536" } ,
{ file = "protobuf-4.21.9-cp38-cp38-win32.whl" , hash = "sha256:5b0834e61fb38f34ba8840d7dcb2e5a2f03de0c714e0293b3963b79db26de8ce" } ,
{ file = "protobuf-4.21.9-cp38-cp38-win_amd64.whl" , hash = "sha256:84ea107016244dfc1eecae7684f7ce13c788b9a644cd3fca5b77871366556444" } ,
{ file = "protobuf-4.21.9-cp39-cp39-win32.whl" , hash = "sha256:f9eae277dd240ae19bb06ff4e2346e771252b0e619421965504bd1b1bba7c5fa" } ,
{ file = "protobuf-4.21.9-cp39-cp39-win_amd64.whl" , hash = "sha256:6e312e280fbe3c74ea9e080d9e6080b636798b5e3939242298b591064470b06b" } ,
{ file = "protobuf-4.21.9-py2.py3-none-any.whl" , hash = "sha256:7eb8f2cc41a34e9c956c256e3ac766cf4e1a4c9c925dc757a41a01be3e852965" } ,
{ file = "protobuf-4.21.9-py3-none-any.whl" , hash = "sha256:48e2cd6b88c6ed3d5877a3ea40df79d08374088e89bedc32557348848dff250b" } ,
{ file = "protobuf-4.21.9.tar.gz" , hash = "sha256:61f21493d96d2a77f9ca84fefa105872550ab5ef71d21c458eb80edcf4885a99" } ,
2022-10-13 19:36:54 +08:00
]
psutil = [
2022-11-15 22:04:13 +08:00
{ file = "psutil-5.9.4-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:c1ca331af862803a42677c120aff8a814a804e09832f166f226bfd22b56feee8" } ,
{ file = "psutil-5.9.4-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:68908971daf802203f3d37e78d3f8831b6d1014864d7a85937941bb35f09aefe" } ,
{ file = "psutil-5.9.4-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:3ff89f9b835100a825b14c2808a106b6fdcc4b15483141482a12c725e7f78549" } ,
{ file = "psutil-5.9.4-cp27-cp27m-win32.whl" , hash = "sha256:852dd5d9f8a47169fe62fd4a971aa07859476c2ba22c2254d4a1baa4e10b95ad" } ,
{ file = "psutil-5.9.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:9120cd39dca5c5e1c54b59a41d205023d436799b1c8c4d3ff71af18535728e94" } ,
{ file = "psutil-5.9.4-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:6b92c532979bafc2df23ddc785ed116fced1f492ad90a6830cf24f4d1ea27d24" } ,
{ file = "psutil-5.9.4-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:efeae04f9516907be44904cc7ce08defb6b665128992a56957abc9b61dca94b7" } ,
{ file = "psutil-5.9.4-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:54d5b184728298f2ca8567bf83c422b706200bcbbfafdc06718264f9393cfeb7" } ,
{ file = "psutil-5.9.4-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:16653106f3b59386ffe10e0bad3bb6299e169d5327d3f187614b1cb8f24cf2e1" } ,
{ file = "psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:54c0d3d8e0078b7666984e11b12b88af2db11d11249a8ac8920dd5ef68a66e08" } ,
{ file = "psutil-5.9.4-cp36-abi3-win32.whl" , hash = "sha256:149555f59a69b33f056ba1c4eb22bb7bf24332ce631c44a319cec09f876aaeff" } ,
{ file = "psutil-5.9.4-cp36-abi3-win_amd64.whl" , hash = "sha256:fd8522436a6ada7b4aad6638662966de0d61d241cb821239b2ae7013d41a43d4" } ,
{ file = "psutil-5.9.4-cp38-abi3-macosx_11_0_arm64.whl" , hash = "sha256:6001c809253a29599bc0dfd5179d9f8a5779f9dffea1da0f13c53ee568115e1e" } ,
{ file = "psutil-5.9.4.tar.gz" , hash = "sha256:3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62" } ,
2022-10-13 19:36:54 +08:00
]
pyasn1 = [
{ file = "pyasn1-0.4.8-py2.py3-none-any.whl" , hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d" } ,
{ file = "pyasn1-0.4.8.tar.gz" , hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" } ,
]
pydantic = [
{ file = "pydantic-1.9.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9c9e04a6cdb7a363d7cb3ccf0efea51e0abb48e180c0d31dca8d247967d85c6e" } ,
{ file = "pydantic-1.9.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fafe841be1103f340a24977f61dee76172e4ae5f647ab9e7fd1e1fca51524f08" } ,
{ file = "pydantic-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afacf6d2a41ed91fc631bade88b1d319c51ab5418870802cedb590b709c5ae3c" } ,
{ file = "pydantic-1.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ee0d69b2a5b341fc7927e92cae7ddcfd95e624dfc4870b32a85568bd65e6131" } ,
{ file = "pydantic-1.9.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:ff68fc85355532ea77559ede81f35fff79a6a5543477e168ab3a381887caea76" } ,
{ file = "pydantic-1.9.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c0f5e142ef8217019e3eef6ae1b6b55f09a7a15972958d44fbd228214cede567" } ,
{ file = "pydantic-1.9.2-cp310-cp310-win_amd64.whl" , hash = "sha256:615661bfc37e82ac677543704437ff737418e4ea04bef9cf11c6d27346606044" } ,
{ file = "pydantic-1.9.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:328558c9f2eed77bd8fffad3cef39dbbe3edc7044517f4625a769d45d4cf7555" } ,
{ file = "pydantic-1.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2bd446bdb7755c3a94e56d7bdfd3ee92396070efa8ef3a34fab9579fe6aa1d84" } ,
{ file = "pydantic-1.9.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e0b214e57623a535936005797567231a12d0da0c29711eb3514bc2b3cd008d0f" } ,
{ file = "pydantic-1.9.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:d8ce3fb0841763a89322ea0432f1f59a2d3feae07a63ea2c958b2315e1ae8adb" } ,
{ file = "pydantic-1.9.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b34ba24f3e2d0b39b43f0ca62008f7ba962cff51efa56e64ee25c4af6eed987b" } ,
{ file = "pydantic-1.9.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:84d76ecc908d917f4684b354a39fd885d69dd0491be175f3465fe4b59811c001" } ,
{ file = "pydantic-1.9.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4de71c718c9756d679420c69f216776c2e977459f77e8f679a4a961dc7304a56" } ,
{ file = "pydantic-1.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5803ad846cdd1ed0d97eb00292b870c29c1f03732a010e66908ff48a762f20e4" } ,
{ file = "pydantic-1.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a8c5360a0297a713b4123608a7909e6869e1b56d0e96eb0d792c27585d40757f" } ,
{ file = "pydantic-1.9.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:cdb4272678db803ddf94caa4f94f8672e9a46bae4a44f167095e4d06fec12979" } ,
{ file = "pydantic-1.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:19b5686387ea0d1ea52ecc4cffb71abb21702c5e5b2ac626fd4dbaa0834aa49d" } ,
{ file = "pydantic-1.9.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:32e0b4fb13ad4db4058a7c3c80e2569adbd810c25e6ca3bbd8b2a9cc2cc871d7" } ,
{ file = "pydantic-1.9.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:91089b2e281713f3893cd01d8e576771cd5bfdfbff5d0ed95969f47ef6d676c3" } ,
{ file = "pydantic-1.9.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e631c70c9280e3129f071635b81207cad85e6c08e253539467e4ead0e5b219aa" } ,
{ file = "pydantic-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b3946f87e5cef3ba2e7bd3a4eb5a20385fe36521d6cc1ebf3c08a6697c6cfb3" } ,
{ file = "pydantic-1.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5565a49effe38d51882cb7bac18bda013cdb34d80ac336428e8908f0b72499b0" } ,
{ file = "pydantic-1.9.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:bd67cb2c2d9602ad159389c29e4ca964b86fa2f35c2faef54c3eb28b4efd36c8" } ,
{ file = "pydantic-1.9.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:4aafd4e55e8ad5bd1b19572ea2df546ccace7945853832bb99422a79c70ce9b8" } ,
{ file = "pydantic-1.9.2-cp38-cp38-win_amd64.whl" , hash = "sha256:d70916235d478404a3fa8c997b003b5f33aeac4686ac1baa767234a0f8ac2326" } ,
{ file = "pydantic-1.9.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ca86b525264daa5f6b192f216a0d1e860b7383e3da1c65a1908f9c02f42801" } ,
{ file = "pydantic-1.9.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:1061c6ee6204f4f5a27133126854948e3b3d51fcc16ead2e5d04378c199b2f44" } ,
{ file = "pydantic-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e78578f0c7481c850d1c969aca9a65405887003484d24f6110458fb02cca7747" } ,
{ file = "pydantic-1.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5da164119602212a3fe7e3bc08911a89db4710ae51444b4224c2382fd09ad453" } ,
{ file = "pydantic-1.9.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7ead3cd020d526f75b4188e0a8d71c0dbbe1b4b6b5dc0ea775a93aca16256aeb" } ,
{ file = "pydantic-1.9.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:7d0f183b305629765910eaad707800d2f47c6ac5bcfb8c6397abdc30b69eeb15" } ,
{ file = "pydantic-1.9.2-cp39-cp39-win_amd64.whl" , hash = "sha256:f1a68f4f65a9ee64b6ccccb5bf7e17db07caebd2730109cb8a95863cfa9c4e55" } ,
{ file = "pydantic-1.9.2-py3-none-any.whl" , hash = "sha256:78a4d6bdfd116a559aeec9a4cfe77dda62acc6233f8b56a716edad2651023e5e" } ,
{ file = "pydantic-1.9.2.tar.gz" , hash = "sha256:8cb0bc509bfb71305d7a59d00163d5f9fc4530f0881ea32c74ff4f74c85f3d3d" } ,
]
pyee = [
{ file = "pyee-8.1.0-py2.py3-none-any.whl" , hash = "sha256:383973b63ad7ed5e3c0311f8b179c52981f9e7b3eaea0e9a830d13ec34dde65f" } ,
{ file = "pyee-8.1.0.tar.gz" , hash = "sha256:92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31" } ,
]
pygments = [
{ file = "Pygments-2.13.0-py3-none-any.whl" , hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42" } ,
{ file = "Pygments-2.13.0.tar.gz" , hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1" } ,
]
pygtrie = [
2022-10-15 19:49:53 +08:00
{ file = "pygtrie-2.5.0-py3-none-any.whl" , hash = "sha256:8795cda8105493d5ae159a5bef313ff13156c5d4d72feddefacaad59f8c8ce16" } ,
2022-10-13 19:36:54 +08:00
{ file = "pygtrie-2.5.0.tar.gz" , hash = "sha256:203514ad826eb403dab1d2e2ddd034e0d1534bbe4dbe0213bb0593f66beba4e2" } ,
]
pyparsing = [
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
]
pypinyin = [
{ file = "pypinyin-0.46.0-py2.py3-none-any.whl" , hash = "sha256:7251f4fa0b1e43ad91f6121d9a842e8acd72a6a34deea5e87d2a97621eadc11f" } ,
{ file = "pypinyin-0.46.0.tar.gz" , hash = "sha256:0d2e41e95dbc20a232c0f5d3850654eebbfcba303d96358d2c46592725bb989c" } ,
]
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
python-dotenv = [
{ file = "python-dotenv-0.21.0.tar.gz" , hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045" } ,
{ file = "python_dotenv-0.21.0-py3-none-any.whl" , hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5" } ,
]
python-jose = [
{ file = "python-jose-3.3.0.tar.gz" , hash = "sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a" } ,
{ file = "python_jose-3.3.0-py2.py3-none-any.whl" , hash = "sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a" } ,
]
python-multipart = [
{ file = "python-multipart-0.0.5.tar.gz" , hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43" } ,
]
pytz = [
2022-11-15 22:04:13 +08:00
{ file = "pytz-2022.6-py2.py3-none-any.whl" , hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427" } ,
{ file = "pytz-2022.6.tar.gz" , hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2" } ,
2022-10-13 19:36:54 +08:00
]
pytz-deprecation-shim = [
{ file = "pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl" , hash = "sha256:8314c9692a636c8eb3bda879b9f119e350e93223ae83e70e80c31675a0fdc1a6" } ,
{ file = "pytz_deprecation_shim-0.1.0.post0.tar.gz" , hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d" } ,
]
pywavelets = [
{ file = "PyWavelets-1.4.1-cp310-cp310-macosx_10_13_x86_64.whl" , hash = "sha256:d854411eb5ee9cb4bc5d0e66e3634aeb8f594210f6a1bed96dbed57ec70f181c" } ,
{ file = "PyWavelets-1.4.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:231b0e0b1cdc1112f4af3c24eea7bf181c418d37922a67670e9bf6cfa2d544d4" } ,
{ file = "PyWavelets-1.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:754fa5085768227c4f4a26c1e0c78bc509a266d9ebd0eb69a278be7e3ece943c" } ,
{ file = "PyWavelets-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:da7b9c006171be1f9ddb12cc6e0d3d703b95f7f43cb5e2c6f5f15d3233fcf202" } ,
{ file = "PyWavelets-1.4.1-cp310-cp310-win32.whl" , hash = "sha256:67a0d28a08909f21400cb09ff62ba94c064882ffd9e3a6b27880a111211d59bd" } ,
{ file = "PyWavelets-1.4.1-cp310-cp310-win_amd64.whl" , hash = "sha256:91d3d393cffa634f0e550d88c0e3f217c96cfb9e32781f2960876f1808d9b45b" } ,
{ file = "PyWavelets-1.4.1-cp311-cp311-macosx_10_13_x86_64.whl" , hash = "sha256:64c6bac6204327321db30b775060fbe8e8642316e6bff17f06b9f34936f88875" } ,
{ file = "PyWavelets-1.4.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3f19327f2129fb7977bc59b966b4974dfd72879c093e44a7287500a7032695de" } ,
{ file = "PyWavelets-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ad987748f60418d5f4138db89d82ba0cb49b086e0cbb8fd5c3ed4a814cfb705e" } ,
{ file = "PyWavelets-1.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:875d4d620eee655346e3589a16a73790cf9f8917abba062234439b594e706784" } ,
{ file = "PyWavelets-1.4.1-cp311-cp311-win32.whl" , hash = "sha256:7231461d7a8eb3bdc7aa2d97d9f67ea5a9f8902522818e7e2ead9c2b3408eeb1" } ,
{ file = "PyWavelets-1.4.1-cp311-cp311-win_amd64.whl" , hash = "sha256:daf0aa79842b571308d7c31a9c43bc99a30b6328e6aea3f50388cd8f69ba7dbc" } ,
{ file = "PyWavelets-1.4.1-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:ab7da0a17822cd2f6545626946d3b82d1a8e106afc4b50e3387719ba01c7b966" } ,
{ file = "PyWavelets-1.4.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:578af438a02a86b70f1975b546f68aaaf38f28fb082a61ceb799816049ed18aa" } ,
{ file = "PyWavelets-1.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cb5ca8d11d3f98e89e65796a2125be98424d22e5ada360a0dbabff659fca0fc" } ,
{ file = "PyWavelets-1.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:058b46434eac4c04dd89aeef6fa39e4b6496a951d78c500b6641fd5b2cc2f9f4" } ,
{ file = "PyWavelets-1.4.1-cp38-cp38-win32.whl" , hash = "sha256:de7cd61a88a982edfec01ea755b0740e94766e00a1ceceeafef3ed4c85c605cd" } ,
{ file = "PyWavelets-1.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:7ab8d9db0fe549ab2ee0bea61f614e658dd2df419d5b75fba47baa761e95f8f2" } ,
{ file = "PyWavelets-1.4.1-cp39-cp39-macosx_10_13_x86_64.whl" , hash = "sha256:23bafd60350b2b868076d976bdd92f950b3944f119b4754b1d7ff22b7acbf6c6" } ,
{ file = "PyWavelets-1.4.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d0e56cd7a53aed3cceca91a04d62feb3a0aca6725b1912d29546c26f6ea90426" } ,
{ file = "PyWavelets-1.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:030670a213ee8fefa56f6387b0c8e7d970c7f7ad6850dc048bd7c89364771b9b" } ,
{ file = "PyWavelets-1.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:71ab30f51ee4470741bb55fc6b197b4a2b612232e30f6ac069106f0156342356" } ,
{ file = "PyWavelets-1.4.1-cp39-cp39-win32.whl" , hash = "sha256:47cac4fa25bed76a45bc781a293c26ac63e8eaae9eb8f9be961758d22b58649c" } ,
{ file = "PyWavelets-1.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:88aa5449e109d8f5e7f0adef85f7f73b1ab086102865be64421a3a3d02d277f4" } ,
{ file = "PyWavelets-1.4.1.tar.gz" , hash = "sha256:6437af3ddf083118c26d8f97ab43b0724b956c9f958e9ea788659f6a2834ba93" } ,
]
pyyaml = [
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
]
regex = [
{ file = "regex-2022.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ab69b4fe09e296261377d209068d52402fb85ef89dc78a9ac4a29a895f4e24a7" } ,
{ file = "regex-2022.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:5bc5f921be39ccb65fdda741e04b2555917a4bced24b4df14eddc7569be3b493" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:43eba5c46208deedec833663201752e865feddc840433285fbadee07b84b464d" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c68d2c04f7701a418ec2e5631b7f3552efc32f6bcc1739369c6eeb1af55f62e0" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:caa2734ada16a44ae57b229d45091f06e30a9a52ace76d7574546ab23008c635" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef806f684f17dbd6263d72a54ad4073af42b42effa3eb42b877e750c24c76f86" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:be319f4eb400ee567b722e9ea63d5b2bb31464e3cf1b016502e3ee2de4f86f5c" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:42bb37e2b2d25d958c25903f6125a41aaaa1ed49ca62c103331f24b8a459142f" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:fbc88d3ba402b5d041d204ec2449c4078898f89c4a6e6f0ed1c1a510ef1e221d" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:91e0f7e7be77250b808a5f46d90bf0032527d3c032b2131b63dee54753a4d729" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:cb3652bbe6720786b9137862205986f3ae54a09dec8499a995ed58292bdf77c2" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:878c626cbca3b649e14e972c14539a01191d79e58934e3f3ef4a9e17f90277f8" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6df070a986fc064d865c381aecf0aaff914178fdf6874da2f2387e82d93cc5bd" } ,
{ file = "regex-2022.3.2-cp310-cp310-win32.whl" , hash = "sha256:b549d851f91a4efb3e65498bd4249b1447ab6035a9972f7fc215eb1f59328834" } ,
{ file = "regex-2022.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:8babb2b5751105dc0aef2a2e539f4ba391e738c62038d8cb331c710f6b0f3da7" } ,
{ file = "regex-2022.3.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:1977bb64264815d3ef016625adc9df90e6d0e27e76260280c63eca993e3f455f" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e73652057473ad3e6934944af090852a02590c349357b79182c1b681da2c772" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b22ff939a8856a44f4822da38ef4868bd3a9ade22bb6d9062b36957c850e404f" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:878f5d649ba1db9f52cc4ef491f7dba2d061cdc48dd444c54260eebc0b1729b9" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0008650041531d0eadecc96a73d37c2dc4821cf51b0766e374cb4f1ddc4e1c14" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:06b1df01cf2aef3a9790858af524ae2588762c8a90e784ba00d003f045306204" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57484d39447f94967e83e56db1b1108c68918c44ab519b8ecfc34b790ca52bf7" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:74d86e8924835f863c34e646392ef39039405f6ce52956d8af16497af4064a30" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:ae17fc8103f3b63345709d3e9654a274eee1c6072592aec32b026efd401931d0" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:5f92a7cdc6a0ae2abd184e8dfd6ef2279989d24c85d2c85d0423206284103ede" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:5dcc4168536c8f68654f014a3db49b6b4a26b226f735708be2054314ed4964f4" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:1e30762ddddb22f7f14c4f59c34d3addabc789216d813b0f3e2788d7bcf0cf29" } ,
{ file = "regex-2022.3.2-cp36-cp36m-win32.whl" , hash = "sha256:286ff9ec2709d56ae7517040be0d6c502642517ce9937ab6d89b1e7d0904f863" } ,
{ file = "regex-2022.3.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:d326ff80ed531bf2507cba93011c30fff2dd51454c85f55df0f59f2030b1687b" } ,
{ file = "regex-2022.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:9d828c5987d543d052b53c579a01a52d96b86f937b1777bbfe11ef2728929357" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c87ac58b9baaf50b6c1b81a18d20eda7e2883aa9a4fb4f1ca70f2e443bfcdc57" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d6c2441538e4fadd4291c8420853431a229fcbefc1bf521810fbc2629d8ae8c2" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f3356afbb301ec34a500b8ba8b47cba0b44ed4641c306e1dd981a08b416170b5" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0d96eec8550fd2fd26f8e675f6d8b61b159482ad8ffa26991b894ed5ee19038b" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf668f26604e9f7aee9f8eaae4ca07a948168af90b96be97a4b7fa902a6d2ac1" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0eb0e2845e81bdea92b8281a3969632686502565abf4a0b9e4ab1471c863d8f3" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:87bc01226cd288f0bd9a4f9f07bf6827134dc97a96c22e2d28628e824c8de231" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:09b4b6ccc61d4119342b26246ddd5a04accdeebe36bdfe865ad87a0784efd77f" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:9557545c10d52c845f270b665b52a6a972884725aa5cf12777374e18f2ea8960" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:0be0c34a39e5d04a62fd5342f0886d0e57592a4f4993b3f9d257c1f688b19737" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:7b103dffb9f6a47ed7ffdf352b78cfe058b1777617371226c1894e1be443afec" } ,
{ file = "regex-2022.3.2-cp37-cp37m-win32.whl" , hash = "sha256:f8169ec628880bdbca67082a9196e2106060a4a5cbd486ac51881a4df805a36f" } ,
{ file = "regex-2022.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:4b9c16a807b17b17c4fa3a1d8c242467237be67ba92ad24ff51425329e7ae3d0" } ,
{ file = "regex-2022.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:67250b36edfa714ba62dc62d3f238e86db1065fccb538278804790f578253640" } ,
{ file = "regex-2022.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:5510932596a0f33399b7fff1bd61c59c977f2b8ee987b36539ba97eb3513584a" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f6f7ee2289176cb1d2c59a24f50900f8b9580259fa9f1a739432242e7d254f93" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:86d7a68fa53688e1f612c3246044157117403c7ce19ebab7d02daf45bd63913e" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:aaf5317c961d93c1a200b9370fb1c6b6836cc7144fef3e5a951326912bf1f5a3" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad397bc7d51d69cb07ef89e44243f971a04ce1dca9bf24c992c362406c0c6573" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:297c42ede2c81f0cb6f34ea60b5cf6dc965d97fa6936c11fc3286019231f0d66" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:af4d8cc28e4c7a2f6a9fed544228c567340f8258b6d7ea815b62a72817bbd178" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:452519bc4c973e961b1620c815ea6dd8944a12d68e71002be5a7aff0a8361571" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:cb34c2d66355fb70ae47b5595aafd7218e59bb9c00ad8cc3abd1406ca5874f07" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:3d146e5591cb67c5e836229a04723a30af795ef9b70a0bbd913572e14b7b940f" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:03299b0bcaa7824eb7c0ebd7ef1e3663302d1b533653bfe9dc7e595d453e2ae9" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:9ccb0a4ab926016867260c24c192d9df9586e834f5db83dfa2c8fffb3a6e5056" } ,
{ file = "regex-2022.3.2-cp38-cp38-win32.whl" , hash = "sha256:f7e8f1ee28e0a05831c92dc1c0c1c94af5289963b7cf09eca5b5e3ce4f8c91b0" } ,
{ file = "regex-2022.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:35ed2f3c918a00b109157428abfc4e8d1ffabc37c8f9abc5939ebd1e95dabc47" } ,
{ file = "regex-2022.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:55820bc631684172b9b56a991d217ec7c2e580d956591dc2144985113980f5a3" } ,
{ file = "regex-2022.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:83f03f0bd88c12e63ca2d024adeee75234d69808b341e88343b0232329e1f1a1" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42d6007722d46bd2c95cce700181570b56edc0dcbadbfe7855ec26c3f2d7e008" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:320c2f4106962ecea0f33d8d31b985d3c185757c49c1fb735501515f963715ed" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fbd3fe37353c62fd0eb19fb76f78aa693716262bcd5f9c14bb9e5aca4b3f0dc4" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17e51ad1e6131c496b58d317bc9abec71f44eb1957d32629d06013a21bc99cac" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:72bc3a5effa5974be6d965ed8301ac1e869bc18425c8a8fac179fbe7876e3aee" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e5602a9b5074dcacc113bba4d2f011d2748f50e3201c8139ac5b68cf2a76bd8b" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:729aa8ca624c42f309397c5fc9e21db90bf7e2fdd872461aabdbada33de9063c" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:d6ecfd1970b3380a569d7b3ecc5dd70dba295897418ed9e31ec3c16a5ab099a5" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:13bbf0c9453c6d16e5867bda7f6c0c7cff1decf96c5498318bb87f8136d2abd4" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:58ba41e462653eaf68fc4a84ec4d350b26a98d030be1ab24aba1adcc78ffe447" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c0446b2871335d5a5e9fcf1462f954586b09a845832263db95059dcd01442015" } ,
{ file = "regex-2022.3.2-cp39-cp39-win32.whl" , hash = "sha256:20e6a27959f162f979165e496add0d7d56d7038237092d1aba20b46de79158f1" } ,
{ file = "regex-2022.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9efa41d1527b366c88f265a227b20bcec65bda879962e3fc8a2aee11e81266d7" } ,
{ file = "regex-2022.3.2.tar.gz" , hash = "sha256:79e5af1ff258bc0fe0bdd6f69bc4ae33935a898e3cbefbbccf22e88a27fa053b" } ,
]
retrying = [
{ file = "retrying-1.3.3.tar.gz" , hash = "sha256:08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b" } ,
]
rfc3986 = [
{ file = "rfc3986-1.5.0-py2.py3-none-any.whl" , hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97" } ,
{ file = "rfc3986-1.5.0.tar.gz" , hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835" } ,
]
rich = [
2022-10-15 19:49:53 +08:00
{ file = "rich-12.6.0-py3-none-any.whl" , hash = "sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e" } ,
{ file = "rich-12.6.0.tar.gz" , hash = "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0" } ,
2022-10-13 19:36:54 +08:00
]
rsa = [
{ file = "rsa-4.9-py3-none-any.whl" , hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7" } ,
{ file = "rsa-4.9.tar.gz" , hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" } ,
]
2022-11-15 22:04:13 +08:00
ruamel-yaml = [
2022-10-13 19:36:54 +08:00
{ file = "ruamel.yaml-0.17.21-py3-none-any.whl" , hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7" } ,
{ file = "ruamel.yaml-0.17.21.tar.gz" , hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af" } ,
]
2022-11-15 22:04:13 +08:00
ruamel-yaml-clib = [
{ file = "ruamel.yaml.clib-0.2.7-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d5859983f26d8cd7bb5c287ef452e8aacc86501487634573d260968f753e1d71" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:debc87a9516b237d0466a711b18b6ebeb17ba9f391eb7f91c649c5c4ec5006c7" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:df5828871e6648db72d1c19b4bd24819b80a755c4541d3409f0f7acd0f335c80" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:efa08d63ef03d079dcae1dfe334f6c8847ba8b645d08df286358b1f5293d24ab" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win32.whl" , hash = "sha256:763d65baa3b952479c4e972669f679fe490eee058d5aa85da483ebae2009d231" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win_amd64.whl" , hash = "sha256:d000f258cf42fec2b1bbf2863c61d7b8918d31ffee905da62dede869254d3b8a" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:045e0626baf1c52e5527bd5db361bc83180faaba2ff586e763d3d5982a876a9e" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_12_6_arm64.whl" , hash = "sha256:721bc4ba4525f53f6a611ec0967bdcee61b31df5a56801281027a3a6d1c2daf5" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:4b3a93bb9bc662fc1f99c5c3ea8e623d8b23ad22f861eb6fce9377ac07ad6072" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_12_0_arm64.whl" , hash = "sha256:a234a20ae07e8469da311e182e70ef6b199d0fbeb6c6cc2901204dd87fb867e8" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:15910ef4f3e537eea7fe45f8a5d19997479940d9196f357152a09031c5be59f3" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:370445fd795706fd291ab00c9df38a0caed0f17a6fb46b0f607668ecb16ce763" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-win32.whl" , hash = "sha256:ecdf1a604009bd35c674b9225a8fa609e0282d9b896c03dd441a91e5f53b534e" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-win_amd64.whl" , hash = "sha256:f34019dced51047d6f70cb9383b2ae2853b7fc4dce65129a5acd49f4f9256646" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2aa261c29a5545adfef9296b7e33941f46aa5bbd21164228e833412af4c9c75f" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp37-cp37m-macosx_12_0_arm64.whl" , hash = "sha256:f01da5790e95815eb5a8a138508c01c758e5f5bc0ce4286c4f7028b8dd7ac3d0" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:40d030e2329ce5286d6b231b8726959ebbe0404c92f0a578c0e2482182e38282" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:c3ca1fbba4ae962521e5eb66d72998b51f0f4d0f608d3c0347a48e1af262efa7" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp37-cp37m-win32.whl" , hash = "sha256:7bdb4c06b063f6fd55e472e201317a3bb6cdeeee5d5a38512ea5c01e1acbdd93" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp37-cp37m-win_amd64.whl" , hash = "sha256:be2a7ad8fd8f7442b24323d24ba0b56c51219513cfa45b9ada3b87b76c374d4b" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:91a789b4aa0097b78c93e3dc4b40040ba55bef518f84a40d4442f713b4094acb" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:99e77daab5d13a48a4054803d052ff40780278240a902b880dd37a51ba01a307" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:3243f48ecd450eddadc2d11b5feb08aca941b5cd98c9b1db14b2fd128be8c697" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:8831a2cedcd0f0927f788c5bdf6567d9dc9cc235646a434986a852af1cb54b4b" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp38-cp38-win32.whl" , hash = "sha256:3110a99e0f94a4a3470ff67fc20d3f96c25b13d24c6980ff841e82bafe827cac" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp38-cp38-win_amd64.whl" , hash = "sha256:92460ce908546ab69770b2e576e4f99fbb4ce6ab4b245345a3869a0a0410488f" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5bc0667c1eb8f83a3752b71b9c4ba55ef7c7058ae57022dd9b29065186a113d9" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:4a4d8d417868d68b979076a9be6a38c676eca060785abaa6709c7b31593c35d1" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:bf9a6bc4a0221538b1a7de3ed7bca4c93c02346853f44e1cd764be0023cd3640" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:a7b301ff08055d73223058b5c46c55638917f04d21577c95e00e0c4d79201a6b" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp39-cp39-win32.whl" , hash = "sha256:d5e51e2901ec2366b79f16c2299a03e74ba4531ddcfacc1416639c557aef0ad8" } ,
{ file = "ruamel.yaml.clib-0.2.7-cp39-cp39-win_amd64.whl" , hash = "sha256:184faeaec61dbaa3cace407cffc5819f7b977e75360e8d5ca19461cd851a5fc5" } ,
{ file = "ruamel.yaml.clib-0.2.7.tar.gz" , hash = "sha256:1f08fd5a2bea9c4180db71678e850b995d2a5f4537be0e94557668cf0f5f9497" } ,
2022-10-13 19:36:54 +08:00
]
scipy = [
2022-11-15 22:04:13 +08:00
{ file = "scipy-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:1884b66a54887e21addf9c16fb588720a8309a57b2e258ae1c7986d4444d3bc0" } ,
{ file = "scipy-1.9.3-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:83b89e9586c62e787f5012e8475fbb12185bafb996a03257e9675cd73d3736dd" } ,
{ file = "scipy-1.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a72d885fa44247f92743fc20732ae55564ff2a519e8302fb7e18717c5355a8b" } ,
{ file = "scipy-1.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d01e1dd7b15bd2449c8bfc6b7cc67d630700ed655654f0dfcf121600bad205c9" } ,
{ file = "scipy-1.9.3-cp310-cp310-win_amd64.whl" , hash = "sha256:68239b6aa6f9c593da8be1509a05cb7f9efe98b80f43a5861cd24c7557e98523" } ,
{ file = "scipy-1.9.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b41bc822679ad1c9a5f023bc93f6d0543129ca0f37c1ce294dd9d386f0a21096" } ,
{ file = "scipy-1.9.3-cp311-cp311-macosx_12_0_arm64.whl" , hash = "sha256:90453d2b93ea82a9f434e4e1cba043e779ff67b92f7a0e85d05d286a3625df3c" } ,
{ file = "scipy-1.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:83c06e62a390a9167da60bedd4575a14c1f58ca9dfde59830fc42e5197283dab" } ,
{ file = "scipy-1.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abaf921531b5aeaafced90157db505e10345e45038c39e5d9b6c7922d68085cb" } ,
{ file = "scipy-1.9.3-cp311-cp311-win_amd64.whl" , hash = "sha256:06d2e1b4c491dc7d8eacea139a1b0b295f74e1a1a0f704c375028f8320d16e31" } ,
{ file = "scipy-1.9.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:5a04cd7d0d3eff6ea4719371cbc44df31411862b9646db617c99718ff68d4840" } ,
{ file = "scipy-1.9.3-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:545c83ffb518094d8c9d83cce216c0c32f8c04aaf28b92cc8283eda0685162d5" } ,
{ file = "scipy-1.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0d54222d7a3ba6022fdf5773931b5d7c56efe41ede7f7128c7b1637700409108" } ,
{ file = "scipy-1.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cff3a5295234037e39500d35316a4c5794739433528310e117b8a9a0c76d20fc" } ,
{ file = "scipy-1.9.3-cp38-cp38-win_amd64.whl" , hash = "sha256:2318bef588acc7a574f5bfdff9c172d0b1bf2c8143d9582e05f878e580a3781e" } ,
{ file = "scipy-1.9.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d644a64e174c16cb4b2e41dfea6af722053e83d066da7343f333a54dae9bc31c" } ,
{ file = "scipy-1.9.3-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:da8245491d73ed0a994ed9c2e380fd058ce2fa8a18da204681f2fe1f57f98f95" } ,
{ file = "scipy-1.9.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4db5b30849606a95dcf519763dd3ab6fe9bd91df49eba517359e450a7d80ce2e" } ,
{ file = "scipy-1.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c68db6b290cbd4049012990d7fe71a2abd9ffbe82c0056ebe0f01df8be5436b0" } ,
{ file = "scipy-1.9.3-cp39-cp39-win_amd64.whl" , hash = "sha256:5b88e6d91ad9d59478fafe92a7c757d00c59e3bdc3331be8ada76a4f8d683f58" } ,
{ file = "scipy-1.9.3.tar.gz" , hash = "sha256:fbc5c05c85c1a02be77b1ff591087c83bc44579c6d2bd9fb798bb64ea5e1a027" } ,
]
setuptools = [
{ file = "setuptools-65.5.1-py3-none-any.whl" , hash = "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31" } ,
{ file = "setuptools-65.5.1.tar.gz" , hash = "sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f" } ,
2022-10-13 19:36:54 +08:00
]
setuptools-scm = [
{ file = "setuptools_scm-7.0.5-py3-none-any.whl" , hash = "sha256:7930f720905e03ccd1e1d821db521bff7ec2ac9cf0ceb6552dd73d24a45d3b02" } ,
{ file = "setuptools_scm-7.0.5.tar.gz" , hash = "sha256:031e13af771d6f892b941adb6ea04545bbf91ebc5ce68c78aaf3fff6e1fb4844" } ,
]
sgmllib3k = [
{ file = "sgmllib3k-1.0.0.tar.gz" , hash = "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9" } ,
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
sniffio = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
soupsieve = [
{ file = "soupsieve-2.3.2.post1-py3-none-any.whl" , hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759" } ,
{ file = "soupsieve-2.3.2.post1.tar.gz" , hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" } ,
]
sqlalchemy = [
{ file = "SQLAlchemy-1.3.24-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:87a2725ad7d41cd7376373c15fd8bf674e9c33ca56d0b8036add2d634dba372e" } ,
{ file = "SQLAlchemy-1.3.24-cp27-cp27m-win32.whl" , hash = "sha256:f597a243b8550a3a0b15122b14e49d8a7e622ba1c9d29776af741f1845478d79" } ,
{ file = "SQLAlchemy-1.3.24-cp27-cp27m-win_amd64.whl" , hash = "sha256:fc4cddb0b474b12ed7bdce6be1b9edc65352e8ce66bc10ff8cbbfb3d4047dbf4" } ,
{ file = "SQLAlchemy-1.3.24-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:f1149d6e5c49d069163e58a3196865e4321bad1803d7886e07d8710de392c548" } ,
{ file = "SQLAlchemy-1.3.24-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:14f0eb5db872c231b20c18b1e5806352723a3a89fb4254af3b3e14f22eaaec75" } ,
{ file = "SQLAlchemy-1.3.24-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:e98d09f487267f1e8d1179bf3b9d7709b30a916491997137dd24d6ae44d18d79" } ,
{ file = "SQLAlchemy-1.3.24-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:fc1f2a5a5963e2e73bac4926bdaf7790c4d7d77e8fc0590817880e22dd9d0b8b" } ,
{ file = "SQLAlchemy-1.3.24-cp35-cp35m-win32.whl" , hash = "sha256:f3c5c52f7cb8b84bfaaf22d82cb9e6e9a8297f7c2ed14d806a0f5e4d22e83fb7" } ,
{ file = "SQLAlchemy-1.3.24-cp35-cp35m-win_amd64.whl" , hash = "sha256:0352db1befcbed2f9282e72843f1963860bf0e0472a4fa5cf8ee084318e0e6ab" } ,
{ file = "SQLAlchemy-1.3.24-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:2ed6343b625b16bcb63c5b10523fd15ed8934e1ed0f772c534985e9f5e73d894" } ,
{ file = "SQLAlchemy-1.3.24-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:34fcec18f6e4b24b4a5f6185205a04f1eab1e56f8f1d028a2a03694ebcc2ddd4" } ,
{ file = "SQLAlchemy-1.3.24-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:e47e257ba5934550d7235665eee6c911dc7178419b614ba9e1fbb1ce6325b14f" } ,
{ file = "SQLAlchemy-1.3.24-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:816de75418ea0953b5eb7b8a74933ee5a46719491cd2b16f718afc4b291a9658" } ,
{ file = "SQLAlchemy-1.3.24-cp36-cp36m-win32.whl" , hash = "sha256:26155ea7a243cbf23287f390dba13d7927ffa1586d3208e0e8d615d0c506f996" } ,
{ file = "SQLAlchemy-1.3.24-cp36-cp36m-win_amd64.whl" , hash = "sha256:f03bd97650d2e42710fbe4cf8a59fae657f191df851fc9fc683ecef10746a375" } ,
{ file = "SQLAlchemy-1.3.24-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:a006d05d9aa052657ee3e4dc92544faae5fcbaafc6128217310945610d862d39" } ,
{ file = "SQLAlchemy-1.3.24-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:1e2f89d2e5e3c7a88e25a3b0e43626dba8db2aa700253023b82e630d12b37109" } ,
{ file = "SQLAlchemy-1.3.24-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:0d5d862b1cfbec5028ce1ecac06a3b42bc7703eb80e4b53fceb2738724311443" } ,
{ file = "SQLAlchemy-1.3.24-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:0172423a27fbcae3751ef016663b72e1a516777de324a76e30efa170dbd3dd2d" } ,
{ file = "SQLAlchemy-1.3.24-cp37-cp37m-win32.whl" , hash = "sha256:d37843fb8df90376e9e91336724d78a32b988d3d20ab6656da4eb8ee3a45b63c" } ,
{ file = "SQLAlchemy-1.3.24-cp37-cp37m-win_amd64.whl" , hash = "sha256:c10ff6112d119f82b1618b6dc28126798481b9355d8748b64b9b55051eb4f01b" } ,
{ file = "SQLAlchemy-1.3.24-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:861e459b0e97673af6cc5e7f597035c2e3acdfb2608132665406cded25ba64c7" } ,
{ file = "SQLAlchemy-1.3.24-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:5de2464c254380d8a6c20a2746614d5a436260be1507491442cf1088e59430d2" } ,
{ file = "SQLAlchemy-1.3.24-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d375d8ccd3cebae8d90270f7aa8532fe05908f79e78ae489068f3b4eee5994e8" } ,
{ file = "SQLAlchemy-1.3.24-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:014ea143572fee1c18322b7908140ad23b3994036ef4c0d630110faf942652f8" } ,
{ file = "SQLAlchemy-1.3.24-cp38-cp38-win32.whl" , hash = "sha256:6607ae6cd3a07f8a4c3198ffbf256c261661965742e2b5265a77cd5c679c9bba" } ,
{ file = "SQLAlchemy-1.3.24-cp38-cp38-win_amd64.whl" , hash = "sha256:fcb251305fa24a490b6a9ee2180e5f8252915fb778d3dafc70f9cc3f863827b9" } ,
{ file = "SQLAlchemy-1.3.24-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:01aa5f803db724447c1d423ed583e42bf5264c597fd55e4add4301f163b0be48" } ,
{ file = "SQLAlchemy-1.3.24-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:4d0e3515ef98aa4f0dc289ff2eebb0ece6260bbf37c2ea2022aad63797eacf60" } ,
{ file = "SQLAlchemy-1.3.24-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:bce28277f308db43a6b4965734366f533b3ff009571ec7ffa583cb77539b84d6" } ,
{ file = "SQLAlchemy-1.3.24-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:8110e6c414d3efc574543109ee618fe2c1f96fa31833a1ff36cc34e968c4f233" } ,
{ file = "SQLAlchemy-1.3.24-cp39-cp39-win32.whl" , hash = "sha256:ee5f5188edb20a29c1cc4a039b074fdc5575337c9a68f3063449ab47757bb064" } ,
{ file = "SQLAlchemy-1.3.24-cp39-cp39-win_amd64.whl" , hash = "sha256:09083c2487ca3c0865dc588e07aeaa25416da3d95f7482c07e92f47e080aa17b" } ,
{ file = "SQLAlchemy-1.3.24.tar.gz" , hash = "sha256:ebbb777cbf9312359b897bf81ba00dae0f5cb69fba2a18265dcc18a6f5ef7519" } ,
]
starlette = [
{ file = "starlette-0.19.1-py3-none-any.whl" , hash = "sha256:5a60c5c2d051f3a8eb546136aa0c9399773a689595e099e0877704d5888279bf" } ,
{ file = "starlette-0.19.1.tar.gz" , hash = "sha256:c6d21096774ecb9639acad41b86b7706e52ba3bf1dc13ea4ed9ad593d47e24c7" } ,
]
tomli = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
tomlkit = [
2022-11-15 22:04:13 +08:00
{ file = "tomlkit-0.11.6-py3-none-any.whl" , hash = "sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b" } ,
{ file = "tomlkit-0.11.6.tar.gz" , hash = "sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73" } ,
2022-10-13 19:36:54 +08:00
]
typing-extensions = [
2022-10-15 19:49:53 +08:00
{ file = "typing_extensions-4.4.0-py3-none-any.whl" , hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e" } ,
{ file = "typing_extensions-4.4.0.tar.gz" , hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa" } ,
2022-10-13 19:36:54 +08:00
]
tzdata = [
2022-11-15 22:04:13 +08:00
{ file = "tzdata-2022.6-py2.py3-none-any.whl" , hash = "sha256:04a680bdc5b15750c39c12a448885a51134a27ec9af83667663f0b3a1bf3f342" } ,
{ file = "tzdata-2022.6.tar.gz" , hash = "sha256:91f11db4503385928c15598c98573e3af07e7229181bee5375bd30f1695ddcae" } ,
2022-10-13 19:36:54 +08:00
]
tzlocal = [
{ file = "tzlocal-4.2-py3-none-any.whl" , hash = "sha256:89885494684c929d9191c57aa27502afc87a579be5cdd3225c77c463ea043745" } ,
{ file = "tzlocal-4.2.tar.gz" , hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7" } ,
]
ujson = [
{ file = "ujson-5.5.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ff4928dc1e9704b567171c16787238201fdbf023665573c12c02146fe1e02eec" } ,
{ file = "ujson-5.5.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1dc2f46c31ef22b0aaa28cd71be897bea271e700636658d573df9c43c49ebbd0" } ,
{ file = "ujson-5.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6019e3480d933d3698f2ecb4b46d64bfadd64e718f04fac36e681f3254b49a93" } ,
{ file = "ujson-5.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5179088ef6487c475604b7898731a6ddeeada7702cfb2162155b016703a8475" } ,
{ file = "ujson-5.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c04ae27e076d81a3839047d8eed57c1e17e361640616fd520d752375e3ba8f0c" } ,
{ file = "ujson-5.5.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:60a4b481978ea2aad8fe8af1ecc271624d01b3cf4b09e9b643dd2fe19c07634c" } ,
{ file = "ujson-5.5.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:7a09d203983104918c62f2eef9406f24c355511f9217967df23e70fa7f5b54ff" } ,
{ file = "ujson-5.5.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6b9812638d7aa8ecda2e8e1513fb4da999249603bffab7439a5f8f0bb362b0db" } ,
{ file = "ujson-5.5.0-cp310-cp310-win32.whl" , hash = "sha256:33cd9084fefc74cbacf88c92fd260b61211e00bcde38d640c369e5dc34a2b4e1" } ,
{ file = "ujson-5.5.0-cp310-cp310-win_amd64.whl" , hash = "sha256:765d46f3d5e7a1d48075035e2d1a9164f683e3fccde834ca04602e6c588835bc" } ,
{ file = "ujson-5.5.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:278aa9d7cb56435c96d19f5d702e026bcf69f824e24b41e9b52706abd3565837" } ,
{ file = "ujson-5.5.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:9585892091ae86045135d6a6129a644142d6a51b23e1428bb5de6d10bc0ce0c7" } ,
{ file = "ujson-5.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cdc46859024501c20ab74ad542cdf2f08b94b5ce384f2f569483fa3ed926d04" } ,
{ file = "ujson-5.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d5bea13c73f36c4346808df3fa806596163a7962b6d28001ca2a391cab856089" } ,
{ file = "ujson-5.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3f3f4240d99d55eb97cb012e9adf401f5ed9cd827af0341ac44603832202b0d2" } ,
{ file = "ujson-5.5.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:d93940664a5ccfd79f72dcb939b0c31a3479889f14f0eb95ec52976f8c0cae7d" } ,
{ file = "ujson-5.5.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:880c84ce59f49776cf120f77e7ca04877c97c6887917078dbc369eb47004d7cf" } ,
{ file = "ujson-5.5.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:977bf5be704a88d46bf5b228df8b44521b1f3119d741062191608b3a6a38f224" } ,
{ file = "ujson-5.5.0-cp311-cp311-win32.whl" , hash = "sha256:e0b36257dc90194784531c3b922d8d31fb2b4d8e5adfd27aff4eee7174176365" } ,
{ file = "ujson-5.5.0-cp311-cp311-win_amd64.whl" , hash = "sha256:a34a5f034b339f69ef7f6a134c22d04b92e07b6ddc1dd65382e7e4ec65d6437d" } ,
{ file = "ujson-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:f26544bc10c83a2ff9aa2e093500c1b473f327faae31fb468d591e5823333376" } ,
{ file = "ujson-5.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5fd797a4837ba10671954e7c09010cec7aca67e09d193f4920a16beea5f66f65" } ,
{ file = "ujson-5.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7d7cfac2547c93389fa303fc0c0eb6698825564e8389c41c9b60009c746207b6" } ,
{ file = "ujson-5.5.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f4875cafc9a6482c04c7df52a725d1c41beb74913c0ff4ec8f189f1954a2afe9" } ,
{ file = "ujson-5.5.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:0762a4fdf86e01f3f8d8b6b7158d01fdd870799ff3f402b676e358fcd879e7eb" } ,
{ file = "ujson-5.5.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:6c7ae6e0778ab9610f5e80e0595957d101ab8de18c32a8c053a19943ef4831d0" } ,
{ file = "ujson-5.5.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:94874584b733a18b310b0e954d53168e62cd4a0fd9db85b1903f0902a7eb33e8" } ,
{ file = "ujson-5.5.0-cp37-cp37m-win32.whl" , hash = "sha256:3b74467564814fbce322427a5664e6bcc7dae6dbc8acbef76300fe43ca4072ab" } ,
{ file = "ujson-5.5.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:59cdcd934385f36e8bd76aedc234371cc75c848d95bdce804ac8aa8744cfeffa" } ,
{ file = "ujson-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2e506ecf89b6b9d304362ccef770831ec242a52c89dab1b4aabf1ab0eb1d5ed6" } ,
{ file = "ujson-5.5.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:10095160dbe6bba8059ad6677a01da251431f4c68041bf796dcac0956b34f8f7" } ,
{ file = "ujson-5.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5035bb997d163f346c22abcec75190e7e756a5349e7c708bd3d5fd7066a9a854" } ,
{ file = "ujson-5.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a7d12f2d2df195c8c4e49d2cdbad640353a856c62ca2c624d8b47aa33b65a2a2" } ,
{ file = "ujson-5.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1a485117f97312bef45f5d79d2ff97eff4da503b8a04f3691f59d31141686459" } ,
{ file = "ujson-5.5.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:21678d7e068707e4d54bdfeb8c250ebc548b51e499aed778b22112ca31a79669" } ,
{ file = "ujson-5.5.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:5a9b1320d8363a42d857fae8065a2174d38217cdd58cd8dc4f48d54e0591271e" } ,
{ file = "ujson-5.5.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:701e81e047f5c0cffd4ac828efca68b0bd270c616654966a051e9a5f836b385e" } ,
{ file = "ujson-5.5.0-cp38-cp38-win32.whl" , hash = "sha256:1cef44ea4973344baed3d50a5da4a8843de3a6af7dea7fadf0a594e53ce5892f" } ,
{ file = "ujson-5.5.0-cp38-cp38-win_amd64.whl" , hash = "sha256:e510d288e613d6927796dfb728e13e4530fc83b9ccac5888a21f7860486eab21" } ,
{ file = "ujson-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e1135264bcd40965cd35b0869e36952f54825024befdc7a923df9a7d83cfd800" } ,
{ file = "ujson-5.5.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:703fd69d9cb21d6ec2086789df9be2cf8140a76ff127050c24007ea8940dcd3b" } ,
{ file = "ujson-5.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:849f2ff40264152f25589cb48ddb4a43d14db811f841ec73989bfc0c8c4853fa" } ,
{ file = "ujson-5.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bf416a93e1331820c77e3429df26946dbd4fe105e9b487cd2d1b7298b75784a8" } ,
{ file = "ujson-5.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:593a0f6fb0e186c5ba65465ed6f6215a30d1efa898c25e74de1c8577a1bff6d0" } ,
{ file = "ujson-5.5.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7c20cc83b0df47129ec6ed8a47fa7dcfc309c5bad029464004162738502568bb" } ,
{ file = "ujson-5.5.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:6f83be8257b2f2dd6dea5ee62cd28db90584da7a7af1fba77a2102fc7943638a" } ,
{ file = "ujson-5.5.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8141f654432cf75144d6103bfac2286b8adf23467201590b173a74535d6be22d" } ,
{ file = "ujson-5.5.0-cp39-cp39-win32.whl" , hash = "sha256:3fe1aea596f9539fc20cd9e52f098c842afc090168824fd4ca9744fe13151a03" } ,
{ file = "ujson-5.5.0-cp39-cp39-win_amd64.whl" , hash = "sha256:a655f7b755cfc5c07f2116b6dcf0ba148c89adef9a6d40c1b0f1fada878c4345" } ,
{ file = "ujson-5.5.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:f19f11055ba2961eb39bdb1ff15763a53fca4fa0b5b624da3c7a528e83cdd09c" } ,
{ file = "ujson-5.5.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7d87c817b292efb748f1974f37e8bb8a8772ef92f05f84e507159360814bcc3f" } ,
{ file = "ujson-5.5.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f9681ec4c60d0da590552427d770636d9079038c30b265f507ccde23caa7823" } ,
{ file = "ujson-5.5.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f63d1ae1ca17bb2c847e298c7bcf084a73d56d434b4c50509fb93a4b4300b0b2" } ,
{ file = "ujson-5.5.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:95603eff711b8f3b9596e1c961dbeb745a792ba1904141612f194e07edd71e5f" } ,
{ file = "ujson-5.5.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:2d90414e3b4b44b39825049185959488e084ea7fcaf6124afd5c00893938b09d" } ,
{ file = "ujson-5.5.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7471d4486f23518cff343f1eec6c68d1b977ed74c3e6cc3e1ac896b9b7d68645" } ,
{ file = "ujson-5.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ee9a2c9a4b2421e77f8fe33ed0621dea03c66c710707553020b1e32f3afb6240" } ,
{ file = "ujson-5.5.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4a8cb3c8637006c5bd8237ebb5992a76ba06e39988ad5cff2096227443e8fd6a" } ,
{ file = "ujson-5.5.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:d9c89c521dc90c7564358e525f849b93ad1d710553c1491f66b8cce8113bc901" } ,
{ file = "ujson-5.5.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:2ab011e3556a9a1d9461bd686870c527327765ed02fe53550531d6609a8a33ff" } ,
{ file = "ujson-5.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:603607f56a0ee84d9cd2c7e9b1d29b18a70684b94ee34f07b9ffe8dc9c8a9f81" } ,
{ file = "ujson-5.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d75bef34e69e7effb7b4849e3f830e3174d2cc6ec7273503fdde111c222dc9b3" } ,
{ file = "ujson-5.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abfe83e082c9208891e2158c1b5044a650ecec408b823bf6bf16cd7f8085cafa" } ,
{ file = "ujson-5.5.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:4ef4ab8352861b99bd7fedb1fc6df3ea7f7d5216c789ba6d859e4ea06f1a4c45" } ,
{ file = "ujson-5.5.0.tar.gz" , hash = "sha256:b25077a971c7da47bd6846a912a747f6963776d90720c88603b1b55d81790780" } ,
]
uvicorn = [
{ file = "uvicorn-0.18.3-py3-none-any.whl" , hash = "sha256:0abd429ebb41e604ed8d2be6c60530de3408f250e8d2d84967d85ba9e86fe3af" } ,
{ file = "uvicorn-0.18.3.tar.gz" , hash = "sha256:9a66e7c42a2a95222f76ec24a4b754c158261c4696e683b9dadc72b590e0311b" } ,
]
uvloop = [
{ file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ce9f61938d7155f79d3cb2ffa663147d4a76d16e08f65e2c66b77bd41b356718" } ,
{ file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:68532f4349fd3900b839f588972b3392ee56042e440dd5873dfbbcd2cc67617c" } ,
{ file = "uvloop-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0949caf774b9fcefc7c5756bacbbbd3fc4c05a6b7eebc7c7ad6f825b23998d6d" } ,
{ file = "uvloop-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff3d00b70ce95adce264462c930fbaecb29718ba6563db354608f37e49e09024" } ,
{ file = "uvloop-0.17.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:a5abddb3558d3f0a78949c750644a67be31e47936042d4f6c888dd6f3c95f4aa" } ,
{ file = "uvloop-0.17.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8efcadc5a0003d3a6e887ccc1fb44dec25594f117a94e3127954c05cf144d811" } ,
{ file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:3378eb62c63bf336ae2070599e49089005771cc651c8769aaad72d1bd9385a7c" } ,
{ file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6aafa5a78b9e62493539456f8b646f85abc7093dd997f4976bb105537cf2635e" } ,
{ file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c686a47d57ca910a2572fddfe9912819880b8765e2f01dc0dd12a9bf8573e539" } ,
{ file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:864e1197139d651a76c81757db5eb199db8866e13acb0dfe96e6fc5d1cf45fc4" } ,
{ file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:2a6149e1defac0faf505406259561bc14b034cdf1d4711a3ddcdfbaa8d825a05" } ,
{ file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6708f30db9117f115eadc4f125c2a10c1a50d711461699a0cbfaa45b9a78e376" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:23609ca361a7fc587031429fa25ad2ed7242941adec948f9d10c045bfecab06b" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2deae0b0fb00a6af41fe60a675cec079615b01d68beb4cc7b722424406b126a8" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45cea33b208971e87a31c17622e4b440cac231766ec11e5d22c76fab3bf9df62" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:9b09e0f0ac29eee0451d71798878eae5a4e6a91aa275e114037b27f7db72702d" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:dbbaf9da2ee98ee2531e0c780455f2841e4675ff580ecf93fe5c48fe733b5667" } ,
{ file = "uvloop-0.17.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a4aee22ece20958888eedbad20e4dbb03c37533e010fb824161b4f05e641f738" } ,
{ file = "uvloop-0.17.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:307958f9fc5c8bb01fad752d1345168c0abc5d62c1b72a4a8c6c06f042b45b20" } ,
{ file = "uvloop-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ebeeec6a6641d0adb2ea71dcfb76017602ee2bfd8213e3fcc18d8f699c5104f" } ,
{ file = "uvloop-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1436c8673c1563422213ac6907789ecb2b070f5939b9cbff9ef7113f2b531595" } ,
{ file = "uvloop-0.17.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8887d675a64cfc59f4ecd34382e5b4f0ef4ae1da37ed665adba0c2badf0d6578" } ,
{ file = "uvloop-0.17.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3db8de10ed684995a7f34a001f15b374c230f7655ae840964d51496e2f8a8474" } ,
{ file = "uvloop-0.17.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7d37dccc7ae63e61f7b96ee2e19c40f153ba6ce730d8ba4d3b4e9738c1dccc1b" } ,
{ file = "uvloop-0.17.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:cbbe908fda687e39afd6ea2a2f14c2c3e43f2ca88e3a11964b297822358d0e6c" } ,
{ file = "uvloop-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3d97672dc709fa4447ab83276f344a165075fd9f366a97b712bdd3fee05efae8" } ,
{ file = "uvloop-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f1e507c9ee39c61bfddd79714e4f85900656db1aec4d40c6de55648e85c2799c" } ,
{ file = "uvloop-0.17.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:c092a2c1e736086d59ac8e41f9c98f26bbf9b9222a76f21af9dfe949b99b2eb9" } ,
{ file = "uvloop-0.17.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:30babd84706115626ea78ea5dbc7dd8d0d01a2e9f9b306d24ca4ed5796c66ded" } ,
{ file = "uvloop-0.17.0.tar.gz" , hash = "sha256:0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1" } ,
]
watchfiles = [
2022-11-15 22:04:13 +08:00
{ file = "watchfiles-0.18.1-cp37-abi3-macosx_10_7_x86_64.whl" , hash = "sha256:9891d3c94272108bcecf5597a592e61105279def1313521e637f2d5acbe08bc9" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:7102342d60207fa635e24c02a51c6628bf0472e5fef067f78a612386840407fc" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:00ea0081eca5e8e695cffbc3a726bb90da77f4e3f78ce29b86f0d95db4e70ef7" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1b8e6db99e49cd7125d8a4c9d33c0735eea7b75a942c6ad68b75be3e91c242fb" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:bc7c726855f04f22ac79131b51bf0c9f728cb2117419ed830a43828b2c4a5fcb" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cbaff354d12235002e62d9d3fa8bcf326a8490c1179aa5c17195a300a9e5952f" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:888db233e06907c555eccd10da99b9cd5ed45deca47e41766954292dc9f7b198" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:dde79930d1b28f15994ad6613aa2865fc7a403d2bb14585a8714a53233b15717" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-win32.whl" , hash = "sha256:e2b2bdd26bf8d6ed90763e6020b475f7634f919dbd1730ea1b6f8cb88e21de5d" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-win_amd64.whl" , hash = "sha256:c541e0f2c3e95e83e4f84561c893284ba984e9d0025352057396d96dceb09f44" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-win_arm64.whl" , hash = "sha256:9a26272ef3e930330fc0c2c148cc29706cc2c40d25760c7ccea8d768a8feef8b" } ,
{ file = "watchfiles-0.18.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:9fb12a5e2b42e0b53769455ff93546e6bc9ab14007fbd436978d827a95ca5bd1" } ,
{ file = "watchfiles-0.18.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:548d6b42303d40264118178053c78820533b683b20dfbb254a8706ca48467357" } ,
{ file = "watchfiles-0.18.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6e0d8fdfebc50ac7569358f5c75f2b98bb473befccf9498cf23b3e39993bb45a" } ,
{ file = "watchfiles-0.18.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:0f9a22fff1745e2bb930b1e971c4c5b67ea3b38ae17a6adb9019371f80961219" } ,
{ file = "watchfiles-0.18.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b02e7fa03cd4059dd61ff0600080a5a9e7a893a85cb8e5178943533656eec65e" } ,
{ file = "watchfiles-0.18.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a868ce2c7565137f852bd4c863a164dc81306cae7378dbdbe4e2aca51ddb8857" } ,
{ file = "watchfiles-0.18.1.tar.gz" , hash = "sha256:4ec0134a5e31797eb3c6c624dbe9354f2a8ee9c720e0b46fc5b7bab472b7c6d4" } ,
2022-10-13 19:36:54 +08:00
]
websockets = [
2022-11-15 22:04:13 +08:00
{ file = "websockets-10.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d58804e996d7d2307173d56c297cf7bc132c52df27a3efaac5e8d43e36c21c48" } ,
{ file = "websockets-10.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bc0b82d728fe21a0d03e65f81980abbbcb13b5387f733a1a870672c5be26edab" } ,
{ file = "websockets-10.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ba089c499e1f4155d2a3c2a05d2878a3428cf321c848f2b5a45ce55f0d7d310c" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33d69ca7612f0ddff3316b0c7b33ca180d464ecac2d115805c044bf0a3b0d032" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:62e627f6b6d4aed919a2052efc408da7a545c606268d5ab5bfab4432734b82b4" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:38ea7b82bfcae927eeffc55d2ffa31665dc7fec7b8dc654506b8e5a518eb4d50" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e0cb5cc6ece6ffa75baccfd5c02cffe776f3f5c8bf486811f9d3ea3453676ce8" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:ae5e95cfb53ab1da62185e23b3130e11d64431179debac6dc3c6acf08760e9b1" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7c584f366f46ba667cfa66020344886cf47088e79c9b9d39c84ce9ea98aaa331" } ,
{ file = "websockets-10.4-cp310-cp310-win32.whl" , hash = "sha256:b029fb2032ae4724d8ae8d4f6b363f2cc39e4c7b12454df8df7f0f563ed3e61a" } ,
{ file = "websockets-10.4-cp310-cp310-win_amd64.whl" , hash = "sha256:8dc96f64ae43dde92530775e9cb169979f414dcf5cff670455d81a6823b42089" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:47a2964021f2110116cc1125b3e6d87ab5ad16dea161949e7244ec583b905bb4" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e789376b52c295c4946403bd0efecf27ab98f05319df4583d3c48e43c7342c2f" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7d3f0b61c45c3fa9a349cf484962c559a8a1d80dae6977276df8fd1fa5e3cb8c" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f55b5905705725af31ccef50e55391621532cd64fbf0bc6f4bac935f0fccec46" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:00c870522cdb69cd625b93f002961ffb0c095394f06ba8c48f17eef7c1541f96" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f38706e0b15d3c20ef6259fd4bc1700cd133b06c3c1bb108ffe3f8947be15fa" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f2c38d588887a609191d30e902df2a32711f708abfd85d318ca9b367258cfd0c" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:fe10ddc59b304cb19a1bdf5bd0a7719cbbc9fbdd57ac80ed436b709fcf889106" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:90fcf8929836d4a0e964d799a58823547df5a5e9afa83081761630553be731f9" } ,
{ file = "websockets-10.4-cp311-cp311-win32.whl" , hash = "sha256:b9968694c5f467bf67ef97ae7ad4d56d14be2751000c1207d31bf3bb8860bae8" } ,
{ file = "websockets-10.4-cp311-cp311-win_amd64.whl" , hash = "sha256:a7a240d7a74bf8d5cb3bfe6be7f21697a28ec4b1a437607bae08ac7acf5b4882" } ,
{ file = "websockets-10.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:74de2b894b47f1d21cbd0b37a5e2b2392ad95d17ae983e64727e18eb281fe7cb" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e3a686ecb4aa0d64ae60c9c9f1a7d5d46cab9bfb5d91a2d303d00e2cd4c4c5cc" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b0d15c968ea7a65211e084f523151dbf8ae44634de03c801b8bd070b74e85033" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:00213676a2e46b6ebf6045bc11d0f529d9120baa6f58d122b4021ad92adabd41" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:e23173580d740bf8822fd0379e4bf30aa1d5a92a4f252d34e893070c081050df" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:dd500e0a5e11969cdd3320935ca2ff1e936f2358f9c2e61f100a1660933320ea" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:4239b6027e3d66a89446908ff3027d2737afc1a375f8fd3eea630a4842ec9a0c" } ,
{ file = "websockets-10.4-cp37-cp37m-win32.whl" , hash = "sha256:8a5cc00546e0a701da4639aa0bbcb0ae2bb678c87f46da01ac2d789e1f2d2038" } ,
{ file = "websockets-10.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:a9f9a735deaf9a0cadc2d8c50d1a5bcdbae8b6e539c6e08237bc4082d7c13f28" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5c1289596042fad2cdceb05e1ebf7aadf9995c928e0da2b7a4e99494953b1b94" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0cff816f51fb33c26d6e2b16b5c7d48eaa31dae5488ace6aae468b361f422b63" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:dd9becd5fe29773d140d68d607d66a38f60e31b86df75332703757ee645b6faf" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45ec8e75b7dbc9539cbfafa570742fe4f676eb8b0d3694b67dabe2f2ceed8aa6" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f72e5cd0f18f262f5da20efa9e241699e0cf3a766317a17392550c9ad7b37d8" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:185929b4808b36a79c65b7865783b87b6841e852ef5407a2fb0c03381092fa3b" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:7d27a7e34c313b3a7f91adcd05134315002aaf8540d7b4f90336beafaea6217c" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:884be66c76a444c59f801ac13f40c76f176f1bfa815ef5b8ed44321e74f1600b" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:931c039af54fc195fe6ad536fde4b0de04da9d5916e78e55405436348cfb0e56" } ,
{ file = "websockets-10.4-cp38-cp38-win32.whl" , hash = "sha256:db3c336f9eda2532ec0fd8ea49fef7a8df8f6c804cdf4f39e5c5c0d4a4ad9a7a" } ,
{ file = "websockets-10.4-cp38-cp38-win_amd64.whl" , hash = "sha256:48c08473563323f9c9debac781ecf66f94ad5a3680a38fe84dee5388cf5acaf6" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:40e826de3085721dabc7cf9bfd41682dadc02286d8cf149b3ad05bff89311e4f" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:56029457f219ade1f2fc12a6504ea61e14ee227a815531f9738e41203a429112" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f5fc088b7a32f244c519a048c170f14cf2251b849ef0e20cbbb0fdf0fdaf556f" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2fc8709c00704194213d45e455adc106ff9e87658297f72d544220e32029cd3d" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0154f7691e4fe6c2b2bc275b5701e8b158dae92a1ab229e2b940efe11905dff4" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c6d2264f485f0b53adf22697ac11e261ce84805c232ed5dbe6b1bcb84b00ff0" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9bc42e8402dc5e9905fb8b9649f57efcb2056693b7e88faa8fb029256ba9c68c" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:edc344de4dac1d89300a053ac973299e82d3db56330f3494905643bb68801269" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:84bc2a7d075f32f6ed98652db3a680a17a4edb21ca7f80fe42e38753a58ee02b" } ,
{ file = "websockets-10.4-cp39-cp39-win32.whl" , hash = "sha256:c94ae4faf2d09f7c81847c63843f84fe47bf6253c9d60b20f25edfd30fb12588" } ,
{ file = "websockets-10.4-cp39-cp39-win_amd64.whl" , hash = "sha256:bbccd847aa0c3a69b5f691a84d2341a4f8a629c6922558f2a70611305f902d74" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:82ff5e1cae4e855147fd57a2863376ed7454134c2bf49ec604dfe71e446e2193" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d210abe51b5da0ffdbf7b43eed0cfdff8a55a1ab17abbec4301c9ff077dd0342" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:942de28af58f352a6f588bc72490ae0f4ccd6dfc2bd3de5945b882a078e4e179" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9b27d6c1c6cd53dc93614967e9ce00ae7f864a2d9f99fe5ed86706e1ecbf485" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:3d3cac3e32b2c8414f4f87c1b2ab686fa6284a980ba283617404377cd448f631" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:da39dd03d130162deb63da51f6e66ed73032ae62e74aaccc4236e30edccddbb0" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:389f8dbb5c489e305fb113ca1b6bdcdaa130923f77485db5b189de343a179393" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:09a1814bb15eff7069e51fed0826df0bc0702652b5cb8f87697d469d79c23576" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff64a1d38d156d429404aaa84b27305e957fd10c30e5880d1765c9480bea490f" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:b343f521b047493dc4022dd338fc6db9d9282658862756b4f6fd0e996c1380e1" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:932af322458da7e4e35df32f050389e13d3d96b09d274b22a7aa1808f292fee4" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d6a4162139374a49eb18ef5b2f4da1dd95c994588f5033d64e0bbfda4b6b6fcf" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c57e4c1349fbe0e446c9fa7b19ed2f8a4417233b6984277cce392819123142d3" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b627c266f295de9dea86bd1112ed3d5fafb69a348af30a2422e16590a8ecba13" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:05a7233089f8bd355e8cbe127c2e8ca0b4ea55467861906b80d2ebc7db4d6b72" } ,
{ file = "websockets-10.4.tar.gz" , hash = "sha256:eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3" } ,
2022-10-13 19:36:54 +08:00
]
win32-setctime = [
{ file = "win32_setctime-1.1.0-py3-none-any.whl" , hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad" } ,
{ file = "win32_setctime-1.1.0.tar.gz" , hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2" } ,
]
wordcloud = [
{ file = "wordcloud-1.8.2.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2a90f512c1c3c2a483d9d12b06a80124cecf813ec7a49b328dce6181c5440f2d" } ,
{ file = "wordcloud-1.8.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e6376f09543416d03844313d7e6e39eb0a42547e07001ac50be93fbd4c6c4431" } ,
{ file = "wordcloud-1.8.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:334318eb345eafc3494d81fbbe11823fc945833e6a77cf05c7a6a1b88c1e1db0" } ,
{ file = "wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:c162814bc0ca2f1436e553ef8c451009c689f5a3f04be8acb5f1df7389b2dbc2" } ,
{ file = "wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:66bd735eb869a769806154067da01ecaeb4ce165d3c523c306e8ea7d376a1706" } ,
{ file = "wordcloud-1.8.2.2-cp310-cp310-win32.whl" , hash = "sha256:7344df98ea8556a4f8e12924cf0b2e2d7055b1565440fd0c2a453c2b7e1e240b" } ,
{ file = "wordcloud-1.8.2.2-cp310-cp310-win_amd64.whl" , hash = "sha256:bc2974162313e3702cfd314401c943bb94add4ae64a4d7d4ecdf93863133b5e1" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:90174d2154d554e186e4db14121315bb0e2cb4b0c88d0ca0f8f99831f672cfea" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:948a947960ce688088e7617c9f82c26a0992c1e4e28a4de1f9a0afa736102556" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:52acd837fdd26239352f77be1491148b36e77f3c31ce7a9fe232664bfadd1a2c" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:a17055e10baee8e5f19d2b72c474d59dfb45660f66b92d3468fef44f0cc67b37" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:7b0a7e43b961ea7be13d7d7397fd131f8e795e1b36a23fdcab914a14d7c50def" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-win32.whl" , hash = "sha256:3d4da63b8f315caf3f715b23ab0a05d43139b9395e5e78b7e12b7ed2701d3a8e" } ,
{ file = "wordcloud-1.8.2.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:ccd027f089df42d9d99f0a2d227823f1248d49826b82dc942e6066a16b825d99" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:61b292af5d88e719a641bb832280b81902df24a39936e6cf87ae0b6ea7910262" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:43a71a15ac8f721f425d1030633f26a8037ddb767fe9bb45647fe5ed94b92eda" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:14f7d34c25ddad412fac32760bd5d6d1565a98821f6dd021cf6617203b0db5ae" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:cf81862e9ff7c7abca1fb883ee60d3274b1ce1b30f99cd07cc29c5f5d95cbab8" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:3639eeb7c8b09f71376c6369277fb78d2dd8c96648034c3c25ee0f34f3e9249c" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-win32.whl" , hash = "sha256:d2a966bdebdb4eab57ce4ce9a31e96b8772c0e5c46f7e334cb2e8afa59297d8a" } ,
{ file = "wordcloud-1.8.2.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b8fc88ce6bd9edb514473f10ea4fb14ef78fbd5266b56a614939c5a8a0256283" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9595200d2e30ba161f585dfc5bf568010e76adc7c7bbc5d7149f0bf3b96996aa" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b6573eaab49a3682822ea7208077ed5b81210daa3ddb41a9d4879f9803d7b6b" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:55f6416f9958042fe92d751962a3dfd83e583828504d9f6e8f886e034b3354d0" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:4580f1cbf42b3a0565b140d580d6e249230373b8fa31e4491620af1caec45e92" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3e3f01635def27b971f178b8bc3438f3be09d91f72ab3b51b90a1ae16e4028d8" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-win32.whl" , hash = "sha256:b4e4dcd8c1c2483c2c45082d1e9cd600924d84b52154324cce5579a3dac33c46" } ,
{ file = "wordcloud-1.8.2.2-cp38-cp38-win_amd64.whl" , hash = "sha256:31c09d77a01b3d5638f2e0e043cfcb0d90f1c8b4d12864132e1d421dc525467f" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f6377f570838661ade045793e100f506a4e1f92ddac23455470a03617e30d2a8" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b50378e7cb7b9a1990ff3a10dfcad968185a1fbfd99de68c436245bbd5cd669" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d76e1939ca45907dcdf8b17fd64d5a392534f42a90b6194e806f08b65ed73948" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:c70fd9ff86a4370d0ba9aede977440635a859b3c6a86693e178f2ecb4369e153" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c1fa72f4f94d7236eb6a1a86cfcfa6df292411047320c8deb173cac379a87c2a" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-win32.whl" , hash = "sha256:55224971bd7c3ba2a1038dd5aefa0559b3a320bf6f0b864c0469db5dfa7d587b" } ,
{ file = "wordcloud-1.8.2.2-cp39-cp39-win_amd64.whl" , hash = "sha256:a3e6c77da50d1f5263281c72db8c2cf5893b2dd624ce684910b7830eb7069163" } ,
{ file = "wordcloud-1.8.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:be045984d2cdb4f181c7aff24001a97ade10d04b1098ac5c859748e2802263f4" } ,
{ file = "wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:15da7c4ff531b19527fb605da11e747d418a4d81d78503c34fb11babf3196b7a" } ,
{ file = "wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dd6d3f253f163ce21f6efc2cc675caf16ce474977de925b0adcdae9b97fe8659" } ,
{ file = "wordcloud-1.8.2.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:47f329426a0952a4509d4d0c8b84867f8d11e65cb81ee852ebcfad588598cda8" } ,
{ file = "wordcloud-1.8.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:001a0b4483fe4ec26302b306c1590a4c44a99483c2da8232012ac62177296594" } ,
{ file = "wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d512c9867a43cbbfa51661ea2d7e3e84c4309ef29ee1be3e10b64f9d3353bd70" } ,
{ file = "wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c887681e9353e559f25421bfd3b358990ae80ed77c42f28eed810ab180047578" } ,
{ file = "wordcloud-1.8.2.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:aa0ddb25cde58232131072870f139d6c737d74d7a3b6a80fcb9721f3b9b2e7bb" } ,
{ file = "wordcloud-1.8.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:16ed864495573094e5b64f424d66d9030a638569182ad7c5b2c8e11ab78a2541" } ,
{ file = "wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:19c444200056b3d75b5d84a6cc018d6491da1841462546663ea3a88300db03f1" } ,
{ file = "wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1dc69a57a349272119ae633b8d6bcc9cde600aeb4342261e12ce169badcd28ca" } ,
{ file = "wordcloud-1.8.2.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:3c39bd66f172f56257f09cec8fe246cd11ef36e9e16eeabe88933788d983c6a1" } ,
{ file = "wordcloud-1.8.2.2.tar.gz" , hash = "sha256:523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c" } ,
]
yarl = [
{ file = "yarl-1.8.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:abc06b97407868ef38f3d172762f4069323de52f2b70d133d096a48d72215d28" } ,
{ file = "yarl-1.8.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:07b21e274de4c637f3e3b7104694e53260b5fc10d51fb3ec5fed1da8e0f754e3" } ,
{ file = "yarl-1.8.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9de955d98e02fab288c7718662afb33aab64212ecb368c5dc866d9a57bf48880" } ,
{ file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ec362167e2c9fd178f82f252b6d97669d7245695dc057ee182118042026da40" } ,
{ file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:20df6ff4089bc86e4a66e3b1380460f864df3dd9dccaf88d6b3385d24405893b" } ,
{ file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5999c4662631cb798496535afbd837a102859568adc67d75d2045e31ec3ac497" } ,
{ file = "yarl-1.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ed19b74e81b10b592084a5ad1e70f845f0aacb57577018d31de064e71ffa267a" } ,
{ file = "yarl-1.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e4808f996ca39a6463f45182e2af2fae55e2560be586d447ce8016f389f626f" } ,
{ file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:2d800b9c2eaf0684c08be5f50e52bfa2aa920e7163c2ea43f4f431e829b4f0fd" } ,
{ file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6628d750041550c5d9da50bb40b5cf28a2e63b9388bac10fedd4f19236ef4957" } ,
{ file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:f5af52738e225fcc526ae64071b7e5342abe03f42e0e8918227b38c9aa711e28" } ,
{ file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:76577f13333b4fe345c3704811ac7509b31499132ff0181f25ee26619de2c843" } ,
{ file = "yarl-1.8.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:0c03f456522d1ec815893d85fccb5def01ffaa74c1b16ff30f8aaa03eb21e453" } ,
{ file = "yarl-1.8.1-cp310-cp310-win32.whl" , hash = "sha256:ea30a42dc94d42f2ba4d0f7c0ffb4f4f9baa1b23045910c0c32df9c9902cb272" } ,
{ file = "yarl-1.8.1-cp310-cp310-win_amd64.whl" , hash = "sha256:9130ddf1ae9978abe63808b6b60a897e41fccb834408cde79522feb37fb72fb0" } ,
{ file = "yarl-1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0ab5a138211c1c366404d912824bdcf5545ccba5b3ff52c42c4af4cbdc2c5035" } ,
{ file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0fb2cb4204ddb456a8e32381f9a90000429489a25f64e817e6ff94879d432fc" } ,
{ file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:85cba594433915d5c9a0d14b24cfba0339f57a2fff203a5d4fd070e593307d0b" } ,
{ file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1ca7e596c55bd675432b11320b4eacc62310c2145d6801a1f8e9ad160685a231" } ,
{ file = "yarl-1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d0f77539733e0ec2475ddcd4e26777d08996f8cd55d2aef82ec4d3896687abda" } ,
{ file = "yarl-1.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:29e256649f42771829974e742061c3501cc50cf16e63f91ed8d1bf98242e5507" } ,
{ file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7fce6cbc6c170ede0221cc8c91b285f7f3c8b9fe28283b51885ff621bbe0f8ee" } ,
{ file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:59ddd85a1214862ce7c7c66457f05543b6a275b70a65de366030d56159a979f0" } ,
{ file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:12768232751689c1a89b0376a96a32bc7633c08da45ad985d0c49ede691f5c0d" } ,
{ file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:b19255dde4b4f4c32e012038f2c169bb72e7f081552bea4641cab4d88bc409dd" } ,
{ file = "yarl-1.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:6c8148e0b52bf9535c40c48faebb00cb294ee577ca069d21bd5c48d302a83780" } ,
{ file = "yarl-1.8.1-cp37-cp37m-win32.whl" , hash = "sha256:de839c3a1826a909fdbfe05f6fe2167c4ab033f1133757b5936efe2f84904c07" } ,
{ file = "yarl-1.8.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:dd032e8422a52e5a4860e062eb84ac94ea08861d334a4bcaf142a63ce8ad4802" } ,
{ file = "yarl-1.8.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:19cd801d6f983918a3f3a39f3a45b553c015c5aac92ccd1fac619bd74beece4a" } ,
{ file = "yarl-1.8.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6347f1a58e658b97b0a0d1ff7658a03cb79bdbda0331603bed24dd7054a6dea1" } ,
{ file = "yarl-1.8.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:7c0da7e44d0c9108d8b98469338705e07f4bb7dab96dbd8fa4e91b337db42548" } ,
{ file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5587bba41399854703212b87071c6d8638fa6e61656385875f8c6dff92b2e461" } ,
{ file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:31a9a04ecccd6b03e2b0e12e82131f1488dea5555a13a4d32f064e22a6003cfe" } ,
{ file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:205904cffd69ae972a1707a1bd3ea7cded594b1d773a0ce66714edf17833cdae" } ,
{ file = "yarl-1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ea513a25976d21733bff523e0ca836ef1679630ef4ad22d46987d04b372d57fc" } ,
{ file = "yarl-1.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d0b51530877d3ad7a8d47b2fff0c8df3b8f3b8deddf057379ba50b13df2a5eae" } ,
{ file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:d2b8f245dad9e331540c350285910b20dd913dc86d4ee410c11d48523c4fd546" } ,
{ file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:ab2a60d57ca88e1d4ca34a10e9fb4ab2ac5ad315543351de3a612bbb0560bead" } ,
{ file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:449c957ffc6bc2309e1fbe67ab7d2c1efca89d3f4912baeb8ead207bb3cc1cd4" } ,
{ file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:a165442348c211b5dea67c0206fc61366212d7082ba8118c8c5c1c853ea4d82e" } ,
{ file = "yarl-1.8.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b3ded839a5c5608eec8b6f9ae9a62cb22cd037ea97c627f38ae0841a48f09eae" } ,
{ file = "yarl-1.8.1-cp38-cp38-win32.whl" , hash = "sha256:c1445a0c562ed561d06d8cbc5c8916c6008a31c60bc3655cdd2de1d3bf5174a0" } ,
{ file = "yarl-1.8.1-cp38-cp38-win_amd64.whl" , hash = "sha256:56c11efb0a89700987d05597b08a1efcd78d74c52febe530126785e1b1a285f4" } ,
{ file = "yarl-1.8.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e80ed5a9939ceb6fda42811542f31c8602be336b1fb977bccb012e83da7e4936" } ,
{ file = "yarl-1.8.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6afb336e23a793cd3b6476c30f030a0d4c7539cd81649683b5e0c1b0ab0bf350" } ,
{ file = "yarl-1.8.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4c322cbaa4ed78a8aac89b2174a6df398faf50e5fc12c4c191c40c59d5e28357" } ,
{ file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fae37373155f5ef9b403ab48af5136ae9851151f7aacd9926251ab26b953118b" } ,
{ file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5395da939ffa959974577eff2cbfc24b004a2fb6c346918f39966a5786874e54" } ,
{ file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:076eede537ab978b605f41db79a56cad2e7efeea2aa6e0fa8f05a26c24a034fb" } ,
{ file = "yarl-1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d1a50e461615747dd93c099f297c1994d472b0f4d2db8a64e55b1edf704ec1c" } ,
{ file = "yarl-1.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7de89c8456525650ffa2bb56a3eee6af891e98f498babd43ae307bd42dca98f6" } ,
{ file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4a88510731cd8d4befaba5fbd734a7dd914de5ab8132a5b3dde0bbd6c9476c64" } ,
{ file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:2d93a049d29df172f48bcb09acf9226318e712ce67374f893b460b42cc1380ae" } ,
{ file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:21ac44b763e0eec15746a3d440f5e09ad2ecc8b5f6dcd3ea8cb4773d6d4703e3" } ,
{ file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:d0272228fabe78ce00a3365ffffd6f643f57a91043e119c289aaba202f4095b0" } ,
{ file = "yarl-1.8.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:99449cd5366fe4608e7226c6cae80873296dfa0cde45d9b498fefa1de315a09e" } ,
{ file = "yarl-1.8.1-cp39-cp39-win32.whl" , hash = "sha256:8b0af1cf36b93cee99a31a545fe91d08223e64390c5ecc5e94c39511832a4bb6" } ,
{ file = "yarl-1.8.1-cp39-cp39-win_amd64.whl" , hash = "sha256:de49d77e968de6626ba7ef4472323f9d2e5a56c1d85b7c0e2a190b2173d3b9be" } ,
{ file = "yarl-1.8.1.tar.gz" , hash = "sha256:af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf" } ,
]