2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "aiosqlite"
version = "0.17.0"
description = "asyncio bridge to the standard sqlite3 module"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
typing_extensions = ">=3.7.2"
2021-11-02 14:16:00 +01:00
[ [ package ] ]
name = "anyio"
2021-12-07 21:16:48 +01:00
version = "3.4.0"
2021-11-02 14:16:00 +01:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
doc = [ "sphinx-rtd-theme" , "sphinx-autodoc-typehints (>=1.2.0)" ]
2021-12-07 21:16:48 +01:00
test = [ "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "pytest (>=6.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "contextlib2" , "uvloop (<0.15)" , "mock (>=4)" , "uvloop (>=0.15)" ]
2021-11-02 14:16:00 +01:00
trio = [ "trio (>=0.16)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "asgiref"
2021-08-05 19:17:07 +02:00
version = "3.4.1"
2021-06-15 19:09:21 +02:00
description = "ASGI specs, helper code, and adapters"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
tests = [ "pytest" , "pytest-asyncio" , "mypy (>=0.800)" ]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
version = "21.2.0"
description = "Classes Without Boilerplate"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
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" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "beautifulsoup4"
2021-11-02 14:16:00 +01:00
version = "4.10.0"
2021-06-15 19:09:21 +02:00
description = "Screen-scraping library"
category = "main"
optional = false
2021-11-02 14:16:00 +01:00
python-versions = ">3.0.0"
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
2021-11-02 14:16:00 +01:00
soupsieve = ">1.2"
2021-06-15 19:09:21 +02:00
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "black"
2021-12-07 21:16:48 +01:00
version = "21.12b0"
2021-11-02 14:25:50 +01:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
tomli = ">=0.2.6,<2.0.0"
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
]
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
python2 = [ "typed-ast (>=1.4.3)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "certifi"
2021-11-02 14:16:00 +01:00
version = "2021.10.8"
2021-06-15 19:09:21 +02:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
2021-08-05 19:17:07 +02:00
name = "charset-normalizer"
2021-12-07 21:16:48 +01:00
version = "2.0.9"
2021-08-05 19:17:07 +02:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-06-15 19:09:21 +02:00
category = "main"
optional = false
2021-08-05 19:17:07 +02:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "click"
2021-11-02 14:16:00 +01:00
version = "8.0.3"
2021-06-15 19:09:21 +02:00
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "databases"
2021-12-07 21:16:48 +01:00
version = "0.5.3"
2021-06-15 19:09:21 +02:00
description = "Async database support for Python."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
aiosqlite = { version = "*" , optional = true , markers = "extra == \"sqlite\"" }
2021-12-07 21:16:48 +01:00
sqlalchemy = ">=1.4,<1.5"
2021-06-15 19:09:21 +02:00
[ package . extras ]
mysql = [ "aiomysql" ]
postgresql = [ "asyncpg" ]
postgresql_aiopg = [ "aiopg" ]
sqlite = [ "aiosqlite" ]
2021-12-07 21:16:48 +01:00
[ [ package ] ]
name = "greenlet"
version = "1.1.2"
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-06-15 19:09:21 +02:00
[ [ package ] ]
name = "h11"
version = "0.12.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
six = ">=1.9"
webencodings = "*"
[ package . extras ]
all = [ "genshi" , "chardet (>=2.2)" , "lxml" ]
chardet = [ "chardet (>=2.2)" ]
genshi = [ "genshi" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "idna"
2021-11-02 14:16:00 +01:00
version = "3.3"
2021-06-15 19:09:21 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-08-05 19:17:07 +02:00
python-versions = ">=3.5"
2021-06-15 19:09:21 +02:00
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
python-versions = "*"
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "isort"
2021-12-07 21:16:48 +01:00
version = "5.10.1"
2021-11-02 14:25:50 +01:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
plugins = [ "setuptools" ]
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "nodeenv"
version = "1.6.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = "*"
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "packaging"
2021-12-07 21:16:48 +01:00
version = "21.3"
2021-06-21 18:54:03 +02:00
description = "Core utilities for Python packages"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2021-08-05 19:17:07 +02:00
python-versions = ">=3.6"
2021-06-21 18:54:03 +02:00
[ package . dependencies ]
2021-12-07 21:16:48 +01:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2021-06-21 18:54:03 +02:00
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "platformdirs"
version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "pluggy"
2021-11-02 14:16:00 +01:00
version = "1.0.0"
2021-06-21 18:54:03 +02:00
description = "plugin and hook calling mechanisms for python"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2021-11-02 14:16:00 +01:00
python-versions = ">=3.6"
2021-06-21 18:54:03 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-11-02 14:16:00 +01:00
testing = [ "pytest" , "pytest-benchmark" ]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "py"
2021-12-07 21:16:48 +01:00
version = "1.11.0"
2021-06-21 18:54:03 +02:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2021-12-07 21:16:48 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "pyparsing"
2021-12-07 21:16:48 +01:00
version = "3.0.6"
2021-06-21 18:54:03 +02:00
description = "Python parsing module"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2021-12-07 21:16:48 +01:00
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
2021-06-21 18:54:03 +02:00
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "pyright"
2021-12-07 21:16:48 +01:00
version = "0.0.13"
2021-11-02 14:25:50 +01:00
description = "Command line wrapper for pyright"
category = "dev"
optional = false
python-versions = ">=3"
[ package . dependencies ]
nodeenv = ">=1.6.0"
[ package . extras ]
all = [ "twine (>=3.4.1)" ]
dev = [ "twine (>=3.4.1)" ]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "pytest"
2021-11-02 14:16:00 +01:00
version = "6.2.5"
2021-06-21 18:54:03 +02:00
description = "pytest: simple powerful testing with Python"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
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 = "*"
2021-11-02 14:16:00 +01:00
pluggy = ">=0.12,<2.0"
2021-06-21 18:54:03 +02:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "requests"
2021-08-05 19:17:07 +02:00
version = "2.26.0"
2021-06-15 19:09:21 +02:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2021-08-05 19:17:07 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-08-05 19:17:07 +02:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-06-15 19:09:21 +02:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-08-05 19:17:07 +02:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2021-11-02 14:16:00 +01:00
[ [ package ] ]
name = "sniffio"
version = "1.2.0"
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.5"
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "soupsieve"
2021-12-07 21:16:48 +01:00
version = "2.3.1"
2021-06-15 19:09:21 +02:00
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "sqlalchemy"
2021-12-07 21:16:48 +01:00
version = "1.4.27"
2021-06-15 19:09:21 +02:00
description = "Database Abstraction Library"
category = "main"
optional = false
2021-12-07 21:16:48 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
2021-06-15 19:09:21 +02:00
[ package . extras ]
2021-12-07 21:16:48 +01:00
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
aiosqlite = [ "typing_extensions (!=3.10.0.1)" , "greenlet (!=0.4.17)" , "aiosqlite" ]
asyncio = [ "greenlet (!=0.4.17)" ]
asyncmy = [ "greenlet (!=0.4.17)" , "asyncmy (>=0.2.3)" ]
mariadb_connector = [ "mariadb (>=1.0.1)" ]
2021-06-15 19:09:21 +02:00
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
2021-12-07 21:16:48 +01:00
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
mysql_connector = [ "mysql-connector-python" ]
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-06-15 19:09:21 +02:00
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
pymysql = [ "pymysql (<1)" , "pymysql" ]
2021-12-07 21:16:48 +01:00
sqlcipher = [ "sqlcipher3-binary" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "starlette"
2021-12-07 21:16:48 +01:00
version = "0.17.1"
2021-06-15 19:09:21 +02:00
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.6"
2021-11-02 14:16:00 +01:00
[ package . dependencies ]
anyio = ">=3.0.0,<4"
2021-06-15 19:09:21 +02:00
[ package . extras ]
2021-12-07 21:16:48 +01:00
full = [ "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" , "requests" ]
2021-06-15 19:09:21 +02: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-11-02 14:25:50 +01:00
[ [ package ] ]
name = "tomli"
version = "1.2.2"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "typing-extensions"
2021-12-07 21:16:48 +01:00
version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-06-15 19:09:21 +02:00
category = "main"
optional = false
2021-12-07 21:16:48 +01:00
python-versions = ">=3.6"
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "ulid-py"
version = "1.1.0"
description = "Universally Unique Lexicographically Sortable Identifier"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "urllib3"
2021-11-02 14:16:00 +01:00
version = "1.26.7"
2021-06-15 19:09:21 +02: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 ]
2021-08-05 19:17:07 +02:00
brotli = [ "brotlipy (>=0.6.0)" ]
2021-06-15 19:09:21 +02: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)" ]
[ [ package ] ]
name = "uvicorn"
2021-11-02 14:16:00 +01:00
version = "0.15.0"
2021-06-15 19:09:21 +02:00
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-11-02 14:16:00 +01:00
asgiref = ">=3.4.0"
click = ">=7.0"
2021-06-15 19:09:21 +02:00
h11 = ">=0.8"
[ package . extras ]
standard = [ "websockets (>=9.1)" , "httptools (>=0.2.0,<0.3.0)" , "watchgod (>=0.6)" , "python-dotenv (>=0.13)" , "PyYAML (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "colorama (>=0.4)" ]
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
[ metadata ]
lock-version = "1.1"
2021-11-02 14:16:00 +01:00
python-versions = "^3.10"
2021-12-07 21:16:48 +01:00
content-hash = "d5c421072660832e6e0786b7bf183d1a0919221a87f91a82e55d060aac1af69f"
2021-06-15 19:09:21 +02:00
[ metadata . files ]
aiosqlite = [
{ file = "aiosqlite-0.17.0-py3-none-any.whl" , hash = "sha256:6c49dc6d3405929b1d08eeccc72306d3677503cc5e5e43771efc1e00232e8231" } ,
{ file = "aiosqlite-0.17.0.tar.gz" , hash = "sha256:f0e6acc24bc4864149267ac82fb46dfb3be4455f99fe21df82609cc6e6baee51" } ,
]
2021-11-02 14:16:00 +01:00
anyio = [
2021-12-07 21:16:48 +01:00
{ file = "anyio-3.4.0-py3-none-any.whl" , hash = "sha256:2855a9423524abcdd652d942f8932fda1735210f77a6b392eafd9ff34d3fe020" } ,
{ file = "anyio-3.4.0.tar.gz" , hash = "sha256:24adc69309fb5779bc1e06158e143e0b6d2c56b302a3ac3de3083c705a6ed39d" } ,
2021-11-02 14:16:00 +01:00
]
2021-06-15 19:09:21 +02:00
asgiref = [
2021-08-05 19:17:07 +02:00
{ file = "asgiref-3.4.1-py3-none-any.whl" , hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214" } ,
{ file = "asgiref-3.4.1.tar.gz" , hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9" } ,
2021-06-15 19:09:21 +02:00
]
2021-06-21 18:54:03 +02:00
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
]
2021-06-15 19:09:21 +02:00
beautifulsoup4 = [
2021-11-02 14:16:00 +01:00
{ file = "beautifulsoup4-4.10.0-py3-none-any.whl" , hash = "sha256:9a315ce70049920ea4572a4055bc4bd700c940521d36fc858205ad4fcde149bf" } ,
{ file = "beautifulsoup4-4.10.0.tar.gz" , hash = "sha256:c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891" } ,
2021-06-15 19:09:21 +02:00
]
2021-11-02 14:25:50 +01:00
black = [
2021-12-07 21:16:48 +01:00
{ file = "black-21.12b0-py3-none-any.whl" , hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f" } ,
{ file = "black-21.12b0.tar.gz" , hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3" } ,
2021-11-02 14:25:50 +01:00
]
2021-06-15 19:09:21 +02:00
certifi = [
2021-11-02 14:16:00 +01: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-06-15 19:09:21 +02:00
]
2021-08-05 19:17:07 +02:00
charset-normalizer = [
2021-12-07 21:16:48 +01:00
{ file = "charset-normalizer-2.0.9.tar.gz" , hash = "sha256:b0b883e8e874edfdece9c28f314e3dd5badf067342e42fb162203335ae61aa2c" } ,
{ file = "charset_normalizer-2.0.9-py3-none-any.whl" , hash = "sha256:1eecaa09422db5be9e29d7fc65664e6c33bd06f9ced7838578ba40d58bdf3721" } ,
2021-06-15 19:09:21 +02:00
]
click = [
2021-11-02 14:16:00 +01:00
{ file = "click-8.0.3-py3-none-any.whl" , hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3" } ,
{ file = "click-8.0.3.tar.gz" , hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b" } ,
2021-06-15 19:09:21 +02:00
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
databases = [
2021-12-07 21:16:48 +01:00
{ file = "databases-0.5.3-py3-none-any.whl" , hash = "sha256:23862bd96241d8fcbf97eea82995ccb3baa8415c3cb106832b7509f296322f86" } ,
{ file = "databases-0.5.3.tar.gz" , hash = "sha256:b69d74ee0b47fa30bb6e76db0c58da998e973393259d29215d8fb29352162bd6" } ,
]
greenlet = [
{ 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-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-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-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-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-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-06-15 19:09:21 +02:00
]
h11 = [
{ file = "h11-0.12.0-py3-none-any.whl" , hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6" } ,
{ file = "h11-0.12.0.tar.gz" , hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042" } ,
]
html5lib = [
{ file = "html5lib-1.1-py2.py3-none-any.whl" , hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d" } ,
{ file = "html5lib-1.1.tar.gz" , hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" } ,
]
idna = [
2021-11-02 14:16:00 +01:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2021-06-15 19:09:21 +02:00
]
2021-06-21 18:54:03 +02:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
2021-11-02 14:25:50 +01:00
isort = [
2021-12-07 21:16:48 +01:00
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
2021-11-02 14:25:50 +01:00
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
nodeenv = [
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
]
2021-06-21 18:54:03 +02:00
packaging = [
2021-12-07 21:16:48 +01:00
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2021-06-21 18:54:03 +02:00
]
2021-11-02 14:25:50 +01:00
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
platformdirs = [
{ file = "platformdirs-2.4.0-py3-none-any.whl" , hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d" } ,
{ file = "platformdirs-2.4.0.tar.gz" , hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2" } ,
]
2021-06-21 18:54:03 +02:00
pluggy = [
2021-11-02 14:16:00 +01:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2021-06-21 18:54:03 +02:00
]
py = [
2021-12-07 21:16:48 +01:00
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
2021-06-21 18:54:03 +02:00
]
pyparsing = [
2021-12-07 21:16:48 +01:00
{ file = "pyparsing-3.0.6-py3-none-any.whl" , hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4" } ,
{ file = "pyparsing-3.0.6.tar.gz" , hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81" } ,
2021-06-21 18:54:03 +02:00
]
2021-11-02 14:25:50 +01:00
pyright = [
2021-12-07 21:16:48 +01:00
{ file = "pyright-0.0.13-py3-none-any.whl" , hash = "sha256:520458c87dc456ed0d405a08a565066aaf5b76281d23861759cfaa3c73f5bda0" } ,
{ file = "pyright-0.0.13.tar.gz" , hash = "sha256:ca97f9121927847d0aea5d2e757a0bf6d3c25c116c90a3ce6263b4167a12dfc4" } ,
2021-11-02 14:25:50 +01:00
]
2021-06-21 18:54:03 +02:00
pytest = [
2021-11-02 14:16:00 +01:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2021-06-21 18:54:03 +02:00
]
2021-06-15 19:09:21 +02:00
requests = [
2021-08-05 19:17:07 +02:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2021-06-15 19:09:21 +02:00
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2021-11-02 14:16:00 +01:00
sniffio = [
{ file = "sniffio-1.2.0-py3-none-any.whl" , hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663" } ,
{ file = "sniffio-1.2.0.tar.gz" , hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de" } ,
]
2021-06-15 19:09:21 +02:00
soupsieve = [
2021-12-07 21:16:48 +01:00
{ file = "soupsieve-2.3.1-py3-none-any.whl" , hash = "sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb" } ,
{ file = "soupsieve-2.3.1.tar.gz" , hash = "sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9" } ,
2021-06-15 19:09:21 +02:00
]
sqlalchemy = [
2021-12-07 21:16:48 +01:00
{ file = "SQLAlchemy-1.4.27-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:6afa9e4e63f066e0fd90a21db7e95e988d96127f52bfb298a0e9bec6999357a9" } ,
{ file = "SQLAlchemy-1.4.27-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:ec1c908fa721f2c5684900cc8ff75555b1a5a2ae4f5a5694eb0e37a5263cea44" } ,
{ file = "SQLAlchemy-1.4.27-cp27-cp27m-win32.whl" , hash = "sha256:0438bccc16349db2d5203598be6073175ce16d4e53b592d6e6cef880c197333e" } ,
{ file = "SQLAlchemy-1.4.27-cp27-cp27m-win_amd64.whl" , hash = "sha256:435b1980c1333ffe3ab386ad28d7b209590b0fa83ea8544d853e7a22f957331b" } ,
{ file = "SQLAlchemy-1.4.27-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:486f7916ef77213103467924ef25f5ea1055ae901f385fe4d707604095fdf6a9" } ,
{ file = "SQLAlchemy-1.4.27-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:d81c84c9d2523b3ea20f8e3aceea68615768a7464c0f9a9899600ce6592ec570" } ,
{ file = "SQLAlchemy-1.4.27-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5881644fc51af7b232ab8d64f75c0f32295dfe88c2ee188023795cdbd4cf99b" } ,
{ file = "SQLAlchemy-1.4.27-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:24828c5e74882cf41516740c0b150702bee4c6817d87d5c3d3bafef2e6896f80" } ,
{ file = "SQLAlchemy-1.4.27-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c7d0a1b1258efff7d7f2e6cfa56df580d09ba29d35a1e3f604f867e1f685feb2" } ,
{ file = "SQLAlchemy-1.4.27-cp310-cp310-win32.whl" , hash = "sha256:aadc6d1e58e14010ae4764d1ba1fd0928dbb9423b27a382ea3a1444f903f4084" } ,
{ file = "SQLAlchemy-1.4.27-cp310-cp310-win_amd64.whl" , hash = "sha256:9134e5810262203388b203c2022bbcbf1a22e89861eef9340e772a73dd9076fa" } ,
{ file = "SQLAlchemy-1.4.27-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:fa52534076394af7315306a8701b726a6521b591d95e8f4e5121c82f94790e8d" } ,
{ file = "SQLAlchemy-1.4.27-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2717ceae35e71de1f58b0d1ee7e773d3aab5c403c6e79e8d262277c7f7f95269" } ,
{ file = "SQLAlchemy-1.4.27-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2e93624d186ea7a738ada47314701c8830e0e4b021a6bce7fbe6f39b87ee1516" } ,
{ file = "SQLAlchemy-1.4.27-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:987fe2f84ceaf744fa0e48805152abe485a9d7002c9923b18a4b2529c7bff218" } ,
{ file = "SQLAlchemy-1.4.27-cp36-cp36m-win32.whl" , hash = "sha256:2146ef996181e3d4dd20eaf1d7325eb62d6c8aa4dc1677c1872ddfa8561a47d9" } ,
{ file = "SQLAlchemy-1.4.27-cp36-cp36m-win_amd64.whl" , hash = "sha256:ad8ec6b69d03e395db48df8991aa15fce3cd23e378b73e01d46a26a6efd5c26d" } ,
{ file = "SQLAlchemy-1.4.27-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:52f23a76544ed29573c0f3ee41f0ca1aedbab3a453102b60b540cc6fa55448ad" } ,
{ file = "SQLAlchemy-1.4.27-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fd421a14edf73cfe01e8f51ed8966294ee3b3db8da921cacc88e497fd6e977af" } ,
{ file = "SQLAlchemy-1.4.27-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:10230364479429437f1b819a8839f1edc5744c018bfeb8d01320930f97695bc9" } ,
{ file = "SQLAlchemy-1.4.27-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:78943451ab3ffd0e27876f9cea2b883317518b418f06b90dadf19394534637e9" } ,
{ file = "SQLAlchemy-1.4.27-cp37-cp37m-win32.whl" , hash = "sha256:a81e40dfa50ed3c472494adadba097640bfcf43db160ed783132045eb2093cb1" } ,
{ file = "SQLAlchemy-1.4.27-cp37-cp37m-win_amd64.whl" , hash = "sha256:015511c52c650eebf1059ed8a21674d9d4ae567ebfd80fc73f8252faccd71864" } ,
{ file = "SQLAlchemy-1.4.27-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:cc49fb8ff103900c20e4a9c53766c82a7ebbc183377fb357a8298bad216e9cdd" } ,
{ file = "SQLAlchemy-1.4.27-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9369f927f4d19b58322cfea8a51710a3f7c47a0e7f3398d94a4632760ecd74f6" } ,
{ file = "SQLAlchemy-1.4.27-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6510f4a5029643301bdfe56b61e806093af2101d347d485c42a5535847d2c699" } ,
{ file = "SQLAlchemy-1.4.27-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:771eca9872b47a629010665ff92de1c248a6979b8d1603daced37773d6f6e365" } ,
{ file = "SQLAlchemy-1.4.27-cp38-cp38-win32.whl" , hash = "sha256:4d1d707b752137e6bf45720648e1b828d5e4881d690df79cca07f7217ea06365" } ,
{ file = "SQLAlchemy-1.4.27-cp38-cp38-win_amd64.whl" , hash = "sha256:c035184af4e58e154b0977eea52131edd096e0754a88f7d5a847e7ccb3510772" } ,
{ file = "SQLAlchemy-1.4.27-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:bac949be7579fed824887eed6672f44b7c4318abbfb2004b2c6968818b535a2f" } ,
{ file = "SQLAlchemy-1.4.27-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4ac8306e04275d382d6393e557047b0a9d7ddf9f7ca5da9b3edbd9323ea75bd9" } ,
{ file = "SQLAlchemy-1.4.27-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8327e468b1775c0dfabc3d01f39f440585bf4d398508fcbbe2f0d931c502337d" } ,
{ file = "SQLAlchemy-1.4.27-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b02eee1577976acb4053f83d32b7826424f8b9f70809fa756529a52c6537eda4" } ,
{ file = "SQLAlchemy-1.4.27-cp39-cp39-win32.whl" , hash = "sha256:5beeff18b4e894f6cb73c8daf2c0d8768844ef40d97032bb187d75b1ec8de24b" } ,
{ file = "SQLAlchemy-1.4.27-cp39-cp39-win_amd64.whl" , hash = "sha256:8dbe5f639e6d035778ebf700be6d573f82a13662c3c2c3aa0f1dba303b942806" } ,
{ file = "SQLAlchemy-1.4.27.tar.gz" , hash = "sha256:d768359daeb3a86644f3854c6659e4496a3e6bba2b4651ecc87ce7ad415b320c" } ,
2021-06-15 19:09:21 +02:00
]
starlette = [
2021-12-07 21:16:48 +01:00
{ file = "starlette-0.17.1-py3-none-any.whl" , hash = "sha256:26a18cbda5e6b651c964c12c88b36d9898481cd428ed6e063f5f29c418f73050" } ,
{ file = "starlette-0.17.1.tar.gz" , hash = "sha256:57eab3cc975a28af62f6faec94d355a410634940f10b30d68d31cb5ec1b44ae8" } ,
2021-06-15 19:09:21 +02:00
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2021-11-02 14:25:50 +01:00
tomli = [
{ file = "tomli-1.2.2-py3-none-any.whl" , hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade" } ,
{ file = "tomli-1.2.2.tar.gz" , hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee" } ,
]
2021-06-15 19:09:21 +02:00
typing-extensions = [
2021-12-07 21:16:48 +01:00
{ file = "typing_extensions-4.0.1-py3-none-any.whl" , hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b" } ,
{ file = "typing_extensions-4.0.1.tar.gz" , hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e" } ,
2021-06-15 19:09:21 +02:00
]
ulid-py = [
{ file = "ulid-py-1.1.0.tar.gz" , hash = "sha256:dc6884be91558df077c3011b9fb0c87d1097cb8fc6534b11f310161afd5738f0" } ,
{ file = "ulid_py-1.1.0-py2.py3-none-any.whl" , hash = "sha256:b56a0f809ef90d6020b21b89a87a48edc7c03aea80e5ed5174172e82d76e3987" } ,
]
urllib3 = [
2021-11-02 14:16:00 +01:00
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
2021-06-15 19:09:21 +02:00
]
uvicorn = [
2021-11-02 14:16:00 +01:00
{ file = "uvicorn-0.15.0-py3-none-any.whl" , hash = "sha256:17f898c64c71a2640514d4089da2689e5db1ce5d4086c2d53699bf99513421c1" } ,
{ file = "uvicorn-0.15.0.tar.gz" , hash = "sha256:d9a3c0dd1ca86728d3e235182683b4cf94cd53a867c288eaeca80ee781b2caff" } ,
2021-06-15 19:09:21 +02:00
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]