2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "aiohttp"
2021-04-03 16:43:34 +00:00
version = "3.7.4.post0"
2021-01-03 01:22:46 +00:00
description = "Async http client/server framework (asyncio)"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
async-timeout = ">=3.0,<4.0"
attrs = ">=17.3.0"
2021-04-03 16:43:34 +00:00
chardet = ">=2.0,<5.0"
2021-01-03 01:22:46 +00:00
multidict = ">=4.5,<7.0"
typing-extensions = ">=3.6.5"
yarl = ">=1.0,<2.0"
2021-04-03 16:43:34 +00:00
[ package . extras ]
speedups = [ "aiodns" , "brotlipy" , "cchardet" ]
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "dev"
optional = false
python-versions = "*"
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "alembic"
2022-06-01 10:17:54 +00:00
version = "1.8.0"
2021-04-17 22:39:43 +00:00
description = "A database migration tool for SQLAlchemy."
category = "main"
optional = false
2022-06-01 10:17:54 +00:00
python-versions = ">=3.7"
2021-04-17 22:39:43 +00:00
[ package . dependencies ]
2022-03-15 08:59:09 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.9\"" }
importlib-resources = { version = "*" , markers = "python_version < \"3.9\"" }
2021-04-17 22:39:43 +00:00
Mako = "*"
SQLAlchemy = ">=1.3.0"
2022-02-22 04:04:52 +00:00
[ package . extras ]
tz = [ "python-dateutil" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "arrow"
2022-02-22 04:04:52 +00:00
version = "1.2.2"
2021-04-17 22:39:43 +00:00
description = "Better dates & times for Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
python-dateutil = ">=2.7.0"
2021-04-03 16:43:34 +00:00
[ [ package ] ]
name = "async-property"
version = "0.2.1"
description = "Python decorator for async properties."
category = "main"
optional = false
python-versions = "*"
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "async-timeout"
version = "3.0.1"
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
python-versions = ">=3.5.3"
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "attrs"
2022-02-22 04:04:52 +00:00
version = "21.4.0"
2021-01-03 01:22:46 +00:00
description = "Classes Without Boilerplate"
category = "main"
optional = false
2021-05-31 23:04:35 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-01-03 01:22:46 +00:00
[ package . extras ]
2022-02-22 04:04:52 +00:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" , "cloudpickle" ]
2021-05-31 23:04:35 +00:00
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
2022-02-22 04:04:52 +00:00
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
2021-01-03 01:22:46 +00:00
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "babel"
version = "2.9.1"
description = "Internationalization utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pytz = ">=2015.7"
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "cachetools"
2022-02-22 04:04:52 +00:00
version = "5.0.0"
2021-04-17 22:39:43 +00:00
description = "Extensible memoizing collections and decorators"
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = "~=3.7"
2021-04-17 22:39:43 +00:00
2021-04-18 14:18:12 +00:00
[ [ package ] ]
name = "certifi"
2022-02-22 04:04:52 +00:00
version = "2021.10.8"
2021-04-18 14:18:12 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "chardet"
2021-04-03 16:43:34 +00:00
version = "4.0.0"
2021-01-03 01:22:46 +00:00
description = "Universal encoding detector for Python 2 and 3"
category = "main"
optional = false
2021-04-03 16:43:34 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-01-03 01:22:46 +00:00
2022-02-22 04:04:52 +00:00
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2021-01-14 16:40:02 +00:00
[ [ package ] ]
name = "click"
version = "7.1.2"
description = "Composable command line interface toolkit"
2021-04-15 00:40:51 +00:00
category = "main"
2021-01-14 16:40:02 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
2021-04-15 00:40:51 +00:00
category = "main"
2021-01-14 16:40:02 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-01-03 00:32:36 +00:00
[ [ package ] ]
name = "coloredlogs"
2022-02-22 04:04:52 +00:00
version = "15.0.1"
2021-01-03 00:32:36 +00:00
description = "Colored terminal output for Python's logging module"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-04-03 16:43:34 +00:00
[ package . dependencies ]
humanfriendly = ">=9.1"
2021-01-03 00:32:36 +00:00
[ package . extras ]
cron = [ "capturer (>=2.4)" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "colour"
version = "0.1.5"
description = "converts and manipulates various color representation (HSL, RVB, web, X11, ...)"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
test = [ "nose" ]
2021-04-26 02:54:02 +00:00
[ [ package ] ]
name = "discord.py"
2022-02-22 04:04:52 +00:00
version = "1.7.3"
2021-04-26 02:54:02 +00:00
description = "A Python wrapper for the Discord API"
category = "main"
optional = false
python-versions = ">=3.5.3"
[ package . dependencies ]
aiohttp = ">=3.6.0,<3.8.0"
[ package . extras ]
docs = [ "sphinx (==3.0.3)" , "sphinxcontrib-trio (==1.1.2)" , "sphinxcontrib-websupport" ]
voice = [ "PyNaCl (>=1.3.0,<1.5)" ]
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "docutils"
version = "0.16"
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-04-03 16:43:34 +00:00
[ [ package ] ]
name = "greenlet"
2022-02-22 04:04:52 +00:00
version = "1.1.2"
2021-04-03 16:43:34 +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" ]
2021-01-03 00:32:36 +00:00
[ [ package ] ]
name = "humanfriendly"
2022-02-22 04:04:52 +00:00
version = "10.0"
2021-01-03 00:32:36 +00:00
description = "Human friendly output for text interfaces using Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2022-03-15 08:59:09 +00:00
pyreadline3 = { version = "*" , markers = "sys_platform == \"win32\" and python_version >= \"3.8\"" }
2021-01-03 00:32:36 +00:00
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "idna"
2022-02-22 04:04:52 +00:00
version = "3.3"
2021-01-03 01:22:46 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=3.5"
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "imagesize"
version = "1.3.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-02-22 04:04:52 +00:00
[ [ package ] ]
name = "importlib-metadata"
2022-03-24 03:05:59 +00:00
version = "4.11.3"
2022-02-22 04:04:52 +00:00
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-03-24 03:05:59 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
2022-02-22 04:04:52 +00:00
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "importlib-resources (>=1.3)" ]
[ [ package ] ]
name = "importlib-resources"
version = "5.4.0"
description = "Read resources from Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-03-15 08:59:09 +00:00
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
2022-02-22 04:04:52 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-01-03 01:22:46 +00:00
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "jinja2"
version = "3.1.1"
description = "A very fast and expressive template engine."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "mako"
2022-03-24 03:05:59 +00:00
version = "1.2.0"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
2021-04-17 22:39:43 +00:00
category = "main"
optional = false
2022-03-24 03:05:59 +00:00
python-versions = ">=3.7"
2021-04-17 22:39:43 +00:00
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "babel" ]
lingua = [ "lingua" ]
2022-03-24 03:05:59 +00:00
testing = [ "pytest" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "markupsafe"
2022-03-24 03:05:59 +00:00
version = "2.1.1"
2021-04-17 22:39:43 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=3.7"
2021-04-17 22:39:43 +00:00
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "multidict"
2022-02-22 04:04:52 +00:00
version = "6.0.2"
2021-01-03 01:22:46 +00:00
description = "multidict implementation"
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=3.7"
2021-01-03 01:22:46 +00:00
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2021-01-14 16:40:02 +00:00
[ [ package ] ]
name = "psutil"
2022-02-22 04:04:52 +00:00
version = "5.9.0"
2021-01-14 16:40:02 +00:00
description = "Cross-platform lib for process and system monitoring in Python."
2021-04-15 00:40:51 +00:00
category = "main"
2021-01-14 16:40:02 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
test = [ "ipaddress" , "mock" , "unittest2" , "enum34" , "pywin32" , "wmi" ]
2021-04-06 01:58:55 +00:00
[ [ package ] ]
name = "psycopg2"
2022-02-22 04:04:52 +00:00
version = "2.9.3"
2021-04-06 01:58:55 +00:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=3.6"
2021-04-06 01:58:55 +00:00
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-04-03 16:43:34 +00:00
[ [ package ] ]
name = "pyaes"
version = "1.6.1"
description = "Pure-Python Implementation of the AES block-cipher and common modes of operation"
2021-04-15 00:40:51 +00:00
category = "main"
2021-04-03 16:43:34 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyasn1"
version = "0.4.8"
description = "ASN.1 types and codecs"
2021-04-15 00:40:51 +00:00
category = "main"
2021-04-03 16:43:34 +00:00
optional = false
python-versions = "*"
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "pycryptodomex"
2022-02-22 04:04:52 +00:00
version = "3.14.1"
2021-04-17 22:39:43 +00:00
description = "Cryptographic library for Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-01-03 00:32:36 +00:00
[ [ package ] ]
name = "pydantic"
2022-02-22 04:04:52 +00:00
version = "1.9.0"
2021-01-03 00:32:36 +00:00
description = "Data validation and settings management using python 3.6 type hinting"
category = "main"
optional = false
2021-04-03 16:43:34 +00:00
python-versions = ">=3.6.1"
[ package . dependencies ]
typing-extensions = ">=3.7.4.3"
2021-01-03 00:32:36 +00:00
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "pygments"
version = "2.11.2"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pyparsing"
version = "3.0.8"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "dev"
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
diagrams = [ "railroad-diagrams" , "jinja2" ]
2021-01-03 00:32:36 +00:00
[ [ package ] ]
2022-02-22 04:04:52 +00:00
name = "pyreadline3"
version = "3.4.1"
description = "A python implementation of GNU readline."
2021-01-03 00:32:36 +00:00
category = "main"
optional = false
python-versions = "*"
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-asyncio"
version = "0.15.1"
description = "Pytest support for asyncio."
category = "dev"
optional = false
python-versions = ">= 3.6"
[ package . dependencies ]
pytest = ">=5.4.0"
[ package . extras ]
testing = [ "coverage" , "hypothesis (>=5.7.1)" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "python-dateutil"
2022-02-22 04:04:52 +00:00
version = "2.8.2"
2021-04-17 22:39:43 +00:00
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "pytz"
version = "2022.1"
description = "World timezone definitions, modern and historical"
category = "dev"
optional = false
python-versions = "*"
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "requests"
2022-02-22 04:04:52 +00:00
version = "2.27.1"
2021-04-17 22:39:43 +00:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-04-18 14:18:12 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-03-15 08:59:09 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-04-18 14:18:12 +00:00
urllib3 = ">=1.21.1,<1.27"
2021-04-17 22:39:43 +00:00
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2022-02-22 04:04:52 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-04-17 22:39:43 +00:00
2021-01-03 00:32:36 +00:00
[ [ package ] ]
name = "royalnet"
2022-03-24 03:05:59 +00:00
version = "6.6.0"
2021-01-14 16:40:02 +00:00
description = "A multipurpose bot framework"
2021-01-03 00:32:36 +00:00
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
[ package . dependencies ]
2021-04-03 16:43:34 +00:00
async-property = ">=0.2.1,<0.3.0"
pydantic = ">=1.8.1,<2.0.0"
2021-04-18 14:18:12 +00:00
sqlalchemy = ">=1.4.9,<2.0.0"
2021-01-03 00:32:36 +00:00
toml = ">=0.10.1,<0.11.0"
2021-01-14 16:40:02 +00:00
[ [ package ] ]
name = "royalnet-console"
2022-04-19 08:40:17 +00:00
version = "6.6.2"
2021-01-14 16:40:02 +00:00
description = "A terminal-based frontend for the royalnet.engineer module."
2021-04-15 00:40:51 +00:00
category = "main"
2021-01-14 16:40:02 +00:00
optional = false
python-versions = ">=3.8,<4.0"
[ package . dependencies ]
click = ">=7.1.2,<8.0.0"
colorama = ">=0.4.4,<0.5.0"
psutil = ">=5.8.0,<6.0.0"
2022-03-24 03:05:59 +00:00
royalnet = ">=6.6.0,<6.7.0"
2021-01-14 16:40:02 +00:00
2021-04-26 02:54:02 +00:00
[ [ package ] ]
name = "royalnet-discordpy"
2022-04-19 08:39:13 +00:00
version = "6.6.2"
2021-04-26 02:54:02 +00:00
description = "A Discord.py-based frontend for the royalnet.engineer module."
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
[ package . dependencies ]
click = ">=7.1.2,<8.0.0"
"discord.py" = ">=1.7.1,<2.0.0"
2022-03-24 03:05:59 +00:00
royalnet = ">=6.6.0,<6.7.0"
2021-04-26 02:54:02 +00:00
2021-04-03 16:43:34 +00:00
[ [ package ] ]
name = "royalnet-telethon"
2022-04-19 08:39:56 +00:00
version = "6.6.2"
2021-04-03 16:43:34 +00:00
description = "A Telethon-based frontend for the royalnet.engineer module."
2021-04-15 00:40:51 +00:00
category = "main"
2021-04-03 16:43:34 +00:00
optional = false
python-versions = ">=3.8,<4.0"
[ package . dependencies ]
2021-04-14 02:12:54 +00:00
click = ">=7.1.2,<8.0.0"
2022-03-24 03:05:59 +00:00
royalnet = ">=6.6.0,<6.7.0"
2021-04-03 16:43:34 +00:00
Telethon = ">=1.21.1,<2.0.0"
2021-04-18 15:15:50 +00:00
[ [ package ] ]
name = "royalspells"
version = "3.2"
description = "A package to procedurally generate useless spells!"
category = "main"
optional = false
python-versions = "~=3.6"
2021-04-03 16:43:34 +00:00
[ [ package ] ]
name = "rsa"
2022-02-22 04:04:52 +00:00
version = "4.8"
2021-04-03 16:43:34 +00:00
description = "Pure-Python RSA implementation"
2021-04-15 00:40:51 +00:00
category = "main"
2021-04-03 16:43:34 +00:00
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=3.6,<4"
2021-04-03 16:43:34 +00:00
[ package . dependencies ]
pyasn1 = ">=0.1.3"
2021-04-30 13:22:58 +00:00
[ [ package ] ]
name = "sentry-sdk"
2022-05-11 08:42:32 +00:00
version = "1.5.12"
2021-04-30 13:22:58 +00:00
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
urllib3 = ">=1.10.0"
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
chalice = [ "chalice (>=1.16.0)" ]
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
2022-04-15 08:38:58 +00:00
flask = [ "flask (>=0.11)" , "blinker (>=1.1)" ]
2022-02-22 04:04:52 +00:00
httpx = [ "httpx (>=0.16.0)" ]
2021-04-30 13:22:58 +00:00
pure_eval = [ "pure-eval" , "executing" , "asttokens" ]
pyspark = [ "pyspark (>=2.4.4)" ]
2022-02-22 04:04:52 +00:00
quart = [ "quart (>=0.16.1)" , "blinker (>=1.1)" ]
2021-04-30 13:22:58 +00:00
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
tornado = [ "tornado (>=5)" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "six"
2021-05-31 23:04:35 +00:00
version = "1.16.0"
2021-04-17 22:39:43 +00:00
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-04-12 12:12:43 +00:00
[ [ package ] ]
name = "snowballstemmer"
version = "2.2.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "sphinx"
version = "3.5.4"
description = "Python documentation generator"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
docutils = ">=0.12,<0.17"
imagesize = "*"
Jinja2 = ">=2.3"
packaging = "*"
Pygments = ">=2.0"
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = "*"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = "*"
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.800)" , "docutils-stubs" ]
test = [ "pytest" , "pytest-cov" , "html5lib" , "cython" , "typed-ast" ]
[ [ package ] ]
name = "sphinx-rtd-theme"
version = "0.5.2"
description = "Read the Docs theme for Sphinx"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
docutils = "<0.17"
sphinx = "*"
[ package . extras ]
dev = [ "transifex-client" , "sphinxcontrib-httpdomain" , "bump2version" ]
[ [ package ] ]
name = "sphinxcontrib-applehelp"
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
version = "2.0.0"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" , "html5lib" ]
[ [ package ] ]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
test = [ "pytest" , "flake8" , "mypy" ]
[ [ package ] ]
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-serializinghtml"
version = "1.1.5"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
2021-01-03 00:32:36 +00:00
[ [ package ] ]
name = "sqlalchemy"
2022-03-24 03:05:59 +00:00
version = "1.4.32"
2021-01-03 00:32:36 +00:00
description = "Database Abstraction Library"
category = "main"
optional = false
2021-04-03 16:43:34 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
2022-03-15 08:59:09 +00:00
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\")" }
2021-01-03 00:32:36 +00:00
[ package . extras ]
2021-04-03 16:43:34 +00:00
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
2022-02-22 04:04:52 +00:00
aiosqlite = [ "typing_extensions (!=3.10.0.1)" , "greenlet (!=0.4.17)" , "aiosqlite" ]
2021-04-03 16:43:34 +00:00
asyncio = [ "greenlet (!=0.4.17)" ]
2022-02-22 04:04:52 +00:00
asyncmy = [ "greenlet (!=0.4.17)" , "asyncmy (>=0.2.3)" ]
2021-04-03 16:43:34 +00:00
mariadb_connector = [ "mariadb (>=1.0.1)" ]
2021-01-03 00:32:36 +00:00
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
2022-02-22 04:04:52 +00:00
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
2021-04-03 16:43:34 +00:00
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
2022-02-22 04:04:52 +00:00
mysql_connector = [ "mysql-connector-python" ]
2021-04-03 16:43:34 +00:00
oracle = [ "cx_oracle (>=7,<8)" , "cx_oracle (>=7)" ]
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql_asyncpg = [ "greenlet (!=0.4.17)" , "asyncpg" ]
postgresql_pg8000 = [ "pg8000 (>=1.16.6)" ]
2021-01-03 00:32:36 +00:00
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
2021-04-03 16:43:34 +00:00
pymysql = [ "pymysql (<1)" , "pymysql" ]
sqlcipher = [ "sqlcipher3-binary" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "sqlalchemy-utils"
2022-02-22 04:04:52 +00:00
version = "0.37.9"
2021-04-17 22:39:43 +00:00
description = "Various utility functions for SQLAlchemy."
category = "main"
optional = false
2021-05-31 23:04:35 +00:00
python-versions = "~=3.4"
2021-04-17 22:39:43 +00:00
[ package . dependencies ]
six = "*"
SQLAlchemy = ">=1.0"
[ package . extras ]
arrow = [ "arrow (>=0.3.4)" ]
babel = [ "Babel (>=1.3)" ]
color = [ "colour (>=0.0.4)" ]
encrypted = [ "cryptography (>=0.6)" ]
intervals = [ "intervals (>=0.7.1)" ]
password = [ "passlib (>=1.6,<2.0)" ]
pendulum = [ "pendulum (>=2.0.5)" ]
phone = [ "phonenumbers (>=5.9.2)" ]
2022-02-22 04:04:52 +00:00
test = [ "pytest (>=2.7.1)" , "Pygments (>=1.2)" , "Jinja2 (>=2.3)" , "docutils (>=0.10)" , "flexmock (>=0.9.7)" , "mock (==2.0.0)" , "psycopg2 (>=2.5.1)" , "psycopg2cffi (>=2.8.1)" , "pg8000 (>=1.12.4)" , "pytz (>=2014.2)" , "python-dateutil (>=2.6)" , "pymysql" , "flake8 (>=2.4.0)" , "isort (>=4.2.2)" , "pyodbc" , "backports.zoneinfo" ]
test_all = [ "Babel (>=1.3)" , "Jinja2 (>=2.3)" , "Pygments (>=1.2)" , "arrow (>=0.3.4)" , "colour (>=0.0.4)" , "cryptography (>=0.6)" , "docutils (>=0.10)" , "flake8 (>=2.4.0)" , "flexmock (>=0.9.7)" , "furl (>=0.4.1)" , "intervals (>=0.7.1)" , "isort (>=4.2.2)" , "mock (==2.0.0)" , "passlib (>=1.6,<2.0)" , "pendulum (>=2.0.5)" , "pg8000 (>=1.12.4)" , "phonenumbers (>=5.9.2)" , "psycopg2 (>=2.5.1)" , "psycopg2cffi (>=2.8.1)" , "pymysql" , "pyodbc" , "pytest (>=2.7.1)" , "python-dateutil" , "python-dateutil (>=2.6)" , "pytz (>=2014.2)" , "backports.zoneinfo" ]
2021-04-17 22:39:43 +00:00
timezone = [ "python-dateutil" ]
url = [ "furl (>=0.4.1)" ]
[ [ package ] ]
name = "steam"
2022-05-16 08:39:32 +00:00
version = "1.3.0"
2021-04-17 22:39:43 +00:00
description = "Module for interacting with various Steam features"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
cachetools = ">=3.0.0"
pycryptodomex = ">=3.7.0"
requests = ">=2.9.1"
six = ">=1.10"
vdf = ">=3.3"
[ package . extras ]
2022-05-16 08:39:32 +00:00
client = [ "gevent (>=1.3.0)" , "gevent-eventemitter (>=2.1,<3.0)" , "protobuf (<3.18.0)" , "protobuf (>=3.0,<4.0)" ]
2021-04-17 22:39:43 +00:00
2021-04-03 16:43:34 +00:00
[ [ package ] ]
name = "telethon"
2022-02-22 04:04:52 +00:00
version = "1.24.0"
2021-04-03 16:43:34 +00:00
description = "Full-featured Telegram client library for Python 3"
2021-04-15 00:40:51 +00:00
category = "main"
2021-04-03 16:43:34 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
pyaes = "*"
rsa = "*"
[ package . extras ]
cryptg = [ "cryptg" ]
2021-01-03 00:32:36 +00:00
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "typing-extensions"
2022-02-22 04:04:52 +00:00
version = "4.1.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-01-03 01:22:46 +00:00
category = "main"
optional = false
2022-02-22 04:04:52 +00:00
python-versions = ">=3.6"
2021-01-03 01:22:46 +00:00
2021-04-18 14:18:12 +00:00
[ [ package ] ]
name = "urllib3"
2022-03-24 03:05:59 +00:00
version = "1.26.9"
2021-04-18 14:18:12 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2022-03-24 03:05:59 +00:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2021-04-18 14:18:12 +00:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2021-04-17 22:39:43 +00:00
[ [ package ] ]
name = "vdf"
2021-05-31 23:04:35 +00:00
version = "3.4"
2021-04-17 22:39:43 +00:00
description = "Library for working with Valve's VDF text format"
category = "main"
optional = false
python-versions = "*"
2021-01-03 01:22:46 +00:00
[ [ package ] ]
name = "yarl"
2022-02-22 04:04:52 +00:00
version = "1.7.2"
2021-01-03 01:22:46 +00:00
description = "Yet another URL library"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
2022-02-22 04:04:52 +00:00
[ [ package ] ]
name = "zipp"
version = "3.7.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-01-03 00:32:36 +00:00
[ metadata ]
2021-04-03 16:43:34 +00:00
lock-version = "1.1"
2021-01-14 16:52:44 +00:00
python-versions = "^3.8"
2022-04-19 08:39:13 +00:00
content-hash = "63586c1eb9797e315a1b05d76f7b182bcd185cf4bcbe256aa69bc2440b903387"
2021-01-03 00:32:36 +00:00
[ metadata . files ]
2021-01-03 01:22:46 +00:00
aiohttp = [
2022-03-15 08:59:09 +00:00
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:3cf75f7cdc2397ed4442594b935a11ed5569961333d49b7539ea741be2cc79d5" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:4b302b45040890cea949ad092479e01ba25911a15e648429c7c5aae9650c67a8" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:fe60131d21b31fd1a14bd43e6bb88256f69dfc3188b3a89d736d6c71ed43ec95" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:393f389841e8f2dfc86f774ad22f00923fdee66d238af89b70ea314c4aefd290" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:c6e9dcb4cb338d91a73f178d866d051efe7c62a7166653a91e7d9fb18274058f" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:5df68496d19f849921f05f14f31bd6ef53ad4b00245da3195048c69934521809" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:0563c1b3826945eecd62186f3f5c7d31abb7391fedc893b7e2b26303b5a9f3fe" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-win32.whl" , hash = "sha256:3d78619672183be860b96ed96f533046ec97ca067fd46ac1f6a09cd9b7484287" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f705e12750171c0ab4ef2a3c76b9a4024a62c4103e3a55dd6f99265b9bc6fcfc" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:230a8f7e24298dea47659251abc0fd8b3c4e38a664c59d4b89cca7f6c09c9e87" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2e19413bf84934d651344783c9f5e22dee452e251cfd220ebadbed2d9931dbf0" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:e4b2b334e68b18ac9817d828ba44d8fcb391f6acb398bcc5062b14b2cbeac970" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:d012ad7911653a906425d8473a1465caa9f8dea7fcf07b6d870397b774ea7c0f" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:40eced07f07a9e60e825554a31f923e8d3997cfc7fb31dbc1328c70826e04cde" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:209b4a8ee987eccc91e2bd3ac36adee0e53a5970b8ac52c273f7f8fd4872c94c" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:14762875b22d0055f05d12abc7f7d61d5fd4fe4642ce1a249abdf8c700bf1fd8" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-win32.whl" , hash = "sha256:7615dab56bb07bff74bc865307aeb89a8bfd9941d2ef9d817b9436da3a0ea54f" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d9e13b33afd39ddeb377eff2c1c4f00544e191e1d1dee5b6c51ddee8ea6f0cf5" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:547da6cacac20666422d4882cfcd51298d45f7ccb60a04ec27424d2f36ba3eaf" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:af9aa9ef5ba1fd5b8c948bb11f44891968ab30356d65fd0cc6707d989cd521df" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:64322071e046020e8797117b3658b9c2f80e3267daec409b350b6a7a05041213" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:bb437315738aa441251214dad17428cafda9cdc9729499f1d6001748e1d432f4" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:e54962802d4b8b18b6207d4a927032826af39395a3bd9196a5af43fc4e60b009" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:a00bb73540af068ca7390e636c01cbc4f644961896fa9363154ff43fd37af2f5" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:79ebfc238612123a713a457d92afb4096e2148be17df6c50fb9bf7a81c2f8013" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-win32.whl" , hash = "sha256:515dfef7f869a0feb2afee66b957cc7bbe9ad0cdee45aec7fdc623f4ecd4fb16" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-win_amd64.whl" , hash = "sha256:114b281e4d68302a324dd33abb04778e8557d88947875cbf4e842c2c01a030c5" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:7b18b97cf8ee5452fa5f4e3af95d01d84d86d32c5e2bfa260cf041749d66360b" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:15492a6368d985b76a2a5fdd2166cddfea5d24e69eefed4630cbaae5c81d89bd" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:bdb230b4943891321e06fc7def63c7aace16095be7d9cf3b1e01be2f10fba439" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:cffe3ab27871bc3ea47df5d8f7013945712c46a3cc5a95b6bee15887f1675c22" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:f881853d2643a29e643609da57b96d5f9c9b93f62429dcc1cbb413c7d07f0e1a" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:a5ca29ee66f8343ed336816c553e82d6cade48a3ad702b9ffa6125d187e2dedb" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:17c073de315745a1510393a96e680d20af8e67e324f70b42accbd4cb3315c9fb" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-win32.whl" , hash = "sha256:932bb1ea39a54e9ea27fc9232163059a0b8855256f4052e776357ad9add6f1c9" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-win_amd64.whl" , hash = "sha256:02f46fc0e3c5ac58b80d4d56eb0a7c7d97fcef69ace9326289fb9f1955e65cfe" } ,
{ file = "aiohttp-3.7.4.post0.tar.gz" , hash = "sha256:493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf" } ,
2021-04-03 16:43:34 +00:00
]
2022-04-12 12:12:43 +00:00
alabaster = [
{ file = "alabaster-0.7.12-py2.py3-none-any.whl" , hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359" } ,
{ file = "alabaster-0.7.12.tar.gz" , hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" } ,
]
2021-04-17 22:39:43 +00:00
alembic = [
2022-06-01 10:17:54 +00:00
{ file = "alembic-1.8.0-py3-none-any.whl" , hash = "sha256:b5ae4bbfc7d1302ed413989d39474d102e7cfa158f6d5969d2497955ffe85a30" } ,
{ file = "alembic-1.8.0.tar.gz" , hash = "sha256:a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1" } ,
2021-04-17 22:39:43 +00:00
]
arrow = [
2022-03-15 08:59:09 +00:00
{ file = "arrow-1.2.2-py3-none-any.whl" , hash = "sha256:d622c46ca681b5b3e3574fcb60a04e5cc81b9625112d5fb2b44220c36c892177" } ,
{ file = "arrow-1.2.2.tar.gz" , hash = "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b" } ,
2021-04-17 22:39:43 +00:00
]
2021-04-03 16:43:34 +00:00
async-property = [
2022-03-15 08:59:09 +00:00
{ file = "async_property-0.2.1-py2.py3-none-any.whl" , hash = "sha256:f1f105009a6216ed9a13031aa13632754ed8a5c2e329fb8f9f2082d83529eacd" } ,
{ file = "async_property-0.2.1.tar.gz" , hash = "sha256:53826fd45a67d7d6cca3d7abbc0e8ba951f7c7618c830021fbd3675979b0b67d" } ,
2021-01-03 01:22:46 +00:00
]
async-timeout = [
2022-03-15 08:59:09 +00:00
{ file = "async-timeout-3.0.1.tar.gz" , hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f" } ,
{ file = "async_timeout-3.0.1-py3-none-any.whl" , hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3" } ,
2021-01-03 01:22:46 +00:00
]
2022-04-12 12:12:43 +00:00
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
2021-01-03 01:22:46 +00:00
attrs = [
2022-03-15 08:59:09 +00:00
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
2021-01-03 01:22:46 +00:00
]
2022-04-12 12:12:43 +00:00
babel = [
{ file = "Babel-2.9.1-py2.py3-none-any.whl" , hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9" } ,
{ file = "Babel-2.9.1.tar.gz" , hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" } ,
]
2021-04-17 22:39:43 +00:00
cachetools = [
2022-03-15 08:59:09 +00:00
{ file = "cachetools-5.0.0-py3-none-any.whl" , hash = "sha256:8fecd4203a38af17928be7b90689d8083603073622229ca7077b72d8e5a976e4" } ,
{ file = "cachetools-5.0.0.tar.gz" , hash = "sha256:486471dfa8799eb7ec503a8059e263db000cdda20075ce5e48903087f79d5fd6" } ,
2021-04-17 22:39:43 +00:00
]
2021-04-18 14:18:12 +00:00
certifi = [
2022-03-15 08:59:09 +00:00
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
2021-04-18 14:18:12 +00:00
]
2021-01-03 01:22:46 +00:00
chardet = [
2022-03-15 08:59:09 +00:00
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
2021-01-03 01:22:46 +00:00
]
2022-02-22 04:04:52 +00:00
charset-normalizer = [
2022-03-15 08:59:09 +00:00
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
2022-02-22 04:04:52 +00:00
]
2021-01-14 16:40:02 +00:00
click = [
2022-03-15 08:59:09 +00:00
{ file = "click-7.1.2-py2.py3-none-any.whl" , hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc" } ,
{ file = "click-7.1.2.tar.gz" , hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" } ,
2021-01-14 16:40:02 +00:00
]
colorama = [
2022-03-15 08:59:09 +00:00
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
2021-01-14 16:40:02 +00:00
]
2021-01-03 00:32:36 +00:00
coloredlogs = [
2022-03-15 08:59:09 +00:00
{ file = "coloredlogs-15.0.1-py2.py3-none-any.whl" , hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934" } ,
{ file = "coloredlogs-15.0.1.tar.gz" , hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0" } ,
2021-01-03 00:32:36 +00:00
]
2021-04-17 22:39:43 +00:00
colour = [
2022-03-15 08:59:09 +00:00
{ file = "colour-0.1.5-py2.py3-none-any.whl" , hash = "sha256:33f6db9d564fadc16e59921a56999b79571160ce09916303d35346dddc17978c" } ,
{ file = "colour-0.1.5.tar.gz" , hash = "sha256:af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee" } ,
2021-04-17 22:39:43 +00:00
]
2021-04-26 02:54:02 +00:00
"discord.py" = [
2022-03-15 08:59:09 +00:00
{ file = "discord.py-1.7.3-py3-none-any.whl" , hash = "sha256:c6f64db136de0e18e090f6752ea68bdd4ab0a61b82dfe7acecefa22d6477bb0c" } ,
{ file = "discord.py-1.7.3.tar.gz" , hash = "sha256:462cd0fe307aef8b29cbfa8dd613e548ae4b2cb581d46da9ac0d46fb6ea19408" } ,
2021-04-26 02:54:02 +00:00
]
2022-04-12 12:12:43 +00:00
docutils = [
{ file = "docutils-0.16-py2.py3-none-any.whl" , hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af" } ,
{ file = "docutils-0.16.tar.gz" , hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" } ,
]
2021-04-03 16:43:34 +00:00
greenlet = [
2022-03-15 08:59:09 +00:00
{ file = "greenlet-1.1.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:58df5c2a0e293bf665a51f8a100d3e9956febfbf1d9aaf8c0677cf70218910c6" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:aec52725173bd3a7b56fe91bc56eccb26fbdff1386ef123abb63c84c5b43b63a" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:833e1551925ed51e6b44c800e71e77dacd7e49181fdc9ac9a0bf3714d515785d" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:aa5b467f15e78b82257319aebc78dd2915e4c1436c3c0d1ad6f53e47ba6e2713" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:40b951f601af999a8bf2ce8c71e8aaa4e8c6f78ff8afae7b808aae2dc50d4c40" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:95e69877983ea39b7303570fa6760f81a3eec23d0e3ab2021b7144b94d06202d" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:356b3576ad078c89a6107caa9c50cc14e98e3a6c4874a37c3e0273e4baf33de8" } ,
{ file = "greenlet-1.1.2-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8639cadfda96737427330a094476d4c7a56ac03de7265622fcf4cfe57c8ae18d" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:97e5306482182170ade15c4b0d8386ded995a07d7cc2ca8f27958d34d6736497" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e6a36bb9474218c7a5b27ae476035497a6990e21d04c279884eb10d9b290f1b1" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abb7a75ed8b968f3061327c433a0fbd17b729947b400747c334a9c29a9af6c58" } ,
{ file = "greenlet-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b336501a05e13b616ef81ce329c0e09ac5ed8c732d9ba7e3e983fcc1a9e86965" } ,
{ file = "greenlet-1.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:14d4f3cd4e8b524ae9b8aa567858beed70c392fdec26dbdb0a8a418392e71708" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:17ff94e7a83aa8671a25bf5b59326ec26da379ace2ebc4411d690d80a7fbcf23" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9f3cba480d3deb69f6ee2c1825060177a22c7826431458c697df88e6aeb3caee" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:fa877ca7f6b48054f847b61d6fa7bed5cebb663ebc55e018fda12db09dcc664c" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:7cbd7574ce8e138bda9df4efc6bf2ab8572c9aff640d8ecfece1b006b68da963" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:903bbd302a2378f984aef528f76d4c9b1748f318fe1294961c072bdc7f2ffa3e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:049fe7579230e44daef03a259faa24511d10ebfa44f69411d99e6a184fe68073" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:dd0b1e9e891f69e7675ba5c92e28b90eaa045f6ab134ffe70b52e948aa175b3c" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7418b6bfc7fe3331541b84bb2141c9baf1ec7132a7ecd9f375912eca810e714e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9d29ca8a77117315101425ec7ec2a47a22ccf59f5593378fc4077ac5b754fce" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:21915eb821a6b3d9d8eefdaf57d6c345b970ad722f856cd71739493ce003ad08" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eff9d20417ff9dcb0d25e2defc2574d10b491bf2e693b4e491914738b7908168" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8c008de9d0daba7b6666aa5bbfdc23dcd78cafc33997c9b7741ff6353bafb7f" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:32ca72bbc673adbcfecb935bb3fb1b74e663d10a4b241aaa2f5a75fe1d1f90aa" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f0214eb2a23b85528310dad848ad2ac58e735612929c8072f6093f3585fd342d" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b92e29e58bef6d9cfd340c72b04d74c4b4e9f70c9fa7c78b674d1fec18896dc4" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fdcec0b8399108577ec290f55551d926d9a1fa6cad45882093a7a07ac5ec147b" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:93f81b134a165cc17123626ab8da2e30c0455441d4ab5576eed73a64c025b25c" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e12bdc622676ce47ae9abbf455c189e442afdde8818d9da983085df6312e7a1" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8c790abda465726cfb8bb08bd4ca9a5d0a7bd77c7ac1ca1b839ad823b948ea28" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f276df9830dba7a333544bd41070e8175762a7ac20350786b322b714b0e654f5" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c5d5b35f789a030ebb95bff352f1d27a93d81069f2adb3182d99882e095cefe" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win32.whl" , hash = "sha256:64e6175c2e53195278d7388c454e0b30997573f3f4bd63697f88d855f7a6a1fc" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b11548073a2213d950c3f671aa88e6f83cda6e2fb97a8b6317b1b5b33d850e06" } ,
{ file = "greenlet-1.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:9633b3034d3d901f0a46b7939f8c4d64427dfba6bbc5a36b1a67364cf148a1b0" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:eb6ea6da4c787111adf40f697b4e58732ee0942b5d3bd8f435277643329ba627" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f3acda1924472472ddd60c29e5b9db0cec629fbe3c5c5accb74d6d6d14773478" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e859fcb4cbe93504ea18008d1df98dee4f7766db66c435e4882ab35cf70cac43" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:00e44c8afdbe5467e4f7b5851be223be68adb4272f44696ee71fe46b7036a711" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec8c433b3ab0419100bd45b47c9c8551248a5aee30ca5e9d399a0b57ac04651b" } ,
{ file = "greenlet-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2bde6792f313f4e918caabc46532aa64aa27a0db05d75b20edfc5c6f46479de2" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win32.whl" , hash = "sha256:288c6a76705dc54fba69fbcb59904ae4ad768b4c768839b8ca5fdadec6dd8cfd" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8d2f1fb53a421b410751887eb4ff21386d119ef9cde3797bf5e7ed49fb51a3b3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:166eac03e48784a6a6e0e5f041cfebb1ab400b394db188c48b3a84737f505b67" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:572e1787d1460da79590bf44304abbc0a2da944ea64ec549188fa84d89bba7ab" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:be5f425ff1f5f4b3c1e33ad64ab994eed12fc284a6ea71c5243fd564502ecbe5" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1692f7d6bc45e3200844be0dba153612103db241691088626a33ff1f24a0d88" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7227b47e73dedaa513cdebb98469705ef0d66eb5a1250144468e9c3097d6b59b" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ff61ff178250f9bb3cd89752df0f1dd0e27316a8bd1465351652b1b4a4cdfd3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0051c6f1f27cb756ffc0ffbac7d2cd48cb0362ac1736871399a739b2885134d3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win32.whl" , hash = "sha256:f70a9e237bb792c7cc7e44c531fd48f5897961701cdaa06cf22fc14965c496cf" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:013d61294b6cd8fe3242932c1c5e36e5d1db2c8afb58606c5a67efce62c1f5fd" } ,
{ file = "greenlet-1.1.2.tar.gz" , hash = "sha256:e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" } ,
2021-04-03 16:43:34 +00:00
]
2021-01-03 00:32:36 +00:00
humanfriendly = [
2022-03-15 08:59:09 +00:00
{ file = "humanfriendly-10.0-py2.py3-none-any.whl" , hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477" } ,
{ file = "humanfriendly-10.0.tar.gz" , hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc" } ,
2021-01-03 00:32:36 +00:00
]
2021-01-03 01:22:46 +00:00
idna = [
2022-03-15 08:59:09 +00:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2022-02-22 04:04:52 +00:00
]
2022-04-12 12:12:43 +00:00
imagesize = [
{ file = "imagesize-1.3.0-py2.py3-none-any.whl" , hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c" } ,
{ file = "imagesize-1.3.0.tar.gz" , hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" } ,
]
2022-02-22 04:04:52 +00:00
importlib-metadata = [
2022-03-24 03:05:59 +00:00
{ file = "importlib_metadata-4.11.3-py3-none-any.whl" , hash = "sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6" } ,
{ file = "importlib_metadata-4.11.3.tar.gz" , hash = "sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539" } ,
2022-02-22 04:04:52 +00:00
]
importlib-resources = [
2022-03-15 08:59:09 +00:00
{ file = "importlib_resources-5.4.0-py3-none-any.whl" , hash = "sha256:33a95faed5fc19b4bc16b29a6eeae248a3fe69dd55d4d229d2b480e23eeaad45" } ,
{ file = "importlib_resources-5.4.0.tar.gz" , hash = "sha256:d756e2f85dd4de2ba89be0b21dba2a3bbec2e871a42a3a16719258a11f87506b" } ,
2021-01-03 01:22:46 +00:00
]
2022-04-12 12:12:43 +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" } ,
]
jinja2 = [
{ file = "Jinja2-3.1.1-py3-none-any.whl" , hash = "sha256:539835f51a74a69f41b848a9645dbdc35b4f20a3b601e2d9a7e22947b15ff119" } ,
{ file = "Jinja2-3.1.1.tar.gz" , hash = "sha256:640bed4bb501cbd17194b3cace1dc2126f5b619cf068a726b98192a0fde74ae9" } ,
]
2021-04-17 22:39:43 +00:00
mako = [
2022-03-24 03:05:59 +00:00
{ file = "Mako-1.2.0-py3-none-any.whl" , hash = "sha256:23aab11fdbbb0f1051b93793a58323ff937e98e34aece1c4219675122e57e4ba" } ,
{ file = "Mako-1.2.0.tar.gz" , hash = "sha256:9a7c7e922b87db3686210cf49d5d767033a41d4010b284e747682c92bddd8b39" } ,
2021-04-17 22:39:43 +00:00
]
markupsafe = [
2022-03-24 03:05:59 +00:00
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
2021-04-17 22:39:43 +00:00
]
2021-01-03 01:22:46 +00:00
multidict = [
2022-03-15 08:59:09 +00:00
{ file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2" } ,
{ file = "multidict-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3" } ,
{ file = "multidict-6.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389" } ,
{ file = "multidict-6.0.2-cp310-cp310-win32.whl" , hash = "sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293" } ,
{ file = "multidict-6.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658" } ,
{ file = "multidict-6.0.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15" } ,
{ file = "multidict-6.0.2-cp37-cp37m-win32.whl" , hash = "sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc" } ,
{ file = "multidict-6.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d" } ,
{ file = "multidict-6.0.2-cp38-cp38-win32.whl" , hash = "sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57" } ,
{ file = "multidict-6.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937" } ,
{ file = "multidict-6.0.2-cp39-cp39-win32.whl" , hash = "sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a" } ,
{ file = "multidict-6.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae" } ,
{ file = "multidict-6.0.2.tar.gz" , hash = "sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013" } ,
2021-01-03 01:22:46 +00:00
]
2022-04-12 12:12:43 +00:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
2021-01-14 16:40:02 +00:00
psutil = [
2022-03-15 08:59:09 +00:00
{ file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b" } ,
{ file = "psutil-5.9.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:7336292a13a80eb93c21f36bde4328aa748a04b68c13d01dfddd67fc13fd0618" } ,
{ file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:cb8d10461c1ceee0c25a64f2dd54872b70b89c26419e147a05a10b753ad36ec2" } ,
{ file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:7641300de73e4909e5d148e90cc3142fb890079e1525a840cf0dfd39195239fd" } ,
{ file = "psutil-5.9.0-cp27-none-win32.whl" , hash = "sha256:ea42d747c5f71b5ccaa6897b216a7dadb9f52c72a0fe2b872ef7d3e1eacf3ba3" } ,
{ file = "psutil-5.9.0-cp27-none-win_amd64.whl" , hash = "sha256:ef216cc9feb60634bda2f341a9559ac594e2eeaadd0ba187a4c2eb5b5d40b91c" } ,
{ file = "psutil-5.9.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:90a58b9fcae2dbfe4ba852b57bd4a1dded6b990a33d6428c7614b7d48eccb492" } ,
{ file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ff0d41f8b3e9ebb6b6110057e40019a432e96aae2008951121ba4e56040b84f3" } ,
{ file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:742c34fff804f34f62659279ed5c5b723bb0195e9d7bd9907591de9f8f6558e2" } ,
{ file = "psutil-5.9.0-cp310-cp310-win32.whl" , hash = "sha256:8293942e4ce0c5689821f65ce6522ce4786d02af57f13c0195b40e1edb1db61d" } ,
{ file = "psutil-5.9.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9b51917c1af3fa35a3f2dabd7ba96a2a4f19df3dec911da73875e1edaf22a40b" } ,
{ file = "psutil-5.9.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e9805fed4f2a81de98ae5fe38b75a74c6e6ad2df8a5c479594c7629a1fe35f56" } ,
{ file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c51f1af02334e4b516ec221ee26b8fdf105032418ca5a5ab9737e8c87dafe203" } ,
{ file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:32acf55cb9a8cbfb29167cd005951df81b567099295291bcfd1027365b36591d" } ,
{ file = "psutil-5.9.0-cp36-cp36m-win32.whl" , hash = "sha256:e5c783d0b1ad6ca8a5d3e7b680468c9c926b804be83a3a8e95141b05c39c9f64" } ,
{ file = "psutil-5.9.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:d62a2796e08dd024b8179bd441cb714e0f81226c352c802fca0fd3f89eeacd94" } ,
{ file = "psutil-5.9.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3d00a664e31921009a84367266b35ba0aac04a2a6cad09c550a89041034d19a0" } ,
{ file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7779be4025c540d1d65a2de3f30caeacc49ae7a2152108adeaf42c7534a115ce" } ,
{ file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:072664401ae6e7c1bfb878c65d7282d4b4391f1bc9a56d5e03b5a490403271b5" } ,
{ file = "psutil-5.9.0-cp37-cp37m-win32.whl" , hash = "sha256:df2c8bd48fb83a8408c8390b143c6a6fa10cb1a674ca664954de193fdcab36a9" } ,
{ file = "psutil-5.9.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:1d7b433519b9a38192dfda962dd8f44446668c009833e1429a52424624f408b4" } ,
{ file = "psutil-5.9.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c3400cae15bdb449d518545cbd5b649117de54e3596ded84aacabfbb3297ead2" } ,
{ file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b2237f35c4bbae932ee98902a08050a27821f8f6dfa880a47195e5993af4702d" } ,
{ file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1070a9b287846a21a5d572d6dddd369517510b68710fca56b0e9e02fd24bed9a" } ,
{ file = "psutil-5.9.0-cp38-cp38-win32.whl" , hash = "sha256:76cebf84aac1d6da5b63df11fe0d377b46b7b500d892284068bacccf12f20666" } ,
{ file = "psutil-5.9.0-cp38-cp38-win_amd64.whl" , hash = "sha256:3151a58f0fbd8942ba94f7c31c7e6b310d2989f4da74fcbf28b934374e9bf841" } ,
{ file = "psutil-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:539e429da49c5d27d5a58e3563886057f8fc3868a5547b4f1876d9c0f007bccf" } ,
{ file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:58c7d923dc209225600aec73aa2c4ae8ea33b1ab31bc11ef8a5933b027476f07" } ,
{ file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3611e87eea393f779a35b192b46a164b1d01167c9d323dda9b1e527ea69d697d" } ,
{ file = "psutil-5.9.0-cp39-cp39-win32.whl" , hash = "sha256:4e2fb92e3aeae3ec3b7b66c528981fd327fb93fd906a77215200404444ec1845" } ,
{ file = "psutil-5.9.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7d190ee2eaef7831163f254dc58f6d2e2a22e27382b936aab51c835fc080c3d3" } ,
{ file = "psutil-5.9.0.tar.gz" , hash = "sha256:869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25" } ,
2021-01-14 16:40:02 +00:00
]
2021-04-06 01:58:55 +00:00
psycopg2 = [
2022-03-15 08:59:09 +00:00
{ file = "psycopg2-2.9.3-cp310-cp310-win32.whl" , hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362" } ,
{ file = "psycopg2-2.9.3-cp310-cp310-win_amd64.whl" , hash = "sha256:d3ca6421b942f60c008f81a3541e8faf6865a28d5a9b48544b0ee4f40cac7fca" } ,
{ file = "psycopg2-2.9.3-cp36-cp36m-win32.whl" , hash = "sha256:9572e08b50aed176ef6d66f15a21d823bb6f6d23152d35e8451d7d2d18fdac56" } ,
{ file = "psycopg2-2.9.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:a81e3866f99382dfe8c15a151f1ca5fde5815fde879348fe5a9884a7c092a305" } ,
{ file = "psycopg2-2.9.3-cp37-cp37m-win32.whl" , hash = "sha256:cb10d44e6694d763fa1078a26f7f6137d69f555a78ec85dc2ef716c37447e4b2" } ,
{ file = "psycopg2-2.9.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:4295093a6ae3434d33ec6baab4ca5512a5082cc43c0505293087b8a46d108461" } ,
{ file = "psycopg2-2.9.3-cp38-cp38-win32.whl" , hash = "sha256:34b33e0162cfcaad151f249c2649fd1030010c16f4bbc40a604c1cb77173dcf7" } ,
{ file = "psycopg2-2.9.3-cp38-cp38-win_amd64.whl" , hash = "sha256:0762c27d018edbcb2d34d51596e4346c983bd27c330218c56c4dc25ef7e819bf" } ,
{ file = "psycopg2-2.9.3-cp39-cp39-win32.whl" , hash = "sha256:8cf3878353cc04b053822896bc4922b194792df9df2f1ad8da01fb3043602126" } ,
{ file = "psycopg2-2.9.3-cp39-cp39-win_amd64.whl" , hash = "sha256:06f32425949bd5fe8f625c49f17ebb9784e1e4fe928b7cce72edc36fb68e4c0c" } ,
{ file = "psycopg2-2.9.3.tar.gz" , hash = "sha256:8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981" } ,
2021-04-06 01:58:55 +00:00
]
2022-04-12 12:12:43 +00:00
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
2021-04-03 16:43:34 +00:00
pyaes = [
2022-03-15 08:59:09 +00:00
{ file = "pyaes-1.6.1.tar.gz" , hash = "sha256:02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f" } ,
2021-04-03 16:43:34 +00:00
]
pyasn1 = [
2022-03-15 08:59:09 +00:00
{ file = "pyasn1-0.4.8-py2.4.egg" , hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3" } ,
{ file = "pyasn1-0.4.8-py2.5.egg" , hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf" } ,
{ file = "pyasn1-0.4.8-py2.6.egg" , hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00" } ,
{ file = "pyasn1-0.4.8-py2.7.egg" , hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8" } ,
{ file = "pyasn1-0.4.8-py2.py3-none-any.whl" , hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d" } ,
{ file = "pyasn1-0.4.8-py3.1.egg" , hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86" } ,
{ file = "pyasn1-0.4.8-py3.2.egg" , hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7" } ,
{ file = "pyasn1-0.4.8-py3.3.egg" , hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576" } ,
{ file = "pyasn1-0.4.8-py3.4.egg" , hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12" } ,
{ file = "pyasn1-0.4.8-py3.5.egg" , hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2" } ,
{ file = "pyasn1-0.4.8-py3.6.egg" , hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359" } ,
{ file = "pyasn1-0.4.8-py3.7.egg" , hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776" } ,
{ file = "pyasn1-0.4.8.tar.gz" , hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" } ,
2021-04-03 16:43:34 +00:00
]
2021-04-17 22:39:43 +00:00
pycryptodomex = [
2022-03-15 08:59:09 +00:00
{ file = "pycryptodomex-3.14.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:ca88f2f7020002638276439a01ffbb0355634907d1aa5ca91f3dc0c2e44e8f3b" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:8536bc08d130cae6dcba1ea689f2913dfd332d06113904d171f2f56da6228e89" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:406ec8cfe0c098fadb18d597dc2ee6de4428d640c0ccafa453f3d9b2e58d29e2" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:da8db8374295fb532b4b0c467e66800ef17d100e4d5faa2bbbd6df35502da125" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:d709572d64825d8d59ea112e11cc7faf6007f294e9951324b7574af4251e4de8" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27m-win32.whl" , hash = "sha256:3da13c2535b7aea94cc2a6d1b1b37746814c74b6e80790daddd55ca5c120a489" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:298c00ea41a81a491d5b244d295d18369e5aac4b61b77b2de5b249ca61cd6659" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:77931df40bb5ce5e13f4de2bfc982b2ddc0198971fbd947776c8bb5050896eb2" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:c5dd3ffa663c982d7f1be9eb494a8924f6d40e2e2f7d1d27384cfab1b2ac0662" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:2aa887683eee493e015545bd69d3d21ac8d5ad582674ec98f4af84511e353e45" } ,
{ file = "pycryptodomex-3.14.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:8085bd0ad2034352eee4d4f3e2da985c2749cb7344b939f4d95ead38c2520859" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:e95a4a6c54d27a84a4624d2af8bb9ee178111604653194ca6880c98dcad92f48" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-manylinux1_i686.whl" , hash = "sha256:a4d412eba5679ede84b41dbe48b1bed8f33131ab9db06c238a235334733acc5e" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-manylinux1_x86_64.whl" , hash = "sha256:d2cce1c82a7845d7e2e8a0956c6b7ed3f1661c9acf18eb120fc71e098ab5c6fe" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-manylinux2010_i686.whl" , hash = "sha256:f75009715dcf4a3d680c2338ab19dac5498f8121173a929872950f4fb3a48fbf" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-manylinux2010_x86_64.whl" , hash = "sha256:1ca8e1b4c62038bb2da55451385246f51f412c5f5eabd64812c01766a5989b4a" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-win32.whl" , hash = "sha256:ee835def05622e0c8b1435a906491760a43d0c462f065ec9143ec4b8d79f8bff" } ,
{ file = "pycryptodomex-3.14.1-cp35-abi3-win_amd64.whl" , hash = "sha256:b5a185ae79f899b01ca49f365bdf15a45d78d9856f09b0de1a41b92afce1a07f" } ,
{ file = "pycryptodomex-3.14.1-pp27-pypy_73-macosx_10_9_x86_64.whl" , hash = "sha256:797a36bd1f69df9e2798e33edb4bd04e5a30478efc08f9428c087f17f65a7045" } ,
{ file = "pycryptodomex-3.14.1-pp27-pypy_73-manylinux1_x86_64.whl" , hash = "sha256:aebecde2adc4a6847094d3bd6a8a9538ef3438a5ea84ac1983fcb167db614461" } ,
{ file = "pycryptodomex-3.14.1-pp27-pypy_73-manylinux2010_x86_64.whl" , hash = "sha256:f8524b8bc89470cec7ac51734907818d3620fb1637f8f8b542d650ebec42a126" } ,
{ file = "pycryptodomex-3.14.1-pp27-pypy_73-win32.whl" , hash = "sha256:4d0db8df9ffae36f416897ad184608d9d7a8c2b46c4612c6bc759b26c073f750" } ,
{ file = "pycryptodomex-3.14.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:b276cc4deb4a80f9dfd47a41ebb464b1fe91efd8b1b8620cf5ccf8b824b850d6" } ,
{ file = "pycryptodomex-3.14.1-pp36-pypy36_pp73-manylinux1_x86_64.whl" , hash = "sha256:e36c7e3b5382cd5669cf199c4a04a0279a43b2a3bdd77627e9b89778ac9ec08c" } ,
{ file = "pycryptodomex-3.14.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:c4d8977ccda886d88dc3ca789de2f1adc714df912ff3934b3d0a3f3d777deafb" } ,
{ file = "pycryptodomex-3.14.1-pp36-pypy36_pp73-win32.whl" , hash = "sha256:530756d2faa40af4c1f74123e1d889bd07feae45bac2fd32f259a35f7aa74151" } ,
{ file = "pycryptodomex-3.14.1.tar.gz" , hash = "sha256:2ce76ed0081fd6ac8c74edc75b9d14eca2064173af79843c24fa62573263c1f2" } ,
2021-04-17 22:39:43 +00:00
]
2021-01-03 00:32:36 +00:00
pydantic = [
2022-03-15 08:59:09 +00:00
{ file = "pydantic-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:cb23bcc093697cdea2708baae4f9ba0e972960a835af22560f6ae4e7e47d33f5" } ,
{ file = "pydantic-1.9.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1d5278bd9f0eee04a44c712982343103bba63507480bfd2fc2790fa70cd64cf4" } ,
{ file = "pydantic-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ab624700dc145aa809e6f3ec93fb8e7d0f99d9023b713f6a953637429b437d37" } ,
{ file = "pydantic-1.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c8d7da6f1c1049eefb718d43d99ad73100c958a5367d30b9321b092771e96c25" } ,
{ file = "pydantic-1.9.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:3c3b035103bd4e2e4a28da9da7ef2fa47b00ee4a9cf4f1a735214c1bcd05e0f6" } ,
{ file = "pydantic-1.9.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3011b975c973819883842c5ab925a4e4298dffccf7782c55ec3580ed17dc464c" } ,
{ file = "pydantic-1.9.0-cp310-cp310-win_amd64.whl" , hash = "sha256:086254884d10d3ba16da0588604ffdc5aab3f7f09557b998373e885c690dd398" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0fe476769acaa7fcddd17cadd172b156b53546ec3614a4d880e5d29ea5fbce65" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c8e9dcf1ac499679aceedac7e7ca6d8641f0193c591a2d090282aaf8e9445a46" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d1e4c28f30e767fd07f2ddc6f74f41f034d1dd6bc526cd59e63a82fe8bb9ef4c" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:c86229333cabaaa8c51cf971496f10318c4734cf7b641f08af0a6fbf17ca3054" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:c0727bda6e38144d464daec31dff936a82917f431d9c39c39c60a26567eae3ed" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:dee5ef83a76ac31ab0c78c10bd7d5437bfdb6358c95b91f1ba7ff7b76f9996a1" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d9c9bdb3af48e242838f9f6e6127de9be7063aad17b32215ccc36a09c5cf1070" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ee7e3209db1e468341ef41fe263eb655f67f5c5a76c924044314e139a1103a2" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0b6037175234850ffd094ca77bf60fb54b08b5b22bc85865331dd3bda7a02fa1" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:b2571db88c636d862b35090ccf92bf24004393f85c8870a37f42d9f23d13e032" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8b5ac0f1c83d31b324e57a273da59197c83d1bb18171e512908fe5dc7278a1d6" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:bbbc94d0c94dd80b3340fc4f04fd4d701f4b038ebad72c39693c794fd3bc2d9d" } ,
{ file = "pydantic-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e0896200b6a40197405af18828da49f067c2fa1f821491bc8f5bde241ef3f7d7" } ,
{ file = "pydantic-1.9.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:7bdfdadb5994b44bd5579cfa7c9b0e1b0e540c952d56f627eb227851cda9db77" } ,
{ file = "pydantic-1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:574936363cd4b9eed8acdd6b80d0143162f2eb654d96cb3a8ee91d3e64bf4cf9" } ,
{ file = "pydantic-1.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c556695b699f648c58373b542534308922c46a1cda06ea47bc9ca45ef5b39ae6" } ,
{ file = "pydantic-1.9.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:f947352c3434e8b937e3aa8f96f47bdfe6d92779e44bb3f41e4c213ba6a32145" } ,
{ file = "pydantic-1.9.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:5e48ef4a8b8c066c4a31409d91d7ca372a774d0212da2787c0d32f8045b1e034" } ,
{ file = "pydantic-1.9.0-cp38-cp38-win_amd64.whl" , hash = "sha256:96f240bce182ca7fe045c76bcebfa0b0534a1bf402ed05914a6f1dadff91877f" } ,
{ file = "pydantic-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:815ddebb2792efd4bba5488bc8fde09c29e8ca3227d27cf1c6990fc830fd292b" } ,
{ file = "pydantic-1.9.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:6c5b77947b9e85a54848343928b597b4f74fc364b70926b3c4441ff52620640c" } ,
{ file = "pydantic-1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c68c3bc88dbda2a6805e9a142ce84782d3930f8fdd9655430d8576315ad97ce" } ,
{ file = "pydantic-1.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5a79330f8571faf71bf93667d3ee054609816f10a259a109a0738dac983b23c3" } ,
{ file = "pydantic-1.9.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f5a64b64ddf4c99fe201ac2724daada8595ada0d102ab96d019c1555c2d6441d" } ,
{ file = "pydantic-1.9.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a733965f1a2b4090a5238d40d983dcd78f3ecea221c7af1497b845a9709c1721" } ,
{ file = "pydantic-1.9.0-cp39-cp39-win_amd64.whl" , hash = "sha256:2cc6a4cb8a118ffec2ca5fcb47afbacb4f16d0ab8b7350ddea5e8ef7bcc53a16" } ,
{ file = "pydantic-1.9.0-py3-none-any.whl" , hash = "sha256:085ca1de245782e9b46cefcf99deecc67d418737a1fd3f6a4f511344b613a5b3" } ,
{ file = "pydantic-1.9.0.tar.gz" , hash = "sha256:742645059757a56ecd886faf4ed2441b9c0cd406079c2b4bee51bcc3fbcd510a" } ,
2021-01-03 00:32:36 +00:00
]
2022-04-12 12:12:43 +00:00
pygments = [
{ file = "Pygments-2.11.2-py3-none-any.whl" , hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65" } ,
{ file = "Pygments-2.11.2.tar.gz" , hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" } ,
]
pyparsing = [
{ file = "pyparsing-3.0.8-py3-none-any.whl" , hash = "sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06" } ,
{ file = "pyparsing-3.0.8.tar.gz" , hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954" } ,
]
2022-02-22 04:04:52 +00:00
pyreadline3 = [
2022-03-15 08:59:09 +00:00
{ file = "pyreadline3-3.4.1-py3-none-any.whl" , hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb" } ,
{ file = "pyreadline3-3.4.1.tar.gz" , hash = "sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae" } ,
2021-01-03 00:32:36 +00:00
]
2022-04-12 12:12:43 +00:00
pytest = [
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
]
pytest-asyncio = [
{ file = "pytest-asyncio-0.15.1.tar.gz" , hash = "sha256:2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f" } ,
{ file = "pytest_asyncio-0.15.1-py3-none-any.whl" , hash = "sha256:3042bcdf1c5d978f6b74d96a151c4cfb9dcece65006198389ccd7e6c60eb1eea" } ,
]
2021-04-17 22:39:43 +00:00
python-dateutil = [
2022-03-15 08:59:09 +00:00
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
2021-04-17 22:39:43 +00:00
]
2022-04-12 12:12:43 +00:00
pytz = [
{ file = "pytz-2022.1-py2.py3-none-any.whl" , hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" } ,
{ file = "pytz-2022.1.tar.gz" , hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" } ,
]
2021-04-17 22:39:43 +00:00
requests = [
2022-03-15 08:59:09 +00:00
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
2021-04-17 22:39:43 +00:00
]
2021-01-03 00:32:36 +00:00
royalnet = [
2022-03-24 03:05:59 +00:00
{ file = "royalnet-6.6.0-py3-none-any.whl" , hash = "sha256:42bef7ff589dd0390263119a2b6ea8d90da8aad37ef57014f0477b9e0baf69cf" } ,
{ file = "royalnet-6.6.0.tar.gz" , hash = "sha256:133ed6785bb35ea57a40d41d5aecbf857f7b62460ed85b3ea273d9d2ddb83435" } ,
2021-01-14 16:40:02 +00:00
]
royalnet-console = [
2022-04-19 08:40:17 +00:00
{ file = "royalnet-console-6.6.2.tar.gz" , hash = "sha256:67f84cb731fd720e88b04e753e3fe66e7959a6d302cd8643da7e28bc76b04ef1" } ,
{ file = "royalnet_console-6.6.2-py3-none-any.whl" , hash = "sha256:2ad11ceb1f680cfa9ea884a0302d5e2c56bd7a2e2418eb98dcad916a15b848d4" } ,
2021-01-03 00:32:36 +00:00
]
2021-04-26 02:54:02 +00:00
royalnet-discordpy = [
2022-04-19 08:39:13 +00:00
{ file = "royalnet-discordpy-6.6.2.tar.gz" , hash = "sha256:0fcd611e1ac7a556d40dfebbe6fe8b337d50e1f1bf299ef4ee7590e1342373b9" } ,
{ file = "royalnet_discordpy-6.6.2-py3-none-any.whl" , hash = "sha256:d2ce040c2cda7d371794f5e053e8cb32ff6fe459cd206e79e83918474ad39fad" } ,
2021-04-26 02:54:02 +00:00
]
2021-04-03 16:43:34 +00:00
royalnet-telethon = [
2022-04-19 08:39:56 +00:00
{ file = "royalnet-telethon-6.6.2.tar.gz" , hash = "sha256:42b8fb682ae00832676eec72ad7249312c8fda0fd25ca4888dad1d933009447c" } ,
{ file = "royalnet_telethon-6.6.2-py3-none-any.whl" , hash = "sha256:758edcc88db05a4a9d47a36468ee9577275e7c7f0fdedb2f088de4dd5962a14b" } ,
2021-04-03 16:43:34 +00:00
]
2021-04-18 15:15:50 +00:00
royalspells = [
2022-03-15 08:59:09 +00:00
{ file = "royalspells-3.2.tar.gz" , hash = "sha256:2bd4a9a66514532e35c02c3907425af48c7cb292364c4843c795719a82b25dfe" } ,
2021-04-18 15:15:50 +00:00
]
2021-04-03 16:43:34 +00:00
rsa = [
2022-03-15 08:59:09 +00:00
{ file = "rsa-4.8-py3-none-any.whl" , hash = "sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb" } ,
{ file = "rsa-4.8.tar.gz" , hash = "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17" } ,
2021-04-03 16:43:34 +00:00
]
2021-04-30 13:22:58 +00:00
sentry-sdk = [
2022-05-11 08:42:32 +00:00
{ file = "sentry-sdk-1.5.12.tar.gz" , hash = "sha256:259535ba66933eacf85ab46524188c84dcb4c39f40348455ce15e2c0aca68863" } ,
{ file = "sentry_sdk-1.5.12-py2.py3-none-any.whl" , hash = "sha256:778b53f0a6c83b1ee43d3b7886318ba86d975e686cb2c7906ccc35b334360be1" } ,
2021-04-30 13:22:58 +00:00
]
2021-04-17 22:39:43 +00:00
six = [
2022-03-15 08:59:09 +00:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2021-04-17 22:39:43 +00:00
]
2022-04-12 12:12:43 +00:00
snowballstemmer = [
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
]
sphinx = [
{ file = "Sphinx-3.5.4-py3-none-any.whl" , hash = "sha256:2320d4e994a191f4b4be27da514e46b3d6b420f2ff895d064f52415d342461e8" } ,
{ file = "Sphinx-3.5.4.tar.gz" , hash = "sha256:19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1" } ,
]
sphinx-rtd-theme = [
{ file = "sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl" , hash = "sha256:4a05bdbe8b1446d77a01e20a23ebc6777c74f43237035e76be89699308987d6f" } ,
{ file = "sphinx_rtd_theme-0.5.2.tar.gz" , hash = "sha256:32bd3b5d13dc8186d7a42fc816a23d32e83a4827d7d9882948e7b837c232da5a" } ,
]
sphinxcontrib-applehelp = [
{ file = "sphinxcontrib-applehelp-1.0.2.tar.gz" , hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58" } ,
{ file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a" } ,
]
sphinxcontrib-devhelp = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
sphinxcontrib-htmlhelp = [
{ file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz" , hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2" } ,
{ file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl" , hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07" } ,
]
sphinxcontrib-jsmath = [
{ file = "sphinxcontrib-jsmath-1.0.1.tar.gz" , hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" } ,
{ file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178" } ,
]
sphinxcontrib-qthelp = [
{ file = "sphinxcontrib-qthelp-1.0.3.tar.gz" , hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" } ,
{ file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6" } ,
]
sphinxcontrib-serializinghtml = [
{ file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz" , hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl" , hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd" } ,
]
2021-01-03 00:32:36 +00:00
sqlalchemy = [
2022-03-24 03:05:59 +00:00
{ file = "SQLAlchemy-1.4.32-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:4b2bcab3a914715d332ca783e9bda13bc570d8b9ef087563210ba63082c18c16" } ,
{ file = "SQLAlchemy-1.4.32-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:159c2f69dd6efd28e894f261ffca1100690f28210f34cfcd70b895e0ea7a64f3" } ,
{ file = "SQLAlchemy-1.4.32-cp27-cp27m-win_amd64.whl" , hash = "sha256:d7e483f4791fbda60e23926b098702340504f7684ce7e1fd2c1bf02029288423" } ,
{ file = "SQLAlchemy-1.4.32-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:4aa96e957141006181ca58e792e900ee511085b8dae06c2d08c00f108280fb8a" } ,
{ file = "SQLAlchemy-1.4.32-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:576684771456d02e24078047c2567025f2011977aa342063468577d94e194b00" } ,
{ file = "SQLAlchemy-1.4.32-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fff677fa4522dafb5a5e2c0cf909790d5d367326321aeabc0dffc9047cb235bd" } ,
{ file = "SQLAlchemy-1.4.32-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8679f9aba5ac22e7bce54ccd8a77641d3aea3e2d96e73e4356c887ebf8ff1082" } ,
{ file = "SQLAlchemy-1.4.32-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c7046f7aa2db445daccc8424f50b47a66c4039c9f058246b43796aa818f8b751" } ,
{ file = "SQLAlchemy-1.4.32-cp310-cp310-win32.whl" , hash = "sha256:bedd89c34ab62565d44745212814e4b57ef1c24ad4af9b29c504ce40f0dc6558" } ,
{ file = "SQLAlchemy-1.4.32-cp310-cp310-win_amd64.whl" , hash = "sha256:199dc6d0068753b6a8c0bd3aceb86a3e782df118260ebc1fa981ea31ee054674" } ,
{ file = "SQLAlchemy-1.4.32-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:8e1e5d96b744a4f91163290b01045430f3f32579e46d87282449e5b14d27d4ac" } ,
{ file = "SQLAlchemy-1.4.32-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:edfcf93fd92e2f9eef640b3a7a40db20fe3c1d7c2c74faa41424c63dead61b76" } ,
{ file = "SQLAlchemy-1.4.32-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:04164e0063feb7aedd9d073db0fd496edb244be40d46ea1f0d8990815e4b8c34" } ,
{ file = "SQLAlchemy-1.4.32-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5ba59761c19b800bc2e1c9324da04d35ef51e4ee9621ff37534bc2290d258f71" } ,
{ file = "SQLAlchemy-1.4.32-cp36-cp36m-win32.whl" , hash = "sha256:708973b5d9e1e441188124aaf13c121e5b03b6054c2df59b32219175a25aa13e" } ,
{ file = "SQLAlchemy-1.4.32-cp36-cp36m-win_amd64.whl" , hash = "sha256:316270e5867566376e69a0ac738b863d41396e2b63274616817e1d34156dff0e" } ,
{ file = "SQLAlchemy-1.4.32-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:9a0195af6b9050c9322a97cf07514f66fe511968e623ca87b2df5e3cf6349615" } ,
{ file = "SQLAlchemy-1.4.32-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f7e4a3c0c3c596296b37f8427c467c8e4336dc8d50f8ed38042e8ba79507b2c9" } ,
{ file = "SQLAlchemy-1.4.32-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bca714d831e5b8860c3ab134c93aec63d1a4f493bed20084f54e3ce9f0a3bf99" } ,
{ file = "SQLAlchemy-1.4.32-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e9a680d9665f88346ed339888781f5236347933906c5a56348abb8261282ec48" } ,
{ file = "SQLAlchemy-1.4.32-cp37-cp37m-win32.whl" , hash = "sha256:9cb5698c896fa72f88e7ef04ef62572faf56809093180771d9be8d9f2e264a13" } ,
{ file = "SQLAlchemy-1.4.32-cp37-cp37m-win_amd64.whl" , hash = "sha256:8b9a395122770a6f08ebfd0321546d7379f43505882c7419d7886856a07caa13" } ,
{ file = "SQLAlchemy-1.4.32-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:3f88a4ee192142eeed3fe173f673ea6ab1f5a863810a9d85dbf6c67a9bd08f97" } ,
{ file = "SQLAlchemy-1.4.32-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dd93162615870c976dba43963a24bb418b28448fef584f30755990c134a06a55" } ,
{ file = "SQLAlchemy-1.4.32-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5a2e73508f939175363d8a4be9dcdc84cf16a92578d7fa86e6e4ca0e6b3667b2" } ,
{ file = "SQLAlchemy-1.4.32-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfec934aac7f9fa95fc82147a4ba5db0a8bdc4ebf1e33b585ab8860beb10232f" } ,
{ file = "SQLAlchemy-1.4.32-cp38-cp38-win32.whl" , hash = "sha256:bb42f9b259c33662c6a9b866012f6908a91731a419e69304e1261ba3ab87b8d1" } ,
{ file = "SQLAlchemy-1.4.32-cp38-cp38-win_amd64.whl" , hash = "sha256:7ff72b3cc9242d1a1c9b84bd945907bf174d74fc2519efe6184d6390a8df478b" } ,
{ file = "SQLAlchemy-1.4.32-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:5dc9801ae9884e822ba942ca493642fb50f049c06b6dbe3178691fce48ceb089" } ,
{ file = "SQLAlchemy-1.4.32-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4607d2d16330757818c9d6fba322c2e80b4b112ff24295d1343a80b876eb0ed" } ,
{ file = "SQLAlchemy-1.4.32-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:20e9eba7fd86ef52e0df25bea83b8b518dfdf0bce09b336cfe51671f52aaaa3f" } ,
{ file = "SQLAlchemy-1.4.32-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:290cbdf19129ae520d4bdce392648c6fcdbee763bc8f750b53a5ab51880cb9c9" } ,
{ file = "SQLAlchemy-1.4.32-cp39-cp39-win32.whl" , hash = "sha256:1bbac3e8293b34c4403d297e21e8f10d2a57756b75cff101dc62186adec725f5" } ,
{ file = "SQLAlchemy-1.4.32-cp39-cp39-win_amd64.whl" , hash = "sha256:b3f1d9b3aa09ab9adc7f8c4b40fc3e081eb903054c9a6f9ae1633fe15ae503b4" } ,
{ file = "SQLAlchemy-1.4.32.tar.gz" , hash = "sha256:6fdd2dc5931daab778c2b65b03df6ae68376e028a3098eb624d0909d999885bc" } ,
2021-04-03 16:43:34 +00:00
]
2021-04-17 22:39:43 +00:00
sqlalchemy-utils = [
2022-03-15 08:59:09 +00:00
{ file = "SQLAlchemy-Utils-0.37.9.tar.gz" , hash = "sha256:4667edbdcb1ece011076b69772ef524bfbb17cc97e03f11ee6b85d98e7741d61" } ,
{ file = "SQLAlchemy_Utils-0.37.9-py3-none-any.whl" , hash = "sha256:bb6f4da8ac044cb0dd4d0278b1fb434141a5ee9d1881c757a076830ddbb04160" } ,
2021-04-17 22:39:43 +00:00
]
steam = [
2022-05-16 08:39:32 +00:00
{ file = "steam-1.3.0.tar.gz" , hash = "sha256:a40e0295e73259da2995ddbb2e7a06069db2948bc232f72f28cc7079a8737516" } ,
2021-04-17 22:39:43 +00:00
]
2021-04-03 16:43:34 +00:00
telethon = [
2022-03-15 08:59:09 +00:00
{ file = "Telethon-1.24.0-py3-none-any.whl" , hash = "sha256:04fdc5fa4ed3e886e6ecf4bad79205ab8880c6aefbd42c29c89c689a502aa816" } ,
{ file = "Telethon-1.24.0.tar.gz" , hash = "sha256:818cb61281ed3f75ba4da9b68cb69486bed9474d2db4e0aa16e482053117452c" } ,
2021-01-03 00:32:36 +00:00
]
toml = [
2022-03-15 08:59:09 +00:00
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
2021-01-03 00:32:36 +00:00
]
2021-01-03 01:22:46 +00:00
typing-extensions = [
2022-03-15 08:59:09 +00:00
{ file = "typing_extensions-4.1.1-py3-none-any.whl" , hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" } ,
{ file = "typing_extensions-4.1.1.tar.gz" , hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" } ,
2021-01-03 01:22:46 +00:00
]
2021-04-18 14:18:12 +00:00
urllib3 = [
2022-03-24 03:05:59 +00:00
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
2021-04-18 14:18:12 +00:00
]
2021-04-17 22:39:43 +00:00
vdf = [
2022-03-15 08:59:09 +00:00
{ file = "vdf-3.4-py2.py3-none-any.whl" , hash = "sha256:68c1a125cc49e343d535af2dd25074e9cb0908c6607f073947c4a04bbe234534" } ,
{ file = "vdf-3.4.tar.gz" , hash = "sha256:fd5419f41e07a1009e5ffd027c7dcbe43d1f7e8ef453aeaa90d9d04b807de2af" } ,
2021-04-17 22:39:43 +00:00
]
2021-01-03 01:22:46 +00:00
yarl = [
2022-03-15 08:59:09 +00:00
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f2a8508f7350512434e41065684076f640ecce176d262a7d54f0da41d99c5a95" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:da6df107b9ccfe52d3a48165e48d72db0eca3e3029b5b8cb4fe6ee3cb870ba8b" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a1d0894f238763717bdcfea74558c94e3bc34aeacd3351d769460c1a586a8b05" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfe4b95b7e00c6635a72e2d00b478e8a28bfb122dc76349a06e20792eb53a523" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c145ab54702334c42237a6c6c4cc08703b6aa9b94e2f227ceb3d477d20c36c63" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1ca56f002eaf7998b5fcf73b2421790da9d2586331805f38acd9997743114e98" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1d3d5ad8ea96bd6d643d80c7b8d5977b4e2fb1bab6c9da7322616fd26203d125" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:167ab7f64e409e9bdd99333fe8c67b5574a1f0495dcfd905bc7454e766729b9e" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:95a1873b6c0dd1c437fb3bb4a4aaa699a48c218ac7ca1e74b0bee0ab16c7d60d" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6152224d0a1eb254f97df3997d79dadd8bb2c1a02ef283dbb34b97d4f8492d23" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:5bb7d54b8f61ba6eee541fba4b83d22b8a046b4ef4d8eb7f15a7e35db2e1e245" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:9c1f083e7e71b2dd01f7cd7434a5f88c15213194df38bc29b388ccdf1492b739" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f44477ae29025d8ea87ec308539f95963ffdc31a82f42ca9deecf2d505242e72" } ,
{ file = "yarl-1.7.2-cp310-cp310-win32.whl" , hash = "sha256:cff3ba513db55cc6a35076f32c4cdc27032bd075c9faef31fec749e64b45d26c" } ,
{ file = "yarl-1.7.2-cp310-cp310-win_amd64.whl" , hash = "sha256:c9c6d927e098c2d360695f2e9d38870b2e92e0919be07dbe339aefa32a090265" } ,
{ file = "yarl-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9b4c77d92d56a4c5027572752aa35082e40c561eec776048330d2907aead891d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c01a89a44bb672c38f42b49cdb0ad667b116d731b3f4c896f72302ff77d71656" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c19324a1c5399b602f3b6e7db9478e5b1adf5cf58901996fc973fe4fccd73eed" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3abddf0b8e41445426d29f955b24aeecc83fa1072be1be4e0d194134a7d9baee" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6a1a9fe17621af43e9b9fcea8bd088ba682c8192d744b386ee3c47b56eaabb2c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b0915ee85150963a9504c10de4e4729ae700af11df0dc5550e6587ed7891e92" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:29e0656d5497733dcddc21797da5a2ab990c0cb9719f1f969e58a4abac66234d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:bf19725fec28452474d9887a128e98dd67eee7b7d52e932e6949c532d820dc3b" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d6f3d62e16c10e88d2168ba2d065aa374e3c538998ed04996cd373ff2036d64c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:ac10bbac36cd89eac19f4e51c032ba6b412b3892b685076f4acd2de18ca990aa" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:aa32aaa97d8b2ed4e54dc65d241a0da1c627454950f7d7b1f95b13985afd6c5d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win32.whl" , hash = "sha256:87f6e082bce21464857ba58b569370e7b547d239ca22248be68ea5d6b51464a1" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:ac35ccde589ab6a1870a484ed136d49a26bcd06b6a1c6397b1967ca13ceb3913" } ,
{ file = "yarl-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a467a431a0817a292121c13cbe637348b546e6ef47ca14a790aa2fa8cc93df63" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ab0c3274d0a846840bf6c27d2c60ba771a12e4d7586bf550eefc2df0b56b3b4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d260d4dc495c05d6600264a197d9d6f7fc9347f21d2594926202fd08cf89a8ba" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fc4dd8b01a8112809e6b636b00f487846956402834a7fd59d46d4f4267181c41" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c1164a2eac148d85bbdd23e07dfcc930f2e633220f3eb3c3e2a25f6148c2819e" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:67e94028817defe5e705079b10a8438b8cb56e7115fa01640e9c0bb3edf67332" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:89ccbf58e6a0ab89d487c92a490cb5660d06c3a47ca08872859672f9c511fc52" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:8cce6f9fa3df25f55521fbb5c7e4a736683148bcc0c75b21863789e5185f9185" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:211fcd65c58bf250fb994b53bc45a442ddc9f441f6fec53e65de8cba48ded986" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c10ea1e80a697cf7d80d1ed414b5cb8f1eec07d618f54637067ae3c0334133c4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:52690eb521d690ab041c3919666bea13ab9fbff80d615ec16fa81a297131276b" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win32.whl" , hash = "sha256:695ba021a9e04418507fa930d5f0704edbce47076bdcfeeaba1c83683e5649d1" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c17965ff3706beedafd458c452bf15bac693ecd146a60a06a214614dc097a271" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fce78593346c014d0d986b7ebc80d782b7f5e19843ca798ed62f8e3ba8728576" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c2a1ac41a6aa980db03d098a5531f13985edcb451bcd9d00670b03129922cd0d" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:39d5493c5ecd75c8093fa7700a2fb5c94fe28c839c8e40144b7ab7ccba6938c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1eb6480ef366d75b54c68164094a6a560c247370a68c02dddb11f20c4c6d3c9d" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5ba63585a89c9885f18331a55d25fe81dc2d82b71311ff8bd378fc8004202ff6" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e39378894ee6ae9f555ae2de332d513a5763276a9265f8e7cbaeb1b1ee74623a" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c0910c6b6c31359d2f6184828888c983d54d09d581a4a23547a35f1d0b9484b1" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6feca8b6bfb9eef6ee057628e71e1734caf520a907b6ec0d62839e8293e945c0" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8300401dc88cad23f5b4e4c1226f44a5aa696436a4026e456fe0e5d2f7f486e6" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:788713c2896f426a4e166b11f4ec538b5736294ebf7d5f654ae445fd44270832" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:fd547ec596d90c8676e369dd8a581a21227fe9b4ad37d0dc7feb4ccf544c2d59" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:737e401cd0c493f7e3dd4db72aca11cfe069531c9761b8ea474926936b3c57c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:baf81561f2972fb895e7844882898bda1eef4b07b5b385bcd308d2098f1a767b" } ,
{ file = "yarl-1.7.2-cp38-cp38-win32.whl" , hash = "sha256:ede3b46cdb719c794427dcce9d8beb4abe8b9aa1e97526cc20de9bd6583ad1ef" } ,
{ file = "yarl-1.7.2-cp38-cp38-win_amd64.whl" , hash = "sha256:cc8b7a7254c0fc3187d43d6cb54b5032d2365efd1df0cd1749c0c4df5f0ad45f" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:580c1f15500e137a8c37053e4cbf6058944d4c114701fa59944607505c2fe3a0" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3ec1d9a0d7780416e657f1e405ba35ec1ba453a4f1511eb8b9fbab81cb8b3ce1" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3bf8cfe8856708ede6a73907bf0501f2dc4e104085e070a41f5d88e7faf237f3" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1be4bbb3d27a4e9aa5f3df2ab61e3701ce8fcbd3e9846dbce7c033a7e8136746" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:534b047277a9a19d858cde163aba93f3e1677d5acd92f7d10ace419d478540de" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c6ddcd80d79c96eb19c354d9dca95291589c5954099836b7c8d29278a7ec0bda" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9bfcd43c65fbb339dc7086b5315750efa42a34eefad0256ba114cd8ad3896f4b" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f64394bd7ceef1237cc604b5a89bf748c95982a84bcd3c4bbeb40f685c810794" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:044daf3012e43d4b3538562da94a88fb12a6490652dbc29fb19adfa02cf72eac" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:368bcf400247318382cc150aaa632582d0780b28ee6053cd80268c7e72796dec" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:bab827163113177aee910adb1f48ff7af31ee0289f434f7e22d10baf624a6dfe" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:0cba38120db72123db7c58322fa69e3c0efa933040ffb586c3a87c063ec7cae8" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:59218fef177296451b23214c91ea3aba7858b4ae3306dde120224cfe0f7a6ee8" } ,
{ file = "yarl-1.7.2-cp39-cp39-win32.whl" , hash = "sha256:1edc172dcca3f11b38a9d5c7505c83c1913c0addc99cd28e993efeaafdfaa18d" } ,
{ file = "yarl-1.7.2-cp39-cp39-win_amd64.whl" , hash = "sha256:797c2c412b04403d2da075fb93c123df35239cd7b4cc4e0cd9e5839b73f52c58" } ,
{ file = "yarl-1.7.2.tar.gz" , hash = "sha256:45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd" } ,
2022-02-22 04:04:52 +00:00
]
zipp = [
2022-03-15 08:59:09 +00:00
{ file = "zipp-3.7.0-py3-none-any.whl" , hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375" } ,
{ file = "zipp-3.7.0.tar.gz" , hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d" } ,
2021-01-03 01:22:46 +00:00
]