2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "aiofiles"
version = "0.5.0"
description = "File support for asyncio."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "aniso8601"
version = "7.0.0"
description = "A library for parsing ISO 8601 strings."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "apscheduler"
version = "3.7.0"
description = "In-process task scheduler with Cron-like capabilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . dependencies ]
pytz = "*"
six = ">=1.4.0"
tzlocal = ">=2.0,<3.0"
[ package . extras ]
asyncio = [ "trollius" ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
gevent = [ "gevent" ]
mongodb = [ "pymongo (>=3.0)" ]
redis = [ "redis (>=3.0)" ]
rethinkdb = [ "rethinkdb (>=2.4.0)" ]
sqlalchemy = [ "sqlalchemy (>=0.8)" ]
testing = [ "pytest (<6)" , "pytest-cov" , "pytest-tornado5" , "mock" , "pytest-asyncio (<0.6)" , "pytest-asyncio" ]
tornado = [ "tornado (>=4.3)" ]
twisted = [ "twisted" ]
zookeeper = [ "kazoo" ]
[ [ package ] ]
name = "astroid"
version = "2.5.6"
description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
wrapt = ">=1.11,<1.13"
[ [ 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"
version = "20.3.0"
description = "Classes Without Boilerplate"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "furo" , "sphinx" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" ]
[ [ package ] ]
name = "bcrypt"
version = "3.2.0"
description = "Modern password hashing for your software and your servers"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.1"
six = ">=1.4.1"
[ package . extras ]
tests = [ "pytest (>=3.2.1,!=3.3.0)" ]
typecheck = [ "mypy" ]
[ [ package ] ]
name = "beautifulsoup4"
version = "4.9.3"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
soupsieve = { version = ">1.2" , markers = "python_version >= \"3.0\"" }
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
version = "20.8b1"
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
appdirs = "*"
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.6,<1"
regex = ">=2020.1.8"
toml = ">=0.10.1"
typed-ast = ">=1.4.0"
typing-extensions = ">=3.7.4"
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.3.2)" , "aiohttp-cors" ]
[ [ package ] ]
name = "certifi"
version = "2020.12.5"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "cffi"
version = "1.14.5"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "chardet"
version = "4.0.0"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "click"
version = "7.1.2"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "coverage"
version = "5.5"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
toml = [ "toml" ]
[ [ package ] ]
name = "decorator"
version = "5.0.7"
description = "Decorators for Humans"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "ecdsa"
version = "0.14.1"
description = "ECDSA cryptographic signature library (pure python)"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "extruct"
version = "0.12.0"
description = "Extract embedded metadata from HTML markup"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
html-text = ">=0.5.1"
jstyleson = "*"
lxml = "*"
mf2py = "*"
pyrdfa3 = "*"
rdflib = "*"
rdflib-jsonld = "*"
six = "*"
w3lib = "*"
[ package . extras ]
cli = [ "requests" ]
[ [ package ] ]
name = "fastapi"
version = "0.63.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pydantic = ">=1.0.0,<2.0.0"
starlette = "0.13.6"
[ package . extras ]
all = [ "requests (>=2.24.0,<3.0.0)" , "aiofiles (>=0.5.0,<0.6.0)" , "jinja2 (>=2.11.2,<3.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "itsdangerous (>=1.1.0,<2.0.0)" , "pyyaml (>=5.3.1,<6.0.0)" , "graphene (>=2.1.8,<3.0.0)" , "ujson (>=3.0.0,<4.0.0)" , "orjson (>=3.2.1,<4.0.0)" , "email_validator (>=1.1.1,<2.0.0)" , "uvicorn[standard] (>=0.12.0,<0.14.0)" , "async_exit_stack (>=1.0.1,<2.0.0)" , "async_generator (>=1.10,<2.0.0)" ]
dev = [ "python-jose[cryptography] (>=3.1.0,<4.0.0)" , "passlib[bcrypt] (>=1.7.2,<2.0.0)" , "autoflake (>=1.3.1,<2.0.0)" , "flake8 (>=3.8.3,<4.0.0)" , "uvicorn[standard] (>=0.12.0,<0.14.0)" , "graphene (>=2.1.8,<3.0.0)" ]
doc = [ "mkdocs (>=1.1.2,<2.0.0)" , "mkdocs-material (>=6.1.4,<7.0.0)" , "markdown-include (>=0.5.1,<0.6.0)" , "mkdocs-markdownextradata-plugin (>=0.1.7,<0.2.0)" , "typer-cli (>=0.0.9,<0.0.10)" , "pyyaml (>=5.3.1,<6.0.0)" ]
test = [ "pytest (==5.4.3)" , "pytest-cov (==2.10.0)" , "pytest-asyncio (>=0.14.0,<0.15.0)" , "mypy (==0.790)" , "flake8 (>=3.8.3,<4.0.0)" , "black (==20.8b1)" , "isort (>=5.0.6,<6.0.0)" , "requests (>=2.24.0,<3.0.0)" , "httpx (>=0.14.0,<0.15.0)" , "email_validator (>=1.1.1,<2.0.0)" , "sqlalchemy (>=1.3.18,<2.0.0)" , "peewee (>=3.13.3,<4.0.0)" , "databases[sqlite] (>=0.3.2,<0.4.0)" , "orjson (>=3.2.1,<4.0.0)" , "async_exit_stack (>=1.0.1,<2.0.0)" , "async_generator (>=1.10,<2.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "aiofiles (>=0.5.0,<0.6.0)" , "flask (>=1.1.2,<2.0.0)" ]
[ [ package ] ]
name = "fastapi-camelcase"
version = "1.0.2"
description = "Package provides an easy way to have camelcase request/response bodies for Pydantic"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pydantic = "*"
pyhumps = "*"
[ [ package ] ]
name = "flake8"
version = "3.9.1"
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
[ [ package ] ]
name = "future"
version = "0.18.2"
description = "Clean single-source support for Python 3 and 2"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "greenlet"
version = "1.0.0"
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
[ [ package ] ]
name = "h11"
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 = "html-text"
version = "0.5.2"
description = "Extract text from HTML"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
lxml = "*"
[ [ 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 = "httptools"
version = "0.1.2"
description = "A collection of framework independent HTTP protocol utils."
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
test = [ "Cython (==0.29.22)" ]
[ [ package ] ]
name = "idna"
version = "2.10"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "isodate"
version = "0.6.0"
description = "An ISO 8601 date/time/duration parser and formatter"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "isort"
version = "5.8.0"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
[ [ package ] ]
name = "jinja2"
version = "2.11.3"
description = "A very fast and expressive template engine."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
MarkupSafe = ">=0.23"
[ package . extras ]
i18n = [ "Babel (>=0.8)" ]
[ [ package ] ]
name = "joblib"
version = "1.0.1"
description = "Lightweight pipelining with Python functions"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "jstyleson"
version = "0.0.2"
description = "Library to parse JSON with js-style comments."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "lazy-object-proxy"
version = "1.6.0"
description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ [ package ] ]
name = "livereload"
version = "2.6.3"
description = "Python LiveReload is an awesome tool for web developers"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
tornado = { version = "*" , markers = "python_version > \"2.7\"" }
[ [ package ] ]
name = "lunr"
version = "0.5.8"
description = "A Python implementation of Lunr.js"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
future = ">=0.16.0"
nltk = { version = ">=3.2.5" , optional = true , markers = "python_version > \"2.7\" and extra == \"languages\"" }
six = ">=1.11.0"
[ package . extras ]
languages = [ "nltk (>=3.2.5,<3.5)" , "nltk (>=3.2.5)" ]
[ [ package ] ]
name = "lxml"
version = "4.6.2"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "beautifulsoup4" ]
source = [ "Cython (>=0.29.7)" ]
[ [ package ] ]
name = "markdown"
version = "3.3.4"
description = "Python implementation of Markdown."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
[ [ package ] ]
name = "markupsafe"
version = "1.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "mf2py"
version = "1.1.2"
description = "Python Microformats2 parser"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
BeautifulSoup4 = ">=4.6.0"
html5lib = ">=1.0.1"
requests = ">=2.18.4"
[ [ package ] ]
name = "mkdocs"
version = "1.1.2"
description = "Project documentation with Markdown."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
click = ">=3.3"
Jinja2 = ">=2.10.1"
livereload = ">=2.5.1"
lunr = { version = "0.5.8" , extras = [ "languages" ] }
Markdown = ">=3.2.1"
PyYAML = ">=3.10"
tornado = ">=5.0"
[ [ package ] ]
name = "mkdocs-material"
version = "7.1.3"
description = "A Material Design theme for MkDocs"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
markdown = ">=3.2"
mkdocs = ">=1.1"
mkdocs-material-extensions = ">=1.0"
Pygments = ">=2.4"
pymdown-extensions = ">=7.0"
[ [ package ] ]
name = "mkdocs-material-extensions"
version = "1.0.1"
description = "Extension pack for Python Markdown."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
mkdocs-material = ">=5.0.0"
[ [ 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 = "nltk"
version = "3.6.2"
description = "Natural Language Toolkit"
category = "dev"
optional = false
python-versions = ">=3.5.*"
[ package . dependencies ]
click = "*"
joblib = "*"
regex = "*"
tqdm = "*"
[ package . extras ]
all = [ "matplotlib" , "twython" , "scipy" , "numpy" , "gensim (<4.0.0)" , "python-crfsuite" , "pyparsing" , "scikit-learn" , "requests" ]
corenlp = [ "requests" ]
machine_learning = [ "gensim (<4.0.0)" , "numpy" , "python-crfsuite" , "scikit-learn" , "scipy" ]
plot = [ "matplotlib" ]
tgrep = [ "pyparsing" ]
twitter = [ "twython" ]
[ [ package ] ]
name = "packaging"
version = "20.9"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "passlib"
version = "1.7.4"
description = "comprehensive password hashing framework supporting over 30 schemes"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
argon2 = [ "argon2-cffi (>=18.2.0)" ]
bcrypt = [ "bcrypt (>=3.1.0)" ]
build_docs = [ "sphinx (>=1.6)" , "sphinxcontrib-fulltoc (>=1.2.0)" , "cloud-sptheme (>=1.10.1)" ]
totp = [ "cryptography" ]
[ [ package ] ]
name = "pathspec"
version = "0.8.1"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pathvalidate"
version = "2.4.1"
description = "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
test = [ "allpairspy" , "click" , "faker" , "pytest (>=6.0.1)" , "pytest-discord (>=0.0.6)" , "pytest-md-report (>=0.0.12)" ]
[ [ package ] ]
name = "pillow"
version = "8.2.0"
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pluggy"
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
name = "py"
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyasn1"
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pycodestyle"
version = "2.7.0"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pycparser"
version = "2.20"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pydantic"
version = "1.8.1"
description = "Data validation and settings management using python 3.6 type hinting"
category = "main"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
typing-extensions = ">=3.7.4.3"
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
[ [ package ] ]
name = "pyflakes"
version = "2.3.1"
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
version = "2.8.1"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pyhumps"
version = "1.6.1"
description = "🐫 Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pylint"
version = "2.8.2"
description = "python code static checker"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
astroid = ">=2.5.6,<2.7"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.7"
toml = ">=0.7.1"
[ [ package ] ]
name = "pymdown-extensions"
version = "8.1.1"
description = "Extension pack for Python Markdown."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Markdown = ">=3.2"
[ [ package ] ]
name = "pyparsing"
version = "2.4.7"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "pyrdfa3"
version = "3.5.3"
description = "pyRdfa Libray"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
html5lib = "*"
rdflib = "*"
[ [ package ] ]
name = "pytest"
version = "6.2.3"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<1.0.0a1"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-cov"
version = "2.11.1"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
coverage = ">=5.2.1"
pytest = ">=4.6"
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests (==2.0.2)" , "six" , "pytest-xdist" , "virtualenv" ]
[ [ package ] ]
name = "python-dotenv"
version = "0.15.0"
description = "Add .env support to your django/flask apps in development and deployments"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "python-jose"
version = "3.2.0"
description = "JOSE implementation in Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ecdsa = "<0.15"
pyasn1 = "*"
rsa = "*"
six = "<2.0"
[ package . extras ]
cryptography = [ "cryptography" ]
pycrypto = [ "pycrypto (>=2.6.0,<2.7.0)" , "pyasn1" ]
pycryptodome = [ "pycryptodome (>=3.3.1,<4.0.0)" , "pyasn1" ]
[ [ package ] ]
name = "python-multipart"
version = "0.0.5"
description = "A streaming multipart parser for Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.4.0"
[ [ package ] ]
name = "python-slugify"
version = "4.0.1"
description = "A Python Slugify application that handles Unicode"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
text-unidecode = ">=1.3"
[ package . extras ]
unidecode = [ "Unidecode (>=1.1.1)" ]
[ [ package ] ]
name = "pytz"
version = "2021.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
version = "5.4.1"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ [ package ] ]
name = "rdflib"
version = "5.0.0"
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
isodate = "*"
pyparsing = "*"
six = "*"
[ package . extras ]
docs = [ "sphinx (<3)" , "sphinxcontrib-apidoc" ]
html = [ "html5lib" ]
sparql = [ "requests" ]
tests = [ "html5lib" , "networkx" , "nose" , "doctest-ignore-unicode" ]
[ [ package ] ]
name = "rdflib-jsonld"
version = "0.5.0"
description = "rdflib extension adding JSON-LD parser and serializer"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
rdflib = ">=4.2.2"
[ [ package ] ]
name = "regex"
version = "2021.4.4"
description = "Alternative regular expression module, to replace re."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
version = "2.25.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
chardet = ">=3.0.2,<5"
idna = ">=2.5,<3"
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
[ [ package ] ]
name = "rsa"
version = "4.7.2"
description = "Pure-Python RSA implementation"
category = "main"
optional = false
python-versions = ">=3.5, <4"
[ package . dependencies ]
pyasn1 = ">=0.1.3"
[ [ package ] ]
name = "scrape-schema-recipe"
version = "0.1.3"
description = "Extracts cooking recipe from HTML structured data in the https://schema.org/Recipe format."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
extruct = "*"
isodate = ">=0.5.1"
requests = "*"
validators = ">=0.12.4"
[ [ package ] ]
name = "six"
version = "1.15.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "soupsieve"
version = "2.2.1"
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "sqlalchemy"
version = "1.4.12"
description = "Database Abstraction Library"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\"" }
[ package . extras ]
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
aiosqlite = [ "greenlet (!=0.4.17)" , "aiosqlite" ]
asyncio = [ "greenlet (!=0.4.17)" ]
mariadb_connector = [ "mariadb (>=1.0.1)" ]
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.800)" ]
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
mysql_connector = [ "mysqlconnector" ]
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)" ]
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
pymysql = [ "pymysql (<1)" , "pymysql" ]
sqlcipher = [ "sqlcipher3-binary" ]
[ [ package ] ]
name = "starlette"
version = "0.13.6"
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
full = [ "aiofiles" , "graphene" , "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" , "requests" , "ujson" ]
[ [ package ] ]
name = "text-unidecode"
version = "1.3"
description = "The most basic Text::Unidecode port"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tornado"
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "dev"
optional = false
python-versions = ">= 3.5"
[ [ package ] ]
name = "tqdm"
version = "4.60.0"
description = "Fast, Extensible Progress Meter"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
telegram = [ "requests" ]
[ [ package ] ]
name = "typed-ast"
version = "1.4.3"
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
version = "3.10.0.0"
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "tzlocal"
version = "2.1"
description = "tzinfo object for the local timezone"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pytz = "*"
[ [ package ] ]
name = "urllib3"
version = "1.26.4"
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 ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
brotli = [ "brotlipy (>=0.6.0)" ]
[ [ package ] ]
name = "uvicorn"
version = "0.13.4"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = ">=7.0.0,<8.0.0"
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
httptools = { version = ">=0.1.0,<0.2.0" , optional = true , markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
PyYAML = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
watchgod = { version = ">=0.6" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=8.0.0,<9.0.0" , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
standard = [ "websockets (>=8.0.0,<9.0.0)" , "watchgod (>=0.6)" , "python-dotenv (>=0.13)" , "PyYAML (>=5.1)" , "httptools (>=0.1.0,<0.2.0)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "colorama (>=0.4)" ]
[ [ package ] ]
name = "uvloop"
version = "0.15.2"
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
dev = [ "Cython (>=0.29.20,<0.30.0)" , "pytest (>=3.6.0)" , "Sphinx (>=1.7.3,<1.8.0)" , "sphinxcontrib-asyncio (>=0.2.0,<0.3.0)" , "sphinx-rtd-theme (>=0.2.4,<0.3.0)" , "aiohttp" , "flake8 (>=3.8.4,<3.9.0)" , "psutil" , "pycodestyle (>=2.6.0,<2.7.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
docs = [ "Sphinx (>=1.7.3,<1.8.0)" , "sphinxcontrib-asyncio (>=0.2.0,<0.3.0)" , "sphinx-rtd-theme (>=0.2.4,<0.3.0)" ]
test = [ "aiohttp" , "flake8 (>=3.8.4,<3.9.0)" , "psutil" , "pycodestyle (>=2.6.0,<2.7.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
[ [ package ] ]
name = "validators"
version = "0.18.2"
description = "Python Data Validation for Humans™."
category = "main"
optional = false
python-versions = ">=3.4"
[ package . dependencies ]
decorator = ">=3.4.0"
six = ">=1.4.0"
[ package . extras ]
test = [ "pytest (>=2.2.3)" , "flake8 (>=2.4.0)" , "isort (>=4.2.2)" ]
[ [ package ] ]
name = "w3lib"
version = "1.22.0"
description = "Library of web-related functions"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.4.1"
[ [ package ] ]
name = "watchgod"
version = "0.7"
description = "Simple, modern file watching and code reload in python."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "websockets"
version = "8.1"
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
category = "main"
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
name = "wrapt"
version = "1.12.1"
description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false
python-versions = "*"
[ metadata ]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "bfdb4d3d5d69e53f16b315f993b712a703058d3f59e24644681ccc9062cf5143"
[ metadata . files ]
aiofiles = [
{ file = "aiofiles-0.5.0-py3-none-any.whl" , hash = "sha256:377fdf7815cc611870c59cbd07b68b180841d2a2b79812d8c218be02448c2acb" } ,
{ file = "aiofiles-0.5.0.tar.gz" , hash = "sha256:98e6bcfd1b50f97db4980e182ddd509b7cc35909e903a8fe50d8849e02d815af" } ,
]
aniso8601 = [
{ file = "aniso8601-7.0.0-py2.py3-none-any.whl" , hash = "sha256:d10a4bf949f619f719b227ef5386e31f49a2b6d453004b21f02661ccc8670c7b" } ,
{ file = "aniso8601-7.0.0.tar.gz" , hash = "sha256:513d2b6637b7853806ae79ffaca6f3e8754bdd547048f5ccc1420aec4b714f1e" } ,
]
appdirs = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
apscheduler = [
{ file = "APScheduler-3.7.0-py2.py3-none-any.whl" , hash = "sha256:c06cc796d5bb9eb3c4f77727f6223476eb67749e7eea074d1587550702a7fbe3" } ,
{ file = "APScheduler-3.7.0.tar.gz" , hash = "sha256:1cab7f2521e107d07127b042155b632b7a1cd5e02c34be5a28ff62f77c900c6a" } ,
]
astroid = [
{ file = "astroid-2.5.6-py3-none-any.whl" , hash = "sha256:4db03ab5fc3340cf619dbc25e42c2cc3755154ce6009469766d7143d1fc2ee4e" } ,
{ file = "astroid-2.5.6.tar.gz" , hash = "sha256:8a398dfce302c13f14bab13e2b14fe385d32b73f4e4853b9bdfb64598baa1975" } ,
]
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-20.3.0-py2.py3-none-any.whl" , hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6" } ,
{ file = "attrs-20.3.0.tar.gz" , hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" } ,
]
bcrypt = [
{ file = "bcrypt-3.2.0-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:c95d4cbebffafcdd28bd28bb4e25b31c50f6da605c81ffd9ad8a3d1b2ab7b1b6" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux1_x86_64.whl" , hash = "sha256:63d4e3ff96188e5898779b6057878fecf3f11cfe6ec3b313ea09955d587ec7a7" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl" , hash = "sha256:cd1ea2ff3038509ea95f687256c46b79f5fc382ad0aa3664d200047546d511d1" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux2014_aarch64.whl" , hash = "sha256:cdcdcb3972027f83fe24a48b1e90ea4b584d35f1cc279d76de6fc4b13376239d" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-win32.whl" , hash = "sha256:a67fb841b35c28a59cebed05fbd3e80eea26e6d75851f0574a9273c80f3e9b55" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-win_amd64.whl" , hash = "sha256:81fec756feff5b6818ea7ab031205e1d323d8943d237303baca2c5f9c7846f34" } ,
{ file = "bcrypt-3.2.0.tar.gz" , hash = "sha256:5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29" } ,
]
beautifulsoup4 = [
{ file = "beautifulsoup4-4.9.3-py2-none-any.whl" , hash = "sha256:4c98143716ef1cb40bf7f39a8e3eec8f8b009509e74904ba3a7b315431577e35" } ,
{ file = "beautifulsoup4-4.9.3-py3-none-any.whl" , hash = "sha256:fff47e031e34ec82bf17e00da8f592fe7de69aeea38be00523c04623c04fb666" } ,
{ file = "beautifulsoup4-4.9.3.tar.gz" , hash = "sha256:84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25" } ,
]
black = [
{ file = "black-20.8b1.tar.gz" , hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea" } ,
]
certifi = [
{ file = "certifi-2020.12.5-py2.py3-none-any.whl" , hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830" } ,
{ file = "certifi-2020.12.5.tar.gz" , hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c" } ,
]
cffi = [
{ file = "cffi-1.14.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:bb89f306e5da99f4d922728ddcd6f7fcebb3241fc40edebcb7284d7514741991" } ,
{ file = "cffi-1.14.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:34eff4b97f3d982fb93e2831e6750127d1355a923ebaeeb565407b3d2f8d41a1" } ,
{ file = "cffi-1.14.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:99cd03ae7988a93dd00bcd9d0b75e1f6c426063d6f03d2f90b89e29b25b82dfa" } ,
{ file = "cffi-1.14.5-cp27-cp27m-win32.whl" , hash = "sha256:65fa59693c62cf06e45ddbb822165394a288edce9e276647f0046e1ec26920f3" } ,
{ file = "cffi-1.14.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:51182f8927c5af975fece87b1b369f722c570fe169f9880764b1ee3bca8347b5" } ,
{ file = "cffi-1.14.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:43e0b9d9e2c9e5d152946b9c5fe062c151614b262fda2e7b201204de0b99e482" } ,
{ file = "cffi-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:cbde590d4faaa07c72bf979734738f328d239913ba3e043b1e98fe9a39f8b2b6" } ,
{ file = "cffi-1.14.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:5de7970188bb46b7bf9858eb6890aad302577a5f6f75091fd7cdd3ef13ef3045" } ,
{ file = "cffi-1.14.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:a465da611f6fa124963b91bf432d960a555563efe4ed1cc403ba5077b15370aa" } ,
{ file = "cffi-1.14.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:d42b11d692e11b6634f7613ad8df5d6d5f8875f5d48939520d351007b3c13406" } ,
{ file = "cffi-1.14.5-cp35-cp35m-win32.whl" , hash = "sha256:72d8d3ef52c208ee1c7b2e341f7d71c6fd3157138abf1a95166e6165dd5d4369" } ,
{ file = "cffi-1.14.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:29314480e958fd8aab22e4a58b355b629c59bf5f2ac2492b61e3dc06d8c7a315" } ,
{ file = "cffi-1.14.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:3d3dd4c9e559eb172ecf00a2a7517e97d1e96de2a5e610bd9b68cea3925b4892" } ,
{ file = "cffi-1.14.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:48e1c69bbacfc3d932221851b39d49e81567a4d4aac3b21258d9c24578280058" } ,
{ file = "cffi-1.14.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:69e395c24fc60aad6bb4fa7e583698ea6cc684648e1ffb7fe85e3c1ca131a7d5" } ,
{ file = "cffi-1.14.5-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:9e93e79c2551ff263400e1e4be085a1210e12073a31c2011dbbda14bda0c6132" } ,
{ file = "cffi-1.14.5-cp36-cp36m-win32.whl" , hash = "sha256:58e3f59d583d413809d60779492342801d6e82fefb89c86a38e040c16883be53" } ,
{ file = "cffi-1.14.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:005a36f41773e148deac64b08f233873a4d0c18b053d37da83f6af4d9087b813" } ,
{ file = "cffi-1.14.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2894f2df484ff56d717bead0a5c2abb6b9d2bf26d6960c4604d5c48bbc30ee73" } ,
{ file = "cffi-1.14.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0857f0ae312d855239a55c81ef453ee8fd24136eaba8e87a2eceba644c0d4c06" } ,
{ file = "cffi-1.14.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:cd2868886d547469123fadc46eac7ea5253ea7fcb139f12e1dfc2bbd406427d1" } ,
{ file = "cffi-1.14.5-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:35f27e6eb43380fa080dccf676dece30bef72e4a67617ffda586641cd4508d49" } ,
{ file = "cffi-1.14.5-cp37-cp37m-win32.whl" , hash = "sha256:9ff227395193126d82e60319a673a037d5de84633f11279e336f9c0f189ecc62" } ,
{ file = "cffi-1.14.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:9cf8022fb8d07a97c178b02327b284521c7708d7c71a9c9c355c178ac4bbd3d4" } ,
{ file = "cffi-1.14.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8b198cec6c72df5289c05b05b8b0969819783f9418e0409865dac47288d2a053" } ,
{ file = "cffi-1.14.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:ad17025d226ee5beec591b52800c11680fca3df50b8b29fe51d882576e039ee0" } ,
{ file = "cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6c97d7350133666fbb5cf4abdc1178c812cb205dc6f41d174a7b0f18fb93337e" } ,
{ file = "cffi-1.14.5-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8ae6299f6c68de06f136f1f9e69458eae58f1dacf10af5c17353eae03aa0d827" } ,
{ file = "cffi-1.14.5-cp38-cp38-win32.whl" , hash = "sha256:b85eb46a81787c50650f2392b9b4ef23e1f126313b9e0e9013b35c15e4288e2e" } ,
{ file = "cffi-1.14.5-cp38-cp38-win_amd64.whl" , hash = "sha256:1f436816fc868b098b0d63b8920de7d208c90a67212546d02f84fe78a9c26396" } ,
{ file = "cffi-1.14.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1071534bbbf8cbb31b498d5d9db0f274f2f7a865adca4ae429e147ba40f73dea" } ,
{ file = "cffi-1.14.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:9de2e279153a443c656f2defd67769e6d1e4163952b3c622dcea5b08a6405322" } ,
{ file = "cffi-1.14.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:6e4714cc64f474e4d6e37cfff31a814b509a35cb17de4fb1999907575684479c" } ,
{ file = "cffi-1.14.5-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:158d0d15119b4b7ff6b926536763dc0714313aa59e320ddf787502c70c4d4bee" } ,
{ file = "cffi-1.14.5-cp39-cp39-win32.whl" , hash = "sha256:afb29c1ba2e5a3736f1c301d9d0abe3ec8b86957d04ddfa9d7a6a42b9367e396" } ,
{ file = "cffi-1.14.5-cp39-cp39-win_amd64.whl" , hash = "sha256:f2d45f97ab6bb54753eab54fffe75aaf3de4ff2341c9daee1987ee1837636f1d" } ,
{ file = "cffi-1.14.5.tar.gz" , hash = "sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c" } ,
]
chardet = [
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
]
click = [
{ file = "click-7.1.2-py2.py3-none-any.whl" , hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc" } ,
{ file = "click-7.1.2.tar.gz" , hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" } ,
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
coverage = [
{ file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c" } ,
{ file = "coverage-5.5-cp27-cp27m-win32.whl" , hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a" } ,
{ file = "coverage-5.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81" } ,
{ file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6" } ,
{ file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0" } ,
{ file = "coverage-5.5-cp310-cp310-win_amd64.whl" , hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae" } ,
{ file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793" } ,
{ file = "coverage-5.5-cp35-cp35m-win32.whl" , hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e" } ,
{ file = "coverage-5.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3" } ,
{ file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821" } ,
{ file = "coverage-5.5-cp36-cp36m-win32.whl" , hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45" } ,
{ file = "coverage-5.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184" } ,
{ file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3" } ,
{ file = "coverage-5.5-cp37-cp37m-win32.whl" , hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a" } ,
{ file = "coverage-5.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a" } ,
{ file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a" } ,
{ file = "coverage-5.5-cp38-cp38-win32.whl" , hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6" } ,
{ file = "coverage-5.5-cp38-cp38-win_amd64.whl" , hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502" } ,
{ file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b" } ,
{ file = "coverage-5.5-cp39-cp39-win32.whl" , hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6" } ,
{ file = "coverage-5.5-cp39-cp39-win_amd64.whl" , hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03" } ,
{ file = "coverage-5.5-pp36-none-any.whl" , hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079" } ,
{ file = "coverage-5.5-pp37-none-any.whl" , hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4" } ,
{ file = "coverage-5.5.tar.gz" , hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" } ,
]
decorator = [
{ file = "decorator-5.0.7-py3-none-any.whl" , hash = "sha256:945d84890bb20cc4a2f4a31fc4311c0c473af65ea318617f13a7257c9a58bc98" } ,
{ file = "decorator-5.0.7.tar.gz" , hash = "sha256:6f201a6c4dac3d187352661f508b9364ec8091217442c9478f1f83c003a0f060" } ,
]
ecdsa = [
{ file = "ecdsa-0.14.1-py2.py3-none-any.whl" , hash = "sha256:e108a5fe92c67639abae3260e43561af914e7fd0d27bae6d2ec1312ae7934dfe" } ,
{ file = "ecdsa-0.14.1.tar.gz" , hash = "sha256:64c613005f13efec6541bb0a33290d0d03c27abab5f15fbab20fb0ee162bdd8e" } ,
]
extruct = [
{ file = "extruct-0.12.0-py2.py3-none-any.whl" , hash = "sha256:42c6c9f50b00aa6c17b5c26b5f1b3a337ebc27b427fafc3714f34ce3bbb16c2f" } ,
{ file = "extruct-0.12.0.tar.gz" , hash = "sha256:d4a68bb79d1b85ff36d603a42c2666888bb480191a399a659d9daaf735358276" } ,
]
fastapi = [
{ file = "fastapi-0.63.0-py3-none-any.whl" , hash = "sha256:98d8ea9591d8512fdadf255d2a8fa56515cdd8624dca4af369da73727409508e" } ,
{ file = "fastapi-0.63.0.tar.gz" , hash = "sha256:63c4592f5ef3edf30afa9a44fa7c6b7ccb20e0d3f68cd9eba07b44d552058dcb" } ,
]
fastapi-camelcase = [
{ file = "fastapi_camelcase-1.0.2.tar.gz" , hash = "sha256:1d852149f6c9e5bb8002839a1e024050af917f1944b9d108d56468d64c6da279" } ,
]
flake8 = [
{ file = "flake8-3.9.1-py2.py3-none-any.whl" , hash = "sha256:3b9f848952dddccf635be78098ca75010f073bfe14d2c6bda867154bea728d2a" } ,
{ file = "flake8-3.9.1.tar.gz" , hash = "sha256:1aa8990be1e689d96c745c5682b687ea49f2e05a443aff1f8251092b0014e378" } ,
]
future = [
{ file = "future-0.18.2.tar.gz" , hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d" } ,
]
greenlet = [
{ file = "greenlet-1.0.0-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:1d1d4473ecb1c1d31ce8fd8d91e4da1b1f64d425c1dc965edc4ed2a63cfa67b2" } ,
{ file = "greenlet-1.0.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:cfd06e0f0cc8db2a854137bd79154b61ecd940dce96fad0cba23fe31de0b793c" } ,
{ file = "greenlet-1.0.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:eb333b90036358a0e2c57373f72e7648d7207b76ef0bd00a4f7daad1f79f5203" } ,
{ file = "greenlet-1.0.0-cp27-cp27m-win32.whl" , hash = "sha256:1a1ada42a1fd2607d232ae11a7b3195735edaa49ea787a6d9e6a53afaf6f3476" } ,
{ file = "greenlet-1.0.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:f6f65bf54215e4ebf6b01e4bb94c49180a589573df643735107056f7a910275b" } ,
{ file = "greenlet-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:f59eded163d9752fd49978e0bab7a1ff21b1b8d25c05f0995d140cc08ac83379" } ,
{ file = "greenlet-1.0.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:875d4c60a6299f55df1c3bb870ebe6dcb7db28c165ab9ea6cdc5d5af36bb33ce" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:1bb80c71de788b36cefb0c3bb6bfab306ba75073dbde2829c858dc3ad70f867c" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b5f1b333015d53d4b381745f5de842f19fe59728b65f0fbb662dafbe2018c3a5" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:5352c15c1d91d22902582e891f27728d8dac3bd5e0ee565b6a9f575355e6d92f" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:2c65320774a8cd5fdb6e117c13afa91c4707548282464a18cf80243cf976b3e6" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-manylinux2014_ppc64le.whl" , hash = "sha256:111cfd92d78f2af0bc7317452bd93a477128af6327332ebf3c2be7df99566683" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-win32.whl" , hash = "sha256:cdb90267650c1edb54459cdb51dab865f6c6594c3a47ebd441bc493360c7af70" } ,
{ file = "greenlet-1.0.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:eac8803c9ad1817ce3d8d15d1bb82c2da3feda6bee1153eec5c58fa6e5d3f770" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:c93d1a71c3fe222308939b2e516c07f35a849c5047f0197442a4d6fbcb4128ee" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:122c63ba795fdba4fc19c744df6277d9cfd913ed53d1a286f12189a0265316dd" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:c5b22b31c947ad8b6964d4ed66776bcae986f73669ba50620162ba7c832a6b6a" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:4365eccd68e72564c776418c53ce3c5af402bc526fe0653722bc89efd85bf12d" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:da7d09ad0f24270b20f77d56934e196e982af0d0a2446120cb772be4e060e1a2" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-win32.whl" , hash = "sha256:647ba1df86d025f5a34043451d7c4a9f05f240bee06277a524daad11f997d1e7" } ,
{ file = "greenlet-1.0.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:e6e9fdaf6c90d02b95e6b0709aeb1aba5affbbb9ccaea5502f8638e4323206be" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:62afad6e5fd70f34d773ffcbb7c22657e1d46d7fd7c95a43361de979f0a45aef" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:d3789c1c394944084b5e57c192889985a9f23bd985f6d15728c745d380318128" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:f5e2d36c86c7b03c94b8459c3bd2c9fe2c7dab4b258b8885617d44a22e453fb7" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:292e801fcb3a0b3a12d8c603c7cf340659ea27fd73c98683e75800d9fd8f704c" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:f3dc68272990849132d6698f7dc6df2ab62a88b0d36e54702a8fd16c0490e44f" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-win32.whl" , hash = "sha256:7cd5a237f241f2764324396e06298b5dee0df580cf06ef4ada0ff9bff851286c" } ,
{ file = "greenlet-1.0.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:0ddd77586553e3daf439aa88b6642c5f252f7ef79a39271c25b1d4bf1b7cbb85" } ,
{ file = "greenlet-1.0.0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:90b6a25841488cf2cb1c8623a53e6879573010a669455046df5f029d93db51b7" } ,
{ file = "greenlet-1.0.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:ed1d1351f05e795a527abc04a0d82e9aecd3bdf9f46662c36ff47b0b00ecaf06" } ,
{ file = "greenlet-1.0.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:94620ed996a7632723a424bccb84b07e7b861ab7bb06a5aeb041c111dd723d36" } ,
{ file = "greenlet-1.0.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:f97d83049715fd9dec7911860ecf0e17b48d8725de01e45de07d8ac0bd5bc378" } ,
{ file = "greenlet-1.0.0-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:0a77691f0080c9da8dfc81e23f4e3cffa5accf0f5b56478951016d7cfead9196" } ,
{ file = "greenlet-1.0.0-cp38-cp38-win32.whl" , hash = "sha256:e1128e022d8dce375362e063754e129750323b67454cac5600008aad9f54139e" } ,
{ file = "greenlet-1.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:5d4030b04061fdf4cbc446008e238e44936d77a04b2b32f804688ad64197953c" } ,
{ file = "greenlet-1.0.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:f8450d5ef759dbe59f84f2c9f77491bb3d3c44bc1a573746daf086e70b14c243" } ,
{ file = "greenlet-1.0.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:df8053867c831b2643b2c489fe1d62049a98566b1646b194cc815f13e27b90df" } ,
{ file = "greenlet-1.0.0-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:df3e83323268594fa9755480a442cabfe8d82b21aba815a71acf1bb6c1776218" } ,
{ file = "greenlet-1.0.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:181300f826625b7fd1182205b830642926f52bd8cdb08b34574c9d5b2b1813f7" } ,
{ file = "greenlet-1.0.0-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:58ca0f078d1c135ecf1879d50711f925ee238fe773dfe44e206d7d126f5bc664" } ,
{ file = "greenlet-1.0.0-cp39-cp39-win32.whl" , hash = "sha256:5f297cb343114b33a13755032ecf7109b07b9a0020e841d1c3cedff6602cc139" } ,
{ file = "greenlet-1.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:5d69bbd9547d3bc49f8a545db7a0bd69f407badd2ff0f6e1a163680b5841d2b0" } ,
{ file = "greenlet-1.0.0.tar.gz" , hash = "sha256:719e169c79255816cdcf6dccd9ed2d089a72a9f6c42273aae12d55e8d35bdcf8" } ,
]
h11 = [
{ file = "h11-0.12.0-py3-none-any.whl" , hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6" } ,
{ file = "h11-0.12.0.tar.gz" , hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042" } ,
]
html-text = [
{ file = "html_text-0.5.2-py2.py3-none-any.whl" , hash = "sha256:3f1e063f05eddf3e099a88f0440219c55fdc01c44f1291fe59c66e5228d7fc56" } ,
{ file = "html_text-0.5.2.tar.gz" , hash = "sha256:afd61bbb70651d494a8c32670a29b9140492eccc9690109857beae41c3093ded" } ,
]
html5lib = [
{ file = "html5lib-1.1-py2.py3-none-any.whl" , hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d" } ,
{ file = "html5lib-1.1.tar.gz" , hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" } ,
]
httptools = [
{ file = "httptools-0.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:1e35aa179b67086cc600a984924a88589b90793c9c1b260152ca4908786e09df" } ,
{ file = "httptools-0.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c4111a0a8a00eff1e495d43ea5230aaf64968a48ddba8ea2d5f982efae827404" } ,
{ file = "httptools-0.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:dce59ee45dd6ee6c434346a5ac527c44014326f560866b4b2f414a692ee1aca8" } ,
{ file = "httptools-0.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:f759717ca1b2ef498c67ba4169c2b33eecf943a89f5329abcff8b89d153eb500" } ,
{ file = "httptools-0.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:08b79e09114e6ab5c3dbf560bba2cb2257ea38cdaeaf99b7cb80d8f92622fcd9" } ,
{ file = "httptools-0.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:8fcca4b7efe353b13a24017211334c57d055a6e132c7adffed13a10d28efca57" } ,
{ file = "httptools-0.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:aebdf0bd7bf7c90ae6b3be458692bf6e9e5b610b501f9f74c7979015a51db4c4" } ,
{ file = "httptools-0.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:fbf7ecd31c39728f251b1c095fd27c84e4d21f60a1d079a0333472ff3ae59d34" } ,
{ file = "httptools-0.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:c1c63d860749841024951b0a78e4dec6f543d23751ef061d6ab60064c7b8b524" } ,
{ file = "httptools-0.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fb7199b8fb0c50a22e77260bb59017e0c075fa80cb03bb2c8692de76e7bb7fe7" } ,
{ file = "httptools-0.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:bda99a5723e7eab355ce57435c70853fc137a65aebf2f1cd4d15d96e2956da7b" } ,
{ file = "httptools-0.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:851026bd63ec0af7e7592890d97d15c92b62d9e17094353f19a52c8e2b33710a" } ,
{ file = "httptools-0.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:31629e1f1b89959f8c0927bad12184dc07977dcf71e24f4772934aa490aa199b" } ,
{ file = "httptools-0.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9abd788465aa46a0f288bd3a99e53edd184177d6379e2098fd6097bb359ad9d6" } ,
{ file = "httptools-0.1.2.tar.gz" , hash = "sha256:07659649fe6b3948b6490825f89abe5eb1cec79ebfaaa0b4bf30f3f33f3c2ba8" } ,
]
idna = [
{ file = "idna-2.10-py2.py3-none-any.whl" , hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" } ,
{ file = "idna-2.10.tar.gz" , hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" } ,
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
isodate = [
{ file = "isodate-0.6.0-py2.py3-none-any.whl" , hash = "sha256:aa4d33c06640f5352aca96e4b81afd8ab3b47337cc12089822d6f322ac772c81" } ,
{ file = "isodate-0.6.0.tar.gz" , hash = "sha256:2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8" } ,
]
isort = [
{ file = "isort-5.8.0-py3-none-any.whl" , hash = "sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d" } ,
{ file = "isort-5.8.0.tar.gz" , hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6" } ,
]
jinja2 = [
{ file = "Jinja2-2.11.3-py2.py3-none-any.whl" , hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419" } ,
{ file = "Jinja2-2.11.3.tar.gz" , hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6" } ,
]
joblib = [
{ file = "joblib-1.0.1-py3-none-any.whl" , hash = "sha256:feeb1ec69c4d45129954f1b7034954241eedfd6ba39b5e9e4b6883be3332d5e5" } ,
{ file = "joblib-1.0.1.tar.gz" , hash = "sha256:9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7" } ,
]
jstyleson = [
{ file = "jstyleson-0.0.2.tar.gz" , hash = "sha256:680003f3b15a2959e4e6a351f3b858e3c07dd3e073a0d54954e34d8ea5e1308e" } ,
]
lazy-object-proxy = [
{ file = "lazy-object-proxy-1.6.0.tar.gz" , hash = "sha256:489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:c6938967f8528b3668622a9ed3b31d145fab161a32f5891ea7b84f6b790be05b" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27m-win32.whl" , hash = "sha256:ebfd274dcd5133e0afae738e6d9da4323c3eb021b3e13052d8cbd0e457b1256e" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:ed361bb83436f117f9917d282a456f9e5009ea12fd6de8742d1a4752c3017e93" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d900d949b707778696fdf01036f58c9876a0d8bfe116e8d220cfd4b15f14e741" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:5743a5ab42ae40caa8421b320ebf3a998f89c85cdc8376d6b2e00bd12bd1b587" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:bf34e368e8dd976423396555078def5cfc3039ebc6fc06d1ae2c5a65eebbcde4" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-win32.whl" , hash = "sha256:b579f8acbf2bdd9ea200b1d5dea36abd93cabf56cf626ab9c744a432e15c815f" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:4f60460e9f1eb632584c9685bccea152f4ac2130e299784dbaf9fae9f49891b3" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:d7124f52f3bd259f510651450e18e0fd081ed82f3c08541dffc7b94b883aa981" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:22ddd618cefe54305df49e4c069fa65715be4ad0e78e8d252a33debf00f6ede2" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-win32.whl" , hash = "sha256:9d397bf41caad3f489e10774667310d73cb9c4258e9aed94b9ec734b34b495fd" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:24a5045889cc2729033b3e604d496c2b6f588c754f7a62027ad4437a7ecc4837" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:17e0967ba374fc24141738c69736da90e94419338fd4c7c7bef01ee26b339653" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:410283732af311b51b837894fa2f24f2c0039aa7f220135192b38fcc42bd43d3" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-win32.whl" , hash = "sha256:85fb7608121fd5621cc4377a8961d0b32ccf84a7285b4f1d21988b2eae2868e8" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:d1c2676e3d840852a2de7c7d5d76407c772927addff8d742b9808fe0afccebdf" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:b865b01a2e7f96db0c5d12cfea590f98d8c5ba64ad222300d93ce6ff9138bcad" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:4732c765372bd78a2d6b2150a6e99d00a78ec963375f236979c0626b97ed8e43" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:9698110e36e2df951c7c36b6729e96429c9c32b3331989ef19976592c5f3c77a" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-win32.whl" , hash = "sha256:1fee665d2638491f4d6e55bd483e15ef21f6c8c2095f235fef72601021e64f61" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:f5144c75445ae3ca2057faac03fda5a902eff196702b0a24daf1d6ce0650514b" } ,
]
livereload = [
{ file = "livereload-2.6.3.tar.gz" , hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869" } ,
]
lunr = [
{ file = "lunr-0.5.8-py2.py3-none-any.whl" , hash = "sha256:aab3f489c4d4fab4c1294a257a30fec397db56f0a50273218ccc3efdbf01d6ca" } ,
{ file = "lunr-0.5.8.tar.gz" , hash = "sha256:c4fb063b98eff775dd638b3df380008ae85e6cb1d1a24d1cd81a10ef6391c26e" } ,
]
lxml = [
{ file = "lxml-4.6.2-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:a9d6bc8642e2c67db33f1247a77c53476f3a166e09067c0474facb045756087f" } ,
{ file = "lxml-4.6.2-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:791394449e98243839fa822a637177dd42a95f4883ad3dec2a0ce6ac99fb0a9d" } ,
{ file = "lxml-4.6.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:68a5d77e440df94011214b7db907ec8f19e439507a70c958f750c18d88f995d2" } ,
{ file = "lxml-4.6.2-cp27-cp27m-win32.whl" , hash = "sha256:fc37870d6716b137e80d19241d0e2cff7a7643b925dfa49b4c8ebd1295eb506e" } ,
{ file = "lxml-4.6.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:69a63f83e88138ab7642d8f61418cf3180a4d8cd13995df87725cb8b893e950e" } ,
{ file = "lxml-4.6.2-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:42ebca24ba2a21065fb546f3e6bd0c58c3fe9ac298f3a320147029a4850f51a2" } ,
{ file = "lxml-4.6.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:f83d281bb2a6217cd806f4cf0ddded436790e66f393e124dfe9731f6b3fb9afe" } ,
{ file = "lxml-4.6.2-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:535f067002b0fd1a4e5296a8f1bf88193080ff992a195e66964ef2a6cfec5388" } ,
{ file = "lxml-4.6.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:366cb750140f221523fa062d641393092813b81e15d0e25d9f7c6025f910ee80" } ,
{ file = "lxml-4.6.2-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:97db258793d193c7b62d4e2586c6ed98d51086e93f9a3af2b2034af01450a74b" } ,
{ file = "lxml-4.6.2-cp35-cp35m-win32.whl" , hash = "sha256:648914abafe67f11be7d93c1a546068f8eff3c5fa938e1f94509e4a5d682b2d8" } ,
{ file = "lxml-4.6.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:4e751e77006da34643ab782e4a5cc21ea7b755551db202bc4d3a423b307db780" } ,
{ file = "lxml-4.6.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:681d75e1a38a69f1e64ab82fe4b1ed3fd758717bed735fb9aeaa124143f051af" } ,
{ file = "lxml-4.6.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:127f76864468d6630e1b453d3ffbbd04b024c674f55cf0a30dc2595137892d37" } ,
{ file = "lxml-4.6.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4fb85c447e288df535b17ebdebf0ec1cf3a3f1a8eba7e79169f4f37af43c6b98" } ,
{ file = "lxml-4.6.2-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:5be4a2e212bb6aa045e37f7d48e3e1e4b6fd259882ed5a00786f82e8c37ce77d" } ,
{ file = "lxml-4.6.2-cp36-cp36m-win32.whl" , hash = "sha256:8c88b599e226994ad4db29d93bc149aa1aff3dc3a4355dd5757569ba78632bdf" } ,
{ file = "lxml-4.6.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:6e4183800f16f3679076dfa8abf2db3083919d7e30764a069fb66b2b9eff9939" } ,
{ file = "lxml-4.6.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d8d3d4713f0c28bdc6c806a278d998546e8efc3498949e3ace6e117462ac0a5e" } ,
{ file = "lxml-4.6.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:8246f30ca34dc712ab07e51dc34fea883c00b7ccb0e614651e49da2c49a30711" } ,
{ file = "lxml-4.6.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:923963e989ffbceaa210ac37afc9b906acebe945d2723e9679b643513837b089" } ,
{ file = "lxml-4.6.2-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:1471cee35eba321827d7d53d104e7b8c593ea3ad376aa2df89533ce8e1b24a01" } ,
{ file = "lxml-4.6.2-cp37-cp37m-win32.whl" , hash = "sha256:2363c35637d2d9d6f26f60a208819e7eafc4305ce39dc1d5005eccc4593331c2" } ,
{ file = "lxml-4.6.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:f4822c0660c3754f1a41a655e37cb4dbbc9be3d35b125a37fab6f82d47674ebc" } ,
{ file = "lxml-4.6.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0448576c148c129594d890265b1a83b9cd76fd1f0a6a04620753d9a6bcfd0a4d" } ,
{ file = "lxml-4.6.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:60a20bfc3bd234d54d49c388950195d23a5583d4108e1a1d47c9eef8d8c042b3" } ,
{ file = "lxml-4.6.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:2e5cc908fe43fe1aa299e58046ad66981131a66aea3129aac7770c37f590a644" } ,
{ file = "lxml-4.6.2-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:50c348995b47b5a4e330362cf39fc503b4a43b14a91c34c83b955e1805c8e308" } ,
{ file = "lxml-4.6.2-cp38-cp38-win32.whl" , hash = "sha256:94d55bd03d8671686e3f012577d9caa5421a07286dd351dfef64791cf7c6c505" } ,
{ file = "lxml-4.6.2-cp38-cp38-win_amd64.whl" , hash = "sha256:7a7669ff50f41225ca5d6ee0a1ec8413f3a0d8aa2b109f86d540887b7ec0d72a" } ,
{ file = "lxml-4.6.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e0bfe9bb028974a481410432dbe1b182e8191d5d40382e5b8ff39cdd2e5c5931" } ,
{ file = "lxml-4.6.2-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:6fd8d5903c2e53f49e99359b063df27fdf7acb89a52b6a12494208bf61345a03" } ,
{ file = "lxml-4.6.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7e9eac1e526386df7c70ef253b792a0a12dd86d833b1d329e038c7a235dfceb5" } ,
{ file = "lxml-4.6.2-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:7ee8af0b9f7de635c61cdd5b8534b76c52cd03536f29f51151b377f76e214a1a" } ,
{ file = "lxml-4.6.2-cp39-cp39-win32.whl" , hash = "sha256:2e6fd1b8acd005bd71e6c94f30c055594bbd0aa02ef51a22bbfa961ab63b2d75" } ,
{ file = "lxml-4.6.2-cp39-cp39-win_amd64.whl" , hash = "sha256:535332fe9d00c3cd455bd3dd7d4bacab86e2d564bdf7606079160fa6251caacf" } ,
{ file = "lxml-4.6.2.tar.gz" , hash = "sha256:cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc" } ,
]
markdown = [
{ file = "Markdown-3.3.4-py3-none-any.whl" , hash = "sha256:96c3ba1261de2f7547b46a00ea8463832c921d3f9d6aba3f255a6f71386db20c" } ,
{ file = "Markdown-3.3.4.tar.gz" , hash = "sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49" } ,
]
markupsafe = [
{ file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl" , hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl" , hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl" , hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl" , hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl" , hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl" , hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl" , hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d53bc011414228441014aa71dbec320c66468c1030aae3a6e29778a3382d96e5" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:3b8a6499709d29c2e2399569d96719a1b21dcd94410a586a18526b143ec8470f" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:84dee80c15f1b560d55bcfe6d47b27d070b4681c699c572af2e3c7cc90a3b8e0" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:b1dba4527182c95a0db8b6060cc98ac49b9e2f5e64320e2b56e47cb2831978c7" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl" , hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl" , hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:bf5aa3cbcfdf57fa2ee9cd1822c862ef23037f5c832ad09cfea57fa846dec193" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:6fffc775d90dcc9aed1b89219549b329a9250d918fd0b8fa8d93d154918422e1" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:a6a744282b7718a2a62d2ed9d993cad6f5f585605ad352c11de459f4108df0a1" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:195d7d2c4fbb0ee8139a6cf67194f3973a6b3042d742ebe0a9ed36d8b6f0c07f" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl" , hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:acf08ac40292838b3cbbb06cfe9b2cb9ec78fce8baca31ddb87aaac2e2dc3bc2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d9be0ba6c527163cbed5e0857c451fcd092ce83947944d6c14bc95441203f032" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:caabedc8323f1e93231b52fc32bdcde6db817623d33e100708d9a68e1f53b26b" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d73a845f227b0bfe8a7455ee623525ee656a9e2e749e4742706d80a6065d5e2c" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:98bae9582248d6cf62321dcb52aaf5d9adf0bad3b40582925ef7c7f0ed85fceb" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:2beec1e0de6924ea551859edb9e7679da6e4870d32cb766240ce17e0a0ba2014" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:7fed13866cf14bba33e7176717346713881f56d9d2bcebab207f7a036f41b850" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:6f1e273a344928347c1290119b493a1f0303c52f5a5eae5f16d74f48c15d4a85" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:feb7b34d6325451ef96bc0e36e1a6c0c1c64bc1fbec4b854f4529e51887b1621" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-win32.whl" , hash = "sha256:22c178a091fc6630d0d045bdb5992d2dfe14e3259760e713c490da5323866c39" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b7d644ddb4dbd407d31ffb699f1d140bc35478da613b441c582aeb7c43838dd8" } ,
{ file = "MarkupSafe-1.1.1.tar.gz" , hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b" } ,
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
mf2py = [
{ file = "mf2py-1.1.2.tar.gz" , hash = "sha256:84f1f8f2ff3f1deb1c30be497e7ccd805452996a662fd4a77f09e0105bede2c9" } ,
]
mkdocs = [
{ file = "mkdocs-1.1.2-py3-none-any.whl" , hash = "sha256:096f52ff52c02c7e90332d2e53da862fde5c062086e1b5356a6e392d5d60f5e9" } ,
{ file = "mkdocs-1.1.2.tar.gz" , hash = "sha256:f0b61e5402b99d7789efa032c7a74c90a20220a9c81749da06dbfbcbd52ffb39" } ,
]
mkdocs-material = [
{ file = "mkdocs-material-7.1.3.tar.gz" , hash = "sha256:e34bba93ad1a0e6f9afc371f4ef55bedabbf13b9a786b013b0ce26ac55ec2932" } ,
{ file = "mkdocs_material-7.1.3-py2.py3-none-any.whl" , hash = "sha256:437638b0de7a9113d7f1c9ddc93c0a29a3b808c71c3606713d8c1fa437697a3e" } ,
]
mkdocs-material-extensions = [
{ file = "mkdocs-material-extensions-1.0.1.tar.gz" , hash = "sha256:6947fb7f5e4291e3c61405bad3539d81e0b3cd62ae0d66ced018128af509c68f" } ,
{ file = "mkdocs_material_extensions-1.0.1-py3-none-any.whl" , hash = "sha256:d90c807a88348aa6d1805657ec5c0b2d8d609c110e62b9dce4daf7fa981fa338" } ,
]
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" } ,
]
nltk = [
{ file = "nltk-3.6.2-py3-none-any.whl" , hash = "sha256:240e23ab1ab159ef9940777d30c7c72d7e76d91877099218a7585370c11f6b9e" } ,
{ file = "nltk-3.6.2.zip" , hash = "sha256:57d556abed621ab9be225cc6d2df1edce17572efb67a3d754630c9f8381503eb" } ,
]
packaging = [
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
]
passlib = [
{ file = "passlib-1.7.4-py2.py3-none-any.whl" , hash = "sha256:aa6bca462b8d8bda89c70b382f0c298a20b5560af6cbfa2dce410c0a2fb669f1" } ,
{ file = "passlib-1.7.4.tar.gz" , hash = "sha256:defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04" } ,
]
pathspec = [
{ file = "pathspec-0.8.1-py2.py3-none-any.whl" , hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d" } ,
{ file = "pathspec-0.8.1.tar.gz" , hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd" } ,
]
pathvalidate = [
{ file = "pathvalidate-2.4.1-py3-none-any.whl" , hash = "sha256:f5dde7efeeb4262784c5e1331e02752d07c1ec3ee5ea42683fe211155652b808" } ,
{ file = "pathvalidate-2.4.1.tar.gz" , hash = "sha256:3c9bd94c7ec23e9cfb211ffbe356ae75f979d6c099a2c745ee9490f524f32468" } ,
]
pillow = [
{ file = "Pillow-8.2.0-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:dc38f57d8f20f06dd7c3161c59ca2c86893632623f33a42d592f097b00f720a9" } ,
{ file = "Pillow-8.2.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:a013cbe25d20c2e0c4e85a9daf438f85121a4d0344ddc76e33fd7e3965d9af4b" } ,
{ file = "Pillow-8.2.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:8bb1e155a74e1bfbacd84555ea62fa21c58e0b4e7e6b20e4447b8d07990ac78b" } ,
{ file = "Pillow-8.2.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c5236606e8570542ed424849f7852a0ff0bce2c4c8d0ba05cc202a5a9c97dee9" } ,
{ file = "Pillow-8.2.0-cp36-cp36m-win32.whl" , hash = "sha256:12e5e7471f9b637762453da74e390e56cc43e486a88289995c1f4c1dc0bfe727" } ,
{ file = "Pillow-8.2.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:5afe6b237a0b81bd54b53f835a153770802f164c5570bab5e005aad693dab87f" } ,
{ file = "Pillow-8.2.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:cb7a09e173903541fa888ba010c345893cd9fc1b5891aaf060f6ca77b6a3722d" } ,
{ file = "Pillow-8.2.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0d19d70ee7c2ba97631bae1e7d4725cdb2ecf238178096e8c82ee481e189168a" } ,
{ file = "Pillow-8.2.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:083781abd261bdabf090ad07bb69f8f5599943ddb539d64497ed021b2a67e5a9" } ,
{ file = "Pillow-8.2.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:c6b39294464b03457f9064e98c124e09008b35a62e3189d3513e5148611c9388" } ,
{ file = "Pillow-8.2.0-cp37-cp37m-win32.whl" , hash = "sha256:01425106e4e8cee195a411f729cff2a7d61813b0b11737c12bd5991f5f14bcd5" } ,
{ file = "Pillow-8.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3b570f84a6161cf8865c4e08adf629441f56e32f180f7aa4ccbd2e0a5a02cba2" } ,
{ file = "Pillow-8.2.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:031a6c88c77d08aab84fecc05c3cde8414cd6f8406f4d2b16fed1e97634cc8a4" } ,
{ file = "Pillow-8.2.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:66cc56579fd91f517290ab02c51e3a80f581aba45fd924fcdee01fa06e635812" } ,
{ file = "Pillow-8.2.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6c32cc3145928c4305d142ebec682419a6c0a8ce9e33db900027ddca1ec39178" } ,
{ file = "Pillow-8.2.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:624b977355cde8b065f6d51b98497d6cd5fbdd4f36405f7a8790e3376125e2bb" } ,
{ file = "Pillow-8.2.0-cp38-cp38-win32.whl" , hash = "sha256:5cbf3e3b1014dddc45496e8cf38b9f099c95a326275885199f427825c6522232" } ,
{ file = "Pillow-8.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:463822e2f0d81459e113372a168f2ff59723e78528f91f0bd25680ac185cf797" } ,
{ file = "Pillow-8.2.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:95d5ef984eff897850f3a83883363da64aae1000e79cb3c321915468e8c6add5" } ,
{ file = "Pillow-8.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b91c36492a4bbb1ee855b7d16fe51379e5f96b85692dc8210831fbb24c43e484" } ,
{ file = "Pillow-8.2.0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:d68cb92c408261f806b15923834203f024110a2e2872ecb0bd2a110f89d3c602" } ,
{ file = "Pillow-8.2.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f217c3954ce5fd88303fc0c317af55d5e0204106d86dea17eb8205700d47dec2" } ,
{ file = "Pillow-8.2.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:5b70110acb39f3aff6b74cf09bb4169b167e2660dabc304c1e25b6555fa781ef" } ,
{ file = "Pillow-8.2.0-cp39-cp39-win32.whl" , hash = "sha256:a7d5e9fad90eff8f6f6106d3b98b553a88b6f976e51fce287192a5d2d5363713" } ,
{ file = "Pillow-8.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:238c197fc275b475e87c1453b05b467d2d02c2915fdfdd4af126145ff2e4610c" } ,
{ file = "Pillow-8.2.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:0e04d61f0064b545b989126197930807c86bcbd4534d39168f4aa5fda39bb8f9" } ,
{ file = "Pillow-8.2.0-pp36-pypy36_pp73-manylinux2010_i686.whl" , hash = "sha256:63728564c1410d99e6d1ae8e3b810fe012bc440952168af0a2877e8ff5ab96b9" } ,
{ file = "Pillow-8.2.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:c03c07ed32c5324939b19e36ae5f75c660c81461e312a41aea30acdd46f93a7c" } ,
{ file = "Pillow-8.2.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:4d98abdd6b1e3bf1a1cbb14c3895226816e666749ac040c4e2554231068c639b" } ,
{ file = "Pillow-8.2.0-pp37-pypy37_pp73-manylinux2010_i686.whl" , hash = "sha256:aac00e4bc94d1b7813fe882c28990c1bc2f9d0e1aa765a5f2b516e8a6a16a9e4" } ,
{ file = "Pillow-8.2.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:22fd0f42ad15dfdde6c581347eaa4adb9a6fc4b865f90b23378aa7914895e120" } ,
{ file = "Pillow-8.2.0-pp37-pypy37_pp73-win32.whl" , hash = "sha256:e98eca29a05913e82177b3ba3d198b1728e164869c613d76d0de4bde6768a50e" } ,
{ file = "Pillow-8.2.0.tar.gz" , hash = "sha256:a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1" } ,
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
py = [
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
]
pyasn1 = [
{ file = "pyasn1-0.4.8-py2.4.egg" , hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3" } ,
{ file = "pyasn1-0.4.8-py2.5.egg" , hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf" } ,
{ file = "pyasn1-0.4.8-py2.6.egg" , hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00" } ,
{ file = "pyasn1-0.4.8-py2.7.egg" , hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8" } ,
{ file = "pyasn1-0.4.8-py2.py3-none-any.whl" , hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d" } ,
{ file = "pyasn1-0.4.8-py3.1.egg" , hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86" } ,
{ file = "pyasn1-0.4.8-py3.2.egg" , hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7" } ,
{ file = "pyasn1-0.4.8-py3.3.egg" , hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576" } ,
{ file = "pyasn1-0.4.8-py3.4.egg" , hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12" } ,
{ file = "pyasn1-0.4.8-py3.5.egg" , hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2" } ,
{ file = "pyasn1-0.4.8-py3.6.egg" , hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359" } ,
{ file = "pyasn1-0.4.8-py3.7.egg" , hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776" } ,
{ file = "pyasn1-0.4.8.tar.gz" , hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" } ,
]
pycodestyle = [
{ file = "pycodestyle-2.7.0-py2.py3-none-any.whl" , hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068" } ,
{ file = "pycodestyle-2.7.0.tar.gz" , hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef" } ,
]
pycparser = [
{ file = "pycparser-2.20-py2.py3-none-any.whl" , hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705" } ,
{ file = "pycparser-2.20.tar.gz" , hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0" } ,
]
pydantic = [
{ file = "pydantic-1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0c40162796fc8d0aa744875b60e4dc36834db9f2a25dbf9ba9664b1915a23850" } ,
{ file = "pydantic-1.8.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:fff29fe54ec419338c522b908154a2efabeee4f483e48990f87e189661f31ce3" } ,
{ file = "pydantic-1.8.1-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:fbfb608febde1afd4743c6822c19060a8dbdd3eb30f98e36061ba4973308059e" } ,
{ file = "pydantic-1.8.1-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:eb8ccf12295113ce0de38f80b25f736d62f0a8d87c6b88aca645f168f9c78771" } ,
{ file = "pydantic-1.8.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:20d42f1be7c7acc352b3d09b0cf505a9fab9deb93125061b376fbe1f06a5459f" } ,
{ file = "pydantic-1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:dde4ca368e82791de97c2ec019681ffb437728090c0ff0c3852708cf923e0c7d" } ,
{ file = "pydantic-1.8.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:3bbd023c981cbe26e6e21c8d2ce78485f85c2e77f7bab5ec15b7d2a1f491918f" } ,
{ file = "pydantic-1.8.1-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:830ef1a148012b640186bf4d9789a206c56071ff38f2460a32ae67ca21880eb8" } ,
{ file = "pydantic-1.8.1-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:fb77f7a7e111db1832ae3f8f44203691e15b1fa7e5a1cb9691d4e2659aee41c4" } ,
{ file = "pydantic-1.8.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:3bcb9d7e1f9849a6bdbd027aabb3a06414abd6068cb3b21c49427956cce5038a" } ,
{ file = "pydantic-1.8.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2287ebff0018eec3cc69b1d09d4b7cebf277726fa1bd96b45806283c1d808683" } ,
{ file = "pydantic-1.8.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:4bbc47cf7925c86a345d03b07086696ed916c7663cb76aa409edaa54546e53e2" } ,
{ file = "pydantic-1.8.1-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:6388ef4ef1435364c8cc9a8192238aed030595e873d8462447ccef2e17387125" } ,
{ file = "pydantic-1.8.1-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:dd4888b300769ecec194ca8f2699415f5f7760365ddbe243d4fd6581485fa5f0" } ,
{ file = "pydantic-1.8.1-cp38-cp38-win_amd64.whl" , hash = "sha256:8fbb677e4e89c8ab3d450df7b1d9caed23f254072e8597c33279460eeae59b99" } ,
{ file = "pydantic-1.8.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2f2736d9a996b976cfdfe52455ad27462308c9d3d0ae21a2aa8b4cd1a78f47b9" } ,
{ file = "pydantic-1.8.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:3114d74329873af0a0e8004627f5389f3bb27f956b965ddd3e355fe984a1789c" } ,
{ file = "pydantic-1.8.1-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:258576f2d997ee4573469633592e8b99aa13bda182fcc28e875f866016c8e07e" } ,
{ file = "pydantic-1.8.1-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:c17a0b35c854049e67c68b48d55e026c84f35593c66d69b278b8b49e2484346f" } ,
{ file = "pydantic-1.8.1-cp39-cp39-win_amd64.whl" , hash = "sha256:e8bc082afef97c5fd3903d05c6f7bb3a6af9fc18631b4cc9fedeb4720efb0c58" } ,
{ file = "pydantic-1.8.1-py3-none-any.whl" , hash = "sha256:e3f8790c47ac42549dc8b045a67b0ca371c7f66e73040d0197ce6172b385e520" } ,
{ file = "pydantic-1.8.1.tar.gz" , hash = "sha256:26cf3cb2e68ec6c0cfcb6293e69fb3450c5fd1ace87f46b64f678b0d29eac4c3" } ,
]
pyflakes = [
{ file = "pyflakes-2.3.1-py2.py3-none-any.whl" , hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3" } ,
{ file = "pyflakes-2.3.1.tar.gz" , hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" } ,
]
pygments = [
{ file = "Pygments-2.8.1-py3-none-any.whl" , hash = "sha256:534ef71d539ae97d4c3a4cf7d6f110f214b0e687e92f9cb9d2a3b0d3101289c8" } ,
{ file = "Pygments-2.8.1.tar.gz" , hash = "sha256:2656e1a6edcdabf4275f9a3640db59fd5de107d88e8663c5d4e9a0fa62f77f94" } ,
]
pyhumps = [
{ file = "pyhumps-1.6.1-py3-none-any.whl" , hash = "sha256:58b367b73c57b64e32d211dc769addabd68ff6db07ce64b2e6565f7d5a12291f" } ,
{ file = "pyhumps-1.6.1.tar.gz" , hash = "sha256:01612603c5ad73a407299d806d30708a3935052276fdd93776953bccc0724e0a" } ,
]
pylint = [
{ file = "pylint-2.8.2-py3-none-any.whl" , hash = "sha256:f7e2072654a6b6afdf5e2fb38147d3e2d2d43c89f648637baab63e026481279b" } ,
{ file = "pylint-2.8.2.tar.gz" , hash = "sha256:586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217" } ,
]
pymdown-extensions = [
{ file = "pymdown-extensions-8.1.1.tar.gz" , hash = "sha256:632371fa3bf1b21a0e3f4063010da59b41db049f261f4c0b0872069a9b6d1735" } ,
{ file = "pymdown_extensions-8.1.1-py3-none-any.whl" , hash = "sha256:478b2c04513fbb2db61688d5f6e9030a92fb9be14f1f383535c43f7be9dff95b" } ,
]
pyparsing = [
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
]
pyrdfa3 = [
{ file = "pyRdfa3-3.5.3-py3-none-any.whl" , hash = "sha256:4da7ed49e8f524b573ed67e4f7bc7f403bff3be00546d7438fe263c924a91ccf" } ,
{ file = "pyRdfa3-3.5.3.tar.gz" , hash = "sha256:157663a92b87df345b6f69bde235dff5f797891608e12fe1e4fa8dad687131ae" } ,
]
pytest = [
{ file = "pytest-6.2.3-py3-none-any.whl" , hash = "sha256:6ad9c7bdf517a808242b998ac20063c41532a570d088d77eec1ee12b0b5574bc" } ,
{ file = "pytest-6.2.3.tar.gz" , hash = "sha256:671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634" } ,
]
pytest-cov = [
{ file = "pytest-cov-2.11.1.tar.gz" , hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7" } ,
{ file = "pytest_cov-2.11.1-py2.py3-none-any.whl" , hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da" } ,
]
python-dotenv = [
{ file = "python-dotenv-0.15.0.tar.gz" , hash = "sha256:587825ed60b1711daea4832cf37524dfd404325b7db5e25ebe88c495c9f807a0" } ,
{ file = "python_dotenv-0.15.0-py2.py3-none-any.whl" , hash = "sha256:0c8d1b80d1a1e91717ea7d526178e3882732420b03f08afea0406db6402e220e" } ,
]
python-jose = [
{ file = "python-jose-3.2.0.tar.gz" , hash = "sha256:4e4192402e100b5fb09de5a8ea6bcc39c36ad4526341c123d401e2561720335b" } ,
{ file = "python_jose-3.2.0-py2.py3-none-any.whl" , hash = "sha256:67d7dfff599df676b04a996520d9be90d6cdb7e6dd10b4c7cacc0c3e2e92f2be" } ,
]
python-multipart = [
{ file = "python-multipart-0.0.5.tar.gz" , hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43" } ,
]
python-slugify = [
{ file = "python-slugify-4.0.1.tar.gz" , hash = "sha256:69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270" } ,
]
pytz = [
{ file = "pytz-2021.1-py2.py3-none-any.whl" , hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798" } ,
{ file = "pytz-2021.1.tar.gz" , hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" } ,
]
pyyaml = [
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
]
rdflib = [
{ file = "rdflib-5.0.0-py3-none-any.whl" , hash = "sha256:88208ea971a87886d60ae2b1a4b2cdc263527af0454c422118d43fe64b357877" } ,
{ file = "rdflib-5.0.0.tar.gz" , hash = "sha256:78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155" } ,
]
rdflib-jsonld = [
{ file = "rdflib-jsonld-0.5.0.tar.gz" , hash = "sha256:4f7d55326405071c7bce9acf5484643bcb984eadb84a6503053367da207105ed" } ,
]
regex = [
{ file = "regex-2021.4.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:619d71c59a78b84d7f18891fe914446d07edd48dc8328c8e149cbe0929b4e000" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:47bf5bf60cf04d72bf6055ae5927a0bd9016096bf3d742fa50d9bf9f45aa0711" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:281d2fd05555079448537fe108d79eb031b403dac622621c78944c235f3fcf11" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:bd28bc2e3a772acbb07787c6308e00d9626ff89e3bfcdebe87fa5afbfdedf968" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7c2a1af393fcc09e898beba5dd59196edaa3116191cc7257f9224beaed3e1aa0" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c38c71df845e2aabb7fb0b920d11a1b5ac8526005e533a8920aea97efb8ec6a4" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:96fcd1888ab4d03adfc9303a7b3c0bd78c5412b2bfbe76db5b56d9eae004907a" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:ade17eb5d643b7fead300a1641e9f45401c98eee23763e9ed66a43f92f20b4a7" } ,
{ file = "regex-2021.4.4-cp36-cp36m-win32.whl" , hash = "sha256:e8e5b509d5c2ff12f8418006d5a90e9436766133b564db0abaec92fd27fcee29" } ,
{ file = "regex-2021.4.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:11d773d75fa650cd36f68d7ca936e3c7afaae41b863b8c387a22aaa78d3c5c79" } ,
{ file = "regex-2021.4.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d3029c340cfbb3ac0a71798100ccc13b97dddf373a4ae56b6a72cf70dfd53bc8" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:18c071c3eb09c30a264879f0d310d37fe5d3a3111662438889ae2eb6fc570c31" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:4c557a7b470908b1712fe27fb1ef20772b78079808c87d20a90d051660b1d69a" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:01afaf2ec48e196ba91b37451aa353cb7eda77efe518e481707e0515025f0cd5" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:3a9cd17e6e5c7eb328517969e0cb0c3d31fd329298dd0c04af99ebf42e904f82" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:90f11ff637fe8798933fb29f5ae1148c978cccb0452005bf4c69e13db951e765" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:919859aa909429fb5aa9cf8807f6045592c85ef56fdd30a9a3747e513db2536e" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:339456e7d8c06dd36a22e451d58ef72cef293112b559010db3d054d5560ef439" } ,
{ file = "regex-2021.4.4-cp37-cp37m-win32.whl" , hash = "sha256:67bdb9702427ceddc6ef3dc382455e90f785af4c13d495f9626861763ee13f9d" } ,
{ file = "regex-2021.4.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:32e65442138b7b76dd8173ffa2cf67356b7bc1768851dded39a7a13bf9223da3" } ,
{ file = "regex-2021.4.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1e1c20e29358165242928c2de1482fb2cf4ea54a6a6dea2bd7a0e0d8ee321500" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:314d66636c494ed9c148a42731b3834496cc9a2c4251b1661e40936814542b14" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6d1b01031dedf2503631d0903cb563743f397ccaf6607a5e3b19a3d76fc10480" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:741a9647fcf2e45f3a1cf0e24f5e17febf3efe8d4ba1281dcc3aa0459ef424dc" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:4c46e22a0933dd783467cf32b3516299fb98cfebd895817d685130cc50cd1093" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:e512d8ef5ad7b898cdb2d8ee1cb09a8339e4f8be706d27eaa180c2f177248a10" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:980d7be47c84979d9136328d882f67ec5e50008681d94ecc8afa8a65ed1f4a6f" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:ce15b6d103daff8e9fee13cf7f0add05245a05d866e73926c358e871221eae87" } ,
{ file = "regex-2021.4.4-cp38-cp38-win32.whl" , hash = "sha256:a91aa8619b23b79bcbeb37abe286f2f408d2f2d6f29a17237afda55bb54e7aac" } ,
{ file = "regex-2021.4.4-cp38-cp38-win_amd64.whl" , hash = "sha256:c0502c0fadef0d23b128605d69b58edb2c681c25d44574fc673b0e52dce71ee2" } ,
{ file = "regex-2021.4.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:598585c9f0af8374c28edd609eb291b5726d7cbce16be6a8b95aa074d252ee17" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:ee54ff27bf0afaf4c3b3a62bcd016c12c3fdb4ec4f413391a90bd38bc3624605" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7d9884d86dd4dd489e981d94a65cd30d6f07203d90e98f6f657f05170f6324c9" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:bf5824bfac591ddb2c1f0a5f4ab72da28994548c708d2191e3b87dd207eb3ad7" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:563085e55b0d4fb8f746f6a335893bda5c2cef43b2f0258fe1020ab1dd874df8" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9c3db21af35e3b3c05764461b262d6f05bbca08a71a7849fd79d47ba7bc33ed" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:3916d08be28a1149fb97f7728fca1f7c15d309a9f9682d89d79db75d5e52091c" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:fd45ff9293d9274c5008a2054ecef86a9bfe819a67c7be1afb65e69b405b3042" } ,
{ file = "regex-2021.4.4-cp39-cp39-win32.whl" , hash = "sha256:fa4537fb4a98fe8fde99626e4681cc644bdcf2a795038533f9f711513a862ae6" } ,
{ file = "regex-2021.4.4-cp39-cp39-win_amd64.whl" , hash = "sha256:97f29f57d5b84e73fbaf99ab3e26134e6687348e95ef6b48cfd2c06807005a07" } ,
{ file = "regex-2021.4.4.tar.gz" , hash = "sha256:52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb" } ,
]
requests = [
{ file = "requests-2.25.1-py2.py3-none-any.whl" , hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e" } ,
{ file = "requests-2.25.1.tar.gz" , hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" } ,
]
rsa = [
{ file = "rsa-4.7.2-py3-none-any.whl" , hash = "sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2" } ,
{ file = "rsa-4.7.2.tar.gz" , hash = "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9" } ,
]
scrape-schema-recipe = [
{ file = "scrape-schema-recipe-0.1.3.tar.gz" , hash = "sha256:f5c9bdbdb254ac4ca008e4233afd38308cf9877fc9399643d03087df0d950aea" } ,
{ file = "scrape_schema_recipe-0.1.3-py2.py3-none-any.whl" , hash = "sha256:7a505d7cd94091ffdfcbac0fad21dd583cceee2d9c7ea12366e8fefac8b4da82" } ,
]
six = [
{ file = "six-1.15.0-py2.py3-none-any.whl" , hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced" } ,
{ file = "six-1.15.0.tar.gz" , hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" } ,
]
soupsieve = [
{ file = "soupsieve-2.2.1-py3-none-any.whl" , hash = "sha256:c2c1c2d44f158cdbddab7824a9af8c4f83c76b1e23e049479aa432feb6c4c23b" } ,
{ file = "soupsieve-2.2.1.tar.gz" , hash = "sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc" } ,
]
sqlalchemy = [
{ file = "SQLAlchemy-1.4.12-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:8c71a80a5474e6e9c9bbf1957ab1c73cdece9d33cfb26d9ea6e7aed41f535cd6" } ,
{ file = "SQLAlchemy-1.4.12-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:b1d513ebb16a204c87296d774c2317950191583b34032540948f20096b63efe4" } ,
{ file = "SQLAlchemy-1.4.12-cp27-cp27m-win32.whl" , hash = "sha256:4b749cdedf1afb613c3d31235258110e1f36231c15df9b8b63b3f13c712e4790" } ,
{ file = "SQLAlchemy-1.4.12-cp27-cp27m-win_amd64.whl" , hash = "sha256:b58f09f4ea42a92e0a8923f4598001f8935bd2ed0c4c6abb9903c5b4cd0d4015" } ,
{ file = "SQLAlchemy-1.4.12-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:b4bf83b05056349265b40de37c836517649ea9edd174301072f5a58c7b374f94" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:c94fe5ec27dec6a994293d1f194a97fcb904252526bbe72698229ec62c0f7281" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:ac4a48e49e863a4d00d8a5ec94ff5540de1f5bcf96d8d54273a75c3278d8b4af" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:e815a729b427bd997d681711dc0b22330e445a0a0c47e16b05d2038e814bd29f" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:aeb389136f3a39399ebb8e8ee17beba18d361cde9638059cfbf7e896354412b7" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:0c839000817201310a51af390545d7b316fafd6969ef250dad0a6d28c025214d" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-win32.whl" , hash = "sha256:1e8a884d766fcc918199576bf37f1870327582640fa3302489d7415d815be8a9" } ,
{ file = "SQLAlchemy-1.4.12-cp36-cp36m-win_amd64.whl" , hash = "sha256:e11ccaa08975e414df6a16466377bb11af692b2a62255c3a70c0993cb2d7f2d7" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:deef50c730ddfb4169417a3a3b6393f1e90b0d5c1e62e1d090c1eb1132529f3f" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:a21f41c4cdb76d7f68a6986b9f5c56bdc8eafbc366893d1031df0c367e832388" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:aec20f0ec5788bee91ecf667e9e30e5ed0add9233b63b0e34e916b21eb5bc850" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:d5da8fff36593ac96dd3d60a4eb9495a142fb6d3f0ed23baf5567c0ef7aa9b47" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:a4c9c947fc08d2ac48116c64b7dfbac22b9896619cb74923ba59876504ff6256" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-win32.whl" , hash = "sha256:4c8c335b072967da27fef54fb53e74fadadd7d2167c5eb98f0bfb4bfeb3a6948" } ,
{ file = "SQLAlchemy-1.4.12-cp37-cp37m-win_amd64.whl" , hash = "sha256:01b610951c83452ee5e7d912c4ed9db4538b15d66e96ca6696ec38f0c5ce2908" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:6b77880e23d3758db7ad65732304ab1c3a42f0cd20505f4a211750862563a161" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:f04acd3840bcf33f941b049e24aeef0be5145b2cd5489a89559c11be2d25e262" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:691568d8238c756011d97a655a76820715cbc0295b7d294aa2f1d62fb0be4361" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:0646a4caab207279532ffd3f173b4756ae3863f3a94e369b7d1b82831a7ad433" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:2b35206c11c415448caf5b7abddbfac6acbe37f79832ae2d1be013f0dfe252ea" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-win32.whl" , hash = "sha256:89e755688476b7a925554a1e8a756e0dd6124dfb8fac80470a90cd8424326bee" } ,
{ file = "SQLAlchemy-1.4.12-cp38-cp38-win_amd64.whl" , hash = "sha256:1bc9ea9e54bbaf65fece8b719f56472748f75777806f4f5fadd8112a165eab19" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:1bdf65dc5263be4651aa34ebe07aa035c61421f145b0d43f4c0b1f3c33bec673" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f90a42db44427bf98128d823502e0af3f4b83f208e09a3d51df5c2cd7f2a76cf" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:c9047989b8645d8830067dddb2bda544c625419b22b0f546660fd0bfe73341f6" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b7ed6ce2e32a68a3b417a848a409ed5b7e4c8e5fa8911b06c77a6be1cc767658" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:5ffbd23ac4324e64a100310cd2cab6534f972ecf26bf3652e6847187c2e9e72d" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-win32.whl" , hash = "sha256:ac7db7276c0807db73b58984d630404ab294c4ca59cf16157fdc15894dec4507" } ,
{ file = "SQLAlchemy-1.4.12-cp39-cp39-win_amd64.whl" , hash = "sha256:ce5fc1099d194fbecc8d7c038c927d9daf75cbb83b3b314df3e43e308d67c33e" } ,
{ file = "SQLAlchemy-1.4.12.tar.gz" , hash = "sha256:968e8cf7f269eaeed1b753cb5df4112be998c933df39421229fc7726c413672c" } ,
]
starlette = [
{ file = "starlette-0.13.6-py3-none-any.whl" , hash = "sha256:bd2ffe5e37fb75d014728511f8e68ebf2c80b0fa3d04ca1479f4dc752ae31ac9" } ,
{ file = "starlette-0.13.6.tar.gz" , hash = "sha256:ebe8ee08d9be96a3c9f31b2cb2a24dbdf845247b745664bd8a3f9bd0c977fdbc" } ,
]
text-unidecode = [
{ file = "text-unidecode-1.3.tar.gz" , hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93" } ,
{ file = "text_unidecode-1.3-py2.py3-none-any.whl" , hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tornado = [
{ file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675" } ,
{ file = "tornado-6.1-cp35-cp35m-win32.whl" , hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5" } ,
{ file = "tornado-6.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68" } ,
{ file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085" } ,
{ file = "tornado-6.1-cp36-cp36m-win32.whl" , hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575" } ,
{ file = "tornado-6.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795" } ,
{ file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d" } ,
{ file = "tornado-6.1-cp37-cp37m-win32.whl" , hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df" } ,
{ file = "tornado-6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37" } ,
{ file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6" } ,
{ file = "tornado-6.1-cp38-cp38-win32.whl" , hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326" } ,
{ file = "tornado-6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c" } ,
{ file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd" } ,
{ file = "tornado-6.1-cp39-cp39-win32.whl" , hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c" } ,
{ file = "tornado-6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4" } ,
{ file = "tornado-6.1.tar.gz" , hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791" } ,
]
tqdm = [
{ file = "tqdm-4.60.0-py2.py3-none-any.whl" , hash = "sha256:daec693491c52e9498632dfbe9ccfc4882a557f5fa08982db1b4d3adbe0887c3" } ,
{ file = "tqdm-4.60.0.tar.gz" , hash = "sha256:ebdebdb95e3477ceea267decfc0784859aa3df3e27e22d23b83e9b272bf157ae" } ,
]
typed-ast = [
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win32.whl" , hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win32.whl" , hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win32.whl" , hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win32.whl" , hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win32.whl" , hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c" } ,
{ file = "typed_ast-1.4.3.tar.gz" , hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" } ,
]
typing-extensions = [
{ file = "typing_extensions-3.10.0.0-py2-none-any.whl" , hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497" } ,
{ file = "typing_extensions-3.10.0.0-py3-none-any.whl" , hash = "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84" } ,
{ file = "typing_extensions-3.10.0.0.tar.gz" , hash = "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342" } ,
]
tzlocal = [
{ file = "tzlocal-2.1-py2.py3-none-any.whl" , hash = "sha256:e2cb6c6b5b604af38597403e9852872d7f534962ae2954c7f35efcb1ccacf4a4" } ,
{ file = "tzlocal-2.1.tar.gz" , hash = "sha256:643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44" } ,
]
urllib3 = [
{ file = "urllib3-1.26.4-py2.py3-none-any.whl" , hash = "sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df" } ,
{ file = "urllib3-1.26.4.tar.gz" , hash = "sha256:e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937" } ,
]
uvicorn = [
{ file = "uvicorn-0.13.4-py3-none-any.whl" , hash = "sha256:7587f7b08bd1efd2b9bad809a3d333e972f1d11af8a5e52a9371ee3a5de71524" } ,
{ file = "uvicorn-0.13.4.tar.gz" , hash = "sha256:3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202" } ,
]
uvloop = [
{ file = "uvloop-0.15.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:19fa1d56c91341318ac5d417e7b61c56e9a41183946cc70c411341173de02c69" } ,
{ file = "uvloop-0.15.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:e5e5f855c9bf483ee6cd1eb9a179b740de80cb0ae2988e3fa22309b78e2ea0e7" } ,
{ file = "uvloop-0.15.2-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:42eda9f525a208fbc4f7cecd00fa15c57cc57646c76632b3ba2fe005004f051d" } ,
{ file = "uvloop-0.15.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:90e56f17755e41b425ad19a08c41dc358fa7bf1226c0f8e54d4d02d556f7af7c" } ,
{ file = "uvloop-0.15.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:7ae39b11a5f4cec1432d706c21ecc62f9e04d116883178b09671aa29c46f7a47" } ,
{ file = "uvloop-0.15.2-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:b45218c99795803fb8bdbc9435ff7f54e3a591b44cd4c121b02fa83affb61c7c" } ,
{ file = "uvloop-0.15.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:114543c84e95df1b4ff546e6e3a27521580466a30127f12172a3278172ad68bc" } ,
{ file = "uvloop-0.15.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:44cac8575bf168601424302045234d74e3561fbdbac39b2b54cc1d1d00b70760" } ,
{ file = "uvloop-0.15.2-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:6de130d0cb78985a5d080e323b86c5ecaf3af82f4890492c05981707852f983c" } ,
{ file = "uvloop-0.15.2.tar.gz" , hash = "sha256:2bb0624a8a70834e54dde8feed62ed63b50bad7a1265c40d6403a2ac447bce01" } ,
]
validators = [
{ file = "validators-0.18.2-py3-none-any.whl" , hash = "sha256:0143dcca8a386498edaf5780cbd5960da1a4c85e0719f3ee5c9b41249c4fefbd" } ,
{ file = "validators-0.18.2.tar.gz" , hash = "sha256:37cd9a9213278538ad09b5b9f9134266e7c226ab1fede1d500e29e0a8fbb9ea6" } ,
]
w3lib = [
{ file = "w3lib-1.22.0-py2.py3-none-any.whl" , hash = "sha256:0161d55537063e00d95a241663ede3395c4c6d7b777972ba2fd58bbab2001e53" } ,
{ file = "w3lib-1.22.0.tar.gz" , hash = "sha256:0ad6d0203157d61149fd45aaed2e24f53902989c32fc1dccc2e2bfba371560df" } ,
]
watchgod = [
{ file = "watchgod-0.7-py3-none-any.whl" , hash = "sha256:d6c1ea21df37847ac0537ca0d6c2f4cdf513562e95f77bb93abbcf05573407b7" } ,
{ file = "watchgod-0.7.tar.gz" , hash = "sha256:48140d62b0ebe9dd9cf8381337f06351e1f2e70b2203fa9c6eff4e572ca84f29" } ,
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
websockets = [
{ file = "websockets-8.1-cp36-cp36m-macosx_10_6_intel.whl" , hash = "sha256:3762791ab8b38948f0c4d281c8b2ddfa99b7e510e46bd8dfa942a5fff621068c" } ,
{ file = "websockets-8.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:3db87421956f1b0779a7564915875ba774295cc86e81bc671631379371af1170" } ,
{ file = "websockets-8.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4f9f7d28ce1d8f1295717c2c25b732c2bc0645db3215cf757551c392177d7cb8" } ,
{ file = "websockets-8.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:295359a2cc78736737dd88c343cd0747546b2174b5e1adc223824bcaf3e164cb" } ,
{ file = "websockets-8.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:1d3f1bf059d04a4e0eb4985a887d49195e15ebabc42364f4eb564b1d065793f5" } ,
{ file = "websockets-8.1-cp36-cp36m-win32.whl" , hash = "sha256:2db62a9142e88535038a6bcfea70ef9447696ea77891aebb730a333a51ed559a" } ,
{ file = "websockets-8.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:0e4fb4de42701340bd2353bb2eee45314651caa6ccee80dbd5f5d5978888fed5" } ,
{ file = "websockets-8.1-cp37-cp37m-macosx_10_6_intel.whl" , hash = "sha256:9b248ba3dd8a03b1a10b19efe7d4f7fa41d158fdaa95e2cf65af5a7b95a4f989" } ,
{ file = "websockets-8.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ce85b06a10fc65e6143518b96d3dca27b081a740bae261c2fb20375801a9d56d" } ,
{ file = "websockets-8.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:965889d9f0e2a75edd81a07592d0ced54daa5b0785f57dc429c378edbcffe779" } ,
{ file = "websockets-8.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:751a556205d8245ff94aeef23546a1113b1dd4f6e4d102ded66c39b99c2ce6c8" } ,
{ file = "websockets-8.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:3ef56fcc7b1ff90de46ccd5a687bbd13a3180132268c4254fc0fa44ecf4fc422" } ,
{ file = "websockets-8.1-cp37-cp37m-win32.whl" , hash = "sha256:7ff46d441db78241f4c6c27b3868c9ae71473fe03341340d2dfdbe8d79310acc" } ,
{ file = "websockets-8.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:20891f0dddade307ffddf593c733a3fdb6b83e6f9eef85908113e628fa5a8308" } ,
{ file = "websockets-8.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c1ec8db4fac31850286b7cd3b9c0e1b944204668b8eb721674916d4e28744092" } ,
{ file = "websockets-8.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:5c01fd846263a75bc8a2b9542606927cfad57e7282965d96b93c387622487485" } ,
{ file = "websockets-8.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9bef37ee224e104a413f0780e29adb3e514a5b698aabe0d969a6ba426b8435d1" } ,
{ file = "websockets-8.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d705f8aeecdf3262379644e4b55107a3b55860eb812b673b28d0fbc347a60c55" } ,
{ file = "websockets-8.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:c8a116feafdb1f84607cb3b14aa1418424ae71fee131642fc568d21423b51824" } ,
{ file = "websockets-8.1-cp38-cp38-win32.whl" , hash = "sha256:e898a0863421650f0bebac8ba40840fc02258ef4714cb7e1fd76b6a6354bda36" } ,
{ file = "websockets-8.1-cp38-cp38-win_amd64.whl" , hash = "sha256:f8a7bff6e8664afc4e6c28b983845c5bc14965030e3fb98789734d416af77c4b" } ,
{ file = "websockets-8.1.tar.gz" , hash = "sha256:5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f" } ,
]
wrapt = [
{ file = "wrapt-1.12.1.tar.gz" , hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7" } ,
]