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"
2021-09-19 23:31:34 +00:00
version = "2.8.0"
2021-05-02 04:46:02 +00:00
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"
2021-09-19 23:31:34 +00:00
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
2021-05-02 04:46:02 +00:00
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"
2021-09-19 23:31:34 +00:00
version = "4.10.0"
2021-05-02 04:46:02 +00:00
description = "Screen-scraping library"
category = "main"
optional = false
2021-09-19 23:31:34 +00:00
python-versions = ">3.0.0"
2021-05-02 04:46:02 +00:00
[ package . dependencies ]
2021-09-19 23:31:34 +00:00
soupsieve = ">1.2"
2021-05-02 04:46:02 +00:00
[ 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" ]
2021-10-04 02:38:45 +00:00
[ [ package ] ]
name = "cachetools"
version = "4.2.4"
description = "Extensible memoizing collections and decorators"
category = "main"
optional = false
python-versions = "~=3.5"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-07-25 20:55:30 +00:00
version = "1.14.6"
2021-05-02 04:46:02 +00:00
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
2021-10-04 02:38:45 +00:00
[ [ 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.*"
2021-05-02 04:46:02 +00:00
[ [ package ] ]
2021-07-25 20:55:30 +00:00
name = "charset-normalizer"
2021-09-19 23:31:34 +00:00
version = "2.0.6"
2021-07-25 20:55:30 +00:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-05-02 04:46:02 +00:00
category = "main"
optional = false
2021-07-25 20:55:30 +00:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2021-05-02 04:46:02 +00:00
[ [ 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.*"
2021-08-07 23:14:01 +00:00
[ [ package ] ]
name = "commonmark"
version = "0.9.1"
description = "Python parser for the CommonMark Markdown spec"
category = "dev"
optional = false
python-versions = "*"
[ package . extras ]
test = [ "flake8 (==3.7.8)" , "hypothesis (==3.55.3)" ]
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-09-19 23:31:34 +00:00
version = "3.4.8"
2021-05-09 02:29:31 +00:00
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-10-04 02:38:45 +00:00
[ [ package ] ]
name = "cssselect"
version = "1.1.0"
description = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "cssutils"
version = "2.3.0"
description = "A CSS Cascading Style Sheets library for Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ 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)" , "mock" , "lxml" , "cssselect" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "decorator"
2021-09-19 23:31:34 +00:00
version = "5.1.0"
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
2021-10-04 02:38:45 +00:00
[ [ package ] ]
name = "emails"
version = "0.6"
description = "Modern python library for emails."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
chardet = "*"
cssutils = "*"
lxml = "*"
premailer = "*"
python-dateutil = "*"
requests = "*"
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-09-19 23:31:34 +00:00
version = "1.1.1"
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" ]
2021-06-22 18:22:31 +00:00
[ [ package ] ]
name = "gunicorn"
version = "20.1.0"
description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "h11"
version = "0.12.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "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"
2021-07-25 20:55:30 +00:00
version = "3.2"
2021-05-02 04:46:02 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-07-25 20:55:30 +00:00
python-versions = ">=3.5"
2021-05-02 04:46:02 +00:00
2021-06-11 02:31:14 +00:00
[ [ package ] ]
name = "importlib-metadata"
2021-09-19 23:31:34 +00:00
version = "4.8.1"
2021-06-11 02:31:14 +00:00
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)" ]
2021-07-06 00:05:32 +00:00
perf = [ "ipython" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2021-06-11 02:31:14 +00:00
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"
2021-08-02 03:24:47 +00:00
version = "5.9.3"
2021-05-02 04:46:02 +00:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
2021-07-06 00:05:32 +00:00
python-versions = ">=3.6.1,<4.0"
2021-05-02 04:46:02 +00:00
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2021-07-06 00:05:32 +00:00
plugins = [ "setuptools" ]
2021-05-02 04:46:02 +00:00
[ [ 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-07-25 20:55:30 +00:00
version = "1.2.2"
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-09-19 23:31:34 +00:00
version = "7.2.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"
2021-09-19 23:31:34 +00:00
mkdocs = ">=1.2.2"
2021-05-02 04:46:02 +00:00
mkdocs-material-extensions = ">=1.0"
Pygments = ">=2.4"
pymdown-extensions = ">=7.0"
[ [ package ] ]
name = "mkdocs-material-extensions"
2021-09-19 23:31:34 +00:00
version = "1.0.3"
2021-05-02 04:46:02 +00:00
description = "Extension pack for Python Markdown."
category = "dev"
optional = false
2021-09-19 23:31:34 +00:00
python-versions = ">=3.6"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-07-06 00:05:32 +00:00
version = "21.0"
2021-05-02 04:46:02 +00:00
description = "Core utilities for Python packages"
category = "dev"
optional = false
2021-07-06 00:05:32 +00:00
python-versions = ">=3.6"
2021-05-02 04:46:02 +00:00
[ 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"
2021-07-25 20:55:30 +00:00
version = "0.9.0"
2021-05-02 04:46:02 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
2021-07-25 20:55:30 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-09-19 23:31:34 +00:00
version = "8.3.2"
2021-05-02 04:46:02 +00:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.6"
2021-09-19 23:31:34 +00:00
[ [ package ] ]
name = "platformdirs"
version = "2.3.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "pluggy"
2021-09-19 23:31:34 +00:00
version = "1.0.0"
2021-05-02 04:46:02 +00:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2021-09-19 23:31:34 +00:00
python-versions = ">=3.6"
2021-05-02 04:46:02 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-19 23:31:34 +00:00
testing = [ "pytest" , "pytest-benchmark" ]
2021-05-02 04:46:02 +00:00
2021-10-04 02:38:45 +00:00
[ [ package ] ]
name = "premailer"
version = "3.10.0"
description = "Turns CSS blocks into style attributes"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
cachetools = "*"
cssselect = "*"
cssutils = "*"
lxml = "*"
requests = "*"
[ package . extras ]
dev = [ "tox" , "twine" , "therapist" , "black" , "flake8" , "wheel" ]
test = [ "nose" , "mock" ]
2021-06-11 23:30:06 +00:00
[ [ package ] ]
2021-06-22 18:22:31 +00:00
name = "psycopg2-binary"
version = "2.9.1"
2021-06-11 23:30:06 +00:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = true
2021-06-22 18:22:31 +00:00
python-versions = ">=3.6"
2021-06-11 23:30:06 +00:00
2021-05-02 04:46:02 +00:00
[ [ 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)" ]
2021-08-02 03:24:47 +00:00
[ [ package ] ]
name = "pydantic-to-typescript"
version = "1.0.7"
description = "Convert pydantic models to typescript interfaces"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
pydantic = "*"
2021-05-02 04:46:02 +00:00
[ [ 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-09-19 23:31:34 +00:00
version = "2.10.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-09-19 23:31:34 +00:00
version = "2.11.1"
2021-05-02 04:46:02 +00:00
description = "python code static checker"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
2021-09-19 23:31:34 +00:00
astroid = ">=2.8.0,<2.9"
2021-05-02 04:46:02 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.7"
2021-09-19 23:31:34 +00:00
platformdirs = ">=2.2.0"
2021-05-02 04:46:02 +00:00
toml = ">=0.7.1"
2021-09-19 23:31:34 +00:00
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
2021-05-02 04:46:02 +00:00
[ [ 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-09-19 23:31:34 +00:00
version = "6.2.5"
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 = "*"
2021-09-19 23:31:34 +00:00
pluggy = ">=0.12,<2.0"
2021-05-02 04:46:02 +00:00
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"
2021-07-25 20:55:30 +00:00
version = "2.8.2"
2021-06-11 02:31:14 +00:00
description = "Extensions to the standard Python datetime module"
2021-10-04 02:38:45 +00:00
category = "main"
2021-06-11 02:31:14 +00:00
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"
2021-09-19 23:31:34 +00:00
version = "6.0.1"
2021-05-02 04:46:02 +00:00
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
category = "main"
optional = false
2021-07-25 20:55:30 +00:00
python-versions = ">=3.7"
2021-05-02 04:46:02 +00:00
[ package . dependencies ]
isodate = "*"
pyparsing = "*"
[ package . extras ]
2021-07-25 20:55:30 +00:00
docs = [ "sphinx (<5)" , "sphinxcontrib-apidoc" ]
2021-05-02 04:46:02 +00:00
html = [ "html5lib" ]
2021-09-19 23:31:34 +00:00
tests = [ "html5lib" , "networkx" , "nose (==1.3.7)" , "nose-timer" , "coverage" , "black (==21.6b0)" , "flake8" , "doctest-ignore-unicode (==0.1.2)" ]
2021-05-02 04:46:02 +00:00
[ [ package ] ]
name = "rdflib-jsonld"
2021-09-19 23:31:34 +00:00
version = "0.6.2"
2021-05-02 04:46:02 +00:00
description = "rdflib extension adding JSON-LD parser and serializer"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-09-19 23:31:34 +00:00
rdflib = ">=5.0.0"
2021-05-02 04:46:02 +00:00
2021-06-09 21:04:54 +00:00
[ [ package ] ]
name = "recipe-scrapers"
2021-09-19 23:31:34 +00:00
version = "13.4.0"
2021-06-09 21:04:54 +00:00
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"
2021-09-19 23:31:34 +00:00
version = "2021.8.28"
2021-05-02 04:46:02 +00:00
description = "Alternative regular expression module, to replace re."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2021-07-25 20:55:30 +00:00
version = "2.26.0"
2021-05-02 04:46:02 +00:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2021-07-25 20:55:30 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-05-02 04:46:02 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-07-25 20:55:30 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-05-02 04:46:02 +00:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-07-25 20:55:30 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-05-02 04:46:02 +00:00
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-08-07 23:14:01 +00:00
[ [ package ] ]
name = "rich"
2021-09-19 23:31:34 +00:00
version = "10.10.0"
2021-08-07 23:14:01 +00:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ package . dependencies ]
colorama = ">=0.4.0,<0.5.0"
commonmark = ">=0.9.0,<0.10.0"
pygments = ">=2.6.0,<3.0.0"
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<8.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"
2021-07-06 00:05:32 +00:00
version = "0.1.5"
2021-05-02 04:46:02 +00:00
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-09-19 23:31:34 +00:00
version = "1.4.23"
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 ]
2021-09-19 23:31:34 +00:00
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and platform_machine in \"x86_64 X86_64 aarch64 AARCH64 ppc64le PPC64LE amd64 AMD64 win32 WIN32\"" }
2021-05-02 04:46:02 +00:00
[ 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" ]
2021-09-19 23:31:34 +00:00
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
2021-05-02 04:46:02 +00:00
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"
2021-09-19 23:31:34 +00:00
version = "3.10.0.2"
2021-05-02 04:46:02 +00:00
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-07-06 00:05:32 +00:00
version = "1.26.6"
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"
2021-09-19 23:31:34 +00:00
version = "0.16.0"
2021-05-02 04:46:02 +00:00
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2021-09-19 23:31:34 +00:00
dev = [ "Cython (>=0.29.24,<0.30.0)" , "pytest (>=3.6.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "psutil" , "pycodestyle (>=2.7.0,<2.8.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" ]
test = [ "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "psutil" , "pycodestyle (>=2.7.0,<2.8.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
2021-05-02 04:46:02 +00:00
[ [ 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"
2021-09-19 23:31:34 +00:00
version = "2.1.5"
2021-06-11 02:31:14 +00:00
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"
2021-07-06 00:05:32 +00:00
version = "3.5.0"
2021-06-11 02:31:14 +00:00
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)" ]
2021-07-06 00:05:32 +00:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-06-11 02:31:14 +00:00
2021-06-11 23:30:06 +00:00
[ extras ]
2021-06-22 18:22:31 +00:00
pgsql = [ "psycopg2-binary" ]
2021-06-11 23:30:06 +00:00
2021-05-02 04:46:02 +00:00
[ metadata ]
lock-version = "1.1"
python-versions = "^3.9"
2021-10-04 02:38:45 +00:00
content-hash = "c030cae2012cedbcad514df8f63a79288d0390d211cfdf4f5a6489a11c96d923"
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 = [
2021-09-19 23:31:34 +00:00
{ file = "astroid-2.8.0-py3-none-any.whl" , hash = "sha256:dcc06f6165f415220013801642bd6c9808a02967070919c4b746c6864c205471" } ,
{ file = "astroid-2.8.0.tar.gz" , hash = "sha256:fe81f80c0b35264acb5653302ffbd935d394f1775c5e4487df745bf9c2442708" } ,
2021-05-02 04:46:02 +00:00
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
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 = [
2021-09-19 23:31:34 +00:00
{ file = "beautifulsoup4-4.10.0-py3-none-any.whl" , hash = "sha256:9a315ce70049920ea4572a4055bc4bd700c940521d36fc858205ad4fcde149bf" } ,
{ file = "beautifulsoup4-4.10.0.tar.gz" , hash = "sha256:c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891" } ,
2021-05-02 04:46:02 +00:00
]
black = [
{ file = "black-20.8b1.tar.gz" , hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea" } ,
]
2021-10-04 02:38:45 +00:00
cachetools = [
{ file = "cachetools-4.2.4-py3-none-any.whl" , hash = "sha256:92971d3cb7d2a97efff7c7bb1657f21a8f5fb309a37530537c71b1774189f2d1" } ,
{ file = "cachetools-4.2.4.tar.gz" , hash = "sha256:89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693" } ,
]
2021-05-02 04:46:02 +00:00
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 = [
2021-07-25 20:55:30 +00:00
{ file = "cffi-1.14.6-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:22b9c3c320171c108e903d61a3723b51e37aaa8c81255b5e7ce102775bd01e2c" } ,
{ file = "cffi-1.14.6-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:f0c5d1acbfca6ebdd6b1e3eded8d261affb6ddcf2186205518f1428b8569bb99" } ,
{ file = "cffi-1.14.6-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:99f27fefe34c37ba9875f224a8f36e31d744d8083e00f520f133cab79ad5e819" } ,
{ file = "cffi-1.14.6-cp27-cp27m-win32.whl" , hash = "sha256:55af55e32ae468e9946f741a5d51f9896da6b9bf0bbdd326843fec05c730eb20" } ,
{ file = "cffi-1.14.6-cp27-cp27m-win_amd64.whl" , hash = "sha256:7bcac9a2b4fdbed2c16fa5681356d7121ecabf041f18d97ed5b8e0dd38a80224" } ,
{ file = "cffi-1.14.6-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:ed38b924ce794e505647f7c331b22a693bee1538fdf46b0222c4717b42f744e7" } ,
{ file = "cffi-1.14.6-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e22dcb48709fc51a7b58a927391b23ab37eb3737a98ac4338e2448bef8559b33" } ,
{ file = "cffi-1.14.6-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:aedb15f0a5a5949ecb129a82b72b19df97bbbca024081ed2ef88bd5c0a610534" } ,
{ file = "cffi-1.14.6-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:48916e459c54c4a70e52745639f1db524542140433599e13911b2f329834276a" } ,
{ file = "cffi-1.14.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f627688813d0a4140153ff532537fbe4afea5a3dffce1f9deb7f91f848a832b5" } ,
{ file = "cffi-1.14.6-cp35-cp35m-win32.whl" , hash = "sha256:f0010c6f9d1a4011e429109fda55a225921e3206e7f62a0c22a35344bfd13cca" } ,
{ file = "cffi-1.14.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:57e555a9feb4a8460415f1aac331a2dc833b1115284f7ded7278b54afc5bd218" } ,
{ file = "cffi-1.14.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e8c6a99be100371dbb046880e7a282152aa5d6127ae01783e37662ef73850d8f" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:19ca0dbdeda3b2615421d54bef8985f72af6e0c47082a8d26122adac81a95872" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d950695ae4381ecd856bcaf2b1e866720e4ab9a1498cba61c602e56630ca7195" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9dc245e3ac69c92ee4c167fbdd7428ec1956d4e754223124991ef29eb57a09d" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a8661b2ce9694ca01c529bfa204dbb144b275a31685a075ce123f12331be790b" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b315d709717a99f4b27b59b021e6207c64620790ca3e0bde636a6c7f14618abb" } ,
{ file = "cffi-1.14.6-cp36-cp36m-win32.whl" , hash = "sha256:80b06212075346b5546b0417b9f2bf467fea3bfe7352f781ffc05a8ab24ba14a" } ,
{ file = "cffi-1.14.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:a9da7010cec5a12193d1af9872a00888f396aba3dc79186604a09ea3ee7c029e" } ,
{ file = "cffi-1.14.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4373612d59c404baeb7cbd788a18b2b2a8331abcc84c3ba40051fcd18b17a4d5" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:f10afb1004f102c7868ebfe91c28f4a712227fe4cb24974350ace1f90e1febbf" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fd4305f86f53dfd8cd3522269ed7fc34856a8ee3709a5e28b2836b2db9d4cd69" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6d6169cb3c6c2ad50db5b868db6491a790300ade1ed5d1da29289d73bbe40b56" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5d4b68e216fc65e9fe4f524c177b54964af043dde734807586cf5435af84045c" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33791e8a2dc2953f28b8d8d300dde42dd929ac28f974c4b4c6272cb2955cb762" } ,
{ file = "cffi-1.14.6-cp37-cp37m-win32.whl" , hash = "sha256:0c0591bee64e438883b0c92a7bed78f6290d40bf02e54c5bf0978eaf36061771" } ,
{ file = "cffi-1.14.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:8eb687582ed7cd8c4bdbff3df6c0da443eb89c3c72e6e5dcdd9c81729712791a" } ,
{ file = "cffi-1.14.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ba6f2b3f452e150945d58f4badd92310449876c4c954836cfb1803bdd7b422f0" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:64fda793737bc4037521d4899be780534b9aea552eb673b9833b01f945904c2e" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9f3e33c28cd39d1b655ed1ba7247133b6f7fc16fa16887b120c0c670e35ce346" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26bb2549b72708c833f5abe62b756176022a7b9a7f689b571e74c8478ead51dc" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:eb687a11f0a7a1839719edd80f41e459cc5366857ecbed383ff376c4e3cc6afd" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d2ad4d668a5c0645d281dcd17aff2be3212bc109b33814bbb15c4939f44181cc" } ,
{ file = "cffi-1.14.6-cp38-cp38-win32.whl" , hash = "sha256:487d63e1454627c8e47dd230025780e91869cfba4c753a74fda196a1f6ad6548" } ,
{ file = "cffi-1.14.6-cp38-cp38-win_amd64.whl" , hash = "sha256:c33d18eb6e6bc36f09d793c0dc58b0211fccc6ae5149b808da4a62660678b156" } ,
{ file = "cffi-1.14.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:06c54a68935738d206570b20da5ef2b6b6d92b38ef3ec45c5422c0ebaf338d4d" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:f174135f5609428cc6e1b9090f9268f5c8935fddb1b25ccb8255a2d50de6789e" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f3ebe6e73c319340830a9b2825d32eb6d8475c1dac020b4f0aa774ee3b898d1c" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c8d896becff2fa653dc4438b54a5a25a971d1f4110b32bd3068db3722c80202" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4922cd707b25e623b902c86188aca466d3620892db76c0bdd7b99a3d5e61d35f" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c9e005e9bd57bc987764c32a1bee4364c44fdc11a3cc20a40b93b444984f2b87" } ,
{ file = "cffi-1.14.6-cp39-cp39-win32.whl" , hash = "sha256:eb9e2a346c5238a30a746893f23a9535e700f8192a68c07c0258e7ece6ff3728" } ,
{ file = "cffi-1.14.6-cp39-cp39-win_amd64.whl" , hash = "sha256:818014c754cd3dba7229c0f5884396264d51ffb87ec86e927ef0be140bfdb0d2" } ,
{ file = "cffi-1.14.6.tar.gz" , hash = "sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd" } ,
]
2021-10-04 02:38:45 +00:00
chardet = [
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
]
2021-07-25 20:55:30 +00:00
charset-normalizer = [
2021-09-19 23:31:34 +00:00
{ file = "charset-normalizer-2.0.6.tar.gz" , hash = "sha256:5ec46d183433dcbd0ab716f2d7f29d8dee50505b3fdb40c6b985c7c4f5a3591f" } ,
{ file = "charset_normalizer-2.0.6-py3-none-any.whl" , hash = "sha256:5d209c0a931f215cee683b6445e2d77677e7e75e159f78def0db09d68fafcaa6" } ,
2021-05-02 04:46:02 +00:00
]
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" } ,
]
2021-08-07 23:14:01 +00:00
commonmark = [
{ file = "commonmark-0.9.1-py2.py3-none-any.whl" , hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9" } ,
{ file = "commonmark-0.9.1.tar.gz" , hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60" } ,
]
2021-05-02 04:46:02 +00:00
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 = [
2021-09-19 23:31:34 +00:00
{ file = "cryptography-3.4.8-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:a00cf305f07b26c351d8d4e1af84ad7501eca8a342dedf24a7acb0e7b7406e14" } ,
{ file = "cryptography-3.4.8-cp36-abi3-macosx_11_0_arm64.whl" , hash = "sha256:f44d141b8c4ea5eb4dbc9b3ad992d45580c1d22bf5e24363f2fbf50c2d7ae8a7" } ,
{ file = "cryptography-3.4.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0a7dcbcd3f1913f664aca35d47c1331fce738d44ec34b7be8b9d332151b0b01e" } ,
{ file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:34dae04a0dce5730d8eb7894eab617d8a70d0c97da76b905de9efb7128ad7085" } ,
{ file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1eb7bb0df6f6f583dd8e054689def236255161ebbcf62b226454ab9ec663746b" } ,
{ file = "cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:9965c46c674ba8cc572bc09a03f4c649292ee73e1b683adb1ce81e82e9a6a0fb" } ,
{ file = "cryptography-3.4.8-cp36-abi3-win32.whl" , hash = "sha256:21ca464b3a4b8d8e86ba0ee5045e103a1fcfac3b39319727bc0fc58c09c6aff7" } ,
{ file = "cryptography-3.4.8-cp36-abi3-win_amd64.whl" , hash = "sha256:3520667fda779eb788ea00080124875be18f2d8f0848ec00733c0ec3bb8219fc" } ,
{ file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d2a6e5ef66503da51d2110edf6c403dc6b494cc0082f85db12f54e9c5d4c3ec5" } ,
{ file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a305600e7a6b7b855cd798e00278161b681ad6e9b7eca94c721d5f588ab212af" } ,
{ file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:3fa3a7ccf96e826affdf1a0a9432be74dc73423125c8f96a909e3835a5ef194a" } ,
{ file = "cryptography-3.4.8-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:d9ec0e67a14f9d1d48dd87a2531009a9b251c02ea42851c060b25c782516ff06" } ,
{ file = "cryptography-3.4.8-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5b0fbfae7ff7febdb74b574055c7466da334a5371f253732d7e2e7525d570498" } ,
{ file = "cryptography-3.4.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94fff993ee9bc1b2440d3b7243d488c6a3d9724cc2b09cdb297f6a886d040ef7" } ,
{ file = "cryptography-3.4.8-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:8695456444f277af73a4877db9fc979849cd3ee74c198d04fc0776ebc3db52b9" } ,
{ file = "cryptography-3.4.8-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:cd65b60cfe004790c795cc35f272e41a3df4631e2fb6b35aa7ac6ef2859d554e" } ,
{ file = "cryptography-3.4.8.tar.gz" , hash = "sha256:94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c" } ,
2021-05-09 02:29:31 +00:00
]
2021-10-04 02:38:45 +00:00
cssselect = [
{ file = "cssselect-1.1.0-py2.py3-none-any.whl" , hash = "sha256:f612ee47b749c877ebae5bb77035d8f4202c6ad0f0fc1271b3c18ad6c4468ecf" } ,
{ file = "cssselect-1.1.0.tar.gz" , hash = "sha256:f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc" } ,
]
cssutils = [
{ file = "cssutils-2.3.0-py3-none-any.whl" , hash = "sha256:0cf1f6086b020dee18048ff3999339499f725934017ef9ae2cd5bb77f9ab5f46" } ,
{ file = "cssutils-2.3.0.tar.gz" , hash = "sha256:b2d3b16047caae82e5c590036935bafa1b621cf45c2f38885af4be4838f0fd00" } ,
]
2021-05-02 04:46:02 +00:00
decorator = [
2021-09-19 23:31:34 +00:00
{ file = "decorator-5.1.0-py3-none-any.whl" , hash = "sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374" } ,
{ file = "decorator-5.1.0.tar.gz" , hash = "sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7" } ,
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
]
2021-10-04 02:38:45 +00:00
emails = [
{ file = "emails-0.6-py2.py3-none-any.whl" , hash = "sha256:72c1e3198075709cc35f67e1b49e2da1a2bc087e9b444073db61a379adfb7f3c" } ,
{ file = "emails-0.6.tar.gz" , hash = "sha256:a4c2d67ea8b8831967a750d8edc6e77040d7693143fe280e6d2a367d9c36ff88" } ,
]
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-09-19 23:31:34 +00:00
{ file = "greenlet-1.1.1-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:476ba9435afaead4382fbab8f1882f75e3fb2285c35c9285abb3dd30237f9142" } ,
{ file = "greenlet-1.1.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:44556302c0ab376e37939fd0058e1f0db2e769580d340fb03b01678d1ff25f68" } ,
{ file = "greenlet-1.1.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:40abb7fec4f6294225d2b5464bb6d9552050ded14a7516588d6f010e7e366dcc" } ,
{ file = "greenlet-1.1.1-cp27-cp27m-win32.whl" , hash = "sha256:a11b6199a0b9dc868990456a2667167d0ba096c5224f6258e452bfbe5a9742c5" } ,
{ file = "greenlet-1.1.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e22a82d2b416d9227a500c6860cf13e74060cf10e7daf6695cbf4e6a94e0eee4" } ,
{ file = "greenlet-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bad269e442f1b7ffa3fa8820b3c3aa66f02a9f9455b5ba2db5a6f9eea96f56de" } ,
{ file = "greenlet-1.1.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:8ddb38fb6ad96c2ef7468ff73ba5c6876b63b664eebb2c919c224261ae5e8378" } ,
{ file = "greenlet-1.1.1-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:84782c80a433d87530ae3f4b9ed58d4a57317d9918dfcc6a59115fa2d8731f2c" } ,
{ file = "greenlet-1.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ac991947ca6533ada4ce7095f0e28fe25d5b2f3266ad5b983ed4201e61596acf" } ,
{ file = "greenlet-1.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5317701c7ce167205c0569c10abc4bd01c7f4cf93f642c39f2ce975fa9b78a3c" } ,
{ file = "greenlet-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4870b018ca685ff573edd56b93f00a122f279640732bb52ce3a62b73ee5c4a92" } ,
{ file = "greenlet-1.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:990e0f5e64bcbc6bdbd03774ecb72496224d13b664aa03afd1f9b171a3269272" } ,
{ file = "greenlet-1.1.1-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:a414f8e14aa7bacfe1578f17c11d977e637d25383b6210587c29210af995ef04" } ,
{ file = "greenlet-1.1.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:e02780da03f84a671bb4205c5968c120f18df081236d7b5462b380fd4f0b497b" } ,
{ file = "greenlet-1.1.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:dfcb5a4056e161307d103bc013478892cfd919f1262c2bb8703220adcb986362" } ,
{ file = "greenlet-1.1.1-cp35-cp35m-win32.whl" , hash = "sha256:655ab836324a473d4cd8cf231a2d6f283ed71ed77037679da554e38e606a7117" } ,
{ file = "greenlet-1.1.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:6ce9d0784c3c79f3e5c5c9c9517bbb6c7e8aa12372a5ea95197b8a99402aa0e6" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:3fc6a447735749d651d8919da49aab03c434a300e9f0af1c886d560405840fd1" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:8039f5fe8030c43cd1732d9a234fdcbf4916fcc32e21745ca62e75023e4d4649" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:fddfb31aa2ac550b938d952bca8a87f1db0f8dc930ffa14ce05b5c08d27e7fd1" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b97a807437b81f90f85022a9dcfd527deea38368a3979ccb49d93c9198b2c722" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cf31e894dabb077a35bbe6963285d4515a387ff657bd25b0530c7168e48f167f" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4eae94de9924bbb4d24960185363e614b1b62ff797c23dc3c8a7c75bbb8d187e" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-win32.whl" , hash = "sha256:c1862f9f1031b1dee3ff00f1027fcd098ffc82120f43041fe67804b464bbd8a7" } ,
{ file = "greenlet-1.1.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:9b02e6039eafd75e029d8c58b7b1f3e450ca563ef1fe21c7e3e40b9936c8d03e" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:84488516639c3c5e5c0e52f311fff94ebc45b56788c2a3bfe9cf8e75670f4de3" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:3f8fc59bc5d64fa41f58b0029794f474223693fd00016b29f4e176b3ee2cfd9f" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:3e594015a2349ec6dcceda9aca29da8dc89e85b56825b7d1f138a3f6bb79dd4c" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e41f72f225192d5d4df81dad2974a8943b0f2d664a2a5cfccdf5a01506f5523c" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:75ff270fd05125dce3303e9216ccddc541a9e072d4fc764a9276d44dee87242b" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5cde7ee190196cbdc078511f4df0be367af85636b84d8be32230f4871b960687" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-win32.whl" , hash = "sha256:f253dad38605486a4590f9368ecbace95865fea0f2b66615d121ac91fd1a1563" } ,
{ file = "greenlet-1.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a91ee268f059583176c2c8b012a9fce7e49ca6b333a12bbc2dd01fc1a9783885" } ,
{ file = "greenlet-1.1.1-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:34e6675167a238bede724ee60fe0550709e95adaff6a36bcc97006c365290384" } ,
{ file = "greenlet-1.1.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:bf3725d79b1ceb19e83fb1aed44095518c0fcff88fba06a76c0891cfd1f36837" } ,
{ file = "greenlet-1.1.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:5c3b735ccf8fc8048664ee415f8af5a3a018cc92010a0d7195395059b4b39b7d" } ,
{ file = "greenlet-1.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2002a59453858c7f3404690ae80f10c924a39f45f6095f18a985a1234c37334" } ,
{ file = "greenlet-1.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:04e1849c88aa56584d4a0a6e36af5ec7cc37993fdc1fda72b56aa1394a92ded3" } ,
{ file = "greenlet-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c8d4ed48eed7414ccb2aaaecbc733ed2a84c299714eae3f0f48db085342d5629" } ,
{ file = "greenlet-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:2f89d74b4f423e756a018832cd7a0a571e0a31b9ca59323b77ce5f15a437629b" } ,
{ file = "greenlet-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d15cb6f8706678dc47fb4e4f8b339937b04eda48a0af1cca95f180db552e7663" } ,
{ file = "greenlet-1.1.1-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:b050dbb96216db273b56f0e5960959c2b4cb679fe1e58a0c3906fa0a60c00662" } ,
{ file = "greenlet-1.1.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:6e0696525500bc8aa12eae654095d2260db4dc95d5c35af2b486eae1bf914ccd" } ,
{ file = "greenlet-1.1.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:07e6d88242e09b399682b39f8dfa1e7e6eca66b305de1ff74ed9eb1a7d8e539c" } ,
{ file = "greenlet-1.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:98b491976ed656be9445b79bc57ed21decf08a01aaaf5fdabf07c98c108111f6" } ,
{ file = "greenlet-1.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:05e72db813c28906cdc59bd0da7c325d9b82aa0b0543014059c34c8c4ad20e16" } ,
{ file = "greenlet-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:090126004c8ab9cd0787e2acf63d79e80ab41a18f57d6448225bbfcba475034f" } ,
{ file = "greenlet-1.1.1-cp39-cp39-win32.whl" , hash = "sha256:1796f2c283faab2b71c67e9b9aefb3f201fdfbee5cb55001f5ffce9125f63a45" } ,
{ file = "greenlet-1.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:4adaf53ace289ced90797d92d767d37e7cdc29f13bd3830c3f0a561277a4ae83" } ,
{ file = "greenlet-1.1.1.tar.gz" , hash = "sha256:c0f22774cd8294078bdf7392ac73cf00bfa1e5e0ed644bd064fdabc5f2a2f481" } ,
2021-05-02 04:46:02 +00:00
]
2021-06-22 18:22:31 +00:00
gunicorn = [
{ file = "gunicorn-20.1.0-py3-none-any.whl" , hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e" } ,
{ file = "gunicorn-20.1.0.tar.gz" , hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" } ,
]
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 = [
2021-07-25 20:55:30 +00:00
{ file = "idna-3.2-py3-none-any.whl" , hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a" } ,
{ file = "idna-3.2.tar.gz" , hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" } ,
2021-05-02 04:46:02 +00:00
]
2021-06-11 02:31:14 +00:00
importlib-metadata = [
2021-09-19 23:31:34 +00:00
{ file = "importlib_metadata-4.8.1-py3-none-any.whl" , hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15" } ,
{ file = "importlib_metadata-4.8.1.tar.gz" , hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1" } ,
2021-06-11 02:31:14 +00:00
]
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 = [
2021-08-02 03:24:47 +00:00
{ file = "isort-5.9.3-py3-none-any.whl" , hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" } ,
{ file = "isort-5.9.3.tar.gz" , hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899" } ,
2021-05-02 04:46:02 +00:00
]
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-07-25 20:55:30 +00:00
{ file = "mkdocs-1.2.2-py3-none-any.whl" , hash = "sha256:d019ff8e17ec746afeb54eb9eb4112b5e959597aebc971da46a5c9486137f0ff" } ,
{ file = "mkdocs-1.2.2.tar.gz" , hash = "sha256:a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078" } ,
2021-05-02 04:46:02 +00:00
]
mkdocs-material = [
2021-09-19 23:31:34 +00:00
{ file = "mkdocs-material-7.2.7.tar.gz" , hash = "sha256:2ce49ece52fc92a9728ea4a3aea941744bfe23442814a1e1db93368f858aee30" } ,
{ file = "mkdocs_material-7.2.7-py2.py3-none-any.whl" , hash = "sha256:4be317aa17829746d9e36150207c5c6311fb82042dbd0a56ae2a3301a351fda1" } ,
2021-05-02 04:46:02 +00:00
]
mkdocs-material-extensions = [
2021-09-19 23:31:34 +00:00
{ file = "mkdocs-material-extensions-1.0.3.tar.gz" , hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2" } ,
{ file = "mkdocs_material_extensions-1.0.3-py3-none-any.whl" , hash = "sha256:a82b70e533ce060b2a5d9eb2bc2e1be201cf61f901f93704b4acf6e3d5983a44" } ,
2021-05-02 04:46:02 +00:00
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
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 = [
2021-07-06 00:05:32 +00:00
{ file = "packaging-21.0-py3-none-any.whl" , hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14" } ,
{ file = "packaging-21.0.tar.gz" , hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-07-25 20:55:30 +00:00
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
2021-05-02 04:46:02 +00:00
]
pathvalidate = [
{ file = "pathvalidate-2.4.1-py3-none-any.whl" , hash = "sha256:f5dde7efeeb4262784c5e1331e02752d07c1ec3ee5ea42683fe211155652b808" } ,
{ file = "pathvalidate-2.4.1.tar.gz" , hash = "sha256:3c9bd94c7ec23e9cfb211ffbe356ae75f979d6c099a2c745ee9490f524f32468" } ,
]
pillow = [
2021-09-19 23:31:34 +00:00
{ file = "Pillow-8.3.2-cp310-cp310-macosx_10_10_universal2.whl" , hash = "sha256:c691b26283c3a31594683217d746f1dad59a7ae1d4cfc24626d7a064a11197d4" } ,
{ file = "Pillow-8.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f514c2717012859ccb349c97862568fdc0479aad85b0270d6b5a6509dbc142e2" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:be25cb93442c6d2f8702c599b51184bd3ccd83adebd08886b682173e09ef0c3f" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d675a876b295afa114ca8bf42d7f86b5fb1298e1b6bb9a24405a3f6c8338811c" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:59697568a0455764a094585b2551fd76bfd6b959c9f92d4bdec9d0e14616303a" } ,
{ file = "Pillow-8.3.2-cp310-cp310-win32.whl" , hash = "sha256:2d5e9dc0bf1b5d9048a94c48d0813b6c96fccfa4ccf276d9c36308840f40c228" } ,
{ file = "Pillow-8.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:11c27e74bab423eb3c9232d97553111cc0be81b74b47165f07ebfdd29d825875" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:11eb7f98165d56042545c9e6db3ce394ed8b45089a67124298f0473b29cb60b2" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f23b2d3079522fdf3c09de6517f625f7a964f916c956527bed805ac043799b8" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19ec4cfe4b961edc249b0e04b5618666c23a83bc35842dea2bfd5dfa0157f81b" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e5a31c07cea5edbaeb4bdba6f2b87db7d3dc0f446f379d907e51cc70ea375629" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:15ccb81a6ffc57ea0137f9f3ac2737ffa1d11f786244d719639df17476d399a7" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:8f284dc1695caf71a74f24993b7c7473d77bc760be45f776a2c2f4e04c170550" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-win32.whl" , hash = "sha256:4abc247b31a98f29e5224f2d31ef15f86a71f79c7f4d2ac345a5d551d6393073" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:a048dad5ed6ad1fad338c02c609b862dfaa921fcd065d747194a6805f91f2196" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:06d1adaa284696785375fa80a6a8eb309be722cf4ef8949518beb34487a3df71" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bd24054aaf21e70a51e2a2a5ed1183560d3a69e6f9594a4bfe360a46f94eba83" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:27a330bf7014ee034046db43ccbb05c766aa9e70b8d6c5260bfc38d73103b0ba" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:13654b521fb98abdecec105ea3fb5ba863d1548c9b58831dd5105bb3873569f1" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a1bd983c565f92779be456ece2479840ec39d386007cd4ae83382646293d681b" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:4326ea1e2722f3dc00ed77c36d3b5354b8fb7399fb59230249ea6d59cbed90da" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-win32.whl" , hash = "sha256:085a90a99404b859a4b6c3daa42afde17cb3ad3115e44a75f0d7b4a32f06a6c9" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:18a07a683805d32826c09acfce44a90bf474e6a66ce482b1c7fcd3757d588df3" } ,
{ file = "Pillow-8.3.2-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:4e59e99fd680e2b8b11bbd463f3c9450ab799305d5f2bafb74fefba6ac058616" } ,
{ file = "Pillow-8.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4d89a2e9219a526401015153c0e9dd48319ea6ab9fe3b066a20aa9aee23d9fd3" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:56fd98c8294f57636084f4b076b75f86c57b2a63a8410c0cd172bc93695ee979" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2b11c9d310a3522b0fd3c35667914271f570576a0e387701f370eb39d45f08a4" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0412516dcc9de9b0a1e0ae25a280015809de8270f134cc2c1e32c4eeb397cf30" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:bcb04ff12e79b28be6c9988f275e7ab69f01cc2ba319fb3114f87817bb7c74b6" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:0b9911ec70731711c3b6ebcde26caea620cbdd9dcb73c67b0730c8817f24711b" } ,
{ file = "Pillow-8.3.2-cp38-cp38-win32.whl" , hash = "sha256:ce2e5e04bb86da6187f96d7bab3f93a7877830981b37f0287dd6479e27a10341" } ,
{ file = "Pillow-8.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:35d27687f027ad25a8d0ef45dd5208ef044c588003cdcedf05afb00dbc5c2deb" } ,
{ file = "Pillow-8.3.2-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:04835e68ef12904bc3e1fd002b33eea0779320d4346082bd5b24bec12ad9c3e9" } ,
{ file = "Pillow-8.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:10e00f7336780ca7d3653cf3ac26f068fa11b5a96894ea29a64d3dc4b810d630" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2cde7a4d3687f21cffdf5bb171172070bb95e02af448c4c8b2f223d783214056" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1c3ff00110835bdda2b1e2b07f4a2548a39744bb7de5946dc8e95517c4fb2ca6" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35d409030bf3bd05fa66fb5fdedc39c521b397f61ad04309c90444e893d05f7d" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6bff50ba9891be0a004ef48828e012babaaf7da204d81ab9be37480b9020a82b" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7dbfbc0020aa1d9bc1b0b8bcf255a7d73f4ad0336f8fd2533fcc54a4ccfb9441" } ,
{ file = "Pillow-8.3.2-cp39-cp39-win32.whl" , hash = "sha256:963ebdc5365d748185fdb06daf2ac758116deecb2277ec5ae98139f93844bc09" } ,
{ file = "Pillow-8.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:cc9d0dec711c914ed500f1d0d3822868760954dce98dfb0b7382a854aee55d19" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:2c661542c6f71dfd9dc82d9d29a8386287e82813b0375b3a02983feac69ef864" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:548794f99ff52a73a156771a0402f5e1c35285bd981046a502d7e4793e8facaa" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b68f565a4175e12e68ca900af8910e8fe48aaa48fd3ca853494f384e11c8bcd" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:838eb85de6d9307c19c655c726f8d13b8b646f144ca6b3771fa62b711ebf7624" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:feb5db446e96bfecfec078b943cc07744cc759893cef045aa8b8b6d6aaa8274e" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:fc0db32f7223b094964e71729c0361f93db43664dd1ec86d3df217853cedda87" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fd4fd83aa912d7b89b4b4a1580d30e2a4242f3936882a3f433586e5ab97ed0d5" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d0c8ebbfd439c37624db98f3877d9ed12c137cadd99dde2d2eae0dab0bbfc355" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6cb3dd7f23b044b0737317f892d399f9e2f0b3a02b22b2c692851fb8120d82c6" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a66566f8a22561fc1a88dc87606c69b84fa9ce724f99522cf922c801ec68f5c1" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:ce651ca46d0202c302a535d3047c55a0131a720cf554a578fc1b8a2aff0e7d96" } ,
{ file = "Pillow-8.3.2.tar.gz" , hash = "sha256:dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c" } ,
]
platformdirs = [
{ file = "platformdirs-2.3.0-py3-none-any.whl" , hash = "sha256:8003ac87717ae2c7ee1ea5a84a1a61e87f3fbd16eb5aadba194ea30a9019f648" } ,
{ file = "platformdirs-2.3.0.tar.gz" , hash = "sha256:15b056538719b1c94bdaccb29e5f81879c7f7f0f4a153f46086d155dffcd4f0f" } ,
2021-05-02 04:46:02 +00:00
]
pluggy = [
2021-09-19 23:31:34 +00:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2021-05-02 04:46:02 +00:00
]
2021-10-04 02:38:45 +00:00
premailer = [
{ file = "premailer-3.10.0-py2.py3-none-any.whl" , hash = "sha256:021b8196364d7df96d04f9ade51b794d0b77bcc19e998321c515633a2273be1a" } ,
{ file = "premailer-3.10.0.tar.gz" , hash = "sha256:d1875a8411f5dc92b53ef9f193db6c0f879dc378d618e0ad292723e388bfe4c2" } ,
]
2021-06-22 18:22:31 +00:00
psycopg2-binary = [
{ file = "psycopg2-binary-2.9.1.tar.gz" , hash = "sha256:b0221ca5a9837e040ebf61f48899926b5783668b7807419e4adae8175a31f773" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" , hash = "sha256:c250a7ec489b652c892e4f0a5d122cc14c3780f9f643e1a326754aedf82d9a76" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aef9aee84ec78af51107181d02fe8773b100b01c5dfde351184ad9223eab3698" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:123c3fb684e9abfc47218d3784c7b4c47c8587951ea4dd5bc38b6636ac57f616" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-manylinux_2_24_aarch64.whl" , hash = "sha256:995fc41ebda5a7a663a254a1dcac52638c3e847f48307b5416ee373da15075d7" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-manylinux_2_24_ppc64le.whl" , hash = "sha256:fbb42a541b1093385a2d8c7eec94d26d30437d0e77c1d25dae1dcc46741a385e" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-win32.whl" , hash = "sha256:20f1ab44d8c352074e2d7ca67dc00843067788791be373e67a0911998787ce7d" } ,
{ file = "psycopg2_binary-2.9.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f6fac64a38f6768e7bc7b035b9e10d8a538a9fadce06b983fb3e6fa55ac5f5ce" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" , hash = "sha256:1e3a362790edc0a365385b1ac4cc0acc429a0c0d662d829a50b6ce743ae61b5a" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f8559617b1fcf59a9aedba2c9838b5b6aa211ffedecabca412b92a1ff75aac1a" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a36c7eb6152ba5467fb264d73844877be8b0847874d4822b7cf2d3c0cb8cdcb0" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-manylinux_2_24_aarch64.whl" , hash = "sha256:2f62c207d1740b0bde5c4e949f857b044818f734a3d57f1d0d0edc65050532ed" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-manylinux_2_24_ppc64le.whl" , hash = "sha256:cfc523edecddaef56f6740d7de1ce24a2fdf94fd5e704091856a201872e37f9f" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-win32.whl" , hash = "sha256:1e85b74cbbb3056e3656f1cc4781294df03383127a8114cbc6531e8b8367bf1e" } ,
{ file = "psycopg2_binary-2.9.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:1473c0215b0613dd938db54a653f68251a45a78b05f6fc21af4326f40e8360a2" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" , hash = "sha256:35c4310f8febe41f442d3c65066ca93cccefd75013df3d8c736c5b93ec288140" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8c13d72ed6af7fd2c8acbd95661cf9477f94e381fce0792c04981a8283b52917" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:14db1752acdd2187d99cb2ca0a1a6dfe57fc65c3281e0f20e597aac8d2a5bd90" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-manylinux_2_24_aarch64.whl" , hash = "sha256:aed4a9a7e3221b3e252c39d0bf794c438dc5453bc2963e8befe9d4cd324dff72" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-manylinux_2_24_ppc64le.whl" , hash = "sha256:da113b70f6ec40e7d81b43d1b139b9db6a05727ab8be1ee559f3a69854a69d34" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-win32.whl" , hash = "sha256:4235f9d5ddcab0b8dbd723dca56ea2922b485ea00e1dafacf33b0c7e840b3d32" } ,
{ file = "psycopg2_binary-2.9.1-cp38-cp38-win_amd64.whl" , hash = "sha256:988b47ac70d204aed01589ed342303da7c4d84b56c2f4c4b8b00deda123372bf" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" , hash = "sha256:7360647ea04db2e7dff1648d1da825c8cf68dc5fbd80b8fb5b3ee9f068dcd21a" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ca86db5b561b894f9e5f115d6a159fff2a2570a652e07889d8a383b5fae66eb4" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5ced67f1e34e1a450cdb48eb53ca73b60aa0af21c46b9b35ac3e581cf9f00e31" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-manylinux_2_24_aarch64.whl" , hash = "sha256:0f2e04bd2a2ab54fa44ee67fe2d002bb90cee1c0f1cc0ebc3148af7b02034cbd" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-manylinux_2_24_ppc64le.whl" , hash = "sha256:3242b9619de955ab44581a03a64bdd7d5e470cc4183e8fcadd85ab9d3756ce7a" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-win32.whl" , hash = "sha256:0b7dae87f0b729922e06f85f667de7bf16455d411971b2043bbd9577af9d1975" } ,
{ file = "psycopg2_binary-2.9.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b4d7679a08fea64573c969f6994a2631908bb2c0e69a7235648642f3d2e39a68" } ,
2021-06-11 23:30:06 +00:00
]
2021-05-02 04:46:02 +00:00
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
]
2021-08-02 03:24:47 +00:00
pydantic-to-typescript = [
{ file = "pydantic-to-typescript-1.0.7.tar.gz" , hash = "sha256:dccf668e97626e616d20f2b1b99a568b5ac16344f3b2c850ebc463118b21a3d7" } ,
{ file = "pydantic_to_typescript-1.0.7-py3-none-any.whl" , hash = "sha256:b3d093cbd15fd938faa09d1128621f27a9a93bef275eea5eb0912987d5d9d843" } ,
{ file = "pydantic_to_typescript-1.0.7-py3.8.egg" , hash = "sha256:b4917453d74df1b401259b881117ae164bf1bac2cac849a88466badb43825e6d" } ,
]
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-09-19 23:31:34 +00:00
{ file = "Pygments-2.10.0-py3-none-any.whl" , hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380" } ,
{ file = "Pygments-2.10.0.tar.gz" , hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" } ,
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-09-19 23:31:34 +00:00
{ file = "pylint-2.11.1-py3-none-any.whl" , hash = "sha256:0f358e221c45cbd4dad2a1e4b883e75d28acdcccd29d40c76eb72b307269b126" } ,
{ file = "pylint-2.11.1.tar.gz" , hash = "sha256:2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436" } ,
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-09-19 23:31:34 +00:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
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 = [
2021-07-25 20:55:30 +00:00
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
2021-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 = [
2021-09-19 23:31:34 +00:00
{ file = "rdflib-6.0.1-py3-none-any.whl" , hash = "sha256:a775069ab1c3d38b7e04666603666fb8a31937a4671a5afc91ca136109f8047a" } ,
{ file = "rdflib-6.0.1.tar.gz" , hash = "sha256:f071caff0b68634e4a7bd1d66ea3416ac98f1cc3b915938147ea899c32608728" } ,
2021-05-02 04:46:02 +00:00
]
rdflib-jsonld = [
2021-09-19 23:31:34 +00:00
{ file = "rdflib-jsonld-0.6.2.tar.gz" , hash = "sha256:107cd3019d41354c31687e64af5e3fd3c3e3fa5052ce635f5ce595fd31853a63" } ,
{ file = "rdflib_jsonld-0.6.2-py2.py3-none-any.whl" , hash = "sha256:011afe67672353ca9978ab9a4bee964dff91f14042f2d8a28c22a573779d2f8b" } ,
2021-05-02 04:46:02 +00:00
]
2021-06-09 21:04:54 +00:00
recipe-scrapers = [
2021-09-19 23:31:34 +00:00
{ file = "recipe_scrapers-13.4.0-py3-none-any.whl" , hash = "sha256:f38a0c6c0e6394ce3062e715ac43a6d1b40c0d7930d0ec92849a154f7b0501ad" } ,
{ file = "recipe_scrapers-13.4.0.tar.gz" , hash = "sha256:40296e0e77cb45018ada196dc1d3d58a8fc37e52361ba11b0b0ab286940406c0" } ,
2021-06-09 21:04:54 +00:00
]
2021-05-02 04:46:02 +00:00
regex = [
2021-09-19 23:31:34 +00:00
{ file = "regex-2021.8.28-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9d05ad5367c90814099000442b2125535e9d77581855b9bee8780f1b41f2b1a2" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f3bf1bc02bc421047bfec3343729c4bbbea42605bcfd6d6bfe2c07ade8b12d2a" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f6a808044faae658f546dd5f525e921de9fa409de7a5570865467f03a626fc0" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a617593aeacc7a691cc4af4a4410031654f2909053bd8c8e7db837f179a630eb" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:79aef6b5cd41feff359acaf98e040844613ff5298d0d19c455b3d9ae0bc8c35a" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0fc1f8f06977c2d4f5e3d3f0d4a08089be783973fc6b6e278bde01f0544ff308" } ,
{ file = "regex-2021.8.28-cp310-cp310-win32.whl" , hash = "sha256:6eebf512aa90751d5ef6a7c2ac9d60113f32e86e5687326a50d7686e309f66ed" } ,
{ file = "regex-2021.8.28-cp310-cp310-win_amd64.whl" , hash = "sha256:ac88856a8cbccfc14f1b2d0b829af354cc1743cb375e7f04251ae73b2af6adf8" } ,
{ file = "regex-2021.8.28-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c206587c83e795d417ed3adc8453a791f6d36b67c81416676cad053b4104152c" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e8690ed94481f219a7a967c118abaf71ccc440f69acd583cab721b90eeedb77c" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:328a1fad67445550b982caa2a2a850da5989fd6595e858f02d04636e7f8b0b13" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c7cb4c512d2d3b0870e00fbbac2f291d4b4bf2634d59a31176a87afe2777c6f0" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:66256b6391c057305e5ae9209941ef63c33a476b73772ca967d4a2df70520ec1" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8e44769068d33e0ea6ccdf4b84d80c5afffe5207aa4d1881a629cf0ef3ec398f" } ,
{ file = "regex-2021.8.28-cp36-cp36m-win32.whl" , hash = "sha256:08d74bfaa4c7731b8dac0a992c63673a2782758f7cfad34cf9c1b9184f911354" } ,
{ file = "regex-2021.8.28-cp36-cp36m-win_amd64.whl" , hash = "sha256:abb48494d88e8a82601af905143e0de838c776c1241d92021e9256d5515b3645" } ,
{ file = "regex-2021.8.28-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b4c220a1fe0d2c622493b0a1fd48f8f991998fb447d3cd368033a4b86cf1127a" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4a332404baa6665b54e5d283b4262f41f2103c255897084ec8f5487ce7b9e8e" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c61dcc1cf9fd165127a2853e2c31eb4fb961a4f26b394ac9fe5669c7a6592892" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:ee329d0387b5b41a5dddbb6243a21cb7896587a651bebb957e2d2bb8b63c0791" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f60667673ff9c249709160529ab39667d1ae9fd38634e006bec95611f632e759" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b844fb09bd9936ed158ff9df0ab601e2045b316b17aa8b931857365ea8586906" } ,
{ file = "regex-2021.8.28-cp37-cp37m-win32.whl" , hash = "sha256:4cde065ab33bcaab774d84096fae266d9301d1a2f5519d7bd58fc55274afbf7a" } ,
{ file = "regex-2021.8.28-cp37-cp37m-win_amd64.whl" , hash = "sha256:1413b5022ed6ac0d504ba425ef02549a57d0f4276de58e3ab7e82437892704fc" } ,
{ file = "regex-2021.8.28-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ed4b50355b066796dacdd1cf538f2ce57275d001838f9b132fab80b75e8c84dd" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:28fc475f560d8f67cc8767b94db4c9440210f6958495aeae70fac8faec631797" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bdc178caebd0f338d57ae445ef8e9b737ddf8fbc3ea187603f65aec5b041248f" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:999ad08220467b6ad4bd3dd34e65329dd5d0df9b31e47106105e407954965256" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:808ee5834e06f57978da3e003ad9d6292de69d2bf6263662a1a8ae30788e080b" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d5111d4c843d80202e62b4fdbb4920db1dcee4f9366d6b03294f45ed7b18b42e" } ,
{ file = "regex-2021.8.28-cp38-cp38-win32.whl" , hash = "sha256:473858730ef6d6ff7f7d5f19452184cd0caa062a20047f6d6f3e135a4648865d" } ,
{ file = "regex-2021.8.28-cp38-cp38-win_amd64.whl" , hash = "sha256:31a99a4796bf5aefc8351e98507b09e1b09115574f7c9dbb9cf2111f7220d2e2" } ,
{ file = "regex-2021.8.28-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:04f6b9749e335bb0d2f68c707f23bb1773c3fb6ecd10edf0f04df12a8920d468" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9b006628fe43aa69259ec04ca258d88ed19b64791693df59c422b607b6ece8bb" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:121f4b3185feaade3f85f70294aef3f777199e9b5c0c0245c774ae884b110a2d" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a577a21de2ef8059b58f79ff76a4da81c45a75fe0bfb09bc8b7bb4293fa18983" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1743345e30917e8c574f273f51679c294effba6ad372db1967852f12c76759d8" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e1e8406b895aba6caa63d9fd1b6b1700d7e4825f78ccb1e5260551d168db38ed" } ,
{ file = "regex-2021.8.28-cp39-cp39-win32.whl" , hash = "sha256:ed283ab3a01d8b53de3a05bfdf4473ae24e43caee7dcb5584e86f3f3e5ab4374" } ,
{ file = "regex-2021.8.28-cp39-cp39-win_amd64.whl" , hash = "sha256:610b690b406653c84b7cb6091facb3033500ee81089867ee7d59e675f9ca2b73" } ,
{ file = "regex-2021.8.28.tar.gz" , hash = "sha256:f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1" } ,
2021-05-02 04:46:02 +00:00
]
requests = [
2021-07-25 20:55:30 +00:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2021-05-02 04:46:02 +00:00
]
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-08-07 23:14:01 +00:00
rich = [
2021-09-19 23:31:34 +00:00
{ file = "rich-10.10.0-py3-none-any.whl" , hash = "sha256:0b8cbcb0b8d476a7f002feaed9f35e51615f673c6c291d76ddf0c555574fd3c7" } ,
{ file = "rich-10.10.0.tar.gz" , hash = "sha256:bacf58b25fea6b920446fe4e7abdc6c7664c4530c4098e7a1bc79b16b8551dfa" } ,
2021-08-07 23:14:01 +00:00
]
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 = [
2021-07-06 00:05:32 +00:00
{ file = "scrape-schema-recipe-0.1.5.tar.gz" , hash = "sha256:aa49499389f045905a31426517c98a8a66e156b2744fe9cb62b636ffc4b3ce0f" } ,
{ file = "scrape_schema_recipe-0.1.5-py2.py3-none-any.whl" , hash = "sha256:ac9173a9f05711ba5bcbf98546c4c36e8bc76ba94827e3ddb2472a2b8052960c" } ,
2021-05-02 04:46:02 +00:00
]
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-09-19 23:31:34 +00:00
{ file = "SQLAlchemy-1.4.23-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:25e9b2e5ca088879ce3740d9ccd4d58cb9061d49566a0b5e12166f403d6f4da0" } ,
{ file = "SQLAlchemy-1.4.23-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:d9667260125688c71ccf9af321c37e9fb71c2693575af8210f763bfbbee847c7" } ,
{ file = "SQLAlchemy-1.4.23-cp27-cp27m-win32.whl" , hash = "sha256:cec1a4c6ddf5f82191301a25504f0e675eccd86635f0d5e4c69e0661691931c5" } ,
{ file = "SQLAlchemy-1.4.23-cp27-cp27m-win_amd64.whl" , hash = "sha256:ae07895b55c7d58a7dd47438f437ac219c0f09d24c2e7d69fdebc1ea75350f00" } ,
{ file = "SQLAlchemy-1.4.23-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:967307ea52985985224a79342527c36ec2d1daa257a39748dd90e001a4be4d90" } ,
{ file = "SQLAlchemy-1.4.23-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:be185b3daf651c6c0639987a916bf41e97b60e68f860f27c9cb6574385f5cbb4" } ,
{ file = "SQLAlchemy-1.4.23-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a0d3b3d51c83a66f5b72c57e1aad061406e4c390bd42cf1fda94effe82fac81" } ,
{ file = "SQLAlchemy-1.4.23-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a8395c4db3e1450eef2b68069abf500cc48af4b442a0d98b5d3c9535fe40cde8" } ,
{ file = "SQLAlchemy-1.4.23-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9b128a78581faea7a5ee626ad4471353eee051e4e94616dfeff4742b6e5ba262" } ,
{ file = "SQLAlchemy-1.4.23-cp36-cp36m-win32.whl" , hash = "sha256:43fc207be06e50158e4dae4cc4f27ce80afbdbfa7c490b3b22feb64f6d9775a0" } ,
{ file = "SQLAlchemy-1.4.23-cp36-cp36m-win_amd64.whl" , hash = "sha256:e9d4f4552aa5e0d1417fc64a2ce1cdf56a30bab346ba6b0dd5e838eb56db4d29" } ,
{ file = "SQLAlchemy-1.4.23-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:512f52a8872e8d63d898e4e158eda17e2ee40b8d2496b3b409422e71016db0bd" } ,
{ file = "SQLAlchemy-1.4.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:355024cf061ed04271900414eb4a22671520241d2216ddb691bdd8a992172389" } ,
{ file = "SQLAlchemy-1.4.23-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:82c03325111eab88d64e0ff48b6fe15c75d23787429fa1d84c0995872e702787" } ,
{ file = "SQLAlchemy-1.4.23-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0aa312f9906ecebe133d7f44168c3cae4c76f27a25192fa7682f3fad505543c9" } ,
{ file = "SQLAlchemy-1.4.23-cp37-cp37m-win32.whl" , hash = "sha256:059c5f41e8630f51741a234e6ba2a034228c11b3b54a15478e61d8b55fa8bd9d" } ,
{ file = "SQLAlchemy-1.4.23-cp37-cp37m-win_amd64.whl" , hash = "sha256:cd68c5f9d13ffc8f4d6802cceee786678c5b1c668c97bc07b9f4a60883f36cd1" } ,
{ file = "SQLAlchemy-1.4.23-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:6a8dbf3d46e889d864a57ee880c4ad3a928db5aa95e3d359cbe0da2f122e50c4" } ,
{ file = "SQLAlchemy-1.4.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1c15191f2430a30082f540ec6f331214746fc974cfdf136d7a1471d1c61d68ff" } ,
{ file = "SQLAlchemy-1.4.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cd0e85dd2067159848c7672acd517f0c38b7b98867a347411ea01b432003f8d9" } ,
{ file = "SQLAlchemy-1.4.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:370f4688ce47f0dc1e677a020a4d46252a31a2818fd67f5c256417faefc938af" } ,
{ file = "SQLAlchemy-1.4.23-cp38-cp38-win32.whl" , hash = "sha256:bd41f8063a9cd11b76d6d7d6af8139ab3c087f5dbbe5a50c02cb8ece7da34d67" } ,
{ file = "SQLAlchemy-1.4.23-cp38-cp38-win_amd64.whl" , hash = "sha256:2bca9a6e30ee425cc321d988a152a5fe1be519648e7541ac45c36cd4f569421f" } ,
{ file = "SQLAlchemy-1.4.23-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:4803a481d4c14ce6ad53dc35458c57821863e9a079695c27603d38355e61fb7f" } ,
{ file = "SQLAlchemy-1.4.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:07b9099a95dd2b2620498544300eda590741ac54915c6b20809b6de7e3c58090" } ,
{ file = "SQLAlchemy-1.4.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:37f2bd1b8e32c5999280f846701712347fc0ee7370e016ede2283c71712e127a" } ,
{ file = "SQLAlchemy-1.4.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:448612570aa1437a5d1b94ada161805778fe80aba5b9a08a403e8ae4e071ded6" } ,
{ file = "SQLAlchemy-1.4.23-cp39-cp39-win32.whl" , hash = "sha256:e0ce4a2e48fe0a9ea3a5160411a4c5135da5255ed9ac9c15f15f2bcf58c34194" } ,
{ file = "SQLAlchemy-1.4.23-cp39-cp39-win_amd64.whl" , hash = "sha256:0aa746d1173587743960ff17b89b540e313aacfe6c1e9c81aa48393182c36d4f" } ,
{ file = "SQLAlchemy-1.4.23.tar.gz" , hash = "sha256:76ff246881f528089bf19385131b966197bb494653990396d2ce138e2a447583" } ,
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 = [
2021-09-19 23:31:34 +00:00
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
2021-05-02 04:46:02 +00:00
]
tzlocal = [
{ file = "tzlocal-2.1-py2.py3-none-any.whl" , hash = "sha256:e2cb6c6b5b604af38597403e9852872d7f534962ae2954c7f35efcb1ccacf4a4" } ,
{ file = "tzlocal-2.1.tar.gz" , hash = "sha256:643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44" } ,
]
urllib3 = [
2021-07-06 00:05:32 +00:00
{ file = "urllib3-1.26.6-py2.py3-none-any.whl" , hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4" } ,
{ file = "urllib3-1.26.6.tar.gz" , hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f" } ,
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 = [
2021-09-19 23:31:34 +00:00
{ file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6224f1401025b748ffecb7a6e2652b17768f30b1a6a3f7b44660e5b5b690b12d" } ,
{ file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:30ba9dcbd0965f5c812b7c2112a1ddf60cf904c1c160f398e7eed3a6b82dcd9c" } ,
{ file = "uvloop-0.16.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bd53f7f5db562f37cd64a3af5012df8cac2c464c97e732ed556800129505bd64" } ,
{ file = "uvloop-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:772206116b9b57cd625c8a88f2413df2fcfd0b496eb188b82a43bed7af2c2ec9" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b572256409f194521a9895aef274cea88731d14732343da3ecdb175228881638" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:04ff57aa137230d8cc968f03481176041ae789308b4d5079118331ab01112450" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a19828c4f15687675ea912cc28bbcb48e9bb907c801873bd1519b96b04fb805" } ,
{ file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e814ac2c6f9daf4c36eb8e85266859f42174a4ff0d71b99405ed559257750382" } ,
{ file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bd8f42ea1ea8f4e84d265769089964ddda95eb2bb38b5cbe26712b0616c3edee" } ,
{ file = "uvloop-0.16.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:647e481940379eebd314c00440314c81ea547aa636056f554d491e40503c8464" } ,
{ file = "uvloop-0.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e0d26fa5875d43ddbb0d9d79a447d2ace4180d9e3239788208527c4784f7cab" } ,
{ file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:6ccd57ae8db17d677e9e06192e9c9ec4bd2066b77790f9aa7dede2cc4008ee8f" } ,
{ file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:089b4834fd299d82d83a25e3335372f12117a7d38525217c2258e9b9f4578897" } ,
{ file = "uvloop-0.16.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98d117332cc9e5ea8dfdc2b28b0a23f60370d02e1395f88f40d1effd2cb86c4f" } ,
{ file = "uvloop-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e5f2e2ff51aefe6c19ee98af12b4ae61f5be456cd24396953244a30880ad861" } ,
{ file = "uvloop-0.16.0.tar.gz" , hash = "sha256:f74bc20c7b67d1c27c72601c78cf95be99d5c2cdd4514502b4f3eb0933ff1228" } ,
2021-05-02 04:46:02 +00:00
]
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 = [
2021-09-19 23:31:34 +00:00
{ file = "watchdog-2.1.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:5f57ce4f7e498278fb2a091f39359930144a0f2f90ea8cbf4523c4e25de34028" } ,
{ file = "watchdog-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8b74d0d92a69a7ab5f101f9fe74e44ba017be269efa824337366ccbb4effde85" } ,
{ file = "watchdog-2.1.5-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:59767f476cd1f48531bf378f0300565d879688c82da8369ca8c52f633299523c" } ,
{ file = "watchdog-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:814d396859c95598f7576d15bc257c3bd3ba61fa4bc1db7dfc18f09070ded7da" } ,
{ file = "watchdog-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:28777dbed3bbd95f9c70f461443990a36c07dbf49ae7cd69932cdd1b8fb2850c" } ,
{ file = "watchdog-2.1.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5cf78f794c9d7bc64a626ef4f71aff88f57a7ae288e0b359a9c6ea711a41395f" } ,
{ file = "watchdog-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:43bf728eb7830559f329864ab5da2302c15b2efbac24ad84ccc09949ba753c40" } ,
{ file = "watchdog-2.1.5-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a7053d4d22dc95c5e0c90aeeae1e4ed5269d2f04001798eec43a654a03008d22" } ,
{ file = "watchdog-2.1.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:6f3ad1d973fe8fc8fe64ba38f6a934b74346342fa98ef08ad5da361a05d46044" } ,
{ file = "watchdog-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:41d44ef21a77a32b55ce9bf59b75777063751f688de51098859b7c7f6466589a" } ,
{ file = "watchdog-2.1.5-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ed4ca4351cd2bb0d863ee737a2011ca44d8d8be19b43509bd4507f8a449b376b" } ,
{ file = "watchdog-2.1.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:8874d5ad6b7f43b18935d9b0183e29727a623a216693d6938d07dfd411ba462f" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_aarch64.whl" , hash = "sha256:50a7f81f99d238f72185f481b493f9de80096e046935b60ea78e1276f3d76960" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_armv7l.whl" , hash = "sha256:e40e33a4889382824846b4baa05634e1365b47c6fa40071dc2d06b4d7c715fc1" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_i686.whl" , hash = "sha256:78b1514067ff4089f4dac930b043a142997a5b98553120919005e97fbaba6546" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_ppc64.whl" , hash = "sha256:58ae842300cbfe5e62fb068c83901abe76e4f413234b7bec5446e4275eb1f9cb" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_ppc64le.whl" , hash = "sha256:b0cc7d8b7d60da6c313779d85903ce39a63d89d866014b085f720a083d5f3e9a" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_s390x.whl" , hash = "sha256:e60d3bb7166b7cb830b86938d1eb0e6cfe23dfd634cce05c128f8f9967895193" } ,
{ file = "watchdog-2.1.5-py3-none-manylinux2014_x86_64.whl" , hash = "sha256:51af09ae937ada0e9a10cc16988ec03c649754a91526170b6839b89fc56d6acb" } ,
{ file = "watchdog-2.1.5-py3-none-win32.whl" , hash = "sha256:9391003635aa783957b9b11175d9802d3272ed67e69ef2e3394c0b6d9d24fa9a" } ,
{ file = "watchdog-2.1.5-py3-none-win_amd64.whl" , hash = "sha256:eab14adfc417c2c983fbcb2c73ef3f28ba6990d1fff45d1180bf7e38bda0d98d" } ,
{ file = "watchdog-2.1.5-py3-none-win_ia64.whl" , hash = "sha256:a2888a788893c4ef7e562861ec5433875b7915f930a5a7ed3d32c048158f1be5" } ,
{ file = "watchdog-2.1.5.tar.gz" , hash = "sha256:5563b005907613430ef3d4aaac9c78600dd5704e84764cb6deda4b3d72807f09" } ,
2021-06-11 02:31:14 +00:00
]
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 = [
2021-07-06 00:05:32 +00:00
{ file = "zipp-3.5.0-py3-none-any.whl" , hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3" } ,
{ file = "zipp-3.5.0.tar.gz" , hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4" } ,
2021-06-11 02:31:14 +00:00
]