2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "dev"
optional = false
python-versions = "*"
2021-02-20 00:55:44 +00:00
[ [ package ] ]
name = "async-property"
version = "0.2.1"
description = "Python decorator for async properties."
category = "main"
optional = false
python-versions = "*"
2020-12-17 10:21:30 +00:00
[ [ package ] ]
name = "async-timeout"
version = "3.0.1"
description = "Timeout context manager for asyncio programs"
category = "dev"
optional = false
python-versions = ">=3.5.3"
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2022-05-02 02:20:05 +00:00
version = "21.4.0"
2020-10-08 01:02:49 +00:00
description = "Classes Without Boilerplate"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-10-08 01:02:49 +00:00
[ package . extras ]
2022-05-02 02:20:05 +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" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
2020-10-08 01:02:49 +00:00
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "babel"
2022-05-02 02:20:05 +00:00
version = "2.10.1"
2020-11-17 01:59:35 +00:00
description = "Internationalization utilities"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.6"
2020-11-17 01:59:35 +00:00
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
name = "certifi"
2022-05-02 02:20:05 +00:00
version = "2021.10.8"
2020-11-17 01:59:35 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
2022-05-02 02:20:05 +00:00
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2020-11-17 01:59:35 +00:00
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2020-11-17 01:59:35 +00:00
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "colorama"
2020-11-06 17:54:00 +00:00
version = "0.4.4"
2020-10-08 01:02:49 +00:00
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "docutils"
2021-04-13 17:22:59 +00:00
version = "0.16"
2020-11-17 01:59:35 +00:00
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-02-20 00:55:44 +00:00
[ [ package ] ]
name = "greenlet"
2022-05-02 02:20:05 +00:00
version = "1.1.2"
2021-02-20 00:55:44 +00:00
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "idna"
2022-05-02 02:20:05 +00:00
version = "3.3"
2020-11-17 01:59:35 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.5"
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "imagesize"
2022-05-02 02:20:05 +00:00
version = "1.3.0"
2020-11-17 01:59:35 +00:00
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.*"
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "iniconfig"
2020-11-06 17:54:00 +00:00
version = "1.1.1"
2020-10-08 01:02:49 +00:00
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "jinja2"
2022-05-02 02:20:05 +00:00
version = "3.1.2"
2020-11-17 01:59:35 +00:00
description = "A very fast and expressive template engine."
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.7"
2020-11-17 01:59:35 +00:00
[ package . dependencies ]
2022-05-02 02:20:05 +00:00
MarkupSafe = ">=2.0"
2020-11-17 01:59:35 +00:00
2021-02-20 00:55:44 +00:00
[ package . extras ]
2022-05-02 02:20:05 +00:00
i18n = [ "Babel (>=2.7)" ]
2021-02-20 00:55:44 +00:00
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "markupsafe"
2022-05-02 02:20:05 +00:00
version = "2.1.1"
2020-11-17 01:59:35 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.7"
2020-11-17 01:59:35 +00:00
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "packaging"
2022-05-02 02:20:05 +00:00
version = "21.3"
2020-10-08 01:02:49 +00:00
description = "Core utilities for Python packages"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.6"
2020-10-08 01:02:49 +00:00
[ package . dependencies ]
2022-05-02 02:20:05 +00:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "pluggy"
2022-05-02 02:20:05 +00:00
version = "1.0.0"
2020-10-08 01:02:49 +00:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.6"
2020-10-08 01:02:49 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2022-05-02 02:20:05 +00:00
testing = [ "pytest" , "pytest-benchmark" ]
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "py"
2022-05-02 02:20:05 +00:00
version = "1.11.0"
2020-10-08 01:02:49 +00:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-10-08 01:02:49 +00:00
2020-12-06 22:41:36 +00:00
[ [ package ] ]
name = "pydantic"
2022-03-09 08:38:28 +00:00
version = "1.9.0"
2020-12-06 22:41:36 +00:00
description = "Data validation and settings management using python 3.6 type hinting"
category = "main"
optional = false
2021-03-31 14:26:10 +00:00
python-versions = ">=3.6.1"
[ package . dependencies ]
typing-extensions = ">=3.7.4.3"
2020-12-06 22:41:36 +00:00
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "pygments"
2022-05-02 02:20:05 +00:00
version = "2.12.0"
2020-11-17 01:59:35 +00:00
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.6"
2020-11-17 01:59:35 +00:00
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "pyparsing"
2022-05-02 02:20:05 +00:00
version = "3.0.8"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2020-10-08 01:02:49 +00:00
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.6.8"
[ package . extras ]
diagrams = [ "railroad-diagrams" , "jinja2" ]
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "pytest"
2022-05-02 02:20:05 +00:00
version = "6.2.5"
2020-10-08 01:02:49 +00:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
2021-01-08 16:56:32 +00:00
python-versions = ">=3.6"
2020-10-08 01:02:49 +00:00
[ package . dependencies ]
2022-03-09 08:38:28 +00:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2021-01-08 16:56:32 +00:00
attrs = ">=19.2.0"
2022-03-09 08:38:28 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2020-10-08 01:02:49 +00:00
iniconfig = "*"
packaging = "*"
2022-05-02 02:20:05 +00:00
pluggy = ">=0.12,<2.0"
2020-10-08 01:02:49 +00:00
py = ">=1.8.2"
toml = "*"
2021-02-20 00:55:44 +00:00
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "pytest-asyncio"
version = "0.14.0"
description = "Pytest support for asyncio."
category = "dev"
optional = false
python-versions = ">= 3.5"
[ package . dependencies ]
pytest = ">=5.4.0"
2021-02-20 00:55:44 +00:00
[ package . extras ]
testing = [ "async-generator (>=1.3)" , "coverage" , "hypothesis (>=5.7.1)" ]
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "pytz"
2022-05-02 02:20:05 +00:00
version = "2022.1"
2020-11-17 01:59:35 +00:00
description = "World timezone definitions, modern and historical"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2022-05-02 02:20:05 +00:00
version = "2.27.1"
2020-11-17 01:59:35 +00:00
description = "Python HTTP for Humans."
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-11-17 01:59:35 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-05-02 02:20:05 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2020-11-17 01:59:35 +00:00
urllib3 = ">=1.21.1,<1.27"
2021-02-20 00:55:44 +00:00
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2022-05-02 02:20:05 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-02-20 00:55:44 +00:00
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "snowballstemmer"
2022-05-02 02:20:05 +00:00
version = "2.2.0"
2021-01-23 00:11:47 +00:00
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
2020-11-17 01:59:35 +00:00
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "sphinx"
2021-04-13 17:22:59 +00:00
version = "3.5.4"
2020-11-17 01:59:35 +00:00
description = "Python documentation generator"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
2022-03-09 08:38:28 +00:00
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
2021-04-13 17:22:59 +00:00
docutils = ">=0.12,<0.17"
2020-11-17 01:59:35 +00:00
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 = "*"
2021-02-20 00:55:44 +00:00
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.800)" , "docutils-stubs" ]
test = [ "pytest" , "pytest-cov" , "html5lib" , "cython" , "typed-ast" ]
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "sphinx-rtd-theme"
2021-04-13 17:22:59 +00:00
version = "0.5.2"
2020-11-17 01:59:35 +00:00
description = "Read the Docs theme for Sphinx"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-04-13 17:22:59 +00:00
docutils = "<0.17"
2020-11-17 01:59:35 +00:00
sphinx = "*"
2021-02-20 00:55:44 +00:00
[ package . extras ]
dev = [ "transifex-client" , "sphinxcontrib-httpdomain" , "bump2version" ]
2020-11-17 01:59:35 +00:00
[ [ 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"
2022-05-02 02:20:05 +00:00
version = "2.0.0"
2020-11-17 01:59:35 +00:00
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "dev"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.6"
2020-11-17 01:59:35 +00:00
[ 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"
2022-05-02 02:20:05 +00:00
version = "1.1.5"
2020-11-17 01:59:35 +00:00
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" ]
2020-10-02 01:01:08 +00:00
[ [ package ] ]
name = "sqlalchemy"
2022-04-27 08:33:09 +00:00
version = "1.4.36"
2020-10-02 01:01:08 +00:00
description = "Database Abstraction Library"
category = "main"
optional = false
2021-02-20 00:55:44 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
2022-04-01 08:38:07 +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\")" }
2020-10-02 01:01:08 +00:00
[ package . extras ]
2021-02-20 00:55:44 +00:00
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
2022-04-01 08:38:07 +00:00
aiosqlite = [ "typing_extensions (!=3.10.0.1)" , "greenlet (!=0.4.17)" , "aiosqlite" ]
2021-02-20 00:55:44 +00:00
asyncio = [ "greenlet (!=0.4.17)" ]
2022-04-01 08:38:07 +00:00
asyncmy = [ "greenlet (!=0.4.17)" , "asyncmy (>=0.2.3,!=0.2.4)" ]
2021-02-20 00:55:44 +00:00
mariadb_connector = [ "mariadb (>=1.0.1)" ]
2020-10-02 01:01:08 +00:00
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
2022-04-01 08:38:07 +00:00
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
2021-02-20 00:55:44 +00:00
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
2022-04-01 08:38:07 +00:00
mysql_connector = [ "mysql-connector-python" ]
2021-02-20 00:55:44 +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)" ]
2020-10-02 01:01:08 +00:00
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
2021-02-20 00:55:44 +00:00
pymysql = [ "pymysql (<1)" , "pymysql" ]
2021-03-31 14:26:10 +00:00
sqlcipher = [ "sqlcipher3-binary" ]
2020-10-02 01:01:08 +00:00
2020-10-08 01:02:49 +00:00
[ [ package ] ]
name = "toml"
2020-11-06 17:54:00 +00:00
version = "0.10.2"
2020-10-08 01:02:49 +00:00
description = "Python Library for Tom's Obvious, Minimal Language"
2020-10-28 16:46:23 +00:00
category = "main"
2020-10-08 01:02:49 +00:00
optional = false
2020-11-06 17:54:00 +00:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2020-10-08 01:02:49 +00:00
2021-03-31 14:26:10 +00:00
[ [ package ] ]
name = "typing-extensions"
2022-05-02 02:20:05 +00:00
version = "4.2.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
2021-03-31 14:26:10 +00:00
category = "main"
optional = false
2022-05-02 02:20:05 +00:00
python-versions = ">=3.7"
2021-03-31 14:26:10 +00:00
2020-11-17 01:59:35 +00:00
[ [ package ] ]
name = "urllib3"
2022-05-02 02:20:05 +00:00
version = "1.26.9"
2020-11-17 01:59:35 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2022-05-02 02:20:05 +00:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2020-11-17 01:59:35 +00:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
2021-02-20 00:55:44 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2020-11-17 01:59:35 +00:00
2020-10-02 01:01:08 +00:00
[ metadata ]
2021-02-20 00:55:44 +00:00
lock-version = "1.1"
2020-10-02 01:01:08 +00:00
python-versions = "^3.8"
2021-04-19 01:19:07 +00:00
content-hash = "a56ec876bea7c49f8dc413615aa4620bb08a65f62d9ec4d8d929075da7f1f9a2"
2020-10-02 01:01:08 +00:00
[ metadata . files ]
2020-11-17 01:59:35 +00:00
alabaster = [
2022-03-09 08:38:28 +00:00
{ file = "alabaster-0.7.12-py2.py3-none-any.whl" , hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359" } ,
{ file = "alabaster-0.7.12.tar.gz" , hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" } ,
2020-11-17 01:59:35 +00:00
]
2021-02-20 00:55:44 +00:00
async-property = [
2022-03-09 08:38:28 +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-02-20 00:55:44 +00:00
]
2020-12-17 10:21:30 +00:00
async-timeout = [
2022-03-09 08:38:28 +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" } ,
2020-12-17 10:21:30 +00:00
]
2020-10-08 01:02:49 +00:00
atomicwrites = [
2022-03-09 08:38:28 +00:00
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
2020-10-08 01:02:49 +00:00
]
attrs = [
2022-05-02 02:20:05 +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" } ,
2020-10-08 01:02:49 +00:00
]
2020-11-17 01:59:35 +00:00
babel = [
2022-05-02 02:20:05 +00:00
{ file = "Babel-2.10.1-py3-none-any.whl" , hash = "sha256:3f349e85ad3154559ac4930c3918247d319f21910d5ce4b25d439ed8693b98d2" } ,
{ file = "Babel-2.10.1.tar.gz" , hash = "sha256:98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13" } ,
2020-11-17 01:59:35 +00:00
]
certifi = [
2022-05-02 02:20:05 +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" } ,
2020-11-17 01:59:35 +00:00
]
2022-05-02 02:20:05 +00:00
charset-normalizer = [
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
2020-11-17 01:59:35 +00:00
]
2020-10-08 01:02:49 +00:00
colorama = [
2022-03-09 08:38:28 +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" } ,
2020-10-08 01:02:49 +00:00
]
2020-11-17 01:59:35 +00:00
docutils = [
2022-03-09 08:38:28 +00:00
{ file = "docutils-0.16-py2.py3-none-any.whl" , hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af" } ,
{ file = "docutils-0.16.tar.gz" , hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" } ,
2020-11-17 01:59:35 +00:00
]
2021-02-20 00:55:44 +00:00
greenlet = [
2022-05-02 02:20:05 +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-02-20 00:55:44 +00:00
]
2020-11-17 01:59:35 +00:00
idna = [
2022-05-02 02:20:05 +00:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2020-11-17 01:59:35 +00:00
]
imagesize = [
2022-05-02 02:20:05 +00:00
{ file = "imagesize-1.3.0-py2.py3-none-any.whl" , hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c" } ,
{ file = "imagesize-1.3.0.tar.gz" , hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" } ,
2020-11-17 01:59:35 +00:00
]
2020-10-08 01:02:49 +00:00
iniconfig = [
2022-03-09 08:38:28 +00:00
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
2020-10-08 01:02:49 +00:00
]
2020-11-17 01:59:35 +00:00
jinja2 = [
2022-05-02 02:20:05 +00:00
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
2020-11-17 01:59:35 +00:00
]
markupsafe = [
2022-05-02 02:20:05 +00:00
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
2020-11-17 01:59:35 +00:00
]
2020-10-08 01:02:49 +00:00
packaging = [
2022-05-02 02:20:05 +00:00
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2020-10-08 01:02:49 +00:00
]
pluggy = [
2022-05-02 02:20:05 +00:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2020-10-08 01:02:49 +00:00
]
py = [
2022-05-02 02:20:05 +00:00
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
2020-10-08 01:02:49 +00:00
]
2020-12-06 22:41:36 +00:00
pydantic = [
2022-03-09 08:38:28 +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" } ,
2020-12-06 22:41:36 +00:00
]
2020-11-17 01:59:35 +00:00
pygments = [
2022-05-02 02:20:05 +00:00
{ file = "Pygments-2.12.0-py3-none-any.whl" , hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519" } ,
{ file = "Pygments-2.12.0.tar.gz" , hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb" } ,
2020-11-17 01:59:35 +00:00
]
2020-10-08 01:02:49 +00:00
pyparsing = [
2022-05-02 02:20:05 +00:00
{ file = "pyparsing-3.0.8-py3-none-any.whl" , hash = "sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06" } ,
{ file = "pyparsing-3.0.8.tar.gz" , hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954" } ,
2020-10-08 01:02:49 +00:00
]
pytest = [
2022-05-02 02:20:05 +00:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2020-10-08 01:02:49 +00:00
]
pytest-asyncio = [
2022-03-09 08:38:28 +00:00
{ file = "pytest-asyncio-0.14.0.tar.gz" , hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700" } ,
{ file = "pytest_asyncio-0.14.0-py3-none-any.whl" , hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d" } ,
2020-10-08 01:02:49 +00:00
]
2020-11-17 01:59:35 +00:00
pytz = [
2022-05-02 02:20:05 +00:00
{ file = "pytz-2022.1-py2.py3-none-any.whl" , hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" } ,
{ file = "pytz-2022.1.tar.gz" , hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" } ,
2020-11-17 01:59:35 +00:00
]
requests = [
2022-05-02 02:20:05 +00:00
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
2020-11-17 01:59:35 +00:00
]
snowballstemmer = [
2022-05-02 02:20:05 +00:00
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
2020-11-17 01:59:35 +00:00
]
sphinx = [
2022-03-09 08:38:28 +00:00
{ file = "Sphinx-3.5.4-py3-none-any.whl" , hash = "sha256:2320d4e994a191f4b4be27da514e46b3d6b420f2ff895d064f52415d342461e8" } ,
{ file = "Sphinx-3.5.4.tar.gz" , hash = "sha256:19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1" } ,
2020-11-17 01:59:35 +00:00
]
sphinx-rtd-theme = [
2022-03-09 08:38:28 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
sphinxcontrib-applehelp = [
2022-03-09 08:38:28 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
sphinxcontrib-devhelp = [
2022-03-09 08:38:28 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
sphinxcontrib-htmlhelp = [
2022-05-02 02:20:05 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
sphinxcontrib-jsmath = [
2022-03-09 08:38:28 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
sphinxcontrib-qthelp = [
2022-03-09 08:38:28 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
sphinxcontrib-serializinghtml = [
2022-05-02 02:20:05 +00:00
{ 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" } ,
2020-11-17 01:59:35 +00:00
]
2020-10-02 01:01:08 +00:00
sqlalchemy = [
2022-04-27 08:33:09 +00:00
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:81e53bd383c2c33de9d578bfcc243f559bd3801a0e57f2bcc9a943c790662e0c" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6e1fe00ee85c768807f2a139b83469c1e52a9ffd58a6eb51aa7aeb524325ab18" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-win32.whl" , hash = "sha256:d57ac32f8dc731fddeb6f5d1358b4ca5456e72594e664769f0a9163f13df2a31" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-win_amd64.whl" , hash = "sha256:fca8322e04b2dde722fcb0558682740eebd3bd239bea7a0d0febbc190e99dc15" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:53d2d9ee93970c969bc4e3c78b1277d7129554642f6ffea039c282c7dc4577bc" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:f0394a3acfb8925db178f7728adb38c027ed7e303665b225906bfa8099dc1ce8" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:09c606d8238feae2f360b8742ffbe67741937eb0a05b57f536948d198a3def96" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8d07fe2de0325d06e7e73281e9a9b5e259fbd7cbfbe398a0433cbb0082ad8fa7" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5041474dcab7973baa91ec1f3112049a9dd4652898d6a95a6a895ff5c58beb6b" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-win32.whl" , hash = "sha256:be094460930087e50fd08297db9d7aadaed8408ad896baf758e9190c335632da" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-win_amd64.whl" , hash = "sha256:64d796e9af522162f7f2bf7a3c5531a0a550764c426782797bbeed809d0646c5" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:a0ae3aa2e86a4613f2d4c49eb7da23da536e6ce80b2bfd60bbb2f55fc02b0b32" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d50cb71c1dbed70646d521a0975fb0f92b7c3f84c61fa59e07be23a1aaeecfc" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:16abf35af37a3d5af92725fc9ec507dd9e9183d261c2069b6606d60981ed1c6e" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5864a83bd345871ad9699ce466388f836db7572003d67d9392a71998092210e3" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-win32.whl" , hash = "sha256:fbf8c09fe9728168f8cc1b40c239eab10baf9c422c18be7f53213d70434dea43" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-win_amd64.whl" , hash = "sha256:6e859fa96605027bd50d8e966db1c4e1b03e7b3267abbc4b89ae658c99393c58" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:166a3887ec355f7d2f12738f7fa25dc8ac541867147a255f790f2f41f614cb44" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e885548da361aa3f8a9433db4cfb335b2107e533bf314359ae3952821d84b3e" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5c90ef955d429966d84326d772eb34333178737ebb669845f1d529eb00c75e72" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7a052bd9f53004f8993c624c452dfad8ec600f572dd0ed0445fbe64b22f5570e" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-win32.whl" , hash = "sha256:dce3468bf1fc12374a1a732c9efd146ce034f91bb0482b602a9311cb6166a920" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-win_amd64.whl" , hash = "sha256:6cb4c4f57a20710cea277edf720d249d514e587f796b75785ad2c25e1c0fed26" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:e74ce103b81c375c3853b436297952ef8d7863d801dcffb6728d01544e5191b5" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b20c4178ead9bc398be479428568ff31b6c296eb22e75776273781a6551973f" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:af2587ae11400157753115612d6c6ad255143efba791406ad8a0cbcccf2edcb3" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:83cf3077712be9f65c9aaa0b5bc47bc1a44789fd45053e2e3ecd59ff17c63fe9" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-win32.whl" , hash = "sha256:ce20f5da141f8af26c123ebaa1b7771835ca6c161225ce728962a79054f528c3" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-win_amd64.whl" , hash = "sha256:316c7e5304dda3e3ad711569ac5d02698bbc71299b168ac56a7076b86259f7ea" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:f522214f6749bc073262529c056f7dfd660f3b5ec4180c5354d985eb7219801e" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ecac4db8c1aa4a269f5829df7e706639a24b780d2ac46b3e485cbbd27ec0028" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b3db741beaa983d4cbf9087558620e7787106319f7e63a066990a70657dd6b35" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ec89bf98cc6a0f5d1e28e3ad28e9be6f3b4bdbd521a4053c7ae8d5e1289a8a1" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-win32.whl" , hash = "sha256:e12532c4d3f614678623da5d852f038ace1f01869b89f003ed6fe8c793f0c6a3" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-win_amd64.whl" , hash = "sha256:cb441ca461bf97d00877b607f132772644b623518b39ced54da433215adce691" } ,
{ file = "SQLAlchemy-1.4.36.tar.gz" , hash = "sha256:64678ac321d64a45901ef2e24725ec5e783f1f4a588305e196431447e7ace243" } ,
2020-10-02 01:01:08 +00:00
]
2020-10-08 01:02:49 +00:00
toml = [
2022-03-09 08:38:28 +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" } ,
2020-10-08 01:02:49 +00:00
]
2021-03-31 14:26:10 +00:00
typing-extensions = [
2022-05-02 02:20:05 +00:00
{ file = "typing_extensions-4.2.0-py3-none-any.whl" , hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708" } ,
{ file = "typing_extensions-4.2.0.tar.gz" , hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376" } ,
2021-03-31 14:26:10 +00:00
]
2020-11-17 01:59:35 +00:00
urllib3 = [
2022-05-02 02:20:05 +00:00
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
2020-11-17 01:59:35 +00:00
]