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 = "*"
2021-05-09 02:29:31 +00:00
[ [ package ] ]
name = "apprise"
2021-06-11 02:31:14 +00:00
version = "0.9.3"
2021-05-09 02:29:31 +00:00
description = "Push Notifications that work with just about every platform!"
category = "main"
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
click = ">=5.0"
cryptography = "*"
markdown = "*"
PyYAML = "*"
requests = "*"
requests-oauthlib = "*"
six = "*"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-11 02:31:14 +00:00
version = "21.2.0"
2021-05-02 04:46:02 +00:00
description = "Classes Without Boilerplate"
category = "dev"
optional = false
2021-06-11 02:31:14 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-05-02 04:46:02 +00:00
[ package . extras ]
2021-05-07 05:08:27 +00:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-11 02:31:14 +00:00
version = "2021.5.30"
2021-05-02 04:46:02 +00:00
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" ]
2021-05-09 02:29:31 +00:00
[ [ package ] ]
name = "cryptography"
version = "3.4.7"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
docstest = [ "doc8" , "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
sdist = [ "setuptools-rust (>=0.11.4)" ]
ssh = [ "bcrypt (>=3.1.5)" ]
test = [ "pytest (>=6.0)" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "decorator"
2021-06-11 02:31:14 +00:00
version = "5.0.9"
2021-05-02 04:46:02 +00:00
description = "Decorators for Humans"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "ecdsa"
2021-06-11 02:31:14 +00:00
version = "0.17.0"
2021-05-02 04:46:02 +00:00
description = "ECDSA cryptographic signature library (pure python)"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . dependencies ]
2021-06-11 02:31:14 +00:00
six = ">=1.9.0"
[ package . extras ]
gmpy = [ "gmpy" ]
gmpy2 = [ "gmpy2" ]
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-11 02:31:14 +00:00
version = "3.9.2"
2021-05-02 04:46:02 +00:00
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 ] ]
2021-06-11 02:31:14 +00:00
name = "ghp-import"
version = "2.0.1"
description = "Copy your docs directly to the gh-pages branch."
2021-05-02 04:46:02 +00:00
category = "dev"
optional = false
2021-06-11 02:31:14 +00:00
python-versions = "*"
[ package . dependencies ]
python-dateutil = ">=2.8.1"
[ package . extras ]
dev = [ "twine" , "markdown" , "flake8" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "greenlet"
2021-05-07 05:08:27 +00:00
version = "1.1.0"
2021-05-02 04:46:02 +00:00
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
[ [ package ] ]
name = "h11"
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.*"
2021-06-11 02:31:14 +00:00
[ [ package ] ]
name = "importlib-metadata"
version = "4.5.0"
description = "Read metadata from Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "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 = "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 = "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."
2021-05-09 02:29:31 +00:00
category = "main"
2021-05-02 04:46:02 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
[ [ package ] ]
name = "markupsafe"
2021-06-11 02:31:14 +00:00
version = "2.0.1"
2021-05-02 04:46:02 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
2021-06-11 02:31:14 +00:00
python-versions = ">=3.6"
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
2021-06-11 02:31:14 +00:00
[ [ package ] ]
name = "mergedeep"
version = "1.3.4"
description = "A deep merge function for 🐍."
category = "dev"
optional = false
python-versions = ">=3.6"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-11 02:31:14 +00:00
version = "1.2.1"
2021-05-02 04:46:02 +00:00
description = "Project documentation with Markdown."
category = "dev"
optional = false
2021-06-11 02:31:14 +00:00
python-versions = ">=3.6"
2021-05-02 04:46:02 +00:00
[ package . dependencies ]
click = ">=3.3"
2021-06-11 02:31:14 +00:00
ghp-import = ">=1.0"
importlib-metadata = ">=3.10"
2021-05-02 04:46:02 +00:00
Jinja2 = ">=2.10.1"
Markdown = ">=3.2.1"
2021-06-11 02:31:14 +00:00
mergedeep = ">=1.3.4"
packaging = ">=20.5"
2021-05-02 04:46:02 +00:00
PyYAML = ">=3.10"
2021-06-11 02:31:14 +00:00
pyyaml-env-tag = ">=0.1"
watchdog = ">=2.0"
[ package . extras ]
i18n = [ "babel (>=2.9.0)" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "mkdocs-material"
2021-06-11 02:31:14 +00:00
version = "7.1.7"
2021-05-02 04:46:02 +00:00
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 = "*"
2021-05-09 02:29:31 +00:00
[ [ package ] ]
name = "oauthlib"
2021-06-11 02:31:14 +00:00
version = "3.1.1"
2021-05-09 02:29:31 +00:00
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
optional = false
2021-06-11 02:31:14 +00:00
python-versions = ">=3.6"
2021-05-09 02:29:31 +00:00
[ package . extras ]
2021-06-11 02:31:14 +00:00
rsa = [ "cryptography (>=3.0.0,<4)" ]
signals = [ "blinker (>=1.4.0)" ]
signedtoken = [ "cryptography (>=3.0.0,<4)" , "pyjwt (>=2.0.0,<3)" ]
2021-05-09 02:29:31 +00:00
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-11 02:31:14 +00:00
version = "1.8.2"
2021-05-02 04:46:02 +00:00
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"
2021-05-07 05:08:27 +00:00
version = "2.9.0"
2021-05-02 04:46:02 +00:00
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pyhumps"
2021-05-07 05:08:27 +00:00
version = "3.0.2"
2021-05-02 04:46:02 +00:00
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"
2021-06-11 02:31:14 +00:00
version = "2.8.3"
2021-05-02 04:46:02 +00:00
description = "python code static checker"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
2021-06-11 02:31:14 +00:00
astroid = "2.5.6"
2021-05-02 04:46:02 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.7"
toml = ">=0.7.1"
[ [ package ] ]
name = "pymdown-extensions"
2021-06-11 02:31:14 +00:00
version = "8.2"
2021-05-02 04:46:02 +00:00
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"
2021-05-07 05:08:27 +00:00
version = "6.2.4"
2021-05-02 04:46:02 +00:00
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"
2021-06-11 02:31:14 +00:00
version = "2.12.1"
2021-05-02 04:46:02 +00:00
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"
2021-06-11 02:31:14 +00:00
toml = "*"
2021-05-02 04:46:02 +00:00
[ package . extras ]
2021-06-11 02:31:14 +00:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
[ [ package ] ]
name = "python-dateutil"
version = "2.8.1"
description = "Extensions to the standard Python datetime module"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-11 02:31:14 +00:00
version = "3.3.0"
2021-05-02 04:46:02 +00:00
description = "JOSE implementation in Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-06-11 02:31:14 +00:00
ecdsa = "!=0.15"
2021-05-02 04:46:02 +00:00
pyasn1 = "*"
rsa = "*"
[ package . extras ]
2021-06-11 02:31:14 +00:00
cryptography = [ "cryptography (>=3.4.0)" ]
2021-05-02 04:46:02 +00:00
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.*"
2021-06-11 02:31:14 +00:00
[ [ package ] ]
name = "pyyaml-env-tag"
version = "0.1"
description = "A custom YAML tag for referencing environment variables in YAML files. "
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyyaml = "*"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-06-09 21:04:54 +00:00
[ [ package ] ]
name = "recipe-scrapers"
version = "13.2.7"
description = "Python package, scraping recipes from all over the internet"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
beautifulsoup4 = ">=4.6.0"
extruct = ">=0.8.0"
requests = ">=2.19.1"
2021-05-02 04:46:02 +00:00
[ [ 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" ]
2021-05-09 02:29:31 +00:00
[ [ package ] ]
name = "requests-oauthlib"
version = "1.3.0"
description = "OAuthlib authentication support for Requests."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-05-07 05:08:27 +00:00
version = "1.16.0"
2021-05-02 04:46:02 +00:00
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"
2021-06-11 02:31:14 +00:00
version = "1.4.17"
2021-05-02 04:46:02 +00:00
description = "Database Abstraction Library"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\"" }
[ 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 = "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"
2021-06-11 02:31:14 +00:00
version = "1.26.5"
2021-05-02 04:46:02 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2021-06-11 02:31:14 +00:00
brotli = [ "brotlipy (>=0.6.0)" ]
2021-05-02 04:46:02 +00:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ 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"
2021-06-11 02:31:14 +00:00
[ [ package ] ]
name = "watchdog"
version = "2.1.2"
description = "Filesystem events monitoring"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
watchmedo = [ "PyYAML (>=3.10)" , "argh (>=0.24.1)" ]
2021-05-02 04:46:02 +00:00
[ [ 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 = "*"
2021-06-11 02:31:14 +00:00
[ [ package ] ]
name = "zipp"
version = "3.4.1"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-05-02 04:46:02 +00:00
[ metadata ]
lock-version = "1.1"
python-versions = "^3.9"
2021-06-09 21:04:54 +00:00
content-hash = "8a123b6b0cf37c1d4a66ea4f137f79bba79f373c7019af879e1b06fb5ded0ed4"
2021-05-02 04:46:02 +00:00
[ 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" } ,
]
2021-05-09 02:29:31 +00:00
apprise = [
2021-06-11 02:31:14 +00:00
{ file = "apprise-0.9.3-py2.py3-none-any.whl" , hash = "sha256:caa84e0488de9bfa26964bc525e51abea4ed8af7af116a47730f19d874b00500" } ,
{ file = "apprise-0.9.3.tar.gz" , hash = "sha256:c8ace9c891d4224558570acbea808f31df9049530bd9ccd69901c27a65d600c4" } ,
2021-05-09 02:29:31 +00:00
]
2021-05-02 04:46:02 +00:00
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 = [
2021-06-11 02:31:14 +00:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-06-11 02:31:14 +00:00
{ file = "certifi-2021.5.30-py2.py3-none-any.whl" , hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" } ,
{ file = "certifi-2021.5.30.tar.gz" , hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
2021-05-09 02:29:31 +00:00
cryptography = [
{ file = "cryptography-3.4.7-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:3d8427734c781ea5f1b41d6589c293089704d4759e34597dce91014ac125aad1" } ,
{ file = "cryptography-3.4.7-cp36-abi3-macosx_11_0_arm64.whl" , hash = "sha256:8e56e16617872b0957d1c9742a3f94b43533447fd78321514abbe7db216aa250" } ,
{ file = "cryptography-3.4.7-cp36-abi3-manylinux2010_x86_64.whl" , hash = "sha256:37340614f8a5d2fb9aeea67fd159bfe4f5f4ed535b1090ce8ec428b2f15a11f2" } ,
{ file = "cryptography-3.4.7-cp36-abi3-manylinux2014_aarch64.whl" , hash = "sha256:240f5c21aef0b73f40bb9f78d2caff73186700bf1bc6b94285699aff98cc16c6" } ,
{ file = "cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl" , hash = "sha256:1e056c28420c072c5e3cb36e2b23ee55e260cb04eee08f702e0edfec3fb51959" } ,
{ file = "cryptography-3.4.7-cp36-abi3-win32.whl" , hash = "sha256:0f1212a66329c80d68aeeb39b8a16d54ef57071bf22ff4e521657b27372e327d" } ,
{ file = "cryptography-3.4.7-cp36-abi3-win_amd64.whl" , hash = "sha256:de4e5f7f68220d92b7637fc99847475b59154b7a1b3868fb7385337af54ac9ca" } ,
{ file = "cryptography-3.4.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:26965837447f9c82f1855e0bc8bc4fb910240b6e0d16a664bb722df3b5b06873" } ,
{ file = "cryptography-3.4.7-pp36-pypy36_pp73-manylinux2014_x86_64.whl" , hash = "sha256:eb8cc2afe8b05acbd84a43905832ec78e7b3873fb124ca190f574dca7389a87d" } ,
{ file = "cryptography-3.4.7-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:7ec5d3b029f5fa2b179325908b9cd93db28ab7b85bb6c1db56b10e0b54235177" } ,
{ file = "cryptography-3.4.7-pp37-pypy37_pp73-manylinux2014_x86_64.whl" , hash = "sha256:ee77aa129f481be46f8d92a1a7db57269a2f23052d5f2433b4621bb457081cc9" } ,
{ file = "cryptography-3.4.7.tar.gz" , hash = "sha256:3d10de8116d25649631977cb37da6cbdd2d6fa0e0281d014a5b7d337255ca713" } ,
]
2021-05-02 04:46:02 +00:00
decorator = [
2021-06-11 02:31:14 +00:00
{ file = "decorator-5.0.9-py3-none-any.whl" , hash = "sha256:6e5c199c16f7a9f0e3a61a4a54b3d27e7dad0dbdde92b944426cb20914376323" } ,
{ file = "decorator-5.0.9.tar.gz" , hash = "sha256:72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21319ed5" } ,
2021-05-02 04:46:02 +00:00
]
ecdsa = [
2021-06-11 02:31:14 +00:00
{ file = "ecdsa-0.17.0-py2.py3-none-any.whl" , hash = "sha256:5cf31d5b33743abe0dfc28999036c849a69d548f994b535e527ee3cb7f3ef676" } ,
{ file = "ecdsa-0.17.0.tar.gz" , hash = "sha256:b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-06-11 02:31:14 +00:00
{ file = "flake8-3.9.2-py2.py3-none-any.whl" , hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907" } ,
{ file = "flake8-3.9.2.tar.gz" , hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b" } ,
2021-05-02 04:46:02 +00:00
]
2021-06-11 02:31:14 +00:00
ghp-import = [
{ file = "ghp-import-2.0.1.tar.gz" , hash = "sha256:753de2eace6e0f7d4edfb3cce5e3c3b98cd52aadb80163303d1d036bda7b4483" } ,
2021-05-02 04:46:02 +00:00
]
greenlet = [
2021-05-07 05:08:27 +00:00
{ file = "greenlet-1.1.0-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:60848099b76467ef09b62b0f4512e7e6f0a2c977357a036de602b653667f5f4c" } ,
{ file = "greenlet-1.1.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:f42ad188466d946f1b3afc0a9e1a266ac8926461ee0786c06baac6bd71f8a6f3" } ,
{ file = "greenlet-1.1.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:76ed710b4e953fc31c663b079d317c18f40235ba2e3d55f70ff80794f7b57922" } ,
{ file = "greenlet-1.1.0-cp27-cp27m-win32.whl" , hash = "sha256:b33b51ab057f8a20b497ffafdb1e79256db0c03ef4f5e3d52e7497200e11f821" } ,
{ file = "greenlet-1.1.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:ed1377feed808c9c1139bdb6a61bcbf030c236dd288d6fca71ac26906ab03ba6" } ,
{ file = "greenlet-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:da862b8f7de577bc421323714f63276acb2f759ab8c5e33335509f0b89e06b8f" } ,
{ file = "greenlet-1.1.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:5f75e7f237428755d00e7460239a2482fa7e3970db56c8935bd60da3f0733e56" } ,
{ file = "greenlet-1.1.0-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:258f9612aba0d06785143ee1cbf2d7361801c95489c0bd10c69d163ec5254a16" } ,
{ file = "greenlet-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d928e2e3c3906e0a29b43dc26d9b3d6e36921eee276786c4e7ad9ff5665c78a" } ,
{ file = "greenlet-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cc407b68e0a874e7ece60f6639df46309376882152345508be94da608cc0b831" } ,
{ file = "greenlet-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0c557c809eeee215b87e8a7cbfb2d783fb5598a78342c29ade561440abae7d22" } ,
{ file = "greenlet-1.1.0-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:3d13da093d44dee7535b91049e44dd2b5540c2a0e15df168404d3dd2626e0ec5" } ,
{ file = "greenlet-1.1.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b3090631fecdf7e983d183d0fad7ea72cfb12fa9212461a9b708ff7907ffff47" } ,
{ file = "greenlet-1.1.0-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:06ecb43b04480e6bafc45cb1b4b67c785e183ce12c079473359e04a709333b08" } ,
{ file = "greenlet-1.1.0-cp35-cp35m-win32.whl" , hash = "sha256:944fbdd540712d5377a8795c840a97ff71e7f3221d3fddc98769a15a87b36131" } ,
{ file = "greenlet-1.1.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:c767458511a59f6f597bfb0032a1c82a52c29ae228c2c0a6865cfeaeaac4c5f5" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:2325123ff3a8ecc10ca76f062445efef13b6cf5a23389e2df3c02a4a527b89bc" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:598bcfd841e0b1d88e32e6a5ea48348a2c726461b05ff057c1b8692be9443c6e" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:be9768e56f92d1d7cd94185bab5856f3c5589a50d221c166cc2ad5eb134bd1dc" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfe7eac0d253915116ed0cd160a15a88981a1d194c1ef151e862a5c7d2f853d3" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9a6b035aa2c5fcf3dbbf0e3a8a5bc75286fc2d4e6f9cfa738788b433ec894919" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca1c4a569232c063615f9e70ff9a1e2fee8c66a6fb5caf0f5e8b21a396deec3e" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-win32.whl" , hash = "sha256:3096286a6072553b5dbd5efbefc22297e9d06a05ac14ba017233fedaed7584a8" } ,
{ file = "greenlet-1.1.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:c35872b2916ab5a240d52a94314c963476c989814ba9b519bc842e5b61b464bb" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b97c9a144bbeec7039cca44df117efcbeed7209543f5695201cacf05ba3b5857" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:16183fa53bc1a037c38d75fdc59d6208181fa28024a12a7f64bb0884434c91ea" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:6b1d08f2e7f2048d77343279c4d4faa7aef168b3e36039cba1917fffb781a8ed" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:14927b15c953f8f2d2a8dffa224aa78d7759ef95284d4c39e1745cf36e8cdd2c" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9bdcff4b9051fb1aa4bba4fceff6a5f770c6be436408efd99b76fc827f2a9319" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c70c7dd733a4c56838d1f1781e769081a25fade879510c5b5f0df76956abfa05" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-win32.whl" , hash = "sha256:0de64d419b1cb1bfd4ea544bedea4b535ef3ae1e150b0f2609da14bbf48a4a5f" } ,
{ file = "greenlet-1.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:8833e27949ea32d27f7e96930fa29404dd4f2feb13cce483daf52e8842ec246a" } ,
{ file = "greenlet-1.1.0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:c1580087ab493c6b43e66f2bdd165d9e3c1e86ef83f6c2c44a29f2869d2c5bd5" } ,
{ file = "greenlet-1.1.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:ad80bb338cf9f8129c049837a42a43451fc7c8b57ad56f8e6d32e7697b115505" } ,
{ file = "greenlet-1.1.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:a9017ff5fc2522e45562882ff481128631bf35da444775bc2776ac5c61d8bcae" } ,
{ file = "greenlet-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7920e3eccd26b7f4c661b746002f5ec5f0928076bd738d38d894bb359ce51927" } ,
{ file = "greenlet-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:408071b64e52192869129a205e5b463abda36eff0cebb19d6e63369440e4dc99" } ,
{ file = "greenlet-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:be13a18cec649ebaab835dff269e914679ef329204704869f2f167b2c163a9da" } ,
{ file = "greenlet-1.1.0-cp38-cp38-win32.whl" , hash = "sha256:22002259e5b7828b05600a762579fa2f8b33373ad95a0ee57b4d6109d0e589ad" } ,
{ file = "greenlet-1.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:206295d270f702bc27dbdbd7651e8ebe42d319139e0d90217b2074309a200da8" } ,
{ file = "greenlet-1.1.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:096cb0217d1505826ba3d723e8981096f2622cde1eb91af9ed89a17c10aa1f3e" } ,
{ file = "greenlet-1.1.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:03f28a5ea20201e70ab70518d151116ce939b412961c33827519ce620957d44c" } ,
{ file = "greenlet-1.1.0-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:7db68f15486d412b8e2cfcd584bf3b3a000911d25779d081cbbae76d71bd1a7e" } ,
{ file = "greenlet-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:70bd1bb271e9429e2793902dfd194b653221904a07cbf207c3139e2672d17959" } ,
{ file = "greenlet-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f92731609d6625e1cc26ff5757db4d32b6b810d2a3363b0ff94ff573e5901f6f" } ,
{ file = "greenlet-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06d7ac89e6094a0a8f8dc46aa61898e9e1aec79b0f8b47b2400dd51a44dbc832" } ,
{ file = "greenlet-1.1.0-cp39-cp39-win32.whl" , hash = "sha256:adb94a28225005890d4cf73648b5131e885c7b4b17bc762779f061844aabcc11" } ,
{ file = "greenlet-1.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:aa4230234d02e6f32f189fd40b59d5a968fe77e80f59c9c933384fe8ba535535" } ,
{ file = "greenlet-1.1.0.tar.gz" , hash = "sha256:c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
2021-06-11 02:31:14 +00:00
importlib-metadata = [
{ file = "importlib_metadata-4.5.0-py3-none-any.whl" , hash = "sha256:833b26fb89d5de469b24a390e9df088d4e52e4ba33b01dc5e0e4f41b81a16c00" } ,
{ file = "importlib_metadata-4.5.0.tar.gz" , hash = "sha256:b142cc1dd1342f31ff04bb7d022492b09920cb64fed867cd3ea6f80fe3ebd139" } ,
]
2021-05-02 04:46:02 +00:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
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" } ,
]
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" } ,
]
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 = [
2021-06-11 02:31:14 +00:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl" , hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl" , hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl" , hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win32.whl" , hash = "sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8" } ,
{ file = "MarkupSafe-2.0.1.tar.gz" , hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" } ,
2021-05-02 04:46:02 +00:00
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
2021-06-11 02:31:14 +00:00
mergedeep = [
{ file = "mergedeep-1.3.4-py3-none-any.whl" , hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307" } ,
{ file = "mergedeep-1.3.4.tar.gz" , hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8" } ,
]
2021-05-02 04:46:02 +00:00
mf2py = [
{ file = "mf2py-1.1.2.tar.gz" , hash = "sha256:84f1f8f2ff3f1deb1c30be497e7ccd805452996a662fd4a77f09e0105bede2c9" } ,
]
mkdocs = [
2021-06-11 02:31:14 +00:00
{ file = "mkdocs-1.2.1-py3-none-any.whl" , hash = "sha256:11141126e5896dd9d279b3e4814eb488e409a0990fb638856255020406a8e2e7" } ,
{ file = "mkdocs-1.2.1.tar.gz" , hash = "sha256:6e0ea175366e3a50d334597b0bc042b8cebd512398cdd3f6f34842d0ef524905" } ,
2021-05-02 04:46:02 +00:00
]
mkdocs-material = [
2021-06-11 02:31:14 +00:00
{ file = "mkdocs-material-7.1.7.tar.gz" , hash = "sha256:34d57af1e3e68ff4251feb82ced70545d8aa6064861ba76b1a15928399d21879" } ,
{ file = "mkdocs_material-7.1.7-py2.py3-none-any.whl" , hash = "sha256:1725d02efed5d989258fd1620673e78a7171f82028f30c2da8d21e7539150221" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
2021-05-09 02:29:31 +00:00
oauthlib = [
2021-06-11 02:31:14 +00:00
{ file = "oauthlib-3.1.1-py2.py3-none-any.whl" , hash = "sha256:42bf6354c2ed8c6acb54d971fce6f88193d97297e18602a3a886603f9d7730cc" } ,
{ file = "oauthlib-3.1.1.tar.gz" , hash = "sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3" } ,
2021-05-09 02:29:31 +00:00
]
2021-05-02 04:46:02 +00:00
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 = [
2021-06-11 02:31:14 +00:00
{ file = "pydantic-1.8.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:05ddfd37c1720c392f4e0d43c484217b7521558302e7069ce8d318438d297739" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:a7c6002203fe2c5a1b5cbb141bb85060cbff88c2d78eccbc72d97eb7022c43e4" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:589eb6cd6361e8ac341db97602eb7f354551482368a37f4fd086c0733548308e" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:10e5622224245941efc193ad1d159887872776df7a8fd592ed746aa25d071840" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:99a9fc39470010c45c161a1dc584997f1feb13f689ecf645f59bb4ba623e586b" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a83db7205f60c6a86f2c44a61791d993dff4b73135df1973ecd9eed5ea0bda20" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:41b542c0b3c42dc17da70554bc6f38cbc30d7066d2c2815a94499b5684582ecb" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:ea5cb40a3b23b3265f6325727ddfc45141b08ed665458be8c6285e7b85bd73a1" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:18b5ea242dd3e62dbf89b2b0ec9ba6c7b5abaf6af85b95a97b00279f65845a23" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:234a6c19f1c14e25e362cb05c68afb7f183eb931dd3cd4605eafff055ebbf287" } ,
{ file = "pydantic-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:021ea0e4133e8c824775a0cfe098677acf6fa5a3cbf9206a376eed3fc09302cd" } ,
{ file = "pydantic-1.8.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e710876437bc07bd414ff453ac8ec63d219e7690128d925c6e82889d674bb505" } ,
{ file = "pydantic-1.8.2-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:ac8eed4ca3bd3aadc58a13c2aa93cd8a884bcf21cb019f8cfecaae3b6ce3746e" } ,
{ file = "pydantic-1.8.2-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:4a03cbbe743e9c7247ceae6f0d8898f7a64bb65800a45cbdc52d65e370570820" } ,
{ file = "pydantic-1.8.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8621559dcf5afacf0069ed194278f35c255dc1a1385c28b32dd6c110fd6531b3" } ,
{ file = "pydantic-1.8.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8b223557f9510cf0bfd8b01316bf6dd281cf41826607eada99662f5e4963f316" } ,
{ file = "pydantic-1.8.2-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:244ad78eeb388a43b0c927e74d3af78008e944074b7d0f4f696ddd5b2af43c62" } ,
{ file = "pydantic-1.8.2-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:05ef5246a7ffd2ce12a619cbb29f3307b7c4509307b1b49f456657b43529dc6f" } ,
{ file = "pydantic-1.8.2-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:54cd5121383f4a461ff7644c7ca20c0419d58052db70d8791eacbbe31528916b" } ,
{ file = "pydantic-1.8.2-cp39-cp39-win_amd64.whl" , hash = "sha256:4be75bebf676a5f0f87937c6ddb061fa39cbea067240d98e298508c1bda6f3f3" } ,
{ file = "pydantic-1.8.2-py3-none-any.whl" , hash = "sha256:fec866a0b59f372b7e776f2d7308511784dace622e0992a0b59ea3ccee0ae833" } ,
{ file = "pydantic-1.8.2.tar.gz" , hash = "sha256:26464e57ccaafe72b7ad156fdaa4e9b9ef051f69e175dbbb463283000c05ab7b" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-05-07 05:08:27 +00:00
{ file = "Pygments-2.9.0-py3-none-any.whl" , hash = "sha256:d66e804411278594d764fc69ec36ec13d9ae9147193a1740cd34d272ca383b8e" } ,
{ file = "Pygments-2.9.0.tar.gz" , hash = "sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f" } ,
2021-05-02 04:46:02 +00:00
]
pyhumps = [
2021-05-07 05:08:27 +00:00
{ file = "pyhumps-3.0.2-py3-none-any.whl" , hash = "sha256:367b1aadcaa64f8196a3cd14f56559a5602950aeb8486f49318e7394f5e18052" } ,
{ file = "pyhumps-3.0.2.tar.gz" , hash = "sha256:042b4b6eec6c1f862f8310c0eebbae19293e9edab8cafb030ff78c890ef1aa34" } ,
2021-05-02 04:46:02 +00:00
]
pylint = [
2021-06-11 02:31:14 +00:00
{ file = "pylint-2.8.3-py3-none-any.whl" , hash = "sha256:792b38ff30903884e4a9eab814ee3523731abd3c463f3ba48d7b627e87013484" } ,
{ file = "pylint-2.8.3.tar.gz" , hash = "sha256:0a049c5d47b629d9070c3932d13bff482b12119b6a241a93bc460b0be16953c8" } ,
2021-05-02 04:46:02 +00:00
]
pymdown-extensions = [
2021-06-11 02:31:14 +00:00
{ file = "pymdown-extensions-8.2.tar.gz" , hash = "sha256:b6daa94aad9e1310f9c64c8b1f01e4ce82937ab7eb53bfc92876a97aca02a6f4" } ,
{ file = "pymdown_extensions-8.2-py3-none-any.whl" , hash = "sha256:141452d8ed61165518f2c923454bf054866b85cf466feedb0eb68f04acdc2560" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-05-07 05:08:27 +00:00
{ file = "pytest-6.2.4-py3-none-any.whl" , hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890" } ,
{ file = "pytest-6.2.4.tar.gz" , hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b" } ,
2021-05-02 04:46:02 +00:00
]
pytest-cov = [
2021-06-11 02:31:14 +00:00
{ file = "pytest-cov-2.12.1.tar.gz" , hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7" } ,
{ file = "pytest_cov-2.12.1-py2.py3-none-any.whl" , hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a" } ,
]
python-dateutil = [
{ file = "python-dateutil-2.8.1.tar.gz" , hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c" } ,
{ file = "python_dateutil-2.8.1-py2.py3-none-any.whl" , hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-06-11 02:31:14 +00:00
{ file = "python-jose-3.3.0.tar.gz" , hash = "sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a" } ,
{ file = "python_jose-3.3.0-py2.py3-none-any.whl" , hash = "sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
2021-06-11 02:31:14 +00:00
pyyaml-env-tag = [
{ file = "pyyaml_env_tag-0.1-py3-none-any.whl" , hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069" } ,
{ file = "pyyaml_env_tag-0.1.tar.gz" , hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb" } ,
]
2021-05-02 04:46:02 +00:00
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" } ,
]
2021-06-09 21:04:54 +00:00
recipe-scrapers = [
{ file = "recipe_scrapers-13.2.7-py3-none-any.whl" , hash = "sha256:e5b2a251bbba2ef319ce32a10c4073b23f483f0ee2db83da543204549b06dffe" } ,
{ file = "recipe_scrapers-13.2.7.tar.gz" , hash = "sha256:e03d20a5c39f9c3dcb0185be1b6480ac0a086900d6aacf1699c77fa090944901" } ,
]
2021-05-02 04:46:02 +00:00
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" } ,
]
2021-05-09 02:29:31 +00:00
requests-oauthlib = [
{ file = "requests-oauthlib-1.3.0.tar.gz" , hash = "sha256:b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a" } ,
{ file = "requests_oauthlib-1.3.0-py2.py3-none-any.whl" , hash = "sha256:7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d" } ,
{ file = "requests_oauthlib-1.3.0-py3.7.egg" , hash = "sha256:fa6c47b933f01060936d87ae9327fead68768b69c6c9ea2109c48be30f2d4dbc" } ,
]
2021-05-02 04:46:02 +00:00
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 = [
2021-05-07 05:08:27 +00:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2021-05-02 04:46:02 +00:00
]
soupsieve = [
{ file = "soupsieve-2.2.1-py3-none-any.whl" , hash = "sha256:c2c1c2d44f158cdbddab7824a9af8c4f83c76b1e23e049479aa432feb6c4c23b" } ,
{ file = "soupsieve-2.2.1.tar.gz" , hash = "sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc" } ,
]
sqlalchemy = [
2021-06-11 02:31:14 +00:00
{ file = "SQLAlchemy-1.4.17-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:c367ed95d41df584f412a9419b5ece85b0d6c2a08a51ae13ae47ef74ff9a9349" } ,
{ file = "SQLAlchemy-1.4.17-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:fdad4a33140b77df61d456922b7974c1f1bb2c35238f6809f078003a620c4734" } ,
{ file = "SQLAlchemy-1.4.17-cp27-cp27m-win32.whl" , hash = "sha256:f1c68f7bd4a57ffdb85eab489362828dddf6cd565a4c18eda4c446c1d5d3059d" } ,
{ file = "SQLAlchemy-1.4.17-cp27-cp27m-win_amd64.whl" , hash = "sha256:ee6e7ca09ff274c55d19a1e15ee6f884fa0230c0d9b8d22a456e249d08dee5bf" } ,
{ file = "SQLAlchemy-1.4.17-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a5f00a2be7d777119e15ccfb5ba0b2a92e8a193959281089d79821a001095f80" } ,
{ file = "SQLAlchemy-1.4.17-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:1dd77acbc19bee9c0ba858ff5e4e5d5c60895495c83b4df9bcdf4ad5e9b74f21" } ,
{ file = "SQLAlchemy-1.4.17-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5732858e56d32fa7e02468f4fd2d8f01ddf709e5b93d035c637762890f8ed8b6" } ,
{ file = "SQLAlchemy-1.4.17-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:949ac299903d2ed8419086f81847381184e2264f3431a33af4679546dcc87f01" } ,
{ file = "SQLAlchemy-1.4.17-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:196fb6bb2733834e506c925d7532f8eabad9d2304deef738a40846e54c31e236" } ,
{ file = "SQLAlchemy-1.4.17-cp36-cp36m-win32.whl" , hash = "sha256:bde055c019e6e449ebc4ec61abd3e08690abeb028c7ada2a3b95d8e352b7b514" } ,
{ file = "SQLAlchemy-1.4.17-cp36-cp36m-win_amd64.whl" , hash = "sha256:b0ad951a6e590bbcfbfeadc5748ef5ec8ede505a8119a71b235f7481cc08371c" } ,
{ file = "SQLAlchemy-1.4.17-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:82922a320d38d7d6aa3a8130523ec7e8c70fa95f7ca7d0fd6ec114b626e4b10b" } ,
{ file = "SQLAlchemy-1.4.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e133e2551fa99c75849848a4ac08efb79930561eb629dd7d2dc9b7ee05256e6" } ,
{ file = "SQLAlchemy-1.4.17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7e45043fe11d503e1c3f9dcf5b42f92d122a814237cd9af68a11dae46ecfcae1" } ,
{ file = "SQLAlchemy-1.4.17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:461a4ea803ce0834822f372617a68ac97f9fa1281f2a984624554c651d7c3ae1" } ,
{ file = "SQLAlchemy-1.4.17-cp37-cp37m-win32.whl" , hash = "sha256:4d93b62e98248e3e1ac1e91c2e6ee1e7316f704be1f734338b350b6951e6c175" } ,
{ file = "SQLAlchemy-1.4.17-cp37-cp37m-win_amd64.whl" , hash = "sha256:a2d225c8863a76d15468896dc5af36f1e196b403eb9c7e0151e77ffab9e7df57" } ,
{ file = "SQLAlchemy-1.4.17-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:b59b2c0a3b1d93027f6b6b8379a50c354483fe1ebe796c6740e157bb2e06d39a" } ,
{ file = "SQLAlchemy-1.4.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7222f3236c280fab3a2d76f903b493171f0ffc29667538cc388a5d5dd0216a88" } ,
{ file = "SQLAlchemy-1.4.17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4b09191ed22af149c07a880f309b7740f3f782ff13325bae5c6168a6aa57e715" } ,
{ file = "SQLAlchemy-1.4.17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:216ff28fe803885ceb5b131dcee6507d28d255808dd5bcffcb3b5fa75be2e102" } ,
{ file = "SQLAlchemy-1.4.17-cp38-cp38-win32.whl" , hash = "sha256:dde05ae0987e43ec84e64d6722ce66305eda2a5e2b7d6fda004b37aabdfbb909" } ,
{ file = "SQLAlchemy-1.4.17-cp38-cp38-win_amd64.whl" , hash = "sha256:bc89e37c359dcd4d75b744e5e81af128ba678aa2ecea4be957e80e6e958a1612" } ,
{ file = "SQLAlchemy-1.4.17-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:4c5e20666b33b03bf7f14953f0deb93007bf8c1342e985bd7c7cf25f46fac579" } ,
{ file = "SQLAlchemy-1.4.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f63e1f531a8bf52184e2afb53648511f3f8534decb7575b483a583d3cd8d13ed" } ,
{ file = "SQLAlchemy-1.4.17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7dc3d3285fb682316d580d84e6e0840fdd8ffdc05cb696db74b9dd746c729908" } ,
{ file = "SQLAlchemy-1.4.17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:58c02d1771bb0e61bc9ced8f3b36b5714d9ece8fd4bdbe2a44a892574c3bbc3c" } ,
{ file = "SQLAlchemy-1.4.17-cp39-cp39-win32.whl" , hash = "sha256:6fe1c8dc26bc0005439cb78ebc78772a22cccc773f5a0e67cb3002d791f53f0f" } ,
{ file = "SQLAlchemy-1.4.17-cp39-cp39-win_amd64.whl" , hash = "sha256:7eb55d5583076c03aaf1510473fad2a61288490809049cb31028af56af7068ee" } ,
{ file = "SQLAlchemy-1.4.17.tar.gz" , hash = "sha256:651cdb3adcee13624ba22d5ff3e96f91e16a115d2ca489ddc16a8e4c217e8509" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
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 = [
2021-06-11 02:31:14 +00:00
{ file = "urllib3-1.26.5-py2.py3-none-any.whl" , hash = "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c" } ,
{ file = "urllib3-1.26.5.tar.gz" , hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
2021-06-11 02:31:14 +00:00
watchdog = [
{ file = "watchdog-2.1.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:581e3548159fe7d2a9f377a1fbcb41bdcee46849cca8ab803c7ac2e5e04ec77c" } ,
{ file = "watchdog-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:edcd9ef3fd460bb8a98eb1fcf99941e9fd9f275f45f1a82cb1359ec92975d647" } ,
{ file = "watchdog-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d34ce2261f118ecd57eedeef95fc2a495fc4a40b3ed7b3bf0bd7a8ccc1ab4f8f" } ,
{ file = "watchdog-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:668391e6c32742d76e5be5db6bf95c455fa4b3d11e76a77c13b39bccb3a47a72" } ,
{ file = "watchdog-2.1.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:6ef9fe57162c4c361692620e1d9167574ba1975ee468b24051ca11c9bba6438e" } ,
{ file = "watchdog-2.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:58ebb1095ee493008a7789d47dd62e4999505d82be89fc884d473086fccc6ebd" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_aarch64.whl" , hash = "sha256:91387ee2421f30b75f7ff632c9d48f76648e56bf346a7c805c0a34187a93aab4" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_armv7l.whl" , hash = "sha256:a6471517315a8541a943c00b45f1d252e36898a3ae963d2d52509b89a50cb2b9" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_i686.whl" , hash = "sha256:a42e6d652f820b2b94cd03156c62559a2ea68d476476dfcd77d931e7f1012d4a" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_ppc64.whl" , hash = "sha256:3d6405681471ebe0beb3aa083998c4870e48b57f8afdb45ea1b5957cc5cf1014" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_ppc64le.whl" , hash = "sha256:598d772beeaf9c98d0df946fbabf0c8365dd95ea46a250c224c725fe0c4730bc" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_s390x.whl" , hash = "sha256:4b219d46d89cfa49af1d73175487c14a318a74cb8c5442603fd13c6a5b418c86" } ,
{ file = "watchdog-2.1.2-py3-none-manylinux2014_x86_64.whl" , hash = "sha256:188145185c08c73c56f1478ccf1f0f0f85101191439679b35b6b100886ce0b39" } ,
{ file = "watchdog-2.1.2-py3-none-win32.whl" , hash = "sha256:255a32d44bbbe62e52874ff755e2eefe271b150e0ec240ad7718a62a7a7a73c4" } ,
{ file = "watchdog-2.1.2-py3-none-win_amd64.whl" , hash = "sha256:1a62a4671796dc93d1a7262286217d9e75823c63d4c42782912d39a506d30046" } ,
{ file = "watchdog-2.1.2-py3-none-win_ia64.whl" , hash = "sha256:104266a778906ae0e971368d368a65c4cd032a490a9fca5ba0b78c6c7ae11720" } ,
{ file = "watchdog-2.1.2.tar.gz" , hash = "sha256:0237db4d9024859bea27d0efb59fe75eef290833fd988b8ead7a879b0308c2db" } ,
]
2021-05-02 04:46:02 +00:00
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" } ,
]
2021-06-11 02:31:14 +00:00
zipp = [
{ file = "zipp-3.4.1-py3-none-any.whl" , hash = "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098" } ,
{ file = "zipp-3.4.1.tar.gz" , hash = "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76" } ,
]