2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "aiofiles"
2022-09-13 11:41:58 +00:00
version = "22.1.0"
2022-09-04 05:52:33 +00:00
description = "File support for asyncio."
category = "main"
optional = false
2022-09-13 11:41:58 +00:00
python-versions = ">=3.7,<4.0"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "aiohttp"
2022-09-22 11:55:39 +00:00
version = "3.8.3"
2022-09-04 05:52:33 +00:00
description = "Async http client/server framework (asyncio)"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
aiosignal = ">=1.1.2"
async-timeout = ">=4.0.0a3,<5.0"
attrs = ">=17.3.0"
charset-normalizer = ">=2.0,<3.0"
frozenlist = ">=1.1.1"
multidict = ">=4.5,<7.0"
yarl = ">=1.0,<2.0"
[ package . extras ]
speedups = [ "Brotli" , "aiodns" , "cchardet" ]
[ [ package ] ]
name = "aiolimiter"
version = "1.0.0"
description = "asyncio rate limiter, a leaky bucket implementation"
category = "main"
optional = false
python-versions = ">=3.6.1,<4.0.0"
[ package . extras ]
docs = [ "aiohttp-theme (>=0.1.6,<0.2.0)" , "sphinx (>=2.2.1,<5.0.0)" , "sphinx-autodoc-typehints (>=1.10.3,<2.0.0)" , "sphinxcontrib-spelling (>=4.3,<8.0)" , "toml (>=0.10.0,<0.11.0)" ]
[ [ package ] ]
name = "aiosignal"
version = "1.2.0"
description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
frozenlist = ">=1.1.0"
[ [ package ] ]
name = "alembic"
2022-12-25 08:20:56 +00:00
version = "1.9.0"
2022-09-04 05:52:33 +00:00
description = "A database migration tool for SQLAlchemy."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-11-30 08:45:53 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.9\"" }
importlib-resources = { version = "*" , markers = "python_version < \"3.9\"" }
2022-09-04 05:52:33 +00:00
Mako = "*"
SQLAlchemy = ">=1.3.0"
[ package . extras ]
tz = [ "python-dateutil" ]
[ [ package ] ]
name = "anyio"
version = "3.6.1"
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 ]
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)" ]
[ [ package ] ]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "APScheduler"
version = "3.9.1"
description = "In-process task scheduler with Cron-like capabilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . dependencies ]
pytz = "*"
setuptools = ">=0.7"
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)" ]
testing = [ "mock" , "pytest" , "pytest-asyncio" , "pytest-asyncio (<0.6)" , "pytest-cov" , "pytest-tornado5" ]
tornado = [ "tornado (>=4.3)" ]
twisted = [ "twisted" ]
zookeeper = [ "kazoo" ]
2022-09-20 15:00:08 +00:00
[ [ package ] ]
name = "arko-wrapper"
2022-10-25 12:13:56 +00:00
version = "0.2.4"
2022-09-20 15:00:08 +00:00
description = "给你的Python迭代器加上魔法"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
typing-extensions = "*"
[ package . extras ]
test = [ "pytest" , "pytest-rerunfailures" ]
2022-12-04 11:56:39 +00:00
[ [ package ] ]
name = "async-lru"
version = "1.0.3"
description = "Simple lru_cache for asyncio"
category = "main"
optional = false
python-versions = ">=3.6"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "asyncmy"
version = "0.2.5"
description = "A fast asyncio MySQL driver"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[ [ package ] ]
name = "attrs"
version = "22.1.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
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" ]
2022-12-25 08:20:56 +00:00
tests-no-zope = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" ]
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "backports.zoneinfo"
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-09-04 05:52:33 +00:00
[ [ package ] ]
name = "beautifulsoup4"
version = "4.11.1"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
2022-12-15 10:23:57 +00:00
version = "22.12.0"
2022-09-04 05:52:33 +00:00
description = "The uncompromising code formatter."
category = "main"
optional = false
2022-10-07 12:31:19 +00:00
python-versions = ">=3.7"
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
2022-11-30 08:45:53 +00:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2022-09-04 05:52:33 +00:00
[ 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)" ]
[ [ package ] ]
name = "cachetools"
version = "5.2.0"
description = "Extensible memoizing collections and decorators"
category = "main"
optional = false
python-versions = "~=3.7"
[ [ package ] ]
name = "certifi"
2022-12-09 09:44:29 +00:00
version = "2022.12.7"
2022-09-04 05:52:33 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "charset-normalizer"
version = "2.1.1"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . extras ]
2022-12-25 08:20:56 +00:00
unicode-backport = [ "unicodedata2" ]
2022-09-04 05:52:33 +00: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\"" }
[ [ package ] ]
name = "colorama"
version = "0.4.5"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "colorlog"
version = "6.7.0"
description = "Add colours to the output of Python's logging module."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
development = [ "black" , "flake8" , "mypy" , "pytest" , "types-colorama" ]
2022-09-08 01:08:37 +00: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-09-04 05:52:33 +00:00
[ [ package ] ]
name = "Deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
wrapt = ">=1.10,<2"
[ package . extras ]
dev = [ "PyTest" , "PyTest (<5)" , "PyTest-Cov" , "PyTest-Cov (<2.6)" , "bump2version (<1)" , "configparser (<5)" , "importlib-metadata (<3)" , "importlib-resources (<4)" , "sphinx (<2)" , "sphinxcontrib-websupport (<2)" , "tox" , "zipp (<2)" ]
2022-09-08 01:08:37 +00:00
[ [ package ] ]
name = "enkanetwork.py"
2022-12-25 08:20:56 +00:00
version = "1.3.0"
2022-09-08 01:08:37 +00:00
description = "Library for fetching JSON data from site https://enka.network/"
category = "main"
optional = false
python-versions = ">=3.6"
develop = false
[ package . dependencies ]
aiohttp = "*"
pydantic = "*"
[ package . source ]
type = "git"
url = "https://github.com/mrwan200/EnkaNetwork.py"
reference = "HEAD"
2022-12-15 10:23:57 +00:00
resolved_reference = "ddd9e35c67e79e4f246e9caae04386bfe1310e9d"
2022-09-08 01:08:37 +00:00
2022-10-20 07:48:40 +00:00
[ [ package ] ]
name = "et-xmlfile"
version = "1.1.0"
description = "An implementation of lxml.xmlfile for the standard library"
category = "main"
optional = false
python-versions = ">=3.6"
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "exceptiongroup"
version = "1.0.4"
description = "Backport of PEP 654 (exception groups)"
category = "main"
optional = true
python-versions = ">=3.7"
[ package . extras ]
test = [ "pytest (>=6)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "fakeredis"
2022-12-07 00:37:33 +00:00
version = "2.2.0"
2022-09-04 05:52:33 +00:00
description = "Fake implementation of redis API for testing purposes."
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
2022-11-23 10:32:12 +00:00
redis = "<4.5"
2022-09-04 05:52:33 +00:00
sortedcontainers = ">=2.4.0,<3.0.0"
[ package . extras ]
2022-12-01 11:48:39 +00:00
json = [ "jsonpath-ng (>=1.5,<2.0)" ]
lua = [ "lupa (>=1.14,<2.0)" ]
2022-09-04 05:52:33 +00:00
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "fastapi"
2022-11-28 11:59:13 +00:00
version = "0.88.0"
2022-10-12 13:39:47 +00:00
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.7"
[ 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"
2022-11-28 11:59:13 +00:00
starlette = "0.22.0"
2022-10-12 13:39:47 +00:00
[ package . extras ]
2022-11-14 10:27:20 +00:00
all = [ "email-validator (>=1.1.1)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=2.11.2)" , "orjson (>=3.2.1)" , "python-multipart (>=0.0.5)" , "pyyaml (>=5.3.1)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)" , "uvicorn[standard] (>=0.12.0)" ]
2022-11-28 11:59:13 +00:00
dev = [ "pre-commit (>=2.17.0,<3.0.0)" , "ruff (==0.0.138)" , "uvicorn[standard] (>=0.12.0,<0.19.0)" ]
2022-11-04 10:39:46 +00:00
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[all] (>=0.6.1,<0.7.0)" ]
2022-11-28 11:59:13 +00:00
test = [ "anyio[trio] (>=3.2.1,<4.0.0)" , "black (==22.10.0)" , "coverage[toml] (>=6.5.0,<7.0)" , "databases[sqlite] (>=0.3.2,<0.7.0)" , "email-validator (>=1.1.1,<2.0.0)" , "flask (>=1.1.2,<3.0.0)" , "httpx (>=0.23.0,<0.24.0)" , "isort (>=5.0.6,<6.0.0)" , "mypy (==0.982)" , "orjson (>=3.2.1,<4.0.0)" , "passlib[bcrypt] (>=1.7.2,<2.0.0)" , "peewee (>=3.13.3,<4.0.0)" , "pytest (>=7.1.3,<8.0.0)" , "python-jose[cryptography] (>=3.3.0,<4.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "pyyaml (>=5.3.1,<7.0.0)" , "ruff (==0.0.138)" , "sqlalchemy (>=1.3.18,<=1.4.41)" , "types-orjson (==3.6.2)" , "types-ujson (==5.5.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)" ]
2022-10-12 13:39:47 +00:00
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "flaky"
version = "3.7.0"
description = "Plugin for nose or pytest that automatically reruns flaky tests."
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "frozenlist"
version = "1.3.1"
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "genshin"
2022-12-25 08:20:56 +00:00
version = "1.5.0"
description = ""
2022-09-04 05:52:33 +00:00
category = "main"
optional = false
python-versions = ">=3.8"
develop = false
[ package . dependencies ]
aiohttp = "*"
pydantic = "*"
[ package . extras ]
all = [ "browser-cookie3" , "click" , "rsa" ]
cli = [ "click" ]
cookies = [ "browser-cookie3" ]
geetest = [ "rsa" ]
[ package . source ]
type = "git"
url = "https://github.com/thesadru/genshin.py"
reference = "HEAD"
2022-12-23 13:06:08 +00:00
resolved_reference = "6685886c4651e489c0fc145af4a61e826c7750ac"
2022-09-04 05:52:33 +00:00
2022-10-19 12:22:24 +00:00
[ [ package ] ]
name = "gitdb"
version = "4.0.9"
description = "Git Object Database"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
2022-12-29 11:01:47 +00:00
name = "gitpython"
version = "3.1.30"
2022-10-19 12:22:24 +00:00
description = "GitPython is a python library used to interact with Git repositories"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "greenlet"
2022-09-22 02:37:02 +00:00
version = "1.1.3"
2022-09-04 05:52:33 +00:00
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "Sphinx" ]
[ [ package ] ]
name = "h11"
2022-12-01 03:37:50 +00:00
version = "0.14.0"
2022-09-04 05:52:33 +00:00
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
2022-12-01 03:37:50 +00:00
python-versions = ">=3.7"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "httpcore"
2022-12-01 03:37:50 +00:00
version = "0.16.2"
2022-09-04 05:52:33 +00:00
description = "A minimal low-level HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-12-01 03:37:50 +00:00
anyio = ">=3.0,<5.0"
2022-09-04 05:52:33 +00:00
certifi = "*"
2022-12-01 03:37:50 +00:00
h11 = ">=0.13,<0.15"
2022-09-04 05:52:33 +00:00
sniffio = ">=1.0.0,<2.0.0"
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2022-10-12 13:39:47 +00: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-09-04 05:52:33 +00:00
[ [ package ] ]
name = "httpx"
2022-11-25 07:33:25 +00:00
version = "0.23.1"
2022-09-04 05:52:33 +00:00
description = "The next generation HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
certifi = "*"
2022-11-25 07:33:25 +00:00
httpcore = ">=0.15.0,<0.17.0"
2022-09-04 05:52:33 +00:00
rfc3986 = { version = ">=1.3,<2" , extras = [ "idna2008" ] }
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
cli = [ "click (>=8.0.0,<9.0.0)" , "pygments (>=2.0.0,<3.0.0)" , "rich (>=10,<13)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
[ [ package ] ]
name = "idna"
2022-09-14 02:06:43 +00:00
version = "3.4"
2022-09-04 05:52:33 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "importlib-metadata"
2022-10-05 14:45:33 +00:00
version = "5.0.0"
2022-09-04 05:52:33 +00:00
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-10-05 14:45:33 +00:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" ]
2022-09-04 05:52:33 +00:00
perf = [ "ipython" ]
2022-10-05 14:45:33 +00:00
testing = [ "flake8 (<5)" , "flufl.flake8" , "importlib-resources (>=1.3)" , "packaging" , "pyfakefs" , "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 (>=0.9.2)" ]
2022-09-04 05:52:33 +00:00
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "importlib-resources"
version = "5.10.0"
description = "Read resources from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" ]
testing = [ "flake8 (<5)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" ]
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "main"
optional = true
python-versions = "*"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "Jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "lxml"
2022-12-15 10:30:29 +00:00
version = "4.9.2"
2022-09-12 15:18:11 +00:00
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" ]
htmlsoup = [ "BeautifulSoup4" ]
source = [ "Cython (>=0.29.7)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "Mako"
2022-09-26 08:54:46 +00:00
version = "1.2.3"
2022-09-04 05:52:33 +00:00
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "Babel" ]
lingua = [ "lingua" ]
testing = [ "pytest" ]
[ [ package ] ]
name = "MarkupSafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "multidict"
version = "6.0.2"
description = "multidict implementation"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ 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-20 07:48:40 +00:00
[ [ package ] ]
name = "openpyxl"
version = "3.0.10"
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
et-xmlfile = "*"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[ [ package ] ]
name = "pathspec"
version = "0.10.1"
description = "Utility library for gitignore style pattern matching of file paths."
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
2022-11-17 12:47:32 +00:00
name = "pillow"
version = "9.3.0"
2022-09-04 05:52:33 +00: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" ]
[ [ package ] ]
name = "platformdirs"
version = "2.5.2"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx (>=4)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
[ [ package ] ]
name = "playwright"
2022-10-05 14:45:33 +00:00
version = "1.26.1"
2022-09-04 05:52:33 +00:00
description = "A high-level API to automate web browsers"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-09-22 02:37:02 +00:00
greenlet = "1.1.3"
2022-09-04 05:52:33 +00:00
pyee = "8.1.0"
2022-11-30 08:45:53 +00:00
typing-extensions = { version = "*" , markers = "python_version <= \"3.8\"" }
2022-09-04 05:52:33 +00:00
websockets = "10.1"
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2022-09-11 07:08:02 +00:00
[ [ package ] ]
name = "pyaes"
version = "1.6.1"
description = "Pure-Python Implementation of the AES block-cipher and common modes of operation"
category = "main"
optional = true
python-versions = "*"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "pydantic"
2022-09-11 07:08:02 +00:00
version = "1.10.2"
2022-09-04 05:52:33 +00:00
description = "Data validation and settings management using python type hints"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
typing-extensions = ">=4.1.0"
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
[ [ package ] ]
name = "pyee"
version = "8.1.0"
description = "A port of node.js's EventEmitter to python."
category = "main"
optional = false
python-versions = "*"
2022-09-08 01:08:37 +00: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-09-04 05:52:33 +00: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 ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pyppeteer"
version = "1.0.2"
description = "Headless chrome/chromium automation library (unofficial port of puppeteer)"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
appdirs = ">=1.4.3,<2.0.0"
certifi = ">=2021"
importlib-metadata = ">=1.4"
pyee = ">=8.1.0,<9.0.0"
tqdm = ">=4.42.1,<5.0.0"
urllib3 = ">=1.25.8,<2.0.0"
websockets = ">=10.0,<11.0"
2022-09-11 07:08:02 +00:00
[ [ package ] ]
2022-11-14 10:21:35 +00:00
name = "pyrogram"
2022-12-16 10:40:23 +00:00
version = "2.0.70"
2022-09-11 07:08:02 +00:00
description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots"
category = "main"
optional = true
python-versions = "~=3.7"
[ package . dependencies ]
pyaes = "1.6.1"
pysocks = "1.7.1"
[ [ package ] ]
name = "PySocks"
version = "1.7.1"
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "pytest"
2022-10-25 11:19:33 +00:00
version = "7.2.0"
2022-09-12 15:18:11 +00:00
description = "pytest: simple powerful testing with Python"
category = "main"
optional = true
python-versions = ">=3.7"
[ package . dependencies ]
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-11-30 08:45:53 +00:00
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
2022-09-12 15:18:11 +00:00
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
2022-11-30 08:45:53 +00:00
tomli = { version = ">=1.0.0" , markers = "python_version < \"3.11\"" }
2022-09-12 15:18:11 +00:00
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-asyncio"
2022-12-15 11:03:38 +00:00
version = "0.20.3"
2022-09-12 15:18:11 +00:00
description = "Pytest support for asyncio"
category = "main"
optional = true
python-versions = ">=3.7"
[ package . dependencies ]
pytest = ">=6.1.0"
[ package . extras ]
2022-12-15 11:03:38 +00:00
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1.0)" ]
2022-09-12 15:18:11 +00:00
testing = [ "coverage (>=6.2)" , "flaky (>=3.5.0)" , "hypothesis (>=5.7.1)" , "mypy (>=0.931)" , "pytest-trio (>=0.7.0)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "python-dotenv"
2022-09-13 11:23:31 +00:00
version = "0.21.0"
2022-09-04 05:52:33 +00:00
description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main"
optional = false
2022-09-13 11:23:31 +00:00
python-versions = ">=3.7"
2022-09-04 05:52:33 +00:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "python-telegram-bot"
2023-01-02 13:05:35 +00:00
version = "20.0"
2022-09-04 05:52:33 +00:00
description = "We have made you a wrapper you can't refuse"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-11-25 07:33:25 +00:00
aiolimiter = { version = ">=1.0.0,<1.1.0" , optional = true , markers = "extra == \"ext\"" }
APScheduler = { version = ">=3.9.1,<3.10.0" , optional = true , markers = "extra == \"ext\"" }
cachetools = { version = ">=5.2.0,<5.3.0" , optional = true , markers = "extra == \"ext\"" }
httpx = ">=0.23.1,<0.24.0"
pytz = { version = ">=2018.6" , optional = true , markers = "extra == \"ext\"" }
tornado = { version = ">=6.2,<7.0" , optional = true , markers = "extra == \"ext\"" }
2022-09-04 05:52:33 +00:00
[ package . extras ]
2022-11-25 07:33:25 +00:00
all = [ "APScheduler (>=3.9.1,<3.10.0)" , "aiolimiter (>=1.0.0,<1.1.0)" , "cachetools (>=5.2.0,<5.3.0)" , "cryptography (>=3.0,!=3.4,!=3.4.1,!=3.4.2,!=3.4.3)" , "httpx[socks]" , "pytz (>=2018.6)" , "tornado (>=6.2,<7.0)" ]
callback-data = [ "cachetools (>=5.2.0,<5.3.0)" ]
ext = [ "APScheduler (>=3.9.1,<3.10.0)" , "aiolimiter (>=1.0.0,<1.1.0)" , "cachetools (>=5.2.0,<5.3.0)" , "pytz (>=2018.6)" , "tornado (>=6.2,<7.0)" ]
job-queue = [ "APScheduler (>=3.9.1,<3.10.0)" , "pytz (>=2018.6)" ]
2022-09-04 05:52:33 +00:00
passport = [ "cryptography (>=3.0,!=3.4,!=3.4.1,!=3.4.2,!=3.4.3)" ]
rate-limiter = [ "aiolimiter (>=1.0.0,<1.1.0)" ]
socks = [ "httpx[socks]" ]
2022-11-25 07:33:25 +00:00
webhooks = [ "tornado (>=6.2,<7.0)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "pytz"
2022-10-05 14:45:33 +00:00
version = "2022.4"
2022-09-04 05:52:33 +00:00
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ 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 ]
2022-11-30 08:45:53 +00:00
"backports.zoneinfo" = { version = "*" , markers = "python_version >= \"3.6\" and python_version < \"3.9\"" }
2022-09-04 05:52:33 +00:00
tzdata = { version = "*" , markers = "python_version >= \"3.6\"" }
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "PyYAML"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
2022-12-23 13:06:08 +00:00
[ [ package ] ]
name = "qrcode"
version = "7.3.1"
description = "QR Code image generator"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
all = [ "pillow" , "pytest" , "pytest" , "pytest-cov" , "tox" , "zest.releaser[recommended]" ]
dev = [ "pytest" , "tox" ]
maintainer = [ "zest.releaser[recommended]" ]
pil = [ "pillow" ]
test = [ "pytest" , "pytest-cov" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "redis"
version = "4.3.4"
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
async-timeout = ">=4.0.2"
deprecated = ">=1.2.3"
packaging = ">=20.4"
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
[ [ 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-09-08 01:08:37 +00:00
[ [ package ] ]
name = "rich"
2023-01-02 12:10:20 +00:00
version = "13.0.0"
2022-09-08 01:08:37 +00:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category = "main"
optional = false
2023-01-02 12:10:20 +00:00
python-versions = ">=3.7.0"
2022-09-08 01:08:37 +00:00
[ package . dependencies ]
commonmark = ">=0.9.0,<0.10.0"
pygments = ">=2.6.0,<3.0.0"
2022-11-30 08:45:53 +00:00
typing-extensions = { version = ">=4.0.0,<5.0" , markers = "python_version < \"3.9\"" }
2022-09-08 01:08:37 +00:00
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<8.0.0)" ]
2022-10-19 12:22:24 +00:00
[ [ package ] ]
name = "sentry-sdk"
2022-12-25 11:26:20 +00:00
version = "1.12.1"
2022-10-19 12:22:24 +00:00
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
urllib3 = { version = ">=1.26.11" , markers = "python_version >= \"3.6\"" }
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
chalice = [ "chalice (>=1.16.0)" ]
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
fastapi = [ "fastapi (>=0.79.0)" ]
flask = [ "blinker (>=1.1)" , "flask (>=0.11)" ]
httpx = [ "httpx (>=0.16.0)" ]
2022-12-25 11:26:20 +00:00
opentelemetry = [ "opentelemetry-distro (>=0.350b0)" ]
2022-12-25 08:20:56 +00:00
pure-eval = [ "asttokens" , "executing" , "pure-eval" ]
2022-11-16 13:24:07 +00:00
pymongo = [ "pymongo (>=3.1)" ]
2022-10-19 12:22:24 +00:00
pyspark = [ "pyspark (>=2.4.4)" ]
quart = [ "blinker (>=1.1)" , "quart (>=0.16.1)" ]
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
starlette = [ "starlette (>=0.19.1)" ]
tornado = [ "tornado (>=5)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "setuptools"
2022-12-29 06:50:33 +00:00
version = "65.5.1"
2022-09-04 05:52:33 +00:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-10-05 14:45:33 +00:00
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" ]
2022-12-29 06:50:33 +00:00
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" ]
2022-09-04 05:52:33 +00:00
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" ]
[ [ 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-19 12:22:24 +00:00
[ [ package ] ]
name = "smmap"
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
category = "main"
optional = false
python-versions = ">=3.6"
2022-09-04 05:52:33 +00: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"
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "main"
optional = false
python-versions = "*"
[ [ 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"
[ [ package ] ]
name = "SQLAlchemy"
2022-09-11 07:08:02 +00:00
version = "1.4.41"
2022-09-04 05:52:33 +00:00
description = "Database Abstraction Library"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
[ package . extras ]
aiomysql = [ "aiomysql" , "greenlet (!=0.4.17)" ]
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing_extensions (!=3.10.0.1)" ]
asyncio = [ "greenlet (!=0.4.17)" ]
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4)" , "greenlet (!=0.4.17)" ]
2022-12-25 08:20:56 +00:00
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2)" ]
2022-09-04 05:52:33 +00:00
mssql = [ "pyodbc" ]
2022-12-25 08:20:56 +00:00
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2022-09-04 05:52:33 +00:00
mypy = [ "mypy (>=0.910)" , "sqlalchemy2-stubs" ]
mysql = [ "mysqlclient (>=1.4.0)" , "mysqlclient (>=1.4.0,<2)" ]
2022-12-25 08:20:56 +00:00
mysql-connector = [ "mysql-connector-python" ]
2022-09-04 05:52:33 +00:00
oracle = [ "cx_oracle (>=7)" , "cx_oracle (>=7,<8)" ]
postgresql = [ "psycopg2 (>=2.7)" ]
2022-12-25 08:20:56 +00:00
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
postgresql-pg8000 = [ "pg8000 (>=1.16.6,!=1.29.0)" ]
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2022-09-04 05:52:33 +00:00
pymysql = [ "pymysql" , "pymysql (<1)" ]
sqlcipher = [ "sqlcipher3_binary" ]
[ [ package ] ]
name = "sqlalchemy2-stubs"
version = "0.0.2a27"
description = "Typing Stubs for SQLAlchemy 1.4"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
typing-extensions = ">=3.7.4"
[ [ package ] ]
name = "sqlmodel"
version = "0.0.8"
description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
category = "main"
optional = false
python-versions = ">=3.6.1,<4.0.0"
[ package . dependencies ]
pydantic = ">=1.8.2,<2.0.0"
SQLAlchemy = ">=1.4.17,<=1.4.41"
sqlalchemy2-stubs = "*"
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "starlette"
2022-11-28 11:59:13 +00:00
version = "0.22.0"
2022-10-12 13:39:47 +00:00
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
anyio = ">=3.4.0,<5"
2022-11-30 08:45:53 +00:00
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
2022-10-12 13:39:47 +00:00
[ package . extras ]
2022-11-14 10:27:20 +00:00
full = [ "httpx (>=0.22.0)" , "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" ]
2022-10-12 13:39:47 +00:00
2022-09-11 07:08:02 +00:00
[ [ package ] ]
2022-11-14 11:16:06 +00:00
name = "tgcrypto"
version = "1.2.5"
2022-09-11 07:08:02 +00:00
description = "Fast and Portable Cryptography Extension Library for Pyrogram"
category = "main"
optional = true
2022-10-11 12:13:21 +00:00
python-versions = "~=3.7"
2022-09-11 07:08:02 +00:00
2022-12-04 11:56:39 +00:00
[ [ package ] ]
name = "thefuzz"
version = "0.19.0"
description = "Fuzzy string matching in python"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
speedup = [ "python-levenshtein (>=0.12)" ]
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.7"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "tornado"
version = "6.2"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
optional = false
python-versions = ">= 3.7"
[ [ package ] ]
name = "tqdm"
2022-09-08 01:08:37 +00:00
version = "4.64.1"
2022-09-04 05:52:33 +00:00
description = "Fast, Extensible Progress Meter"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
slack = [ "slack-sdk" ]
telegram = [ "requests" ]
[ [ package ] ]
name = "typing-extensions"
version = "4.3.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "tzdata"
2022-10-05 14:45:33 +00:00
version = "2022.4"
2022-09-04 05:52:33 +00:00
description = "Provider of IANA time zone data"
category = "main"
optional = false
python-versions = ">=2"
[ [ package ] ]
name = "tzlocal"
version = "4.2"
description = "tzinfo object for the local timezone"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-11-30 08:45:53 +00:00
"backports.zoneinfo" = { version = "*" , markers = "python_version < \"3.9\"" }
2022-09-04 05:52:33 +00:00
pytz-deprecation-shim = "*"
tzdata = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
devenv = [ "black" , "pyroma" , "pytest-cov" , "zest.releaser" ]
test = [ "pytest (>=4.3)" , "pytest-mock (>=3.3)" ]
[ [ package ] ]
name = "ujson"
2022-12-05 05:01:25 +00:00
version = "5.6.0"
2022-09-04 05:52:33 +00:00
description = "Ultra fast JSON encoder and decoder for Python"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "urllib3"
version = "1.26.12"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
[ package . extras ]
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" , "brotlipy (>=0.6.0)" ]
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "ipaddress" , "pyOpenSSL (>=0.14)" , "urllib3-secure-extra" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "uvicorn"
2022-10-23 03:03:19 +00:00
version = "0.19.0"
2022-10-12 13:39:47 +00:00
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"
2022-10-23 03:03:19 +00:00
httptools = { version = ">=0.5.0" , optional = true , markers = "extra == \"standard\"" }
2022-10-12 13:39:47 +00:00
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
pyyaml = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=10.0" , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
2022-10-23 03:03:19 +00:00
standard = [ "colorama (>=0.4)" , "httptools (>=0.5.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-12 13:39:47 +00: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 ]
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)" ]
[ [ package ] ]
name = "watchfiles"
version = "0.17.0"
description = "Simple, modern and high performance file watching and code reload in python."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
anyio = ">=3.0.0,<4"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "websockets"
version = "10.1"
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "wrapt"
version = "1.14.1"
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "yarl"
version = "1.8.1"
description = "Yet another URL library"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
name = "zipp"
version = "3.8.1"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx" ]
testing = [ "func-timeout" , "jaraco.itertools" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" ]
2022-09-11 07:08:02 +00:00
[ extras ]
2022-09-14 02:06:43 +00:00
all = [ "pytest" , "pytest-asyncio" , "flaky" , "Pyrogram" , "TgCrypto" ]
2022-09-11 07:08:02 +00:00
pyro = [ "Pyrogram" , "TgCrypto" ]
2022-09-12 15:18:11 +00:00
test = [ "pytest" , "pytest-asyncio" , "flaky" ]
2022-09-11 07:08:02 +00:00
2022-09-04 05:52:33 +00:00
[ metadata ]
lock-version = "1.1"
2022-11-30 08:45:53 +00:00
python-versions = "^3.8"
2023-01-02 13:05:35 +00:00
content-hash = "f6595803e16362e43dca21629d88c9743f991b5cbcb8c2552dd2d2dd7ee511bb"
2022-09-04 05:52:33 +00:00
[ metadata . files ]
aiofiles = [
2022-09-13 11:41:58 +00:00
{ file = "aiofiles-22.1.0-py3-none-any.whl" , hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad" } ,
{ file = "aiofiles-22.1.0.tar.gz" , hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6" } ,
2022-09-04 05:52:33 +00:00
]
aiohttp = [
2022-09-22 11:55:39 +00:00
{ file = "aiohttp-3.8.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ba71c9b4dcbb16212f334126cc3d8beb6af377f6703d9dc2d9fb3874fd667ee9" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d24b8bb40d5c61ef2d9b6a8f4528c2f17f1c5d2d31fed62ec860f6006142e83e" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f88df3a83cf9df566f171adba39d5bd52814ac0b94778d2448652fc77f9eb491" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b97decbb3372d4b69e4d4c8117f44632551c692bb1361b356a02b97b69e18a62" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:309aa21c1d54b8ef0723181d430347d7452daaff93e8e2363db8e75c72c2fb2d" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ad5383a67514e8e76906a06741febd9126fc7c7ff0f599d6fcce3e82b80d026f" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20acae4f268317bb975671e375493dbdbc67cddb5f6c71eebdb85b34444ac46b" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:05a3c31c6d7cd08c149e50dc7aa2568317f5844acd745621983380597f027a18" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d6f76310355e9fae637c3162936e9504b4767d5c52ca268331e2756e54fd4ca5" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:256deb4b29fe5e47893fa32e1de2d73c3afe7407738bd3c63829874661d4822d" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:5c59fcd80b9049b49acd29bd3598cada4afc8d8d69bd4160cd613246912535d7" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:059a91e88f2c00fe40aed9031b3606c3f311414f86a90d696dd982e7aec48142" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2feebbb6074cdbd1ac276dbd737b40e890a1361b3cc30b74ac2f5e24aab41f7b" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-win32.whl" , hash = "sha256:5bf651afd22d5f0c4be16cf39d0482ea494f5c88f03e75e5fef3a85177fecdeb" } ,
{ file = "aiohttp-3.8.3-cp310-cp310-win_amd64.whl" , hash = "sha256:653acc3880459f82a65e27bd6526e47ddf19e643457d36a2250b85b41a564715" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:86fc24e58ecb32aee09f864cb11bb91bc4c1086615001647dbfc4dc8c32f4008" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:75e14eac916f024305db517e00a9252714fce0abcb10ad327fb6dcdc0d060f1d" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d1fde0f44029e02d02d3993ad55ce93ead9bb9b15c6b7ccd580f90bd7e3de476" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4ab94426ddb1ecc6a0b601d832d5d9d421820989b8caa929114811369673235c" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:89d2e02167fa95172c017732ed7725bc8523c598757f08d13c5acca308e1a061" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:02f9a2c72fc95d59b881cf38a4b2be9381b9527f9d328771e90f72ac76f31ad8" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c7149272fb5834fc186328e2c1fa01dda3e1fa940ce18fded6d412e8f2cf76d" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:512bd5ab136b8dc0ffe3fdf2dfb0c4b4f49c8577f6cae55dca862cd37a4564e2" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:7018ecc5fe97027214556afbc7c502fbd718d0740e87eb1217b17efd05b3d276" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:88c70ed9da9963d5496d38320160e8eb7e5f1886f9290475a881db12f351ab5d" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:da22885266bbfb3f78218dc40205fed2671909fbd0720aedba39b4515c038091" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:e65bc19919c910127c06759a63747ebe14f386cda573d95bcc62b427ca1afc73" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:08c78317e950e0762c2983f4dd58dc5e6c9ff75c8a0efeae299d363d439c8e34" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-win32.whl" , hash = "sha256:45d88b016c849d74ebc6f2b6e8bc17cabf26e7e40c0661ddd8fae4c00f015697" } ,
{ file = "aiohttp-3.8.3-cp311-cp311-win_amd64.whl" , hash = "sha256:96372fc29471646b9b106ee918c8eeb4cca423fcbf9a34daa1b93767a88a2290" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c971bf3786b5fad82ce5ad570dc6ee420f5b12527157929e830f51c55dc8af77" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ff25f48fc8e623d95eca0670b8cc1469a83783c924a602e0fbd47363bb54aaca" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e381581b37db1db7597b62a2e6b8b57c3deec95d93b6d6407c5b61ddc98aca6d" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:db19d60d846283ee275d0416e2a23493f4e6b6028825b51290ac05afc87a6f97" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:25892c92bee6d9449ffac82c2fe257f3a6f297792cdb18ad784737d61e7a9a85" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:398701865e7a9565d49189f6c90868efaca21be65c725fc87fc305906be915da" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:4a4fbc769ea9b6bd97f4ad0b430a6807f92f0e5eb020f1e42ece59f3ecfc4585" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:b29bfd650ed8e148f9c515474a6ef0ba1090b7a8faeee26b74a8ff3b33617502" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:1e56b9cafcd6531bab5d9b2e890bb4937f4165109fe98e2b98ef0dcfcb06ee9d" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:ec40170327d4a404b0d91855d41bfe1fe4b699222b2b93e3d833a27330a87a6d" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:2df5f139233060578d8c2c975128fb231a89ca0a462b35d4b5fcf7c501ebdbe1" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-win32.whl" , hash = "sha256:f973157ffeab5459eefe7b97a804987876dd0a55570b8fa56b4e1954bf11329b" } ,
{ file = "aiohttp-3.8.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:437399385f2abcd634865705bdc180c8314124b98299d54fe1d4c8990f2f9494" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:09e28f572b21642128ef31f4e8372adb6888846f32fecb288c8b0457597ba61a" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f3553510abdbec67c043ca85727396ceed1272eef029b050677046d3387be8d" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e168a7560b7c61342ae0412997b069753f27ac4862ec7867eff74f0fe4ea2ad9" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:db4c979b0b3e0fa7e9e69ecd11b2b3174c6963cebadeecfb7ad24532ffcdd11a" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e164e0a98e92d06da343d17d4e9c4da4654f4a4588a20d6c73548a29f176abe2" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e8a78079d9a39ca9ca99a8b0ac2fdc0c4d25fc80c8a8a82e5c8211509c523363" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:21b30885a63c3f4ff5b77a5d6caf008b037cb521a5f33eab445dc566f6d092cc" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:4b0f30372cef3fdc262f33d06e7b411cd59058ce9174ef159ad938c4a34a89da" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:8135fa153a20d82ffb64f70a1b5c2738684afa197839b34cc3e3c72fa88d302c" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:ad61a9639792fd790523ba072c0555cd6be5a0baf03a49a5dd8cfcf20d56df48" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:978b046ca728073070e9abc074b6299ebf3501e8dee5e26efacb13cec2b2dea0" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-win32.whl" , hash = "sha256:0d2c6d8c6872df4a6ec37d2ede71eff62395b9e337b4e18efd2177de883a5033" } ,
{ file = "aiohttp-3.8.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:21d69797eb951f155026651f7e9362877334508d39c2fc37bd04ff55b2007091" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2ca9af5f8f5812d475c5259393f52d712f6d5f0d7fdad9acdb1107dd9e3cb7eb" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d90043c1882067f1bd26196d5d2db9aa6d268def3293ed5fb317e13c9413ea4" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:d737fc67b9a970f3234754974531dc9afeea11c70791dcb7db53b0cf81b79784" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ebf909ea0a3fc9596e40d55d8000702a85e27fd578ff41a5500f68f20fd32e6c" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5835f258ca9f7c455493a57ee707b76d2d9634d84d5d7f62e77be984ea80b849" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:da37dcfbf4b7f45d80ee386a5f81122501ec75672f475da34784196690762f4b" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:87f44875f2804bc0511a69ce44a9595d5944837a62caecc8490bbdb0e18b1342" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:527b3b87b24844ea7865284aabfab08eb0faf599b385b03c2aa91fc6edd6e4b6" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ba88df9aa5e2f806650fcbeedbe4f6e8736e92fc0e73b0400538fd25a4dd96" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:e7b8813be97cab8cb52b1375f41f8e6804f6507fe4660152e8ca5c48f0436017" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:2dea10edfa1a54098703cb7acaa665c07b4e7568472a47f4e64e6319d3821ccf" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:713d22cd9643ba9025d33c4af43943c7a1eb8547729228de18d3e02e278472b6" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2d252771fc85e0cf8da0b823157962d70639e63cb9b578b1dec9868dd1f4f937" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-win32.whl" , hash = "sha256:66bd5f950344fb2b3dbdd421aaa4e84f4411a1a13fca3aeb2bcbe667f80c9f76" } ,
{ file = "aiohttp-3.8.3-cp38-cp38-win_amd64.whl" , hash = "sha256:84b14f36e85295fe69c6b9789b51a0903b774046d5f7df538176516c3e422446" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:16c121ba0b1ec2b44b73e3a8a171c4f999b33929cd2397124a8c7fcfc8cd9e06" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8d6aaa4e7155afaf994d7924eb290abbe81a6905b303d8cb61310a2aba1c68ba" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:43046a319664a04b146f81b40e1545d4c8ac7b7dd04c47e40bf09f65f2437346" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:599418aaaf88a6d02a8c515e656f6faf3d10618d3dd95866eb4436520096c84b" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:92a2964319d359f494f16011e23434f6f8ef0434acd3cf154a6b7bec511e2fb7" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:73a4131962e6d91109bca6536416aa067cf6c4efb871975df734f8d2fd821b37" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:598adde339d2cf7d67beaccda3f2ce7c57b3b412702f29c946708f69cf8222aa" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:75880ed07be39beff1881d81e4a907cafb802f306efd6d2d15f2b3c69935f6fb" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:a0239da9fbafd9ff82fd67c16704a7d1bccf0d107a300e790587ad05547681c8" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:4e3a23ec214e95c9fe85a58470b660efe6534b83e6cbe38b3ed52b053d7cb6ad" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:47841407cc89a4b80b0c52276f3cc8138bbbfba4b179ee3acbd7d77ae33f7ac4" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:54d107c89a3ebcd13228278d68f1436d3f33f2dd2af5415e3feaeb1156e1a62c" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c37c5cce780349d4d51739ae682dec63573847a2a8dcb44381b174c3d9c8d403" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-win32.whl" , hash = "sha256:f178d2aadf0166be4df834c4953da2d7eef24719e8aec9a65289483eeea9d618" } ,
{ file = "aiohttp-3.8.3-cp39-cp39-win_amd64.whl" , hash = "sha256:88e5be56c231981428f4f506c68b6a46fa25c4123a2e86d156c58a8369d31ab7" } ,
{ file = "aiohttp-3.8.3.tar.gz" , hash = "sha256:3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269" } ,
2022-09-04 05:52:33 +00:00
]
aiolimiter = [
{ file = "aiolimiter-1.0.0-py3-none-any.whl" , hash = "sha256:f1c5ba2a2861cd4a126c1294f5282208383e67d5b128a4f32def0c702cae8039" } ,
{ file = "aiolimiter-1.0.0.tar.gz" , hash = "sha256:9d40767e4476048145dfa9f61948445168d6e63cf42c95785a20b9aaff2e4564" } ,
]
aiosignal = [
{ file = "aiosignal-1.2.0-py3-none-any.whl" , hash = "sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a" } ,
{ file = "aiosignal-1.2.0.tar.gz" , hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2" } ,
]
alembic = [
2022-12-25 08:20:56 +00:00
{ file = "alembic-1.9.0-py3-none-any.whl" , hash = "sha256:e8ce855f731d92cfdbf9a71d148401fcc420399927817c6e2c0b6a5f31db745d" } ,
{ file = "alembic-1.9.0.tar.gz" , hash = "sha256:6af6792fe699730b27480382701b16028ebbaac6bc5cd4f06daf5fa3e4690364" } ,
2022-09-04 05:52:33 +00:00
]
anyio = [
{ file = "anyio-3.6.1-py3-none-any.whl" , hash = "sha256:cb29b9c70620506a9a8f87a309591713446953302d7d995344d0d7c6c0c9a7be" } ,
{ file = "anyio-3.6.1.tar.gz" , hash = "sha256:413adf95f93886e442aea925f3ee43baa5a765a64a0f52c6081894f9992fdd0b" } ,
]
appdirs = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
APScheduler = [
{ file = "APScheduler-3.9.1-py2.py3-none-any.whl" , hash = "sha256:ddc25a0ddd899de44d7f451f4375fb971887e65af51e41e5dcf681f59b8b2c9a" } ,
{ file = "APScheduler-3.9.1.tar.gz" , hash = "sha256:65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3" } ,
]
2022-09-20 15:00:08 +00:00
arko-wrapper = [
2022-10-25 12:13:56 +00:00
{ file = "arko-wrapper-0.2.4.tar.gz" , hash = "sha256:92b7771c72f3b18d5193b8b4375f1b0f52cb94d3933b00118c281d6e582819ae" } ,
{ file = "arko_wrapper-0.2.4-py3-none-any.whl" , hash = "sha256:703dcfeeb95c43631d8cba02eebbc57973a3f0bdca7353dfc57b38b257a94774" } ,
2022-09-20 15:00:08 +00:00
]
2022-12-04 11:56:39 +00:00
async-lru = [
{ file = "async-lru-1.0.3.tar.gz" , hash = "sha256:c2cb9b2915eb14e6cf3e717154b40f715bf90e596d73623677affd0d1fbcd32a" } ,
{ file = "async_lru-1.0.3-py3-none-any.whl" , hash = "sha256:ea692c303feb6211ff260d230dae1583636f13e05c9ae616eada77855b7f415c" } ,
]
2022-09-04 05:52:33 +00:00
async-timeout = [
{ file = "async-timeout-4.0.2.tar.gz" , hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15" } ,
{ file = "async_timeout-4.0.2-py3-none-any.whl" , hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" } ,
]
asyncmy = [
{ file = "asyncmy-0.2.5-cp310-cp310-macosx_10_16_x86_64.whl" , hash = "sha256:f176b55c82d3bdb10f0ecb3a518a54777f3d247e00f06add138f63df4edc0e3d" } ,
{ file = "asyncmy-0.2.5-cp310-cp310-manylinux_2_31_x86_64.whl" , hash = "sha256:f404d351d4f9fc741cdb8b49da8278e63a8551be6ccd03b514c2c0828500633d" } ,
{ file = "asyncmy-0.2.5-cp310-cp310-win_amd64.whl" , hash = "sha256:9824184d180753d23101b1d9fdc7955783b08fbc6f3cc88d6acce7ff019c0eaf" } ,
{ file = "asyncmy-0.2.5-cp37-cp37m-macosx_10_16_x86_64.whl" , hash = "sha256:02add8063bd00762a469dcb9915563f66520ffda598851a957443b1012182f43" } ,
{ file = "asyncmy-0.2.5-cp37-cp37m-manylinux_2_31_x86_64.whl" , hash = "sha256:a341d8a22d9a1f3236a81f17836002291567aa7d878ab75b37ed9bf4ce401290" } ,
{ file = "asyncmy-0.2.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:2dc25f0bb723a71445d5c5b46ab2ae71c9dd3123fea9eae1bee4c36af5eda2bc" } ,
{ file = "asyncmy-0.2.5-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:e184e701fa153dd456f6b351136c0a7a7524b8f5959f7f4b47848efe434a9c7d" } ,
{ file = "asyncmy-0.2.5-cp38-cp38-manylinux_2_31_x86_64.whl" , hash = "sha256:2275cc0036fa39f888c0770173ffb8ed16b89eecf2e380499275bfa6bf4ee088" } ,
{ file = "asyncmy-0.2.5-cp38-cp38-win_amd64.whl" , hash = "sha256:527ccc24a9bd76d565f1024f4a50ee6fd92cac518e6d884281ad61ffc424e7cd" } ,
{ file = "asyncmy-0.2.5-cp39-cp39-macosx_10_16_x86_64.whl" , hash = "sha256:6606e296dc161d71629f1163c3c82dda97431e25ee7240b6b7f139c2c35cff94" } ,
{ file = "asyncmy-0.2.5-cp39-cp39-manylinux_2_31_x86_64.whl" , hash = "sha256:61ed1b9e69dafe476f02c20962b8ee4ec5ba130b760bdf504015fcb80bbe6787" } ,
{ file = "asyncmy-0.2.5-cp39-cp39-win_amd64.whl" , hash = "sha256:f5dcc1a29d608cc5270f37328253032c554321b85bcf5653f1affa01f185c29c" } ,
{ file = "asyncmy-0.2.5.tar.gz" , hash = "sha256:cf3ef3d1ada385d231f23fffcbf1fe040bae8575b187746633fbef6e7cff2844" } ,
]
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-30 08:45:53 +00:00
"backports.zoneinfo" = [
{ 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" } ,
]
2022-09-04 05:52:33 +00:00
beautifulsoup4 = [
{ file = "beautifulsoup4-4.11.1-py3-none-any.whl" , hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30" } ,
{ file = "beautifulsoup4-4.11.1.tar.gz" , hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693" } ,
]
black = [
2022-12-15 10:23:57 +00:00
{ file = "black-22.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d" } ,
{ file = "black-22.12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:159a46a4947f73387b4d83e87ea006dbb2337eab6c879620a3ba52699b1f4351" } ,
{ file = "black-22.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f" } ,
{ file = "black-22.12.0-cp311-cp311-win_amd64.whl" , hash = "sha256:7412e75863aa5c5411886804678b7d083c7c28421210180d67dfd8cf1221e1f4" } ,
{ file = "black-22.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2" } ,
{ file = "black-22.12.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:1f58cbe16dfe8c12b7434e50ff889fa479072096d79f0a7f25e4ab8e94cd8350" } ,
{ file = "black-22.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:77d86c9f3db9b1bf6761244bc0b3572a546f5fe37917a044e02f3166d5aafa7d" } ,
{ file = "black-22.12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:82d9fe8fee3401e02e79767016b4907820a7dc28d70d137eb397b92ef3cc5bfc" } ,
{ file = "black-22.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:101c69b23df9b44247bd88e1d7e90154336ac4992502d4197bdac35dd7ee3320" } ,
{ file = "black-22.12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:559c7a1ba9a006226f09e4916060982fd27334ae1998e7a38b3f33a37f7a2148" } ,
{ file = "black-22.12.0-py3-none-any.whl" , hash = "sha256:436cc9167dd28040ad90d3b404aec22cedf24a6e4d7de221bec2730ec0c97bcf" } ,
{ file = "black-22.12.0.tar.gz" , hash = "sha256:229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f" } ,
2022-09-04 05:52:33 +00:00
]
cachetools = [
{ file = "cachetools-5.2.0-py3-none-any.whl" , hash = "sha256:f9f17d2aec496a9aa6b76f53e3b614c965223c061982d434d160f930c698a9db" } ,
{ file = "cachetools-5.2.0.tar.gz" , hash = "sha256:6a94c6402995a99c3970cc7e4884bb60b4a8639938157eeed436098bf9831757" } ,
]
certifi = [
2022-12-09 09:44:29 +00:00
{ file = "certifi-2022.12.7-py3-none-any.whl" , hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" } ,
{ file = "certifi-2022.12.7.tar.gz" , hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3" } ,
2022-09-04 05:52:33 +00:00
]
charset-normalizer = [
{ file = "charset-normalizer-2.1.1.tar.gz" , hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845" } ,
{ file = "charset_normalizer-2.1.1-py3-none-any.whl" , hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f" } ,
]
click = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
colorama = [
{ file = "colorama-0.4.5-py2.py3-none-any.whl" , hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da" } ,
{ file = "colorama-0.4.5.tar.gz" , hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" } ,
]
colorlog = [
{ file = "colorlog-6.7.0-py2.py3-none-any.whl" , hash = "sha256:0d33ca236784a1ba3ff9c532d4964126d8a2c44f1f0cb1d2b0728196f512f662" } ,
{ file = "colorlog-6.7.0.tar.gz" , hash = "sha256:bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" } ,
]
2022-09-08 01:08:37 +00: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" } ,
]
2022-09-04 05:52:33 +00:00
Deprecated = [
{ file = "Deprecated-1.2.13-py2.py3-none-any.whl" , hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d" } ,
{ file = "Deprecated-1.2.13.tar.gz" , hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d" } ,
]
2022-09-08 01:08:37 +00:00
"enkanetwork.py" = [ ]
2022-10-20 07:48:40 +00:00
et-xmlfile = [
{ file = "et_xmlfile-1.1.0-py3-none-any.whl" , hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada" } ,
{ file = "et_xmlfile-1.1.0.tar.gz" , hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" } ,
]
2022-11-30 08:45:53 +00:00
exceptiongroup = [
{ file = "exceptiongroup-1.0.4-py3-none-any.whl" , hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828" } ,
{ file = "exceptiongroup-1.0.4.tar.gz" , hash = "sha256:bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec" } ,
]
2022-09-04 05:52:33 +00:00
fakeredis = [
2022-12-07 00:37:33 +00:00
{ file = "fakeredis-2.2.0-py3-none-any.whl" , hash = "sha256:1ac7adf04dcbf8f9886add5972018e0e42781ee772fbaa0a573350cd4e4c66f7" } ,
{ file = "fakeredis-2.2.0.tar.gz" , hash = "sha256:dacdede58b0e682d5dc6176518858b6933c3d529ec18270f162ad5aaf97f5769" } ,
2022-09-04 05:52:33 +00:00
]
2022-10-12 13:39:47 +00:00
fastapi = [
2022-11-28 11:59:13 +00:00
{ file = "fastapi-0.88.0-py3-none-any.whl" , hash = "sha256:263b718bb384422fe3d042ffc9a0c8dece5e034ab6586ff034f6b4b1667c3eee" } ,
{ file = "fastapi-0.88.0.tar.gz" , hash = "sha256:915bf304180a0e7c5605ec81097b7d4cd8826ff87a02bb198e336fb9f3b5ff02" } ,
2022-10-12 13:39:47 +00:00
]
2022-09-12 15:18:11 +00:00
flaky = [
{ file = "flaky-3.7.0-py2.py3-none-any.whl" , hash = "sha256:d6eda73cab5ae7364504b7c44670f70abed9e75f77dd116352f662817592ec9c" } ,
{ file = "flaky-3.7.0.tar.gz" , hash = "sha256:3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d" } ,
]
2022-09-04 05:52:33 +00:00
frozenlist = [
{ file = "frozenlist-1.3.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:5f271c93f001748fc26ddea409241312a75e13466b06c94798d1a341cf0e6989" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9c6ef8014b842f01f5d2b55315f1af5cbfde284eb184075c189fd657c2fd8204" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:219a9676e2eae91cb5cc695a78b4cb43d8123e4160441d2b6ce8d2c70c60e2f3" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b47d64cdd973aede3dd71a9364742c542587db214e63b7529fbb487ed67cddd9" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2af6f7a4e93f5d08ee3f9152bce41a6015b5cf87546cb63872cc19b45476e98a" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a718b427ff781c4f4e975525edb092ee2cdef6a9e7bc49e15063b088961806f8" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c56c299602c70bc1bb5d1e75f7d8c007ca40c9d7aebaf6e4ba52925d88ef826d" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:717470bfafbb9d9be624da7780c4296aa7935294bd43a075139c3d55659038ca" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:31b44f1feb3630146cffe56344704b730c33e042ffc78d21f2125a6a91168131" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:c3b31180b82c519b8926e629bf9f19952c743e089c41380ddca5db556817b221" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:d82bed73544e91fb081ab93e3725e45dd8515c675c0e9926b4e1f420a93a6ab9" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:49459f193324fbd6413e8e03bd65789e5198a9fa3095e03f3620dee2f2dabff2" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:94e680aeedc7fd3b892b6fa8395b7b7cc4b344046c065ed4e7a1e390084e8cb5" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-win32.whl" , hash = "sha256:fabb953ab913dadc1ff9dcc3a7a7d3dc6a92efab3a0373989b8063347f8705be" } ,
{ file = "frozenlist-1.3.1-cp310-cp310-win_amd64.whl" , hash = "sha256:eee0c5ecb58296580fc495ac99b003f64f82a74f9576a244d04978a7e97166db" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0bc75692fb3770cf2b5856a6c2c9de967ca744863c5e89595df64e252e4b3944" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:086ca1ac0a40e722d6833d4ce74f5bf1aba2c77cbfdc0cd83722ffea6da52a04" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1b51eb355e7f813bcda00276b0114c4172872dc5fb30e3fea059b9367c18fbcb" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:74140933d45271c1a1283f708c35187f94e1256079b3c43f0c2267f9db5845ff" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ee4c5120ddf7d4dd1eaf079af3af7102b56d919fa13ad55600a4e0ebe532779b" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:97d9e00f3ac7c18e685320601f91468ec06c58acc185d18bb8e511f196c8d4b2" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6e19add867cebfb249b4e7beac382d33215d6d54476bb6be46b01f8cafb4878b" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:a027f8f723d07c3f21963caa7d585dcc9b089335565dabe9c814b5f70c52705a" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:61d7857950a3139bce035ad0b0945f839532987dfb4c06cfe160254f4d19df03" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:53b2b45052e7149ee8b96067793db8ecc1ae1111f2f96fe1f88ea5ad5fd92d10" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:bbb1a71b1784e68870800b1bc9f3313918edc63dbb8f29fbd2e767ce5821696c" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-win32.whl" , hash = "sha256:ab6fa8c7871877810e1b4e9392c187a60611fbf0226a9e0b11b7b92f5ac72792" } ,
{ file = "frozenlist-1.3.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:f89139662cc4e65a4813f4babb9ca9544e42bddb823d2ec434e18dad582543bc" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:4c0c99e31491a1d92cde8648f2e7ccad0e9abb181f6ac3ddb9fc48b63301808e" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:61e8cb51fba9f1f33887e22488bad1e28dd8325b72425f04517a4d285a04c519" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cc2f3e368ee5242a2cbe28323a866656006382872c40869b49b265add546703f" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:58fb94a01414cddcdc6839807db77ae8057d02ddafc94a42faee6004e46c9ba8" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:022178b277cb9277d7d3b3f2762d294f15e85cd2534047e68a118c2bb0058f3e" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:572ce381e9fe027ad5e055f143763637dcbac2542cfe27f1d688846baeef5170" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19127f8dcbc157ccb14c30e6f00392f372ddb64a6ffa7106b26ff2196477ee9f" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:42719a8bd3792744c9b523674b752091a7962d0d2d117f0b417a3eba97d1164b" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:2743bb63095ef306041c8f8ea22bd6e4d91adabf41887b1ad7886c4c1eb43d5f" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:fa47319a10e0a076709644a0efbcaab9e91902c8bd8ef74c6adb19d320f69b83" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:52137f0aea43e1993264a5180c467a08a3e372ca9d378244c2d86133f948b26b" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:f5abc8b4d0c5b556ed8cd41490b606fe99293175a82b98e652c3f2711b452988" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:1e1cf7bc8cbbe6ce3881863671bac258b7d6bfc3706c600008925fb799a256e2" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-win32.whl" , hash = "sha256:0dde791b9b97f189874d654c55c24bf7b6782343e14909c84beebd28b7217845" } ,
{ file = "frozenlist-1.3.1-cp38-cp38-win_amd64.whl" , hash = "sha256:9494122bf39da6422b0972c4579e248867b6b1b50c9b05df7e04a3f30b9a413d" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:31bf9539284f39ff9398deabf5561c2b0da5bb475590b4e13dd8b268d7a3c5c1" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e0c8c803f2f8db7217898d11657cb6042b9b0553a997c4a0601f48a691480fab" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:da5ba7b59d954f1f214d352308d1d86994d713b13edd4b24a556bcc43d2ddbc3" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:74e6b2b456f21fc93ce1aff2b9728049f1464428ee2c9752a4b4f61e98c4db96" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:526d5f20e954d103b1d47232e3839f3453c02077b74203e43407b962ab131e7b" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b499c6abe62a7a8d023e2c4b2834fce78a6115856ae95522f2f974139814538c" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ab386503f53bbbc64d1ad4b6865bf001414930841a870fc97f1546d4d133f141" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f63c308f82a7954bf8263a6e6de0adc67c48a8b484fab18ff87f349af356efd" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:12607804084d2244a7bd4685c9d0dca5df17a6a926d4f1967aa7978b1028f89f" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:da1cdfa96425cbe51f8afa43e392366ed0b36ce398f08b60de6b97e3ed4affef" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:f810e764617b0748b49a731ffaa525d9bb36ff38332411704c2400125af859a6" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:35c3d79b81908579beb1fb4e7fcd802b7b4921f1b66055af2578ff7734711cfa" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c92deb5d9acce226a501b77307b3b60b264ca21862bd7d3e0c1f3594022f01bc" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-win32.whl" , hash = "sha256:5e77a8bd41e54b05e4fb2708dc6ce28ee70325f8c6f50f3df86a44ecb1d7a19b" } ,
{ file = "frozenlist-1.3.1-cp39-cp39-win_amd64.whl" , hash = "sha256:625d8472c67f2d96f9a4302a947f92a7adbc1e20bedb6aff8dbc8ff039ca6189" } ,
{ file = "frozenlist-1.3.1.tar.gz" , hash = "sha256:3a735e4211a04ccfa3f4833547acdf5d2f863bfeb01cfd3edaffbc251f15cec8" } ,
]
genshin = [ ]
2022-10-19 12:22:24 +00:00
gitdb = [
{ file = "gitdb-4.0.9-py3-none-any.whl" , hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd" } ,
{ file = "gitdb-4.0.9.tar.gz" , hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" } ,
]
2022-12-29 11:01:47 +00:00
gitpython = [
{ file = "GitPython-3.1.30-py3-none-any.whl" , hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882" } ,
{ file = "GitPython-3.1.30.tar.gz" , hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8" } ,
2022-10-19 12:22:24 +00:00
]
2022-09-04 05:52:33 +00:00
greenlet = [
2022-09-22 02:37:02 +00:00
{ 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" } ,
2022-09-04 05:52:33 +00:00
]
h11 = [
2022-12-01 03:37:50 +00:00
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
2022-09-04 05:52:33 +00:00
]
httpcore = [
2022-12-01 03:37:50 +00:00
{ file = "httpcore-0.16.2-py3-none-any.whl" , hash = "sha256:52c79095197178856724541e845f2db86d5f1527640d9254b5b8f6f6cebfdee6" } ,
{ file = "httpcore-0.16.2.tar.gz" , hash = "sha256:c35c5176dc82db732acfd90b581a3062c999a72305df30c0fc8fafd8e4aca068" } ,
2022-09-04 05:52:33 +00:00
]
2022-10-12 13:39:47 +00:00
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" } ,
]
2022-09-04 05:52:33 +00:00
httpx = [
2022-11-25 07:33:25 +00:00
{ file = "httpx-0.23.1-py3-none-any.whl" , hash = "sha256:0b9b1f0ee18b9978d637b0776bfd7f54e2ca278e063e3586d8f01cda89e042a8" } ,
{ file = "httpx-0.23.1.tar.gz" , hash = "sha256:202ae15319be24efe9a8bd4ed4360e68fde7b38bcc2ce87088d416f026667d19" } ,
2022-09-04 05:52:33 +00:00
]
idna = [
2022-09-14 02:06:43 +00:00
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
2022-09-04 05:52:33 +00:00
]
importlib-metadata = [
2022-10-05 14:45:33 +00:00
{ file = "importlib_metadata-5.0.0-py3-none-any.whl" , hash = "sha256:ddb0e35065e8938f867ed4928d0ae5bf2a53b7773871bfe6bcc7e4fcdc7dea43" } ,
{ file = "importlib_metadata-5.0.0.tar.gz" , hash = "sha256:da31db32b304314d044d3c12c79bd59e307889b287ad12ff387b3500835fc2ab" } ,
2022-09-04 05:52:33 +00:00
]
2022-11-30 08:45:53 +00:00
importlib-resources = [
{ file = "importlib_resources-5.10.0-py3-none-any.whl" , hash = "sha256:ee17ec648f85480d523596ce49eae8ead87d5631ae1551f913c0100b5edd3437" } ,
{ file = "importlib_resources-5.10.0.tar.gz" , hash = "sha256:c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668" } ,
]
2022-09-12 15:18:11 +00:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
2022-09-04 05:52:33 +00:00
Jinja2 = [
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
2022-09-12 15:18:11 +00:00
lxml = [
2022-12-15 10:30:29 +00:00
{ file = "lxml-4.9.2-cp27-cp27m-macosx_10_15_x86_64.whl" , hash = "sha256:76cf573e5a365e790396a5cc2b909812633409306c6531a6877c59061e42c4f2" } ,
{ file = "lxml-4.9.2-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:b1f42b6921d0e81b1bcb5e395bc091a70f41c4d4e55ba99c6da2b31626c44892" } ,
{ file = "lxml-4.9.2-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:9f102706d0ca011de571de32c3247c6476b55bb6bc65a20f682f000b07a4852a" } ,
{ file = "lxml-4.9.2-cp27-cp27m-win32.whl" , hash = "sha256:8d0b4612b66ff5d62d03bcaa043bb018f74dfea51184e53f067e6fdcba4bd8de" } ,
{ file = "lxml-4.9.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:4c8f293f14abc8fd3e8e01c5bd86e6ed0b6ef71936ded5bf10fe7a5efefbaca3" } ,
{ file = "lxml-4.9.2-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2899456259589aa38bfb018c364d6ae7b53c5c22d8e27d0ec7609c2a1ff78b50" } ,
{ file = "lxml-4.9.2-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6749649eecd6a9871cae297bffa4ee76f90b4504a2a2ab528d9ebe912b101975" } ,
{ file = "lxml-4.9.2-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:a08cff61517ee26cb56f1e949cca38caabe9ea9fbb4b1e10a805dc39844b7d5c" } ,
{ file = "lxml-4.9.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:85cabf64adec449132e55616e7ca3e1000ab449d1d0f9d7f83146ed5bdcb6d8a" } ,
{ file = "lxml-4.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:8340225bd5e7a701c0fa98284c849c9b9fc9238abf53a0ebd90900f25d39a4e4" } ,
{ file = "lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:1ab8f1f932e8f82355e75dda5413a57612c6ea448069d4fb2e217e9a4bed13d4" } ,
{ file = "lxml-4.9.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:699a9af7dffaf67deeae27b2112aa06b41c370d5e7633e0ee0aea2e0b6c211f7" } ,
{ file = "lxml-4.9.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b9cc34af337a97d470040f99ba4282f6e6bac88407d021688a5d585e44a23184" } ,
{ file = "lxml-4.9.2-cp310-cp310-win32.whl" , hash = "sha256:d02a5399126a53492415d4906ab0ad0375a5456cc05c3fc0fc4ca11771745cda" } ,
{ file = "lxml-4.9.2-cp310-cp310-win_amd64.whl" , hash = "sha256:a38486985ca49cfa574a507e7a2215c0c780fd1778bb6290c21193b7211702ab" } ,
{ file = "lxml-4.9.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:c83203addf554215463b59f6399835201999b5e48019dc17f182ed5ad87205c9" } ,
{ file = "lxml-4.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:2a87fa548561d2f4643c99cd13131acb607ddabb70682dcf1dff5f71f781a4bf" } ,
{ file = "lxml-4.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:d6b430a9938a5a5d85fc107d852262ddcd48602c120e3dbb02137c83d212b380" } ,
{ file = "lxml-4.9.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:3efea981d956a6f7173b4659849f55081867cf897e719f57383698af6f618a92" } ,
{ file = "lxml-4.9.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:df0623dcf9668ad0445e0558a21211d4e9a149ea8f5666917c8eeec515f0a6d1" } ,
{ file = "lxml-4.9.2-cp311-cp311-win32.whl" , hash = "sha256:da248f93f0418a9e9d94b0080d7ebc407a9a5e6d0b57bb30db9b5cc28de1ad33" } ,
{ file = "lxml-4.9.2-cp311-cp311-win_amd64.whl" , hash = "sha256:3818b8e2c4b5148567e1b09ce739006acfaa44ce3156f8cbbc11062994b8e8dd" } ,
{ file = "lxml-4.9.2-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ca989b91cf3a3ba28930a9fc1e9aeafc2a395448641df1f387a2d394638943b0" } ,
{ file = "lxml-4.9.2-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:822068f85e12a6e292803e112ab876bc03ed1f03dddb80154c395f891ca6b31e" } ,
{ file = "lxml-4.9.2-cp35-cp35m-win32.whl" , hash = "sha256:be7292c55101e22f2a3d4d8913944cbea71eea90792bf914add27454a13905df" } ,
2022-12-23 13:06:08 +00:00
{ file = "lxml-4.9.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:998c7c41910666d2976928c38ea96a70d1aa43be6fe502f21a651e17483a43c5" } ,
2022-12-15 10:30:29 +00:00
{ file = "lxml-4.9.2-cp36-cp36m-macosx_10_15_x86_64.whl" , hash = "sha256:b26a29f0b7fc6f0897f043ca366142d2b609dc60756ee6e4e90b5f762c6adc53" } ,
{ file = "lxml-4.9.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:ab323679b8b3030000f2be63e22cdeea5b47ee0abd2d6a1dc0c8103ddaa56cd7" } ,
{ file = "lxml-4.9.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:689bb688a1db722485e4610a503e3e9210dcc20c520b45ac8f7533c837be76fe" } ,
{ file = "lxml-4.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:f49e52d174375a7def9915c9f06ec4e569d235ad428f70751765f48d5926678c" } ,
{ file = "lxml-4.9.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:36c3c175d34652a35475a73762b545f4527aec044910a651d2bf50de9c3352b1" } ,
{ file = "lxml-4.9.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a35f8b7fa99f90dd2f5dc5a9fa12332642f087a7641289ca6c40d6e1a2637d8e" } ,
{ file = "lxml-4.9.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:58bfa3aa19ca4c0f28c5dde0ff56c520fbac6f0daf4fac66ed4c8d2fb7f22e74" } ,
{ file = "lxml-4.9.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:bc718cd47b765e790eecb74d044cc8d37d58562f6c314ee9484df26276d36a38" } ,
{ file = "lxml-4.9.2-cp36-cp36m-win32.whl" , hash = "sha256:d5bf6545cd27aaa8a13033ce56354ed9e25ab0e4ac3b5392b763d8d04b08e0c5" } ,
2022-12-23 13:06:08 +00:00
{ file = "lxml-4.9.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:3ab9fa9d6dc2a7f29d7affdf3edebf6ece6fb28a6d80b14c3b2fb9d39b9322c3" } ,
2022-12-15 10:30:29 +00:00
{ file = "lxml-4.9.2-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:05ca3f6abf5cf78fe053da9b1166e062ade3fa5d4f92b4ed688127ea7d7b1d03" } ,
{ file = "lxml-4.9.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:a5da296eb617d18e497bcf0a5c528f5d3b18dadb3619fbdadf4ed2356ef8d941" } ,
{ file = "lxml-4.9.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:04876580c050a8c5341d706dd464ff04fd597095cc8c023252566a8826505726" } ,
{ file = "lxml-4.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:c9ec3eaf616d67db0764b3bb983962b4f385a1f08304fd30c7283954e6a7869b" } ,
{ file = "lxml-4.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2a29ba94d065945944016b6b74e538bdb1751a1db6ffb80c9d3c2e40d6fa9894" } ,
{ file = "lxml-4.9.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a82d05da00a58b8e4c0008edbc8a4b6ec5a4bc1e2ee0fb6ed157cf634ed7fa45" } ,
{ file = "lxml-4.9.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:223f4232855ade399bd409331e6ca70fb5578efef22cf4069a6090acc0f53c0e" } ,
{ file = "lxml-4.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d17bc7c2ccf49c478c5bdd447594e82692c74222698cfc9b5daae7ae7e90743b" } ,
{ file = "lxml-4.9.2-cp37-cp37m-win32.whl" , hash = "sha256:b64d891da92e232c36976c80ed7ebb383e3f148489796d8d31a5b6a677825efe" } ,
{ file = "lxml-4.9.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:a0a336d6d3e8b234a3aae3c674873d8f0e720b76bc1d9416866c41cd9500ffb9" } ,
{ file = "lxml-4.9.2-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:da4dd7c9c50c059aba52b3524f84d7de956f7fef88f0bafcf4ad7dde94a064e8" } ,
{ file = "lxml-4.9.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:821b7f59b99551c69c85a6039c65b75f5683bdc63270fec660f75da67469ca24" } ,
{ file = "lxml-4.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:e5168986b90a8d1f2f9dc1b841467c74221bd752537b99761a93d2d981e04889" } ,
{ file = "lxml-4.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:8e20cb5a47247e383cf4ff523205060991021233ebd6f924bca927fcf25cf86f" } ,
{ file = "lxml-4.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:13598ecfbd2e86ea7ae45ec28a2a54fb87ee9b9fdb0f6d343297d8e548392c03" } ,
{ file = "lxml-4.9.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:880bbbcbe2fca64e2f4d8e04db47bcdf504936fa2b33933efd945e1b429bea8c" } ,
{ file = "lxml-4.9.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:7d2278d59425777cfcb19735018d897ca8303abe67cc735f9f97177ceff8027f" } ,
{ file = "lxml-4.9.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:5344a43228767f53a9df6e5b253f8cdca7dfc7b7aeae52551958192f56d98457" } ,
{ file = "lxml-4.9.2-cp38-cp38-win32.whl" , hash = "sha256:925073b2fe14ab9b87e73f9a5fde6ce6392da430f3004d8b72cc86f746f5163b" } ,
{ file = "lxml-4.9.2-cp38-cp38-win_amd64.whl" , hash = "sha256:9b22c5c66f67ae00c0199f6055705bc3eb3fcb08d03d2ec4059a2b1b25ed48d7" } ,
{ file = "lxml-4.9.2-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:5f50a1c177e2fa3ee0667a5ab79fdc6b23086bc8b589d90b93b4bd17eb0e64d1" } ,
{ file = "lxml-4.9.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:090c6543d3696cbe15b4ac6e175e576bcc3f1ccfbba970061b7300b0c15a2140" } ,
{ file = "lxml-4.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:63da2ccc0857c311d764e7d3d90f429c252e83b52d1f8f1d1fe55be26827d1f4" } ,
{ file = "lxml-4.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:5b4545b8a40478183ac06c073e81a5ce4cf01bf1734962577cf2bb569a5b3bbf" } ,
{ file = "lxml-4.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2e430cd2824f05f2d4f687701144556646bae8f249fd60aa1e4c768ba7018947" } ,
{ file = "lxml-4.9.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6804daeb7ef69e7b36f76caddb85cccd63d0c56dedb47555d2fc969e2af6a1a5" } ,
{ file = "lxml-4.9.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:a6e441a86553c310258aca15d1c05903aaf4965b23f3bc2d55f200804e005ee5" } ,
{ file = "lxml-4.9.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ca34efc80a29351897e18888c71c6aca4a359247c87e0b1c7ada14f0ab0c0fb2" } ,
{ file = "lxml-4.9.2-cp39-cp39-win32.whl" , hash = "sha256:6b418afe5df18233fc6b6093deb82a32895b6bb0b1155c2cdb05203f583053f1" } ,
{ file = "lxml-4.9.2-cp39-cp39-win_amd64.whl" , hash = "sha256:f1496ea22ca2c830cbcbd473de8f114a320da308438ae65abad6bab7867fe38f" } ,
{ file = "lxml-4.9.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:b264171e3143d842ded311b7dccd46ff9ef34247129ff5bf5066123c55c2431c" } ,
{ file = "lxml-4.9.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:0dc313ef231edf866912e9d8f5a042ddab56c752619e92dfd3a2c277e6a7299a" } ,
{ file = "lxml-4.9.2-pp38-pypy38_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:16efd54337136e8cd72fb9485c368d91d77a47ee2d42b057564aae201257d419" } ,
{ file = "lxml-4.9.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:0f2b1e0d79180f344ff9f321327b005ca043a50ece8713de61d1cb383fb8ac05" } ,
{ file = "lxml-4.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:7b770ed79542ed52c519119473898198761d78beb24b107acf3ad65deae61f1f" } ,
{ file = "lxml-4.9.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:efa29c2fe6b4fdd32e8ef81c1528506895eca86e1d8c4657fda04c9b3786ddf9" } ,
{ file = "lxml-4.9.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:7e91ee82f4199af8c43d8158024cbdff3d931df350252288f0d4ce656df7f3b5" } ,
{ file = "lxml-4.9.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:b23e19989c355ca854276178a0463951a653309fb8e57ce674497f2d9f208746" } ,
{ file = "lxml-4.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:01d36c05f4afb8f7c20fd9ed5badca32a2029b93b1750f571ccc0b142531caf7" } ,
{ file = "lxml-4.9.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:7b515674acfdcadb0eb5d00d8a709868173acece5cb0be3dd165950cbfdf5409" } ,
{ file = "lxml-4.9.2.tar.gz" , hash = "sha256:2455cfaeb7ac70338b3257f41e21f0724f4b5b0c0e7702da67ee6c3640835b67" } ,
2022-09-12 15:18:11 +00:00
]
2022-09-04 05:52:33 +00:00
Mako = [
2022-09-26 08:54:46 +00:00
{ file = "Mako-1.2.3-py3-none-any.whl" , hash = "sha256:c413a086e38cd885088d5e165305ee8eed04e8b3f8f62df343480da0a385735f" } ,
{ file = "Mako-1.2.3.tar.gz" , hash = "sha256:7fde96466fcfeedb0eed94f187f20b23d85e4cb41444be0e542e2c8c65c396cd" } ,
2022-09-04 05:52:33 +00:00
]
MarkupSafe = [
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
]
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" } ,
]
2022-10-20 07:48:40 +00:00
openpyxl = [
{ file = "openpyxl-3.0.10-py2.py3-none-any.whl" , hash = "sha256:0ab6d25d01799f97a9464630abacbb34aafecdcaa0ef3cba6d6b3499867d0355" } ,
{ file = "openpyxl-3.0.10.tar.gz" , hash = "sha256:e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449" } ,
]
2022-09-04 05:52:33 +00:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pathspec = [
{ file = "pathspec-0.10.1-py3-none-any.whl" , hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93" } ,
{ file = "pathspec-0.10.1.tar.gz" , hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d" } ,
]
2022-11-17 12:47:32 +00:00
pillow = [
{ 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-09-04 05:52:33 +00:00
]
platformdirs = [
{ file = "platformdirs-2.5.2-py3-none-any.whl" , hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788" } ,
{ file = "platformdirs-2.5.2.tar.gz" , hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19" } ,
]
playwright = [
2022-10-05 14:45:33 +00:00
{ file = "playwright-1.26.1-py3-none-macosx_10_13_x86_64.whl" , hash = "sha256:eabf81e932076be5afe8f198c13cde913db319ccb07a9c16ea13bd0d372b40b2" } ,
{ file = "playwright-1.26.1-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:ecd2d47a671d40f2c9f2fa70dec5c4e8f341194e7450e1483c787e02eecb6f61" } ,
{ file = "playwright-1.26.1-py3-none-macosx_11_0_universal2.whl" , hash = "sha256:a04bb9f2b25ad00077c7816e51b2cc3edc9b5ae7ed864ab1efbc3037a16db868" } ,
{ file = "playwright-1.26.1-py3-none-manylinux1_x86_64.whl" , hash = "sha256:c3cc87fc738d7c7668d8e3a8086fca2c6f981d31e560cee5f89415d17160f7e5" } ,
{ file = "playwright-1.26.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e8b3a58cd903d21bf71b0361b8f1379bb9de8046ecf5a866f5d13bd815100099" } ,
{ file = "playwright-1.26.1-py3-none-win32.whl" , hash = "sha256:1b06a0cd1d0c4ded1c5412129f9207d2589aa5ac86645cfa1a89690ef610228b" } ,
{ file = "playwright-1.26.1-py3-none-win_amd64.whl" , hash = "sha256:9dfbb664a0d3865ec3db4cd636dab755c7bf5eeadcaf1d6abe9ab8c9c26c431f" } ,
2022-09-04 05:52:33 +00:00
]
2022-09-12 15:18:11 +00:00
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
2022-09-11 07:08:02 +00:00
pyaes = [
{ file = "pyaes-1.6.1.tar.gz" , hash = "sha256:02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f" } ,
]
2022-09-04 05:52:33 +00:00
pydantic = [
2022-09-11 07:08:02 +00:00
{ file = "pydantic-1.10.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bb6ad4489af1bac6955d38ebcb95079a836af31e4c4f74aba1ca05bb9f6027bd" } ,
{ file = "pydantic-1.10.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a1f5a63a6dfe19d719b1b6e6106561869d2efaca6167f84f5ab9347887d78b98" } ,
{ file = "pydantic-1.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:352aedb1d71b8b0736c6d56ad2bd34c6982720644b0624462059ab29bd6e5912" } ,
{ file = "pydantic-1.10.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19b3b9ccf97af2b7519c42032441a891a5e05c68368f40865a90eb88833c2559" } ,
{ file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e9069e1b01525a96e6ff49e25876d90d5a563bc31c658289a8772ae186552236" } ,
{ file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:355639d9afc76bcb9b0c3000ddcd08472ae75318a6eb67a15866b87e2efa168c" } ,
{ file = "pydantic-1.10.2-cp310-cp310-win_amd64.whl" , hash = "sha256:ae544c47bec47a86bc7d350f965d8b15540e27e5aa4f55170ac6a75e5f73b644" } ,
{ file = "pydantic-1.10.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a4c805731c33a8db4b6ace45ce440c4ef5336e712508b4d9e1aafa617dc9907f" } ,
{ file = "pydantic-1.10.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d49f3db871575e0426b12e2f32fdb25e579dea16486a26e5a0474af87cb1ab0a" } ,
{ file = "pydantic-1.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:37c90345ec7dd2f1bcef82ce49b6235b40f282b94d3eec47e801baf864d15525" } ,
{ file = "pydantic-1.10.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b5ba54d026c2bd2cb769d3468885f23f43710f651688e91f5fb1edcf0ee9283" } ,
{ file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:05e00dbebbe810b33c7a7362f231893183bcc4251f3f2ff991c31d5c08240c42" } ,
{ file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:2d0567e60eb01bccda3a4df01df677adf6b437958d35c12a3ac3e0f078b0ee52" } ,
{ file = "pydantic-1.10.2-cp311-cp311-win_amd64.whl" , hash = "sha256:c6f981882aea41e021f72779ce2a4e87267458cc4d39ea990729e21ef18f0f8c" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c4aac8e7103bf598373208f6299fa9a5cfd1fc571f2d40bf1dd1955a63d6eeb5" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:81a7b66c3f499108b448f3f004801fcd7d7165fb4200acb03f1c2402da73ce4c" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bedf309630209e78582ffacda64a21f96f3ed2e51fbf3962d4d488e503420254" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:9300fcbebf85f6339a02c6994b2eb3ff1b9c8c14f502058b5bf349d42447dcf5" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:216f3bcbf19c726b1cc22b099dd409aa371f55c08800bcea4c44c8f74b73478d" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:dd3f9a40c16daf323cf913593083698caee97df2804aa36c4b3175d5ac1b92a2" } ,
{ file = "pydantic-1.10.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b97890e56a694486f772d36efd2ba31612739bc6f3caeee50e9e7e3ebd2fdd13" } ,
{ file = "pydantic-1.10.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9cabf4a7f05a776e7793e72793cd92cc865ea0e83a819f9ae4ecccb1b8aa6116" } ,
{ file = "pydantic-1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06094d18dd5e6f2bbf93efa54991c3240964bb663b87729ac340eb5014310624" } ,
{ file = "pydantic-1.10.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cc78cc83110d2f275ec1970e7a831f4e371ee92405332ebfe9860a715f8336e1" } ,
{ file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1ee433e274268a4b0c8fde7ad9d58ecba12b069a033ecc4645bb6303c062d2e9" } ,
{ file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:7c2abc4393dea97a4ccbb4ec7d8658d4e22c4765b7b9b9445588f16c71ad9965" } ,
{ file = "pydantic-1.10.2-cp38-cp38-win_amd64.whl" , hash = "sha256:0b959f4d8211fc964772b595ebb25f7652da3f22322c007b6fed26846a40685e" } ,
{ file = "pydantic-1.10.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c33602f93bfb67779f9c507e4d69451664524389546bacfe1bee13cae6dc7488" } ,
{ file = "pydantic-1.10.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5760e164b807a48a8f25f8aa1a6d857e6ce62e7ec83ea5d5c5a802eac81bad41" } ,
{ file = "pydantic-1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6eb843dcc411b6a2237a694f5e1d649fc66c6064d02b204a7e9d194dff81eb4b" } ,
{ file = "pydantic-1.10.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4b8795290deaae348c4eba0cebb196e1c6b98bdbe7f50b2d0d9a4a99716342fe" } ,
{ file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e0bedafe4bc165ad0a56ac0bd7695df25c50f76961da29c050712596cf092d6d" } ,
{ file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:2e05aed07fa02231dbf03d0adb1be1d79cabb09025dd45aa094aa8b4e7b9dcda" } ,
{ file = "pydantic-1.10.2-cp39-cp39-win_amd64.whl" , hash = "sha256:c1ba1afb396148bbc70e9eaa8c06c1716fdddabaf86e7027c5988bae2a829ab6" } ,
{ file = "pydantic-1.10.2-py3-none-any.whl" , hash = "sha256:1b6ee725bd6e83ec78b1aa32c5b1fa67a3a65badddde3976bca5fe4568f27709" } ,
{ file = "pydantic-1.10.2.tar.gz" , hash = "sha256:91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410" } ,
2022-09-04 05:52:33 +00:00
]
pyee = [
{ file = "pyee-8.1.0-py2.py3-none-any.whl" , hash = "sha256:383973b63ad7ed5e3c0311f8b179c52981f9e7b3eaea0e9a830d13ec34dde65f" } ,
{ file = "pyee-8.1.0.tar.gz" , hash = "sha256:92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31" } ,
]
2022-09-08 01:08:37 +00:00
Pygments = [
{ file = "Pygments-2.13.0-py3-none-any.whl" , hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42" } ,
{ file = "Pygments-2.13.0.tar.gz" , hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1" } ,
]
2022-09-04 05:52:33 +00:00
pyparsing = [
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
]
pyppeteer = [
{ file = "pyppeteer-1.0.2-py3-none-any.whl" , hash = "sha256:11a734d8f02c6b128035aba8faf32748f2016310a6a1cbc6aa5b1e2580742e8f" } ,
{ file = "pyppeteer-1.0.2.tar.gz" , hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742" } ,
]
2022-11-14 10:21:35 +00:00
pyrogram = [
2022-12-16 10:40:23 +00:00
{ file = "Pyrogram-2.0.70-py3-none-any.whl" , hash = "sha256:72f04d59e7f57c0835d93b7a2f3c4fb3e1fe437bd5cdb5d036588559cd2f457b" } ,
{ file = "Pyrogram-2.0.70.tar.gz" , hash = "sha256:2904890eb334117e741114a20fa5903627910b347a43f7e34ab590a8310d836a" } ,
2022-09-11 07:08:02 +00:00
]
PySocks = [
{ file = "PySocks-1.7.1-py27-none-any.whl" , hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299" } ,
{ file = "PySocks-1.7.1-py3-none-any.whl" , hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5" } ,
{ file = "PySocks-1.7.1.tar.gz" , hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" } ,
]
2022-09-12 15:18:11 +00:00
pytest = [
2022-10-25 11:19:33 +00:00
{ file = "pytest-7.2.0-py3-none-any.whl" , hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71" } ,
{ file = "pytest-7.2.0.tar.gz" , hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59" } ,
2022-09-12 15:18:11 +00:00
]
pytest-asyncio = [
2022-12-15 11:03:38 +00:00
{ file = "pytest-asyncio-0.20.3.tar.gz" , hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36" } ,
{ file = "pytest_asyncio-0.20.3-py3-none-any.whl" , hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442" } ,
2022-09-12 15:18:11 +00:00
]
2022-09-04 05:52:33 +00:00
python-dotenv = [
2022-09-13 11:23:31 +00:00
{ file = "python-dotenv-0.21.0.tar.gz" , hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045" } ,
{ file = "python_dotenv-0.21.0-py3-none-any.whl" , hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5" } ,
2022-09-04 05:52:33 +00:00
]
python-telegram-bot = [
2023-01-02 13:05:35 +00:00
{ file = "python-telegram-bot-20.0.tar.gz" , hash = "sha256:9ff3d7b03d0e621df6c903622338e30d761e121c27179e13f62ba2216b7c6d32" } ,
{ file = "python_telegram_bot-20.0-py3-none-any.whl" , hash = "sha256:2f7f0a0eee6517ffb3e9732b622b5c97c107517f35dc2a97273c74cb5ed39e9d" } ,
2022-09-04 05:52:33 +00:00
]
pytz = [
2022-10-05 14:45:33 +00:00
{ file = "pytz-2022.4-py2.py3-none-any.whl" , hash = "sha256:2c0784747071402c6e99f0bafdb7da0fa22645f06554c7ae06bf6358897e9c91" } ,
{ file = "pytz-2022.4.tar.gz" , hash = "sha256:48ce799d83b6f8aab2020e369b627446696619e79645419610b9facd909b3174" } ,
2022-09-04 05:52:33 +00: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" } ,
]
2022-10-12 13:39:47 +00:00
PyYAML = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358" } ,
{ file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782" } ,
{ file = "PyYAML-6.0-cp311-cp311-win32.whl" , hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7" } ,
{ file = "PyYAML-6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
2022-12-23 13:06:08 +00:00
qrcode = [
{ file = "qrcode-7.3.1.tar.gz" , hash = "sha256:375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578" } ,
]
2022-09-04 05:52:33 +00:00
redis = [
{ file = "redis-4.3.4-py3-none-any.whl" , hash = "sha256:a52d5694c9eb4292770084fa8c863f79367ca19884b329ab574d5cb2036b3e54" } ,
{ file = "redis-4.3.4.tar.gz" , hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880" } ,
]
rfc3986 = [
{ file = "rfc3986-1.5.0-py2.py3-none-any.whl" , hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97" } ,
{ file = "rfc3986-1.5.0.tar.gz" , hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835" } ,
]
2022-09-08 01:08:37 +00:00
rich = [
2023-01-02 12:10:20 +00:00
{ file = "rich-13.0.0-py3-none-any.whl" , hash = "sha256:12b1d77ee7edf251b741531323f0d990f5f570a4e7c054d0bfb59fb7981ad977" } ,
{ file = "rich-13.0.0.tar.gz" , hash = "sha256:3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950" } ,
2022-09-08 01:08:37 +00:00
]
2022-10-19 12:22:24 +00:00
sentry-sdk = [
2022-12-25 11:26:20 +00:00
{ file = "sentry-sdk-1.12.1.tar.gz" , hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c" } ,
{ file = "sentry_sdk-1.12.1-py2.py3-none-any.whl" , hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6" } ,
2022-10-19 12:22:24 +00:00
]
2022-09-04 05:52:33 +00:00
setuptools = [
2022-12-29 06:50:33 +00:00
{ file = "setuptools-65.5.1-py3-none-any.whl" , hash = "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31" } ,
{ file = "setuptools-65.5.1.tar.gz" , hash = "sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f" } ,
2022-09-04 05:52:33 +00:00
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2022-10-19 12:22:24 +00:00
smmap = [
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
2022-09-04 05:52:33 +00:00
sniffio = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
sortedcontainers = [
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
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 = [
2022-09-11 07:08:02 +00:00
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:13e397a9371ecd25573a7b90bd037db604331cf403f5318038c46ee44908c44d" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:2d6495f84c4fd11584f34e62f9feec81bf373787b3942270487074e35cbe5330" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-win32.whl" , hash = "sha256:e570cfc40a29d6ad46c9aeaddbdcee687880940a3a327f2c668dd0e4ef0a441d" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-win_amd64.whl" , hash = "sha256:5facb7fd6fa8a7353bbe88b95695e555338fb038ad19ceb29c82d94f62775a05" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:f37fa70d95658763254941ddd30ecb23fc4ec0c5a788a7c21034fc2305dab7cc" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:361f6b5e3f659e3c56ea3518cf85fbdae1b9e788ade0219a67eeaaea8a4e4d2a" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0990932f7cca97fece8017414f57fdd80db506a045869d7ddf2dda1d7cf69ecc" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cd767cf5d7252b1c88fcfb58426a32d7bd14a7e4942497e15b68ff5d822b41ad" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5102fb9ee2c258a2218281adcb3e1918b793c51d6c2b4666ce38c35101bb940e" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-win32.whl" , hash = "sha256:2082a2d2fca363a3ce21cfa3d068c5a1ce4bf720cf6497fb3a9fc643a8ee4ddd" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-win_amd64.whl" , hash = "sha256:e4b12e3d88a8fffd0b4ca559f6d4957ed91bd4c0613a4e13846ab8729dc5c251" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-macosx_10_15_x86_64.whl" , hash = "sha256:90484a2b00baedad361402c257895b13faa3f01780f18f4a104a2f5c413e4536" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b67fc780cfe2b306180e56daaa411dd3186bf979d50a6a7c2a5b5036575cbdbb" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ad2b727fc41c7f8757098903f85fafb4bf587ca6605f82d9bf5604bd9c7cded" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-win32.whl" , hash = "sha256:59bdc291165b6119fc6cdbc287c36f7f2859e6051dd923bdf47b4c55fd2f8bd0" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-win_amd64.whl" , hash = "sha256:d2e054aed4645f9b755db85bc69fc4ed2c9020c19c8027976f66576b906a74f1" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:4ba7e122510bbc07258dc42be6ed45997efdf38129bde3e3f12649be70683546" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c0dcf127bb99458a9d211e6e1f0f3edb96c874dd12f2503d4d8e4f1fd103790b" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e16c2be5cb19e2c08da7bd3a87fed2a0d4e90065ee553a940c4fc1a0fb1ab72b" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5ebeeec5c14533221eb30bad716bc1fd32f509196318fb9caa7002c4a364e4c" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-win32.whl" , hash = "sha256:3e2ef592ac3693c65210f8b53d0edcf9f4405925adcfc031ff495e8d18169682" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-win_amd64.whl" , hash = "sha256:eb30cf008850c0a26b72bd1b9be6730830165ce049d239cfdccd906f2685f892" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:c23d64a0b28fc78c96289ffbd0d9d1abd48d267269b27f2d34e430ea73ce4b26" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8eb8897367a21b578b26f5713833836f886817ee2ffba1177d446fa3f77e67c8" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:14576238a5f89bcf504c5f0a388d0ca78df61fb42cb2af0efe239dc965d4f5c9" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:639e1ae8d48b3c86ffe59c0daa9a02e2bfe17ca3d2b41611b30a0073937d4497" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-win32.whl" , hash = "sha256:0005bd73026cd239fc1e8ccdf54db58b6193be9a02b3f0c5983808f84862c767" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-win_amd64.whl" , hash = "sha256:5323252be2bd261e0aa3f33cb3a64c45d76829989fa3ce90652838397d84197d" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:05f0de3a1dc3810a776275763764bb0015a02ae0f698a794646ebc5fb06fad33" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0002e829142b2af00b4eaa26c51728f3ea68235f232a2e72a9508a3116bd6ed0" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:22ff16cedab5b16a0db79f1bc99e46a6ddececb60c396562e50aab58ddb2871c" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ccfd238f766a5bb5ee5545a62dd03f316ac67966a6a658efb63eeff8158a4bbf" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-win32.whl" , hash = "sha256:58bb65b3274b0c8a02cea9f91d6f44d0da79abc993b33bdedbfec98c8440175a" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-win_amd64.whl" , hash = "sha256:ce8feaa52c1640de9541eeaaa8b5fb632d9d66249c947bb0d89dd01f87c7c288" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:199a73c31ac8ea59937cc0bf3dfc04392e81afe2ec8a74f26f489d268867846c" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4676d51c9f6f6226ae8f26dc83ec291c088fe7633269757d333978df78d931ab" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:036d8472356e1d5f096c5e0e1a7e0f9182140ada3602f8fff6b7329e9e7cfbcd" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2307495d9e0ea00d0c726be97a5b96615035854972cc538f6e7eaed23a35886c" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-win32.whl" , hash = "sha256:9c56e19780cd1344fcd362fd6265a15f48aa8d365996a37fab1495cae8fcd97d" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-win_amd64.whl" , hash = "sha256:f5fa526d027d804b1f85cdda1eb091f70bde6fb7d87892f6dd5a48925bc88898" } ,
{ file = "SQLAlchemy-1.4.41.tar.gz" , hash = "sha256:0292f70d1797e3c54e862e6f30ae474014648bc9c723e14a2fda730adb0a9791" } ,
2022-09-04 05:52:33 +00:00
]
sqlalchemy2-stubs = [
{ file = "sqlalchemy2-stubs-0.0.2a27.tar.gz" , hash = "sha256:f79bce50b7837a2c2374ef4480b41e2b8a8226f313f347dc2a70526a4191db93" } ,
{ file = "sqlalchemy2_stubs-0.0.2a27-py3-none-any.whl" , hash = "sha256:6cea12fec3c261f6e0e14a95d2cc4914e373095e68ec4fc2eb473183ac2b17a2" } ,
]
sqlmodel = [
{ file = "sqlmodel-0.0.8-py3-none-any.whl" , hash = "sha256:0fd805719e0c5d4f22be32eb3ffc856eca3f7f20e8c7aa3e117ad91684b518ee" } ,
{ file = "sqlmodel-0.0.8.tar.gz" , hash = "sha256:3371b4d1ad59d2ffd0c530582c2140b6c06b090b32af9b9c6412986d7b117036" } ,
]
2022-10-12 13:39:47 +00:00
starlette = [
2022-11-28 11:59:13 +00:00
{ file = "starlette-0.22.0-py3-none-any.whl" , hash = "sha256:b5eda991ad5f0ee5d8ce4c4540202a573bb6691ecd0c712262d0bc85cf8f2c50" } ,
{ file = "starlette-0.22.0.tar.gz" , hash = "sha256:b092cbc365bea34dd6840b42861bdabb2f507f8671e642e8272d2442e08ea4ff" } ,
2022-10-12 13:39:47 +00:00
]
2022-11-14 11:16:06 +00:00
tgcrypto = [
{ file = "TgCrypto-1.2.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4507102377002966f35f2481830b7529e00c9bbff8c7d1e09634f984af801675" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:38fe25c0d79b41d7a89caba2a78dea0358e17ca73b033cefd16abed680685829" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c035bf8ef89846f67e77e82ea85c089b6ea30631b32e8ac1a6511b9be52ab065" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f594e2680daf20dbac6bf56862f567ddc3cc8d6a19757ed07faa8320ff7acee4" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8723a16076e229ffdf537fdb5e638227d10f44ca43e6939db1eab524de6eaed7" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:c1c8d974b8b2d7132364b6f0f6712b92bfe47ab9c5dcee25c70327ff68d22d95" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:89d9c143a1fcdb2562a4aa887152abbe9253e1979d7bebef2b489148e0bbe086" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-win32.whl" , hash = "sha256:aa4bc1d11d4a90811c162abd45a5981f171679d1b5bd0322cd7ccd16447366a2" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-win_amd64.whl" , hash = "sha256:39145103614c5e38fe938549742d355920f4a0778fa8259eb69c0c85ba4b1d28" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:59597cdb1c87eb1184088563d20b42a8f2e431e9334fed64926079044ad2a4af" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:1283337ae75b02406dd700377b8b783e70033b548492517df6e6c4156b0ed69c" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1735437df0023a40e5fdd95e6b09ce806ec8f2cd2f8879023818840dfae60cab" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cfa17a20206532c6d2442c9d7a7f6434120bd75896ad9a3e9b9277477afa084f" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:48da3674474839e5619e7430ff1f98aed9f55369f3cfaef7f65511852869572e" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:b49e982e5b156be821a5235bd9102c00dc506a58607e2c8bd50ac872724a951f" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:9d9f13586065a6d86d05c16409054033a84be208acee29b49f6f194e27b08642" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-win32.whl" , hash = "sha256:10dd3870aecb1a783c6eafd3b164b2149dbc93a9ee13feb7e6f5c58f87c24cd0" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-win_amd64.whl" , hash = "sha256:a1beec47d6af8b509af7cf266e30f7703208076076594714005b42d2c25225b3" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c133ddc95ae9c6cd6ad742c4b8c30191214db8dc724268bee59a339e22b2028b" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f6537f6af3d80be67bd2625a0990ee88c6ae58d33bdb88d99591bd6e97ee7a0" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bdebbd9cffd10c42a2f60886dcab0272ddd38330d0cf7ccf026230b826573f59" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:45683659ec6475ee8ff60e12167ec19aacfd7527decafe446434fa1a7e6760a7" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:eafad246fd9aa63ff709a6e8c905c24fd7520ef96e33a2c3e1ccdb4fb2b2f331" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-win32.whl" , hash = "sha256:1445217d22101946d38ee7d628cdb3de92db4eb130183a22030c07d7888f21b0" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:b7e8402fe4023dc9666c0bc1b30fcf0d98a294e48d35f311a3eadfe105af04d4" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:56e1ec34e75fa2e3dcf7f74f1017d8e16c1eb8a8e031eaaa06c57f836e0d3bcc" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ca8814d6cc412775a43a021fce2d23e83a5336e9e9f38d0998d821cdf55c1d50" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:bb82e53f20ce5653573832f3c05fa525cc1769bdd685408b19f26d82d5e9001b" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0133936eac63cc9529b497d759b7d0ca21e491bb42481b40b603ee63bb8c10b7" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:76fe0a3ad838dcf300ac88233cbffc2ad63478eb0ae9fa671694e184d88ec1cd" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:7070c6e063befb6d04eab46e8b1ffbee47a497971be11496d23837fc007e7685" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:ed53d0c4a5e6f75d4b1cab17535afe210cd3120fb88f44a8c4562d43c2a3bb16" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-win32.whl" , hash = "sha256:f7ec9f0a571fcc38fbee224943ed9918123f752ac19bae5c195d8322f5b20fab" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-win_amd64.whl" , hash = "sha256:362ab28fc75e6b066e5bb15fb5296f75f4238d6c1cbcaaa1e5756cd5c168b74b" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7885a75db09ce8bdba42d2c332085bfe314f232541a729808c7507ffa261ff9a" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:0d28aa317364a5c27317fe97a48267aa1c65c9aaf589909e97489ebe82a714e3" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:940974e19044dc65bcf7b9c5255173b896dff010142f3833047dc55d59cde21c" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:457c657dd10ffb4bbbb007132a0f6a7bee5080176a98c51f285fedf636b624cb" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:539bdc6b9239fb6a6b134591a998dc7f50d4dcc4fed861f80540682acc0c3802" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:4d70d5517d64ca952896b726d22c8a66594e6f6259ee2cb4fa134c02d0e8c3e0" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:90b6337d3ae4348ed14f89dd2ebf7011fa63d67a48c8a98d955a1e392176c60a" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-win32.whl" , hash = "sha256:37c4b9be82716fbc6d2b123caef448eee28683888803db075d842327766f7624" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-win_amd64.whl" , hash = "sha256:6e96b3a478fae977228c5750194c20a18cde402bbbea6593de424f84d4a8893b" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:4d93686e6254eb0a32a0a60e849b41a867a2770b27b48f978fd391dce2b83aeb" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b7fe81fad7c64479c83f31fc10e79fb20a114bca414e5e17f5e0c8b363153f8" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ace308f5842a0d6c04fc1ae92cb4320b4b13bfc711031c1c18d9124697685ba0" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:36a570ecd12a428222b10ea8b5a8e0d83ea8750e4de1d5ea53d068b84341b450" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:ba9e067fd9751b3bbd7c979210431000e44f70001d921237e9c4672bf30f07bc" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80e2414f1a95087d7e46fb54cb387df66424c4ec156fb1a8d8e1d4aa38eb65cf" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:66c5b5bf701b5efc3e4c5d83439d767a3dd48f17a1d840eda6b4d1918844a8f9" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:5d27d6c414eb4775022b05fdd571090bfd92854115e86184ac1832060fbaa510" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:9b0a088ff2e05b6bbe891da936f62b99bd85202b2b9f4f57f71a408490dd518c" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f245895c7d518342089d15b5dca3cee9ffa5a0f3534db9d5a930f6a27dff4adf" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7dbf607d645c39a577a0f8571039d11ddd2dcdf9656465be75f9e0f540472444" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d6b0c2dc84e632ce7b3d0b767cfe20967e557ad7d71ea5dbd7df2dd544323181" } ,
{ file = "TgCrypto-1.2.5.tar.gz" , hash = "sha256:9bc2cac6fb9a12ef5b08f3dd500174fe374d89b660cce981f57e3138559cb682" } ,
2022-09-11 07:08:02 +00:00
]
2022-12-04 11:56:39 +00:00
thefuzz = [
{ file = "thefuzz-0.19.0-py2.py3-none-any.whl" , hash = "sha256:4fcdde8e40f5ca5e8106bc7665181f9598a9c8b18b0a4d38c41a095ba6788972" } ,
{ file = "thefuzz-0.19.0.tar.gz" , hash = "sha256:6f7126db2f2c8a54212b05e3a740e45f4291c497d75d20751728f635bb74aa3d" } ,
]
2022-11-30 08:45:53 +00:00
tomli = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2022-09-04 05:52:33 +00:00
tornado = [
{ file = "tornado-6.2-cp37-abi3-macosx_10_9_universal2.whl" , hash = "sha256:20f638fd8cc85f3cbae3c732326e96addff0a15e22d80f049e00121651e82e72" } ,
{ file = "tornado-6.2-cp37-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:87dcafae3e884462f90c90ecc200defe5e580a7fbbb4365eda7c7c1eb809ebc9" } ,
{ file = "tornado-6.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ba09ef14ca9893954244fd872798b4ccb2367c165946ce2dd7376aebdde8e3ac" } ,
{ file = "tornado-6.2-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b8150f721c101abdef99073bf66d3903e292d851bee51910839831caba341a75" } ,
{ file = "tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d3a2f5999215a3a06a4fc218026cd84c61b8b2b40ac5296a6db1f1451ef04c1e" } ,
{ file = "tornado-6.2-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:5f8c52d219d4995388119af7ccaa0bcec289535747620116a58d830e7c25d8a8" } ,
{ file = "tornado-6.2-cp37-abi3-musllinux_1_1_i686.whl" , hash = "sha256:6fdfabffd8dfcb6cf887428849d30cf19a3ea34c2c248461e1f7d718ad30b66b" } ,
{ file = "tornado-6.2-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:1d54d13ab8414ed44de07efecb97d4ef7c39f7438cf5e976ccd356bebb1b5fca" } ,
{ file = "tornado-6.2-cp37-abi3-win32.whl" , hash = "sha256:5c87076709343557ef8032934ce5f637dbb552efa7b21d08e89ae7619ed0eb23" } ,
{ file = "tornado-6.2-cp37-abi3-win_amd64.whl" , hash = "sha256:e5f923aa6a47e133d1cf87d60700889d7eae68988704e20c75fb2d65677a8e4b" } ,
{ file = "tornado-6.2.tar.gz" , hash = "sha256:9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13" } ,
]
tqdm = [
2022-09-08 01:08:37 +00:00
{ file = "tqdm-4.64.1-py2.py3-none-any.whl" , hash = "sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1" } ,
{ file = "tqdm-4.64.1.tar.gz" , hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4" } ,
2022-09-04 05:52:33 +00:00
]
typing-extensions = [
{ file = "typing_extensions-4.3.0-py3-none-any.whl" , hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02" } ,
{ file = "typing_extensions-4.3.0.tar.gz" , hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6" } ,
]
tzdata = [
2022-10-05 14:45:33 +00:00
{ file = "tzdata-2022.4-py2.py3-none-any.whl" , hash = "sha256:74da81ecf2b3887c94e53fc1d466d4362aaf8b26fc87cda18f22004544694583" } ,
{ file = "tzdata-2022.4.tar.gz" , hash = "sha256:ada9133fbd561e6ec3d1674d3fba50251636e918aa97bd59d63735bef5a513bb" } ,
2022-09-04 05:52:33 +00:00
]
tzlocal = [
{ file = "tzlocal-4.2-py3-none-any.whl" , hash = "sha256:89885494684c929d9191c57aa27502afc87a579be5cdd3225c77c463ea043745" } ,
{ file = "tzlocal-4.2.tar.gz" , hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7" } ,
]
ujson = [
2022-12-05 05:01:25 +00:00
{ file = "ujson-5.6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b74396a655ac8a5299dcb765b4a17ba706e45c0df95818bcc6c13c4645a1c38e" } ,
{ file = "ujson-5.6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f63535d51e039a984b2fb67ff87057ffe4216d4757c3cedf2fc846af88253cb7" } ,
{ file = "ujson-5.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b4420bfff18ca6aa39cfb22fe35d8aba3811fa1190c4f4e1ad816b0aad72f7e3" } ,
{ file = "ujson-5.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35423460954d0c61602da734697724e8dd5326a8aa7900123e584b935116203e" } ,
{ file = "ujson-5.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:169b3fbd1188647c6ce00cb690915526aff86997c89a94c1b50432010ad7ae0f" } ,
{ file = "ujson-5.6.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:91000612a2c30f50c6a009e6459a677e5c1972e51b59ecefd6063543dc47a4e9" } ,
{ file = "ujson-5.6.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:b72d4d948749e9c6afcd3d7af9ecc780fccde84e26d275c97273dd83c68a488b" } ,
{ file = "ujson-5.6.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:aff708a1b9e2d4979f74375ade0bff978be72c8bd90422a756d24d8a46d78059" } ,
{ file = "ujson-5.6.0-cp310-cp310-win32.whl" , hash = "sha256:6ea9024749a41864bffb12da15aace4a3193c03ea97e77b069557aefa342811f" } ,
{ file = "ujson-5.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:1217326ba80eab1ff3f644f9eee065bd4fcc4e0c068a2f86f851cafd05737169" } ,
{ file = "ujson-5.6.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:bfb1fdf61763fafc0f8a20becf9cc4287c14fc41c0e14111d28c0d0dfda9ba56" } ,
{ file = "ujson-5.6.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:fecf83b2ef3cbce4f5cc573df6f6ded565e5e27c1af84038bae5ade306686d82" } ,
{ file = "ujson-5.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213e41dc501b4a6d029873039da3e45ba7766b9f9eba97ecc4287c371f5403cc" } ,
{ file = "ujson-5.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3ad74eb53ee07e76c82f9ef8e7256c33873b81bd1f97a274fdb65ed87c2801f6" } ,
{ file = "ujson-5.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3a68a204386648ec92ae9b526c1ffca528f38221eca70f98b4709390c3204275" } ,
{ file = "ujson-5.6.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e4be7d865cb5161824e12db71cee83290ab72b3523566371a30d6ba1bd63402a" } ,
{ file = "ujson-5.6.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:dde59d2f06297fc4e70b2bae6e4a6b3ce89ca89697ab2c41e641abae3be96b0c" } ,
{ file = "ujson-5.6.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:551408a5c4306839b4a4f91503c96069204dbef2c7ed91a9dab08874ac1ed679" } ,
{ file = "ujson-5.6.0-cp311-cp311-win32.whl" , hash = "sha256:ceee5aef3e234c7e998fdb52e5236c41e50cdedc116360f7f1874a04829f6490" } ,
{ file = "ujson-5.6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:dd5ccc036b0f4721b98e1c03ccc604e7f3e1db53866ccc92b2add40ace1782f7" } ,
{ file = "ujson-5.6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7a66c5a75b46545361271b4cf55560d9ad8bad794dd054a14b3fbb031407948e" } ,
{ file = "ujson-5.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6d0a60c5f065737a81249c819475d001a86da9a41900d888287e34619c9b4851" } ,
{ file = "ujson-5.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9cf04fcc958bb52a6b6c301b780cb9afab3ec68713b17ca5aa423e1f99c2c1cf" } ,
{ file = "ujson-5.6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:24d40e01accbf4f0ba5181c4db1bac83749fdc1a5413466da582529f2a096085" } ,
{ file = "ujson-5.6.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:3f8b9e8c0420ce3dcc193ab6dd5628840ba79ad1b76e1816ac7ca6752c6bf035" } ,
{ file = "ujson-5.6.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:0f0f21157d1a84ad5fb54388f31767cde9c1a48fb29de7ef91d8887fdc2ca92b" } ,
{ file = "ujson-5.6.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:82bf24ea72a73c7d77402a7adc954931243e7ec4241d5738ae74894b53944458" } ,
{ file = "ujson-5.6.0-cp37-cp37m-win32.whl" , hash = "sha256:3b49a1014d396b962cb1d6c5f867f88b2c9aa9224c3860ee6ff63b2837a2965b" } ,
{ file = "ujson-5.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:74671d1bde8c03daeb92abdbd972960978347b1a1d432c4c1b3c9284ce4094cf" } ,
{ file = "ujson-5.6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:72fa6e850831280a46704032721c75155fd41b839ddadabb6068ab218c56a37a" } ,
{ file = "ujson-5.6.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:57904e5b49ffe93189349229dcd83f73862ef9bb8517e8f1e62d0ff73f313847" } ,
{ file = "ujson-5.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:61fdf24f7bddc402ce06b25e4bed7bf5ee4f03e23028a0a09116835c21d54888" } ,
{ file = "ujson-5.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7174e81c137d480abe2f8036e9fb69157e509f2db0bfdee4488eb61dc3f0ff6b" } ,
{ file = "ujson-5.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1a7e4023c79d9a053c0c6b7c6ec50ea0af78381539ab27412e6af8d9410ae555" } ,
{ file = "ujson-5.6.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:31288f85db6295ec63e128daff7285bb0bc220935e1b5107bd2d67e2dc687b7e" } ,
{ file = "ujson-5.6.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:f3e651f04b7510fae7d4706a4600cd43457f015df08702ece82a71339fc15c3d" } ,
{ file = "ujson-5.6.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:52f536712d16a1f4e0f9d084982c28e11b7e70c397a1059069e4d28d53b3f522" } ,
{ file = "ujson-5.6.0-cp38-cp38-win32.whl" , hash = "sha256:23051f062bb257a87f3e55ea5a055ea98d56f08185fd415b34313268fa4d814e" } ,
{ file = "ujson-5.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:fb1632b27e12c0b0df62f924c362206daf246a42c0080e959dd465810dc3482e" } ,
{ file = "ujson-5.6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3f00dff3bf26bbb96791ceaf51ca95a3f34e2a21985748da855a650c38633b99" } ,
{ file = "ujson-5.6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d1b5e233e42f53bbbc6961caeb492986e9f3aeacd30be811467583203873bad2" } ,
{ file = "ujson-5.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a51cbe614acb5ea8e2006e4fd80b4e8ea7c51ae51e42c75290012f4925a9d6ab" } ,
{ file = "ujson-5.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b2aece7a92dffc9c78787f5f36e47e24b95495812270c27abc2fa430435a931d" } ,
{ file = "ujson-5.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:20d929a27822cb79e034cc5e0bb62daa0257ab197247cb6f35d5149f2f438983" } ,
{ file = "ujson-5.6.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7bde16cb18b95a8f68cc48715e4652b394b4fee68cb3f9fee0fd7d26b29a53b6" } ,
{ file = "ujson-5.6.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:bca3c06c3f10ce03fa80b1301dce53765815c2578a24bd141ce4e5769bb7b709" } ,
{ file = "ujson-5.6.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5e5715b0e2767b1987ceed0066980fc0a53421dd2f197b4f88460d474d6aef4c" } ,
{ file = "ujson-5.6.0-cp39-cp39-win32.whl" , hash = "sha256:a8795de7ceadf84bcef88f947f91900d647eda234a2c6cc89912c25048cc0490" } ,
{ file = "ujson-5.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b9e9d26600020cf635a4e58763959f5a59f8c70f75d72ebf26ceae94c2efac74" } ,
{ file = "ujson-5.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:798116b88158f13ed687417526100ef353ba4692e0aef8afbc622bd4bf7e9057" } ,
{ file = "ujson-5.6.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c169e12642f0edf1dde607fb264721b88787b55a6da5fb3824302a9cac6f9405" } ,
{ file = "ujson-5.6.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2d70b7f0b485f85141bbc518d0581ae96b912d9f8b070eaf68a9beef8eb1e60" } ,
{ file = "ujson-5.6.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2cb7a4bd91de97b4c8e57fb5289d1e5f3f019723b59d01d79e2df83783dce5a6" } ,
{ file = "ujson-5.6.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:ae723b8308ac17a591bb8be9478b58c2c26fada23fd2211fc323796801ad7ff5" } ,
{ file = "ujson-5.6.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:2a24b9a96364f943a4754fa00b47855d0a01b84ac4b8b11ebf058c8fb68c1f77" } ,
{ file = "ujson-5.6.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b64d2ac99503a9a5846157631addacc9f74e23f64d5a886fe910e9662660fa10" } ,
{ file = "ujson-5.6.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fadebaddd3eb71a5c986f0bdc7bb28b072bfc585c141eef37474fc66d1830b0a" } ,
{ file = "ujson-5.6.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9f4efcac06f45183b6ed8e2321554739a964a02d8aa3089ec343253d86bf2804" } ,
{ file = "ujson-5.6.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:e97af10b6f13a498de197fb852e9242064217c25dfca79ebe7ad0cf2b0dd0cb7" } ,
{ file = "ujson-5.6.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:355ef5311854936b9edc7f1ce638f8257cb45fb6b9873f6b2d16a715eafc9570" } ,
{ file = "ujson-5.6.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4277f6b1d24be30b7f87ec5346a87693cbc1e55bbc5877f573381b2250c4dd6" } ,
{ file = "ujson-5.6.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d6f4be832d97836d62ac0c148026ec021f9f36481f38e455b51538fcd949ed2a" } ,
{ file = "ujson-5.6.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bca074d08f0677f05df8170b25ce6e61db3bcdfda78062444972fa6508dc825f" } ,
{ file = "ujson-5.6.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:87578ccfc35461c77e73660fb7d89bc577732f671364f442bda9e2c58b571765" } ,
{ file = "ujson-5.6.0.tar.gz" , hash = "sha256:f881e2d8a022e9285aa2eab6ba8674358dbcb2b57fa68618d88d62937ac3ff04" } ,
2022-09-04 05:52:33 +00:00
]
urllib3 = [
{ file = "urllib3-1.26.12-py2.py3-none-any.whl" , hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997" } ,
{ file = "urllib3-1.26.12.tar.gz" , hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e" } ,
]
2022-10-12 13:39:47 +00:00
uvicorn = [
2022-10-23 03:03:19 +00:00
{ file = "uvicorn-0.19.0-py3-none-any.whl" , hash = "sha256:cc277f7e73435748e69e075a721841f7c4a95dba06d12a72fe9874acced16f6f" } ,
{ file = "uvicorn-0.19.0.tar.gz" , hash = "sha256:cf538f3018536edb1f4a826311137ab4944ed741d52aeb98846f52215de57f25" } ,
2022-10-12 13:39:47 +00:00
]
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 = [
{ file = "watchfiles-0.17.0-cp37-abi3-macosx_10_7_x86_64.whl" , hash = "sha256:c7e1ffbd03cbcb46d1b7833e10e7d6b678ab083b4e4b80db06cfff5baca3c93f" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:539bcdb55a487126776c9d8c011094214d1df3f9a2321a6c0b1583197309405a" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:00e5f307a58752ec1478eeb738863544bde21cc7a2728bd1c216060406bde9c1" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:92675f379a9d5adbc6a52179f3e39aa56944c6eecb80384608fff2ed2619103a" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1dd1e3181ad5d83ca35e9147c72e24f39437fcdf570c9cdc532016399fb62957" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:204950f1d6083539af5c8b7d4f5f8039c3ce36fa692da12d9743448f3199cb15" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:4056398d8f6d4972fe0918707b59d4cb84470c91d3c37f0e11e5a66c2a598760" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:ffff3418dc753a2aed2d00200a4daeaac295c40458f8012836a65555f288be8b" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-win32.whl" , hash = "sha256:b5c334cd3bc88aa4a8a1e08ec9f702b63c947211275defdc2dd79dc037fcb500" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-win_amd64.whl" , hash = "sha256:53a2faeb121bc51bb6b960984f46901227e2e2475acc5a8d4c905a600436752d" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-win_arm64.whl" , hash = "sha256:58dc3140dcf02a8aa76464a77a093016f10e89306fec21a4814922a64f3e8b9f" } ,
{ file = "watchfiles-0.17.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:adcf15ecc2182ea9d2358c1a8c2b53203c3909484918776929b7bbe205522c0e" } ,
{ file = "watchfiles-0.17.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:afd35a1bd3b9e68efe384ae7538481ae725597feb66f56f4bd23ecdbda726da0" } ,
{ file = "watchfiles-0.17.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ad2bdcae4c0f07ca6c090f5a2c30188cc6edba011b45e7c96eb1896648092367" } ,
{ file = "watchfiles-0.17.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:a53cb6c06e5c1f216c792fbb432ce315239d432cb8b68d508547100939ec0399" } ,
{ file = "watchfiles-0.17.0-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6a3d6c699f3ce238dfa90bcef501f331a69b0d9b076f14459ed8eab26ba2f4cf" } ,
{ file = "watchfiles-0.17.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a7f4271af86569bdbf131dd5c7c121c45d0ed194f3c88b88326e48a3b6a2db12" } ,
{ file = "watchfiles-0.17.0.tar.gz" , hash = "sha256:ae7c57ef920589a40270d5ef3216d693f4e6f8864d8fc8b6cb7885ca98ad2a61" } ,
]
2022-09-04 05:52:33 +00:00
websockets = [
{ file = "websockets-10.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:38db6e2163b021642d0a43200ee2dec8f4980bdbda96db54fde72b283b54cbfc" } ,
{ file = "websockets-10.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e1b60fd297adb9fc78375778a5220da7f07bf54d2a33ac781319650413fc6a60" } ,
{ file = "websockets-10.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3477146d1f87ead8df0f27e8960249f5248dceb7c2741e8bbec9aa5338d0c053" } ,
{ file = "websockets-10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bb01ea7b5f52e7125bdc3c5807aeaa2d08a0553979cf2d96a8b7803ea33e15e7" } ,
{ file = "websockets-10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9fd62c6dc83d5d35fb6a84ff82ec69df8f4657fff05f9cd6c7d9bec0dd57f0f6" } ,
{ file = "websockets-10.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3bbf080f3892ba1dc8838786ec02899516a9d227abe14a80ef6fd17d4fb57127" } ,
{ file = "websockets-10.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:5560558b0dace8312c46aa8915da977db02738ac8ecffbc61acfbfe103e10155" } ,
{ file = "websockets-10.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:667c41351a6d8a34b53857ceb8343a45c85d438ee4fd835c279591db8aeb85be" } ,
{ file = "websockets-10.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:468f0031fdbf4d643f89403a66383247eb82803430b14fa27ce2d44d2662ca37" } ,
{ file = "websockets-10.1-cp310-cp310-win32.whl" , hash = "sha256:d0d81b46a5c87d443e40ce2272436da8e6092aa91f5fbeb60d1be9f11eff5b4c" } ,
{ file = "websockets-10.1-cp310-cp310-win_amd64.whl" , hash = "sha256:b68b6caecb9a0c6db537aa79750d1b592a841e4f1a380c6196091e65b2ad35f9" } ,
{ file = "websockets-10.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a249139abc62ef333e9e85064c27fefb113b16ffc5686cefc315bdaef3eefbc8" } ,
{ file = "websockets-10.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8877861e3dee38c8d302eee0d5dbefa6663de3b46dc6a888f70cd7e82562d1f7" } ,
{ file = "websockets-10.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e3872ae57acd4306ecf937d36177854e218e999af410a05c17168cd99676c512" } ,
{ file = "websockets-10.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b66e6d514f12c28d7a2d80bb2a48ef223342e99c449782d9831b0d29a9e88a17" } ,
{ file = "websockets-10.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f304a22ece735a3da8a51309bc2c010e23961a8f675fae46fdf62541ed62123" } ,
{ file = "websockets-10.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:189ed478395967d6a98bb293abf04e8815349e17456a0a15511f1088b6cb26e4" } ,
{ file = "websockets-10.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:08a42856158307e231b199671c4fce52df5786dd3d703f36b5d8ac76b206c485" } ,
{ file = "websockets-10.1-cp37-cp37m-win32.whl" , hash = "sha256:3ef6f73854cded34e78390dbdf40dfdcf0b89b55c0e282468ef92646fce8d13a" } ,
{ file = "websockets-10.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:89e985d40d407545d5f5e2e58e1fdf19a22bd2d8cd54d20a882e29f97e930a0a" } ,
{ file = "websockets-10.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:002071169d2e44ce8eb9e5ebac9fbce142ba4b5146eef1cfb16b177a27662657" } ,
{ file = "websockets-10.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:cfae282c2aa7f0c4be45df65c248481f3509f8c40ca8b15ed96c35668ae0ff69" } ,
{ file = "websockets-10.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:97b4b68a2ddaf5c4707ae79c110bfd874c5be3c6ac49261160fb243fa45d8bbb" } ,
{ file = "websockets-10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7c9407719f42cb77049975410490c58a705da6af541adb64716573e550e5c9db" } ,
{ file = "websockets-10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1d858fb31e5ac992a2cdf17e874c95f8a5b1e917e1fb6b45ad85da30734b223f" } ,
{ file = "websockets-10.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7bdd3d26315db0a9cf8a0af30ca95e0aa342eda9c1377b722e71ccd86bc5d1dd" } ,
{ file = "websockets-10.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e259be0863770cb91b1a6ccf6907f1ac2f07eff0b7f01c249ed751865a70cb0d" } ,
{ file = "websockets-10.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:6b014875fae19577a392372075e937ebfebf53fd57f613df07b35ab210f31534" } ,
{ file = "websockets-10.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:98de71f86bdb29430fd7ba9997f47a6b10866800e3ea577598a786a785701bb0" } ,
{ file = "websockets-10.1-cp38-cp38-win32.whl" , hash = "sha256:3a02ab91d84d9056a9ee833c254895421a6333d7ae7fff94b5c68e4fa8095519" } ,
{ file = "websockets-10.1-cp38-cp38-win_amd64.whl" , hash = "sha256:7d6673b2753f9c5377868a53445d0c321ef41ff3c8e3b6d57868e72054bfce5f" } ,
{ file = "websockets-10.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:ddab2dc69ee5ae27c74dbfe9d7bb6fee260826c136dca257faa1a41d1db61a89" } ,
{ file = "websockets-10.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:14e9cf68a08d1a5d42109549201aefba473b1d925d233ae19035c876dd845da9" } ,
{ file = "websockets-10.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e4819c6fb4f336fd5388372cb556b1f3a165f3f68e66913d1a2fc1de55dc6f58" } ,
{ file = "websockets-10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:05e7f098c76b0a4743716590bb8f9706de19f1ef5148d61d0cf76495ec3edb9c" } ,
{ file = "websockets-10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5bb6256de5a4fb1d42b3747b4e2268706c92965d75d0425be97186615bf2f24f" } ,
{ file = "websockets-10.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:888a5fa2a677e0c2b944f9826c756475980f1b276b6302e606f5c4ff5635be9e" } ,
{ file = "websockets-10.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6fdec1a0b3e5630c58e3d8704d2011c678929fce90b40908c97dfc47de8dca72" } ,
{ file = "websockets-10.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:531d8eb013a9bc6b3ad101588182aa9b6dd994b190c56df07f0d84a02b85d530" } ,
{ file = "websockets-10.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0d93b7cadc761347d98da12ec1930b5c71b2096f1ceed213973e3cda23fead9c" } ,
{ file = "websockets-10.1-cp39-cp39-win32.whl" , hash = "sha256:d9b245db5a7e64c95816e27d72830e51411c4609c05673d1ae81eb5d23b0be54" } ,
{ file = "websockets-10.1-cp39-cp39-win_amd64.whl" , hash = "sha256:882c0b8bdff3bf1bd7f024ce17c6b8006042ec4cceba95cf15df57e57efa471c" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:10edd9d7d3581cfb9ff544ac09fc98cab7ee8f26778a5a8b2d5fd4b0684c5ba5" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:baa83174390c0ff4fc1304fbe24393843ac7a08fdd59295759c4b439e06b1536" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:483edee5abed738a0b6a908025be47f33634c2ad8e737edd03ffa895bd600909" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:816ae7dac2c6522cfa620947ead0ca95ac654916eebf515c94d7c28de5601a6e" } ,
{ file = "websockets-10.1-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:1dafe98698ece09b8ccba81b910643ff37198e43521d977be76caf37709cf62b" } ,
{ file = "websockets-10.1.tar.gz" , hash = "sha256:181d2b25de5a437b36aefedaf006ecb6fa3aa1328ec0236cdde15f32f9d3ff6d" } ,
]
wrapt = [
{ file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win32.whl" , hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win32.whl" , hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win32.whl" , hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win32.whl" , hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win32.whl" , hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win32.whl" , hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl" , hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb" } ,
{ file = "wrapt-1.14.1.tar.gz" , hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d" } ,
]
yarl = [
{ 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" } ,
]
zipp = [
{ file = "zipp-3.8.1-py3-none-any.whl" , hash = "sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009" } ,
{ file = "zipp-3.8.1.tar.gz" , hash = "sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2" } ,
]