2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "aiohttp"
2021-12-25 22:22:55 -08:00
version = "3.8.1"
2021-07-20 21:19:30 +12:00
description = "Async http client/server framework (asyncio)"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-11-08 08:39:15 -05:00
aiosignal = ">=1.1.2"
async-timeout = ">=4.0.0a3,<5.0"
2019-11-28 16:21:27 +01:00
attrs = ">=17.3.0"
2021-11-08 08:39:15 -05:00
charset-normalizer = ">=2.0,<3.0"
frozenlist = ">=1.1.1"
2021-07-20 21:19:30 +12:00
multidict = ">=4.5,<7.0"
2019-11-28 16:21:27 +01:00
yarl = ">=1.0,<2.0"
[ package . extras ]
2021-11-08 08:39:15 -05:00
speedups = [ "aiodns" , "brotli" , "cchardet" ]
[ [ package ] ]
name = "aiosignal"
version = "1.2.0"
description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
frozenlist = ">=1.1.0"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "appnope"
2021-07-20 21:19:30 +12:00
version = "0.1.2"
description = "Disable App Nap on macOS >= 10.9"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-11-08 08:39:15 -05:00
name = "async-timeout"
2021-12-25 22:22:55 -08:00
version = "4.0.2"
2021-11-08 08:39:15 -05:00
description = "Timeout context manager for asyncio programs"
2021-07-20 21:19:30 +12:00
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-11-08 08:39:15 -05:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "atomicwrites"
2021-07-20 21:19:30 +12:00
version = "1.4.0"
description = "Atomic file writes."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2021-07-20 21:19:30 +12:00
version = "21.2.0"
description = "Classes Without Boilerplate"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12: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" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "backcall"
2021-07-20 21:19:30 +12:00
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "bcrypt"
2021-07-20 21:19:30 +12:00
version = "3.2.0"
description = "Modern password hashing for your software and your servers"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
cffi = ">=1.1"
six = ">=1.4.1"
[ package . extras ]
2021-07-20 21:19:30 +12:00
tests = [ "pytest (>=3.2.1,!=3.3.0)" ]
typecheck = [ "mypy" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "boto"
2021-07-20 21:19:30 +12:00
version = "2.49.0"
description = "Amazon Web Services Library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cachetools"
2021-11-08 08:39:15 -05:00
version = "4.2.4"
2021-07-20 21:19:30 +12:00
description = "Extensible memoizing collections and decorators"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = "~=3.5"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "certifi"
2021-11-08 08:39:15 -05:00
version = "2021.10.8"
2021-07-20 21:19:30 +12:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cffi"
2021-11-08 08:39:15 -05:00
version = "1.15.0"
2021-07-20 21:19:30 +12:00
description = "Foreign Function Interface for Python calling C code."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "charset-normalizer"
2021-12-25 22:22:55 -08:00
version = "2.0.9"
2021-07-20 21:19:30 +12:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2019-11-28 16:21:27 +01:00
category = "main"
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "click"
version = "7.1.2"
description = "Composable command line interface toolkit"
2019-11-28 16:21:27 +01:00
category = "main"
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "colorama"
2021-12-25 22:22:55 -08:00
version = "0.4.4"
2021-07-20 21:19:30 +12:00
description = "Cross-platform colored terminal text."
2019-11-28 16:21:27 +01:00
category = "main"
2021-07-20 21:19:30 +12:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
2019-11-28 16:21:27 +01:00
name = "configparser"
2021-07-20 21:19:30 +12:00
version = "4.0.2"
description = "Updated configparser from Python 3.7 for Python 2.6+."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2021-07-20 21:19:30 +12:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2)" , "pytest-flake8" , "pytest-black-multipy" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "coverage"
2021-07-20 21:19:30 +12:00
version = "4.5.4"
description = "Code coverage measurement for Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
[ [ package ] ]
name = "cryptography"
2021-11-08 08:39:15 -05:00
version = "3.4.8"
2021-07-20 21:19:30 +12:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
cffi = ">=1.12"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
2019-11-28 16:21:27 +01:00
docstest = [ "doc8" , "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
2021-07-20 21:19:30 +12:00
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)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "cycler"
2021-11-08 08:39:15 -05:00
version = "0.11.0"
2021-07-20 21:19:30 +12:00
description = "Composable style cycles"
2019-11-28 16:21:27 +01:00
category = "main"
2021-07-20 21:19:30 +12:00
optional = false
2021-11-08 08:39:15 -05:00
python-versions = ">=3.6"
2021-07-20 21:19:30 +12:00
[ [ package ] ]
2019-11-28 16:21:27 +01:00
name = "decorator"
2021-07-20 21:19:30 +12:00
version = "4.4.2"
description = "Decorators for Humans"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
[ [ package ] ]
name = "docker"
2021-07-20 21:19:30 +12:00
version = "4.4.4"
description = "A Python library for the Docker Engine API."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
pywin32 = { version = "227" , markers = "sys_platform == \"win32\"" }
2019-11-28 16:21:27 +01:00
requests = ">=2.14.2,<2.18.0 || >2.18.0"
six = ">=1.4.0"
websocket-client = ">=0.32.0"
[ package . extras ]
ssh = [ "paramiko (>=2.4.2)" ]
tls = [ "pyOpenSSL (>=17.5.0)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" ]
[ [ package ] ]
name = "flask"
2021-07-20 21:19:30 +12:00
version = "1.1.4"
description = "A simple framework for building complex web applications."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
click = ">=5.1,<8.0"
itsdangerous = ">=0.24,<2.0"
Jinja2 = ">=2.10.1,<3.0"
Werkzeug = ">=0.15,<2.0"
2019-11-28 16:21:27 +01:00
[ package . extras ]
dev = [ "pytest" , "coverage" , "tox" , "sphinx" , "pallets-sphinx-themes" , "sphinxcontrib-log-cabinet" , "sphinx-issues" ]
docs = [ "sphinx" , "pallets-sphinx-themes" , "sphinxcontrib-log-cabinet" , "sphinx-issues" ]
dotenv = [ "python-dotenv" ]
2021-12-26 01:21:32 -08:00
[ [ package ] ]
name = "fonttools"
version = "4.28.5"
description = "Tools to manipulate font files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
all = [ "fs (>=2.2.0,<3)" , "lxml (>=4.0,<5)" , "zopfli (>=0.1.4)" , "lz4 (>=1.7.4.2)" , "matplotlib" , "sympy" , "skia-pathops (>=0.5.0)" , "brotlicffi (>=0.8.0)" , "scipy" , "brotli (>=1.0.1)" , "munkres" , "unicodedata2 (>=13.0.0)" , "xattr" ]
graphite = [ "lz4 (>=1.7.4.2)" ]
interpolatable = [ "scipy" , "munkres" ]
lxml = [ "lxml (>=4.0,<5)" ]
pathops = [ "skia-pathops (>=0.5.0)" ]
plot = [ "matplotlib" ]
symfont = [ "sympy" ]
type1 = [ "xattr" ]
ufo = [ "fs (>=2.2.0,<3)" ]
unicode = [ "unicodedata2 (>=13.0.0)" ]
woff = [ "zopfli (>=0.1.4)" , "brotlicffi (>=0.8.0)" , "brotli (>=1.0.1)" ]
2021-11-08 08:39:15 -05:00
[ [ package ] ]
name = "frozenlist"
version = "1.2.0"
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "funcsigs"
2021-07-20 21:19:30 +12:00
version = "1.0.2"
description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "google-api-core"
2021-12-25 22:22:55 -08:00
version = "1.31.5"
2021-07-20 21:19:30 +12:00
description = "Google API client core library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
google-auth = ">=1.25.0,<2.0dev"
2019-11-28 16:21:27 +01:00
googleapis-common-protos = ">=1.6.0,<2.0dev"
2021-07-20 21:19:30 +12:00
packaging = ">=14.3"
2021-12-25 22:22:55 -08:00
protobuf = { version = ">=3.12.0" , markers = "python_version > \"3\"" }
2019-11-28 16:21:27 +01:00
pytz = "*"
requests = ">=2.18.0,<3.0.0dev"
2021-07-20 21:19:30 +12:00
six = ">=1.13.0"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
grpc = [ "grpcio (>=1.29.0,<2.0dev)" ]
2019-11-28 16:21:27 +01:00
grpcgcp = [ "grpcio-gcp (>=0.2.2)" ]
grpcio-gcp = [ "grpcio-gcp (>=0.2.2)" ]
[ [ package ] ]
name = "google-api-python-client"
2021-07-20 21:19:30 +12:00
version = "1.12.2"
description = "Google API Client Library for Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
google-api-core = ">=1.21.0,<2dev"
google-auth = ">=1.16.0"
2019-11-28 16:21:27 +01:00
google-auth-httplib2 = ">=0.0.3"
httplib2 = ">=0.9.2,<1dev"
2021-07-20 21:19:30 +12:00
six = ">=1.13.0,<2dev"
2019-11-28 16:21:27 +01:00
uritemplate = ">=3.0.0,<4dev"
[ [ package ] ]
name = "google-auth"
2021-11-08 08:39:15 -05:00
version = "1.35.0"
2021-07-20 21:19:30 +12:00
description = "Google Authentication Library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
cachetools = ">=2.0.0,<5.0"
2019-11-28 16:21:27 +01:00
pyasn1-modules = ">=0.2.1"
2021-07-20 21:19:30 +12:00
rsa = { version = ">=3.1.4,<5" , markers = "python_version >= \"3.6\"" }
2019-11-28 16:21:27 +01:00
six = ">=1.9.0"
2021-07-20 21:19:30 +12:00
[ package . extras ]
aiohttp = [ "requests (>=2.20.0,<3.0.0dev)" , "aiohttp (>=3.6.2,<4.0.0dev)" ]
pyopenssl = [ "pyopenssl (>=20.0.0)" ]
reauth = [ "pyu2f (>=0.1.5)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "google-auth-httplib2"
2021-07-20 21:19:30 +12:00
version = "0.0.4"
description = "Google Authentication Library: httplib2 transport"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
google-auth = "*"
httplib2 = ">=0.9.1"
2021-07-20 21:19:30 +12:00
six = "*"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "google-cloud-core"
2021-11-08 08:39:15 -05:00
version = "1.7.2"
2021-07-20 21:19:30 +12:00
description = "Google Cloud API client core library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
google-api-core = ">=1.21.0,<2.0.0dev"
google-auth = ">=1.24.0,<2.0dev"
six = ">=1.12.0"
2019-11-28 16:21:27 +01:00
[ package . extras ]
grpc = [ "grpcio (>=1.8.2,<2.0dev)" ]
[ [ package ] ]
name = "google-cloud-storage"
2021-07-20 21:19:30 +12:00
version = "1.29.0"
description = "Google Cloud Storage API client library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
google-auth = ">=1.11.0,<2.0dev"
google-cloud-core = ">=1.2.0,<2.0dev"
2019-11-28 16:21:27 +01:00
google-resumable-media = ">=0.5.0,<0.6dev"
[ [ package ] ]
name = "google-resumable-media"
2021-07-20 21:19:30 +12:00
version = "0.5.1"
description = "Utilities for Google Media Downloads and Resumable Uploads"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
six = "*"
[ package . extras ]
requests = [ "requests (>=2.18.0,<3.0.0dev)" ]
[ [ package ] ]
name = "googleapis-common-protos"
2021-12-25 22:22:55 -08:00
version = "1.54.0"
2021-07-20 21:19:30 +12:00
description = "Common protobufs used in Google APIs"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
protobuf = ">=3.12.0"
2019-11-28 16:21:27 +01:00
[ package . extras ]
grpc = [ "grpcio (>=1.0.0)" ]
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "greenlet"
2021-11-08 08:39:15 -05:00
version = "1.1.2"
2021-07-20 21:19:30 +12:00
description = "Lightweight in-process concurrent programming"
2019-11-28 16:21:27 +01:00
category = "main"
2021-07-20 21:19:30 +12:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
[ [ package ] ]
2019-11-28 16:21:27 +01:00
name = "httplib2"
2021-07-20 21:19:30 +12:00
version = "0.14.0"
description = "A comprehensive HTTP client library."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "idna"
2021-11-08 08:39:15 -05:00
version = "3.3"
2021-07-20 21:19:30 +12:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.5"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "importlib-metadata"
2021-12-26 01:21:32 -08:00
version = "4.10.0"
2021-07-20 21:19:30 +12:00
description = "Read metadata from Python packages"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.7"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2021-12-25 22:22:55 -08:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
2021-12-26 01:21:32 -08:00
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "ipaddress"
2021-07-20 21:19:30 +12:00
version = "1.0.23"
description = "IPv4/IPv6 manipulation library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "ipython"
2021-12-26 01:21:32 -08:00
version = "7.30.1"
2021-07-20 21:19:30 +12:00
description = "IPython: Productive Interactive Computing"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.7"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
2019-11-28 16:21:27 +01:00
backcall = "*"
2021-07-20 21:19:30 +12:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2019-11-28 16:21:27 +01:00
decorator = "*"
2021-12-26 01:21:32 -08:00
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
2019-11-28 16:21:27 +01:00
pickleshare = "*"
2019-12-12 19:47:27 +01:00
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
2019-11-28 16:21:27 +01:00
pygments = "*"
traitlets = ">=4.2"
[ package . extras ]
2021-12-26 01:21:32 -08:00
all = [ "Sphinx (>=1.3)" , "ipykernel" , "ipyparallel" , "ipywidgets" , "nbconvert" , "nbformat" , "nose (>=0.10.1)" , "notebook" , "numpy (>=1.17)" , "pygments" , "qtconsole" , "requests" , "testpath" ]
2019-11-28 16:21:27 +01:00
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "notebook" , "ipywidgets" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2021-12-26 01:21:32 -08:00
test = [ "nose (>=0.10.1)" , "requests" , "testpath" , "pygments" , "nbformat" , "ipykernel" , "numpy (>=1.17)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "itsdangerous"
2021-07-20 21:19:30 +12:00
version = "1.1.0"
description = "Various helpers to pass data to untrusted environments and back."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "jedi"
2021-12-26 01:21:32 -08:00
version = "0.18.1"
2021-07-20 21:19:30 +12:00
description = "An autocompletion tool for Python that can be used for text editors."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-12-26 01:21:32 -08:00
parso = ">=0.8.0,<0.9.0"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-12-26 01:21:32 -08:00
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<7.0.0)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "jinja2"
2021-07-20 21:19:30 +12:00
version = "2.11.3"
description = "A very fast and expressive template engine."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
MarkupSafe = ">=0.23"
[ package . extras ]
i18n = [ "Babel (>=0.8)" ]
[ [ package ] ]
name = "jsonschema"
2021-07-20 21:19:30 +12:00
version = "3.2.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
attrs = ">=17.4.0"
pyrsistent = ">=0.14.0"
six = ">=1.11.0"
[ package . extras ]
format = [ "idna" , "jsonpointer (>1.13)" , "rfc3987" , "strict-rfc3339" , "webcolors" ]
format_nongpl = [ "idna" , "jsonpointer (>1.13)" , "webcolors" , "rfc3986-validator (>0.1.0)" , "rfc3339-validator" ]
[ [ package ] ]
name = "kiwisolver"
2021-12-26 01:21:32 -08:00
version = "1.3.2"
2021-07-20 21:19:30 +12:00
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.7"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "markdown"
2021-12-25 22:22:55 -08:00
version = "3.3.6"
2021-07-20 21:19:30 +12:00
description = "Python implementation of Markdown."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-12-25 22:22:55 -08:00
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2019-11-28 16:21:27 +01:00
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
[ [ package ] ]
name = "markupsafe"
2021-07-20 21:19:30 +12:00
version = "2.0.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "matplotlib"
2021-12-26 01:21:32 -08:00
version = "3.5.1"
2021-07-20 21:19:30 +12:00
description = "Python plotting package"
2019-11-28 16:21:27 +01:00
category = "main"
2021-07-20 21:19:30 +12:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.7"
2021-07-20 21:19:30 +12:00
[ package . dependencies ]
cycler = ">=0.10"
2021-12-26 01:21:32 -08:00
fonttools = ">=4.22.0"
2021-07-20 21:19:30 +12:00
kiwisolver = ">=1.0.1"
2021-12-26 01:21:32 -08:00
numpy = ">=1.17"
packaging = ">=20.0"
2021-07-20 21:19:30 +12:00
pillow = ">=6.2.0"
2021-12-26 01:21:32 -08:00
pyparsing = ">=2.2.1"
python-dateutil = ">=2.7"
setuptools_scm = ">=4"
[ [ package ] ]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
2021-07-20 21:19:30 +12:00
[ [ package ] ]
2019-11-28 16:21:27 +01:00
name = "mccabe"
2021-07-20 21:19:30 +12:00
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "mock"
2021-07-20 21:19:30 +12:00
version = "3.0.5"
description = "Rolling backport of unittest.mock for all Pythons"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
six = "*"
[ package . extras ]
build = [ "twine" , "wheel" , "blurb" ]
docs = [ "sphinx" ]
test = [ "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "more-itertools"
2021-07-20 21:19:30 +12:00
version = "7.2.0"
description = "More routines for operating on iterables, beyond itertools"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=3.4"
[ [ package ] ]
name = "multidict"
2021-07-20 21:19:30 +12:00
version = "4.7.6"
description = "multidict implementation"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
2021-07-20 21:19:30 +12:00
name = "numpy"
2021-12-26 01:21:32 -08:00
version = "1.21.1"
2021-07-20 21:19:30 +12:00
description = "NumPy is the fundamental package for array computing with Python."
2019-11-28 16:21:27 +01:00
category = "main"
2021-07-20 21:19:30 +12:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.7"
2021-07-20 21:19:30 +12:00
[ [ package ] ]
2019-11-28 16:21:27 +01:00
name = "oauth2client"
2021-07-20 21:19:30 +12:00
version = "4.1.3"
description = "OAuth 2.0 client library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
httplib2 = ">=0.9.1"
pyasn1 = ">=0.1.7"
pyasn1-modules = ">=0.0.5"
rsa = ">=3.1.4"
six = ">=1.6.1"
[ [ package ] ]
name = "oauthlib"
2021-07-20 21:19:30 +12:00
version = "3.1.1"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
rsa = [ "cryptography (>=3.0.0,<4)" ]
signals = [ "blinker (>=1.4.0)" ]
signedtoken = [ "cryptography (>=3.0.0,<4)" , "pyjwt (>=2.0.0,<3)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "packaging"
2021-12-25 22:22:55 -08:00
version = "21.3"
2021-07-20 21:19:30 +12:00
description = "Core utilities for Python packages"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-25 22:22:55 -08:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
2021-12-25 22:22:55 -08:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "parso"
2021-12-26 01:21:32 -08:00
version = "0.8.3"
2021-07-20 21:19:30 +12:00
description = "A Python Parser"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-12-26 01:21:32 -08:00
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "docopt" , "pytest (<6.0.0)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "pbr"
2021-12-25 22:22:55 -08:00
version = "5.8.0"
2021-07-20 21:19:30 +12:00
description = "Python Build Reasonableness"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.6"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "pexpect"
2021-07-20 21:19:30 +12:00
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pickleshare"
2021-07-20 21:19:30 +12:00
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pillow"
2021-07-20 21:19:30 +12:00
version = "6.2.2"
description = "Python Imaging Library (Fork)"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pluggy"
2021-07-20 21:19:30 +12:00
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
name = "prompt-toolkit"
2021-12-26 01:21:32 -08:00
version = "3.0.24"
2021-07-20 21:19:30 +12:00
description = "Library for building powerful interactive command lines in Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.6.2"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "protobuf"
2021-12-25 22:22:55 -08:00
version = "3.19.1"
2021-07-20 21:19:30 +12:00
description = "Protocol Buffers"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-25 22:22:55 -08:00
python-versions = ">=3.5"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "psutil"
2021-07-20 21:19:30 +12:00
version = "5.8.0"
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
2021-07-20 21:19:30 +12:00
test = [ "ipaddress" , "mock" , "unittest2" , "enum34" , "pywin32" , "wmi" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "psycopg2"
2021-12-25 22:22:55 -08:00
version = "2.9.2"
2021-07-20 21:19:30 +12:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "ptyprocess"
2021-07-20 21:19:30 +12:00
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "py"
2021-11-08 08:39:15 -05:00
version = "1.11.0"
2021-07-20 21:19:30 +12:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-11-08 08:39:15 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "pyasn1"
2021-07-20 21:19:30 +12:00
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyasn1-modules"
2021-07-20 21:19:30 +12:00
version = "0.2.8"
description = "A collection of ASN.1-based protocols modules."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
pyasn1 = ">=0.4.6,<0.5.0"
[ [ package ] ]
name = "pycparser"
2021-11-08 08:39:15 -05:00
version = "2.21"
2021-07-20 21:19:30 +12:00
description = "C parser in Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
2021-11-08 08:39:15 -05:00
version = "2.10.0"
2021-07-20 21:19:30 +12:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.5"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "pyjwt"
2021-07-20 21:19:30 +12:00
version = "1.7.1"
description = "JSON Web Token implementation in Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . extras ]
crypto = [ "cryptography (>=1.4)" ]
flake8 = [ "flake8" , "flake8-import-order" , "pep8-naming" ]
test = [ "pytest (>=4.0.1,<5.0.0)" , "pytest-cov (>=2.6.0,<3.0.0)" , "pytest-runner (>=4.2,<5.0.0)" ]
[ [ package ] ]
name = "pyopenssl"
2021-07-20 21:19:30 +12:00
version = "19.1.0"
description = "Python wrapper module around the OpenSSL library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ package . dependencies ]
cryptography = ">=2.8"
six = ">=1.5.2"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
test = [ "flaky" , "pretend" , "pytest (>=3.0.1)" ]
[ [ package ] ]
name = "pyparsing"
2021-07-20 21:19:30 +12:00
version = "2.4.7"
description = "Python parsing module"
2019-11-28 16:21:27 +01:00
category = "main"
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "pyrsistent"
2021-07-20 21:19:30 +12:00
version = "0.18.0"
description = "Persistent/Functional/Immutable data structures"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "pytest"
2021-07-20 21:19:30 +12:00
version = "5.4.3"
description = "pytest: simple powerful testing with Python"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
2021-07-20 21:19:30 +12:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2019-11-28 16:21:27 +01:00
attrs = ">=17.4.0"
2021-07-20 21:19:30 +12:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2019-11-28 16:21:27 +01:00
more-itertools = ">=4.0.0"
packaging = "*"
pluggy = ">=0.12,<1.0"
py = ">=1.5.0"
wcwidth = "*"
[ package . extras ]
2021-07-20 21:19:30 +12:00
checkqa-mypy = [ "mypy (==v0.761)" ]
2019-11-28 16:21:27 +01:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "python-dateutil"
2021-07-20 21:19:30 +12:00
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "pytz"
2021-11-08 08:39:15 -05:00
version = "2021.3"
2021-07-20 21:19:30 +12:00
description = "World timezone definitions, modern and historical"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pywin32"
2021-07-20 21:19:30 +12:00
version = "227"
description = "Python for Window Extensions"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2021-07-20 21:19:30 +12:00
version = "2.26.0"
description = "Python HTTP for Humans."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-07-20 21:19:30 +12:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "requests-oauthlib"
2021-07-20 21:19:30 +12:00
version = "1.3.0"
description = "OAuthlib authentication support for Requests."
category = "main"
2019-11-28 16:21:27 +01:00
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 ]
2021-07-20 21:19:30 +12:00
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "rsa"
2021-12-25 22:22:55 -08:00
version = "4.8"
2021-07-20 21:19:30 +12:00
description = "Pure-Python RSA implementation"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-25 22:22:55 -08:00
python-versions = ">=3.6,<4"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
pyasn1 = ">=0.1.3"
2021-12-26 01:21:32 -08:00
[ [ package ] ]
name = "setuptools-scm"
version = "6.3.2"
description = "the blessed package to manage your versions by scm tags"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
packaging = ">=20.0"
tomli = ">=1.0.0"
[ package . extras ]
toml = [ "setuptools (>=42)" , "tomli (>=1.0.0)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "six"
2021-07-20 21:19:30 +12:00
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "sqlalchemy"
2021-12-25 22:22:55 -08:00
version = "1.4.29"
2021-07-20 21:19:30 +12:00
description = "Database Abstraction Library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
2021-11-08 08:39:15 -05:00
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
2021-11-08 08:39:15 -05:00
aiosqlite = [ "typing_extensions (!=3.10.0.1)" , "greenlet (!=0.4.17)" , "aiosqlite" ]
2021-07-20 21:19:30 +12:00
asyncio = [ "greenlet (!=0.4.17)" ]
2021-11-08 08:39:15 -05:00
asyncmy = [ "greenlet (!=0.4.17)" , "asyncmy (>=0.2.3)" ]
2021-07-20 21:19:30 +12:00
mariadb_connector = [ "mariadb (>=1.0.1)" ]
2019-11-28 16:21:27 +01:00
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
2021-11-08 08:39:15 -05:00
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
2021-07-20 21:19:30 +12:00
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
2021-11-08 08:39:15 -05:00
mysql_connector = [ "mysql-connector-python" ]
2021-07-20 21:19:30 +12:00
oracle = [ "cx_oracle (>=7,<8)" , "cx_oracle (>=7)" ]
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql_asyncpg = [ "greenlet (!=0.4.17)" , "asyncpg" ]
postgresql_pg8000 = [ "pg8000 (>=1.16.6)" ]
2019-11-28 16:21:27 +01:00
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
2021-07-20 21:19:30 +12:00
pymysql = [ "pymysql (<1)" , "pymysql" ]
sqlcipher = [ "sqlcipher3-binary" ]
2019-11-28 16:21:27 +01:00
2021-12-26 01:21:32 -08:00
[ [ package ] ]
name = "tomli"
version = "2.0.0"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.7"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "tornado"
2021-07-20 21:19:30 +12:00
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">= 3.5"
[ [ package ] ]
name = "tqdm"
2021-11-08 08:39:15 -05:00
version = "4.62.3"
2021-07-20 21:19:30 +12:00
description = "Fast, Extensible Progress Meter"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
telegram = [ "requests" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "traitlets"
2021-12-26 01:21:32 -08:00
version = "5.1.1"
description = "Traitlets Python configuration system"
2021-07-20 21:19:30 +12:00
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-12-26 01:21:32 -08:00
python-versions = ">=3.7"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-12-26 01:21:32 -08:00
test = [ "pytest" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "uritemplate"
2021-07-20 21:19:30 +12:00
version = "3.0.1"
description = "URI templates"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "urllib3"
2021-11-08 08:39:15 -05:00
version = "1.26.7"
2021-07-20 21:19:30 +12:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2019-11-28 16:21:27 +01:00
[ package . extras ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
2021-07-20 21:19:30 +12:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "virtualenv"
2021-11-08 08:39:15 -05:00
version = "16.7.12"
2021-07-20 21:19:30 +12:00
description = "Virtual Python Environment builder"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . extras ]
docs = [ "sphinx (>=1.8.0,<2)" , "towncrier (>=18.5.0)" , "sphinx-rtd-theme (>=0.4.2,<1)" ]
testing = [ "pytest (>=4.0.0,<5)" , "coverage (>=4.5.0,<5)" , "pytest-timeout (>=1.3.0,<2)" , "six (>=1.10.0,<2)" , "pytest-xdist" , "pytest-localserver" , "pypiserver" , "mock" , "xonsh" ]
[ [ package ] ]
name = "wcwidth"
2021-07-20 21:19:30 +12:00
version = "0.1.9"
description = "Measures number of Terminal column cells of wide-character codes"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "websocket-client"
2021-07-20 21:19:30 +12:00
version = "0.56.0"
description = "WebSocket client for Python. hybi13 is supported."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "werkzeug"
2021-07-20 21:19:30 +12:00
version = "1.0.1"
description = "The comprehensive WSGI web application library."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-28 16:21:27 +01:00
[ package . extras ]
2021-07-20 21:19:30 +12:00
dev = [ "pytest" , "pytest-timeout" , "coverage" , "tox" , "sphinx" , "pallets-sphinx-themes" , "sphinx-issues" ]
2019-11-28 16:21:27 +01:00
watchdog = [ "watchdog" ]
[ [ package ] ]
name = "wrapt"
2021-11-08 08:39:15 -05:00
version = "1.13.3"
2021-07-20 21:19:30 +12:00
description = "Module for decorators, wrappers and monkey patching."
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-11-08 08:39:15 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2019-11-28 16:21:27 +01:00
[ [ package ] ]
name = "yarl"
2021-11-08 08:39:15 -05:00
version = "1.7.2"
2021-07-20 21:19:30 +12:00
description = "Yet another URL library"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
2021-07-20 21:19:30 +12:00
python-versions = ">=3.6"
2019-11-28 16:21:27 +01:00
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
name = "zipp"
2021-07-20 21:19:30 +12:00
version = "0.6.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
2019-11-28 16:21:27 +01:00
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
more-itertools = "*"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
testing = [ "pathlib2" , "contextlib2" , "unittest2" ]
[ metadata ]
2021-07-20 21:19:30 +12:00
lock-version = "1.1"
2021-12-26 01:21:32 -08:00
python-versions = "^3.9"
content-hash = "2ef9e671a830957b86e75ec92e6b674242b062e16fc8e84ca554e9db1badcdd2"
2019-11-28 16:21:27 +01:00
[ metadata . files ]
aiohttp = [
2021-12-25 22:22:55 -08:00
{ file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1ed0b6477896559f17b9eaeb6d38e07f7f9ffe40b9f0f9627ae8b9926ae260a8" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:7dadf3c307b31e0e61689cbf9e06be7a867c563d5a63ce9dca578f956609abf8" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a79004bb58748f31ae1cbe9fa891054baaa46fb106c2dc7af9f8e3304dc30316" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12de6add4038df8f72fac606dff775791a60f113a725c960f2bab01d8b8e6b15" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:6f0d5f33feb5f69ddd57a4a4bd3d56c719a141080b445cbf18f238973c5c9923" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:eaba923151d9deea315be1f3e2b31cc39a6d1d2f682f942905951f4e40200922" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:099ebd2c37ac74cce10a3527d2b49af80243e2a4fa39e7bce41617fbc35fa3c1" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2e5d962cf7e1d426aa0e528a7e198658cdc8aa4fe87f781d039ad75dcd52c516" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:fa0ffcace9b3aa34d205d8130f7873fcfefcb6a4dd3dd705b0dab69af6712642" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:61bfc23df345d8c9716d03717c2ed5e27374e0fe6f659ea64edcd27b4b044cf7" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:31560d268ff62143e92423ef183680b9829b1b482c011713ae941997921eebc8" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:01d7bdb774a9acc838e6b8f1d114f45303841b89b95984cbb7d80ea41172a9e3" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:97ef77eb6b044134c0b3a96e16abcb05ecce892965a2124c566af0fd60f717e2" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-win32.whl" , hash = "sha256:c2aef4703f1f2ddc6df17519885dbfa3514929149d3ff900b73f45998f2532fa" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-win_amd64.whl" , hash = "sha256:713ac174a629d39b7c6a3aa757b337599798da4c1157114a314e4e391cd28e32" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:473d93d4450880fe278696549f2e7aed8cd23708c3c1997981464475f32137db" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99b5eeae8e019e7aad8af8bb314fb908dd2e028b3cdaad87ec05095394cce632" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3af642b43ce56c24d063325dd2cf20ee012d2b9ba4c3c008755a301aaea720ad" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c3630c3ef435c0a7c549ba170a0633a56e92629aeed0e707fec832dee313fb7a" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:4a4a4e30bf1edcad13fb0804300557aedd07a92cabc74382fdd0ba6ca2661091" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6f8b01295e26c68b3a1b90efb7a89029110d3a4139270b24fda961893216c440" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:a25fa703a527158aaf10dafd956f7d42ac6d30ec80e9a70846253dd13e2f067b" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:5bfde62d1d2641a1f5173b8c8c2d96ceb4854f54a44c23102e2ccc7e02f003ec" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:51467000f3647d519272392f484126aa716f747859794ac9924a7aafa86cd411" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:03a6d5349c9ee8f79ab3ff3694d6ce1cfc3ced1c9d36200cb8f08ba06bd3b782" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:102e487eeb82afac440581e5d7f8f44560b36cf0bdd11abc51a46c1cd88914d4" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-win32.whl" , hash = "sha256:4aed991a28ea3ce320dc8ce655875e1e00a11bdd29fe9444dd4f88c30d558602" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b0e20cddbd676ab8a64c774fefa0ad787cc506afd844de95da56060348021e96" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:37951ad2f4a6df6506750a23f7cbabad24c73c65f23f72e95897bb2cecbae676" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c23b1ad869653bc818e972b7a3a79852d0e494e9ab7e1a701a3decc49c20d51" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:15b09b06dae900777833fe7fc4b4aa426556ce95847a3e8d7548e2d19e34edb8" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:477c3ea0ba410b2b56b7efb072c36fa91b1e6fc331761798fa3f28bb224830dd" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2f2f69dca064926e79997f45b2f34e202b320fd3782f17a91941f7eb85502ee2" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ef9612483cb35171d51d9173647eed5d0069eaa2ee812793a75373447d487aa4" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6d69f36d445c45cda7b3b26afef2fc34ef5ac0cdc75584a87ef307ee3c8c6d00" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:55c3d1072704d27401c92339144d199d9de7b52627f724a949fc7d5fc56d8b93" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:b9d00268fcb9f66fbcc7cd9fe423741d90c75ee029a1d15c09b22d23253c0a44" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:07b05cd3305e8a73112103c834e91cd27ce5b4bd07850c4b4dbd1877d3f45be7" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:c34dc4958b232ef6188c4318cb7b2c2d80521c9a56c52449f8f93ab7bc2a8a1c" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-win32.whl" , hash = "sha256:d2f9b69293c33aaa53d923032fe227feac867f81682f002ce33ffae978f0a9a9" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:6ae828d3a003f03ae31915c31fa684b9890ea44c9c989056fea96e3d12a9fa17" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:0c7ebbbde809ff4e970824b2b6cb7e4222be6b95a296e46c03cf050878fc1785" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8b7ef7cbd4fec9a1e811a5de813311ed4f7ac7d93e0fda233c9b3e1428f7dd7b" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c3d6a4d0619e09dcd61021debf7059955c2004fa29f48788a3dfaf9c9901a7cd" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:718626a174e7e467f0558954f94af117b7d4695d48eb980146016afa4b580b2e" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:589c72667a5febd36f1315aa6e5f56dd4aa4862df295cb51c769d16142ddd7cd" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2ed076098b171573161eb146afcb9129b5ff63308960aeca4b676d9d3c35e700" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:086f92daf51a032d062ec5f58af5ca6a44d082c35299c96376a41cbb33034675" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:11691cf4dc5b94236ccc609b70fec991234e7ef8d4c02dd0c9668d1e486f5abf" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:31d1e1c0dbf19ebccbfd62eff461518dcb1e307b195e93bba60c965a4dcf1ba0" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:11a67c0d562e07067c4e86bffc1553f2cf5b664d6111c894671b2b8712f3aba5" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:bb01ba6b0d3f6c68b89fce7305080145d4877ad3acaed424bae4d4ee75faa950" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:44db35a9e15d6fe5c40d74952e803b1d96e964f683b5a78c3cc64eb177878155" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:844a9b460871ee0a0b0b68a64890dae9c415e513db0f4a7e3cab41a0f2fedf33" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-win32.whl" , hash = "sha256:7d08744e9bae2ca9c382581f7dce1273fe3c9bae94ff572c3626e8da5b193c6a" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-win_amd64.whl" , hash = "sha256:04d48b8ce6ab3cf2097b1855e1505181bdd05586ca275f2505514a6e274e8e75" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f5315a2eb0239185af1bddb1abf472d877fede3cc8d143c6cddad37678293237" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a996d01ca39b8dfe77440f3cd600825d05841088fd6bc0144cc6c2ec14cc5f74" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:13487abd2f761d4be7c8ff9080de2671e53fff69711d46de703c310c4c9317ca" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ea302f34477fda3f85560a06d9ebdc7fa41e82420e892fc50b577e35fc6a50b2" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a2f635ce61a89c5732537a7896b6319a8fcfa23ba09bec36e1b1ac0ab31270d2" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e999f2d0e12eea01caeecb17b653f3713d758f6dcc770417cf29ef08d3931421" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0770e2806a30e744b4e21c9d73b7bee18a1cfa3c47991ee2e5a65b887c49d5cf" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d15367ce87c8e9e09b0f989bfd72dc641bcd04ba091c68cd305312d00962addd" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6c7cefb4b0640703eb1069835c02486669312bf2f12b48a748e0a7756d0de33d" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:71927042ed6365a09a98a6377501af5c9f0a4d38083652bcd2281a06a5976724" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:28d490af82bc6b7ce53ff31337a18a10498303fe66f701ab65ef27e143c3b0ef" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:b6613280ccedf24354406caf785db748bebbddcf31408b20c0b48cb86af76866" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:81e3d8c34c623ca4e36c46524a3530e99c0bc95ed068fd6e9b55cb721d408fb2" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-win32.whl" , hash = "sha256:7187a76598bdb895af0adbd2fb7474d7f6025d170bc0a1130242da817ce9e7d1" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-win_amd64.whl" , hash = "sha256:1c182cb873bc91b411e184dab7a2b664d4fea2743df0e4d57402f7f3fa644bac" } ,
{ file = "aiohttp-3.8.1.tar.gz" , hash = "sha256:fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578" } ,
2021-11-08 08:39:15 -05:00
]
aiosignal = [
{ file = "aiosignal-1.2.0-py3-none-any.whl" , hash = "sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a" } ,
{ file = "aiosignal-1.2.0.tar.gz" , hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2" } ,
2019-11-28 16:21:27 +01:00
]
appnope = [
2021-07-20 21:19:30 +12:00
{ file = "appnope-0.1.2-py2.py3-none-any.whl" , hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442" } ,
{ file = "appnope-0.1.2.tar.gz" , hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a" } ,
2019-11-28 16:21:27 +01:00
]
async-timeout = [
2021-12-25 22:22:55 -08:00
{ file = "async-timeout-4.0.2.tar.gz" , hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15" } ,
{ file = "async_timeout-4.0.2-py3-none-any.whl" , hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" } ,
2021-11-08 08:39:15 -05:00
]
2019-11-28 16:21:27 +01:00
atomicwrites = [
2021-07-20 21:19:30 +12:00
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
2019-11-28 16:21:27 +01:00
]
attrs = [
2021-07-20 21:19:30 +12:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2019-11-28 16:21:27 +01:00
]
backcall = [
2021-07-20 21:19:30 +12:00
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
2019-11-28 16:21:27 +01:00
]
bcrypt = [
2021-07-20 21:19:30 +12:00
{ 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" } ,
2019-11-28 16:21:27 +01:00
]
boto = [
{ file = "boto-2.49.0-py2.py3-none-any.whl" , hash = "sha256:147758d41ae7240dc989f0039f27da8ca0d53734be0eb869ef16e3adcfa462e8" } ,
{ file = "boto-2.49.0.tar.gz" , hash = "sha256:ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a" } ,
]
cachetools = [
2021-11-08 08:39:15 -05:00
{ file = "cachetools-4.2.4-py3-none-any.whl" , hash = "sha256:92971d3cb7d2a97efff7c7bb1657f21a8f5fb309a37530537c71b1774189f2d1" } ,
{ file = "cachetools-4.2.4.tar.gz" , hash = "sha256:89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693" } ,
2019-11-28 16:21:27 +01:00
]
certifi = [
2021-11-08 08:39:15 -05:00
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
2019-11-28 16:21:27 +01:00
]
cffi = [
2021-11-08 08:39:15 -05:00
{ file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win32.whl" , hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382" } ,
{ file = "cffi-1.15.0-cp310-cp310-win32.whl" , hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55" } ,
{ file = "cffi-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0" } ,
{ file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win32.whl" , hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc" } ,
{ file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win32.whl" , hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029" } ,
{ file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6" } ,
{ file = "cffi-1.15.0-cp38-cp38-win32.whl" , hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c" } ,
{ file = "cffi-1.15.0-cp38-cp38-win_amd64.whl" , hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8" } ,
{ file = "cffi-1.15.0-cp39-cp39-win32.whl" , hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a" } ,
{ file = "cffi-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139" } ,
{ file = "cffi-1.15.0.tar.gz" , hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954" } ,
2021-07-20 21:19:30 +12:00
]
charset-normalizer = [
2021-12-25 22:22:55 -08:00
{ file = "charset-normalizer-2.0.9.tar.gz" , hash = "sha256:b0b883e8e874edfdece9c28f314e3dd5badf067342e42fb162203335ae61aa2c" } ,
{ file = "charset_normalizer-2.0.9-py3-none-any.whl" , hash = "sha256:1eecaa09422db5be9e29d7fc65664e6c33bd06f9ced7838578ba40d58bdf3721" } ,
2019-11-28 16:21:27 +01:00
]
click = [
2021-07-20 21:19:30 +12:00
{ file = "click-7.1.2-py2.py3-none-any.whl" , hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc" } ,
{ file = "click-7.1.2.tar.gz" , hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" } ,
2019-11-28 16:21:27 +01:00
]
colorama = [
2021-12-25 22:22:55 -08:00
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
2019-11-28 16:21:27 +01:00
]
configparser = [
{ file = "configparser-4.0.2-py2.py3-none-any.whl" , hash = "sha256:254c1d9c79f60c45dfde850850883d5aaa7f19a23f13561243a050d5a7c3fe4c" } ,
{ file = "configparser-4.0.2.tar.gz" , hash = "sha256:c7d282687a5308319bf3d2e7706e575c635b0a470342641c93bea0ea3b5331df" } ,
]
coverage = [
{ file = "coverage-4.5.4-cp26-cp26m-macosx_10_12_x86_64.whl" , hash = "sha256:eee64c616adeff7db37cc37da4180a3a5b6177f5c46b187894e633f088fb5b28" } ,
{ file = "coverage-4.5.4-cp27-cp27m-macosx_10_12_x86_64.whl" , hash = "sha256:ef824cad1f980d27f26166f86856efe11eff9912c4fed97d3804820d43fa550c" } ,
{ file = "coverage-4.5.4-cp27-cp27m-macosx_10_13_intel.whl" , hash = "sha256:9a334d6c83dfeadae576b4d633a71620d40d1c379129d587faa42ee3e2a85cce" } ,
{ file = "coverage-4.5.4-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:7494b0b0274c5072bddbfd5b4a6c6f18fbbe1ab1d22a41e99cd2d00c8f96ecfe" } ,
{ file = "coverage-4.5.4-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:826f32b9547c8091679ff292a82aca9c7b9650f9fda3e2ca6bf2ac905b7ce888" } ,
{ file = "coverage-4.5.4-cp27-cp27m-win32.whl" , hash = "sha256:63a9a5fc43b58735f65ed63d2cf43508f462dc49857da70b8980ad78d41d52fc" } ,
{ file = "coverage-4.5.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:e2ede7c1d45e65e209d6093b762e98e8318ddeff95317d07a27a2140b80cfd24" } ,
{ file = "coverage-4.5.4-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:dd579709a87092c6dbee09d1b7cfa81831040705ffa12a1b248935274aee0437" } ,
{ file = "coverage-4.5.4-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:08907593569fe59baca0bf152c43f3863201efb6113ecb38ce7e97ce339805a6" } ,
{ file = "coverage-4.5.4-cp33-cp33m-macosx_10_10_x86_64.whl" , hash = "sha256:6b62544bb68106e3f00b21c8930e83e584fdca005d4fffd29bb39fb3ffa03cb5" } ,
{ file = "coverage-4.5.4-cp34-cp34m-macosx_10_12_x86_64.whl" , hash = "sha256:331cb5115673a20fb131dadd22f5bcaf7677ef758741312bee4937d71a14b2ef" } ,
{ file = "coverage-4.5.4-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:bf1ef9eb901113a9805287e090452c05547578eaab1b62e4ad456fcc049a9b7e" } ,
{ file = "coverage-4.5.4-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:386e2e4090f0bc5df274e720105c342263423e77ee8826002dcffe0c9533dbca" } ,
{ file = "coverage-4.5.4-cp34-cp34m-win32.whl" , hash = "sha256:fa964bae817babece5aa2e8c1af841bebb6d0b9add8e637548809d040443fee0" } ,
{ file = "coverage-4.5.4-cp34-cp34m-win_amd64.whl" , hash = "sha256:df6712284b2e44a065097846488f66840445eb987eb81b3cc6e4149e7b6982e1" } ,
{ file = "coverage-4.5.4-cp35-cp35m-macosx_10_12_x86_64.whl" , hash = "sha256:efc89291bd5a08855829a3c522df16d856455297cf35ae827a37edac45f466a7" } ,
{ file = "coverage-4.5.4-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:e4ef9c164eb55123c62411f5936b5c2e521b12356037b6e1c2617cef45523d47" } ,
{ file = "coverage-4.5.4-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:ff37757e068ae606659c28c3bd0d923f9d29a85de79bf25b2b34b148473b5025" } ,
{ file = "coverage-4.5.4-cp35-cp35m-win32.whl" , hash = "sha256:bf0a7aed7f5521c7ca67febd57db473af4762b9622254291fbcbb8cd0ba5e33e" } ,
{ file = "coverage-4.5.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:19e4df788a0581238e9390c85a7a09af39c7b539b29f25c89209e6c3e371270d" } ,
{ file = "coverage-4.5.4-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:60851187677b24c6085248f0a0b9b98d49cba7ecc7ec60ba6b9d2e5574ac1ee9" } ,
{ file = "coverage-4.5.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:245388cda02af78276b479f299bbf3783ef0a6a6273037d7c60dc73b8d8d7755" } ,
{ file = "coverage-4.5.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:c0afd27bc0e307a1ffc04ca5ec010a290e49e3afbe841c5cafc5c5a80ecd81c9" } ,
{ file = "coverage-4.5.4-cp36-cp36m-win32.whl" , hash = "sha256:6ba744056423ef8d450cf627289166da65903885272055fb4b5e113137cfa14f" } ,
{ file = "coverage-4.5.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:af7ed8a8aa6957aac47b4268631fa1df984643f07ef00acd374e456364b373f5" } ,
{ file = "coverage-4.5.4-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:3a794ce50daee01c74a494919d5ebdc23d58873747fa0e288318728533a3e1ca" } ,
{ file = "coverage-4.5.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0be0f1ed45fc0c185cfd4ecc19a1d6532d72f86a2bac9de7e24541febad72650" } ,
{ file = "coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:eca2b7343524e7ba246cab8ff00cab47a2d6d54ada3b02772e908a45675722e2" } ,
{ file = "coverage-4.5.4-cp37-cp37m-win32.whl" , hash = "sha256:93715dffbcd0678057f947f496484e906bf9509f5c1c38fc9ba3922893cda5f5" } ,
{ file = "coverage-4.5.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:23cc09ed395b03424d1ae30dcc292615c1372bfba7141eb85e11e50efaa6b351" } ,
{ file = "coverage-4.5.4-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:141f08ed3c4b1847015e2cd62ec06d35e67a3ac185c26f7635f4406b90afa9c5" } ,
{ file = "coverage-4.5.4.tar.gz" , hash = "sha256:e07d9f1a23e9e93ab5c62902833bf3e4b1f65502927379148b6622686223125c" } ,
]
cryptography = [
2021-11-08 08:39:15 -05: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-musllinux_1_1_aarch64.whl" , hash = "sha256:3c4129fc3fdc0fa8e40861b5ac0c673315b3c902bbdc05fc176764815b43dd1d" } ,
{ file = "cryptography-3.4.8-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:695104a9223a7239d155d7627ad912953b540929ef97ae0c34c7b8bf30857e89" } ,
{ 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-07-20 21:19:30 +12:00
]
cycler = [
2021-11-08 08:39:15 -05:00
{ file = "cycler-0.11.0-py3-none-any.whl" , hash = "sha256:3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3" } ,
{ file = "cycler-0.11.0.tar.gz" , hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f" } ,
2019-11-28 16:21:27 +01:00
]
decorator = [
2021-07-20 21:19:30 +12:00
{ file = "decorator-4.4.2-py2.py3-none-any.whl" , hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760" } ,
{ file = "decorator-4.4.2.tar.gz" , hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" } ,
2019-11-28 16:21:27 +01:00
]
docker = [
2021-07-20 21:19:30 +12:00
{ file = "docker-4.4.4-py2.py3-none-any.whl" , hash = "sha256:f3607d5695be025fa405a12aca2e5df702a57db63790c73b927eb6a94aac60af" } ,
{ file = "docker-4.4.4.tar.gz" , hash = "sha256:d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db" } ,
2019-11-28 16:21:27 +01:00
]
flask = [
2021-07-20 21:19:30 +12:00
{ file = "Flask-1.1.4-py2.py3-none-any.whl" , hash = "sha256:c34f04500f2cbbea882b1acb02002ad6fe6b7ffa64a6164577995657f50aed22" } ,
{ file = "Flask-1.1.4.tar.gz" , hash = "sha256:0fbeb6180d383a9186d0d6ed954e0042ad9f18e0e8de088b2b419d526927d196" } ,
2019-11-28 16:21:27 +01:00
]
2021-12-26 01:21:32 -08:00
fonttools = [
{ file = "fonttools-4.28.5-py3-none-any.whl" , hash = "sha256:edf251d5d2cc0580d5f72de4621c338d8c66c5f61abb50cf486640f73c8194d5" } ,
{ file = "fonttools-4.28.5.zip" , hash = "sha256:545c05d0f7903a863c2020e07b8f0a57517f2c40d940bded77076397872d14ca" } ,
]
2021-11-08 08:39:15 -05:00
frozenlist = [
{ file = "frozenlist-1.2.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:977a1438d0e0d96573fd679d291a1542097ea9f4918a8b6494b06610dfeefbf9" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a8d86547a5e98d9edd47c432f7a14b0c5592624b496ae9880fb6332f34af1edc" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:181754275d5d32487431a0a29add4f897968b7157204bc1eaaf0a0ce80c5ba7d" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5df31bb2b974f379d230a25943d9bf0d3bc666b4b0807394b131a28fca2b0e5f" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4766632cd8a68e4f10f156a12c9acd7b1609941525569dd3636d859d79279ed3" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:16eef427c51cb1203a7c0ab59d1b8abccaba9a4f58c4bfca6ed278fc896dc193" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:01d79515ed5aa3d699b05f6bdcf1fe9087d61d6b53882aa599a10853f0479c6c" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:28e164722ea0df0cf6d48c4d5bdf3d19e87aaa6dfb39b0ba91153f224b912020" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e63ad0beef6ece06475d29f47d1f2f29727805376e09850ebf64f90777962792" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:41de4db9b9501679cf7cddc16d07ac0f10ef7eb58c525a1c8cbff43022bddca4" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:c6a9d84ee6427b65a81fc24e6ef589cb794009f5ca4150151251c062773e7ed2" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:f5f3b2942c3b8b9bfe76b408bbaba3d3bb305ee3693e8b1d631fe0a0d4f93673" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c98d3c04701773ad60d9545cd96df94d955329efc7743fdb96422c4b669c633b" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-win32.whl" , hash = "sha256:72cfbeab7a920ea9e74b19aa0afe3b4ad9c89471e3badc985d08756efa9b813b" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:11ff401951b5ac8c0701a804f503d72c048173208490c54ebb8d7bb7c07a6d00" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b46f997d5ed6d222a863b02cdc9c299101ee27974d9bbb2fd1b3c8441311c408" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:351686ca020d1bcd238596b1fa5c8efcbc21bffda9d0efe237aaa60348421e2a" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bfbaa08cf1452acad9cb1c1d7b89394a41e712f88df522cea1a0f296b57782a0" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b2ae2f5e9fa10805fb1c9adbfefaaecedd9e31849434be462c3960a0139ed729" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6790b8d96bbb74b7a6f4594b6f131bd23056c25f2aa5d816bd177d95245a30e3" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:41f62468af1bd4e4b42b5508a3fe8cc46a693f0cdd0ca2f443f51f207893d837" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:ec6cf345771cdb00791d271af9a0a6fbfc2b6dd44cb753f1eeaa256e21622adb" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:14a5cef795ae3e28fb504b73e797c1800e9249f950e1c964bb6bdc8d77871161" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:8b54cdd2fda15467b9b0bfa78cee2ddf6dbb4585ef23a16e14926f4b076dfae4" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:f025f1d6825725b09c0038775acab9ae94264453a696cc797ce20c0769a7b367" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:84e97f59211b5b9083a2e7a45abf91cfb441369e8bb6d1f5287382c1c526def3" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-win32.whl" , hash = "sha256:c5328ed53fdb0a73c8a50105306a3bc013e5ca36cca714ec4f7bd31d38d8a97f" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:9ade70aea559ca98f4b1b1e5650c45678052e76a8ab2f76d90f2ac64180215a2" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a0d3ffa8772464441b52489b985d46001e2853a3b082c655ec5fad9fb6a3d618" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3457f8cf86deb6ce1ba67e120f1b0128fcba1332a180722756597253c465fc1d" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5a72eecf37eface331636951249d878750db84034927c997d47f7f78a573b72b" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:acc4614e8d1feb9f46dd829a8e771b8f5c4b1051365d02efb27a3229048ade8a" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:87521e32e18a2223311afc2492ef2d99946337da0779ddcda77b82ee7319df59" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b4c7665a17c3a5430edb663e4ad4e1ad457614d1b2f2b7f87052e2ef4fa45ca" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ed58803563a8c87cf4c0771366cf0ad1aa265b6b0ae54cbbb53013480c7ad74d" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:aa44c4740b4e23fcfa259e9dd52315d2b1770064cde9507457e4c4a65a04c397" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:2de5b931701257d50771a032bba4e448ff958076380b049fd36ed8738fdb375b" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:6e105013fa84623c057a4381dc8ea0361f4d682c11f3816cc80f49a1f3bc17c6" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:705c184b77565955a99dc360f359e8249580c6b7eaa4dc0227caa861ef46b27a" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-win32.whl" , hash = "sha256:a37594ad6356e50073fe4f60aa4187b97d15329f2138124d252a5a19c8553ea4" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:25b358aaa7dba5891b05968dd539f5856d69f522b6de0bf34e61f133e077c1a4" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:af2a51c8a381d76eabb76f228f565ed4c3701441ecec101dd18be70ebd483cfd" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:82d22f6e6f2916e837c91c860140ef9947e31194c82aaeda843d6551cec92f19" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:1cfe6fef507f8bac40f009c85c7eddfed88c1c0d38c75e72fe10476cef94e10f" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26f602e380a5132880fa245c92030abb0fc6ff34e0c5500600366cedc6adb06a" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4ad065b2ebd09f32511ff2be35c5dfafee6192978b5a1e9d279a5c6e121e3b03" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:bc93f5f62df3bdc1f677066327fc81f92b83644852a31c6aa9b32c2dde86ea7d" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:89fdfc84c6bf0bff2ff3170bb34ecba8a6911b260d318d377171429c4be18c73" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:47b2848e464883d0bbdcd9493c67443e5e695a84694efff0476f9059b4cb6257" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:4f52d0732e56906f8ddea4bd856192984650282424049c956857fed43697ea43" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:16ef7dd5b7d17495404a2e7a49bac1bc13d6d20c16d11f4133c757dd94c4144c" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:1cf63243bc5f5c19762943b0aa9e0d3fb3723d0c514d820a18a9b9a5ef864315" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:54a1e09ab7a69f843cd28fefd2bcaf23edb9e3a8d7680032c8968b8ac934587d" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:954b154a4533ef28bd3e83ffdf4eadf39deeda9e38fb8feaf066d6069885e034" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-win32.whl" , hash = "sha256:cb3957c39668d10e2b486acc85f94153520a23263b6401e8f59422ef65b9520d" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:0a7c7cce70e41bc13d7d50f0e5dd175f14a4f1837a8549b0936ed0cbe6170bf9" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:4c457220468d734e3077580a3642b7f682f5fd9507f17ddf1029452450912cdc" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e74f8b4d8677ebb4015ac01fcaf05f34e8a1f22775db1f304f497f2f88fdc697" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fbd4844ff111449f3bbe20ba24fbb906b5b1c2384d0f3287c9f7da2354ce6d23" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f0081a623c886197ff8de9e635528fd7e6a387dccef432149e25c13946cb0cd0" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9b6e21e5770df2dea06cb7b6323fbc008b13c4a4e3b52cb54685276479ee7676" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:406aeb340613b4b559db78d86864485f68919b7141dec82aba24d1477fd2976f" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:878ebe074839d649a1cdb03a61077d05760624f36d196884a5cafb12290e187b" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1fef737fd1388f9b93bba8808c5f63058113c10f4e3c0763ced68431773f72f9" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4a495c3d513573b0b3f935bfa887a85d9ae09f0627cf47cad17d0cc9b9ba5c38" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e7d0dd3e727c70c2680f5f09a0775525229809f1a35d8552b92ff10b2b14f2c2" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:66a518731a21a55b7d3e087b430f1956a36793acc15912e2878431c7aec54210" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:94728f97ddf603d23c8c3dd5cae2644fa12d33116e69f49b1644a71bb77b89ae" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c1e8e9033d34c2c9e186e58279879d78c94dd365068a3607af33f2bc99357a53" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-win32.whl" , hash = "sha256:83334e84a290a158c0c4cc4d22e8c7cfe0bba5b76d37f1c2509dabd22acafe15" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:735f386ec522e384f511614c01d2ef9cf799f051353876b4c6fb93ef67a6d1ee" } ,
{ file = "frozenlist-1.2.0.tar.gz" , hash = "sha256:68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de" } ,
]
2019-11-28 16:21:27 +01:00
funcsigs = [
{ file = "funcsigs-1.0.2-py2.py3-none-any.whl" , hash = "sha256:330cc27ccbf7f1e992e69fef78261dc7c6569012cf397db8d3de0234e6c937ca" } ,
{ file = "funcsigs-1.0.2.tar.gz" , hash = "sha256:a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50" } ,
]
google-api-core = [
2021-12-25 22:22:55 -08:00
{ file = "google-api-core-1.31.5.tar.gz" , hash = "sha256:85d2074f2c8f9c07e614d7f978767d71ceb7d40647814ef4236d3a0ef671ee75" } ,
{ file = "google_api_core-1.31.5-py2.py3-none-any.whl" , hash = "sha256:6815207a8b422e9da42c200681603f304b25f98c98b675a9db9fdc3717e44280" } ,
2019-11-28 16:21:27 +01:00
]
google-api-python-client = [
2021-07-20 21:19:30 +12:00
{ file = "google-api-python-client-1.12.2.tar.gz" , hash = "sha256:54a7d330833a2e7b0587446d7e4ae6d0244925a9a8e1dfe878f3f7e06cdedb62" } ,
{ file = "google_api_python_client-1.12.2-py2.py3-none-any.whl" , hash = "sha256:05cb331ed1aa15746f606c7e36ea51dbe7c29b1a5df9bbf58140901fe23d7142" } ,
2019-11-28 16:21:27 +01:00
]
google-auth = [
2021-11-08 08:39:15 -05:00
{ file = "google-auth-1.35.0.tar.gz" , hash = "sha256:b7033be9028c188ee30200b204ea00ed82ea1162e8ac1df4aa6ded19a191d88e" } ,
{ file = "google_auth-1.35.0-py2.py3-none-any.whl" , hash = "sha256:997516b42ecb5b63e8d80f5632c1a61dddf41d2a4c2748057837e06e00014258" } ,
2019-11-28 16:21:27 +01:00
]
google-auth-httplib2 = [
2021-07-20 21:19:30 +12:00
{ file = "google-auth-httplib2-0.0.4.tar.gz" , hash = "sha256:8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39" } ,
{ file = "google_auth_httplib2-0.0.4-py2.py3-none-any.whl" , hash = "sha256:aeaff501738b289717fac1980db9711d77908a6c227f60e4aa1923410b43e2ee" } ,
2019-11-28 16:21:27 +01:00
]
google-cloud-core = [
2021-11-08 08:39:15 -05:00
{ file = "google-cloud-core-1.7.2.tar.gz" , hash = "sha256:b1030aadcbb2aeb4ee51475426351af83c1072456b918fb8fdb80666c4bb63b5" } ,
{ file = "google_cloud_core-1.7.2-py2.py3-none-any.whl" , hash = "sha256:5b77935f3d9573e27007749a3b522f08d764c5b5930ff1527b2ab2743e9f0c15" } ,
2019-11-28 16:21:27 +01:00
]
google-cloud-storage = [
2021-07-20 21:19:30 +12:00
{ file = "google-cloud-storage-1.29.0.tar.gz" , hash = "sha256:15c8ab11d17e3a32c154662bb001c2097515799f3fd4947a10b1fceb7b6e9a1e" } ,
{ file = "google_cloud_storage-1.29.0-py2.py3-none-any.whl" , hash = "sha256:958b4ec0ec0104ea2d436606a4d39eb6c5cf719b8b69d1676de75294bf02de3e" } ,
2019-11-28 16:21:27 +01:00
]
google-resumable-media = [
2021-07-20 21:19:30 +12:00
{ file = "google-resumable-media-0.5.1.tar.gz" , hash = "sha256:97155236971970382b738921f978a6f86a7b5a0b0311703d991e065d3cb55773" } ,
{ file = "google_resumable_media-0.5.1-py2.py3-none-any.whl" , hash = "sha256:cdc64378dc9a7a7bf963a8d0c944c99b549dc0c195a9acbf1fcd465f380b9002" } ,
2019-11-28 16:21:27 +01:00
]
googleapis-common-protos = [
2021-12-25 22:22:55 -08:00
{ file = "googleapis-common-protos-1.54.0.tar.gz" , hash = "sha256:a4031d6ec6c2b1b6dc3e0be7e10a1bd72fb0b18b07ef9be7b51f2c1004ce2437" } ,
{ file = "googleapis_common_protos-1.54.0-py2.py3-none-any.whl" , hash = "sha256:e54345a2add15dc5e1a7891c27731ff347b4c33765d79b5ed7026a6c0c7cbcae" } ,
2021-07-20 21:19:30 +12:00
]
greenlet = [
2021-11-08 08:39:15 -05:00
{ file = "greenlet-1.1.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:58df5c2a0e293bf665a51f8a100d3e9956febfbf1d9aaf8c0677cf70218910c6" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:aec52725173bd3a7b56fe91bc56eccb26fbdff1386ef123abb63c84c5b43b63a" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:833e1551925ed51e6b44c800e71e77dacd7e49181fdc9ac9a0bf3714d515785d" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:aa5b467f15e78b82257319aebc78dd2915e4c1436c3c0d1ad6f53e47ba6e2713" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:40b951f601af999a8bf2ce8c71e8aaa4e8c6f78ff8afae7b808aae2dc50d4c40" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:95e69877983ea39b7303570fa6760f81a3eec23d0e3ab2021b7144b94d06202d" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:356b3576ad078c89a6107caa9c50cc14e98e3a6c4874a37c3e0273e4baf33de8" } ,
{ file = "greenlet-1.1.2-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8639cadfda96737427330a094476d4c7a56ac03de7265622fcf4cfe57c8ae18d" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:97e5306482182170ade15c4b0d8386ded995a07d7cc2ca8f27958d34d6736497" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e6a36bb9474218c7a5b27ae476035497a6990e21d04c279884eb10d9b290f1b1" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abb7a75ed8b968f3061327c433a0fbd17b729947b400747c334a9c29a9af6c58" } ,
2021-12-25 22:22:55 -08:00
{ file = "greenlet-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b336501a05e13b616ef81ce329c0e09ac5ed8c732d9ba7e3e983fcc1a9e86965" } ,
2021-11-08 08:39:15 -05:00
{ file = "greenlet-1.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:14d4f3cd4e8b524ae9b8aa567858beed70c392fdec26dbdb0a8a418392e71708" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:17ff94e7a83aa8671a25bf5b59326ec26da379ace2ebc4411d690d80a7fbcf23" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9f3cba480d3deb69f6ee2c1825060177a22c7826431458c697df88e6aeb3caee" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:fa877ca7f6b48054f847b61d6fa7bed5cebb663ebc55e018fda12db09dcc664c" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:7cbd7574ce8e138bda9df4efc6bf2ab8572c9aff640d8ecfece1b006b68da963" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:903bbd302a2378f984aef528f76d4c9b1748f318fe1294961c072bdc7f2ffa3e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:049fe7579230e44daef03a259faa24511d10ebfa44f69411d99e6a184fe68073" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:dd0b1e9e891f69e7675ba5c92e28b90eaa045f6ab134ffe70b52e948aa175b3c" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7418b6bfc7fe3331541b84bb2141c9baf1ec7132a7ecd9f375912eca810e714e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9d29ca8a77117315101425ec7ec2a47a22ccf59f5593378fc4077ac5b754fce" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:21915eb821a6b3d9d8eefdaf57d6c345b970ad722f856cd71739493ce003ad08" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eff9d20417ff9dcb0d25e2defc2574d10b491bf2e693b4e491914738b7908168" } ,
2021-12-25 22:22:55 -08:00
{ file = "greenlet-1.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8c008de9d0daba7b6666aa5bbfdc23dcd78cafc33997c9b7741ff6353bafb7f" } ,
2021-11-08 08:39:15 -05:00
{ file = "greenlet-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:32ca72bbc673adbcfecb935bb3fb1b74e663d10a4b241aaa2f5a75fe1d1f90aa" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f0214eb2a23b85528310dad848ad2ac58e735612929c8072f6093f3585fd342d" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b92e29e58bef6d9cfd340c72b04d74c4b4e9f70c9fa7c78b674d1fec18896dc4" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fdcec0b8399108577ec290f55551d926d9a1fa6cad45882093a7a07ac5ec147b" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:93f81b134a165cc17123626ab8da2e30c0455441d4ab5576eed73a64c025b25c" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e12bdc622676ce47ae9abbf455c189e442afdde8818d9da983085df6312e7a1" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8c790abda465726cfb8bb08bd4ca9a5d0a7bd77c7ac1ca1b839ad823b948ea28" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f276df9830dba7a333544bd41070e8175762a7ac20350786b322b714b0e654f5" } ,
2021-12-25 22:22:55 -08:00
{ file = "greenlet-1.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c5d5b35f789a030ebb95bff352f1d27a93d81069f2adb3182d99882e095cefe" } ,
2021-11-08 08:39:15 -05:00
{ file = "greenlet-1.1.2-cp37-cp37m-win32.whl" , hash = "sha256:64e6175c2e53195278d7388c454e0b30997573f3f4bd63697f88d855f7a6a1fc" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b11548073a2213d950c3f671aa88e6f83cda6e2fb97a8b6317b1b5b33d850e06" } ,
{ file = "greenlet-1.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:9633b3034d3d901f0a46b7939f8c4d64427dfba6bbc5a36b1a67364cf148a1b0" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:eb6ea6da4c787111adf40f697b4e58732ee0942b5d3bd8f435277643329ba627" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f3acda1924472472ddd60c29e5b9db0cec629fbe3c5c5accb74d6d6d14773478" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e859fcb4cbe93504ea18008d1df98dee4f7766db66c435e4882ab35cf70cac43" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:00e44c8afdbe5467e4f7b5851be223be68adb4272f44696ee71fe46b7036a711" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec8c433b3ab0419100bd45b47c9c8551248a5aee30ca5e9d399a0b57ac04651b" } ,
2021-12-25 22:22:55 -08:00
{ file = "greenlet-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2bde6792f313f4e918caabc46532aa64aa27a0db05d75b20edfc5c6f46479de2" } ,
2021-11-08 08:39:15 -05:00
{ file = "greenlet-1.1.2-cp38-cp38-win32.whl" , hash = "sha256:288c6a76705dc54fba69fbcb59904ae4ad768b4c768839b8ca5fdadec6dd8cfd" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8d2f1fb53a421b410751887eb4ff21386d119ef9cde3797bf5e7ed49fb51a3b3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:166eac03e48784a6a6e0e5f041cfebb1ab400b394db188c48b3a84737f505b67" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:572e1787d1460da79590bf44304abbc0a2da944ea64ec549188fa84d89bba7ab" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:be5f425ff1f5f4b3c1e33ad64ab994eed12fc284a6ea71c5243fd564502ecbe5" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1692f7d6bc45e3200844be0dba153612103db241691088626a33ff1f24a0d88" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7227b47e73dedaa513cdebb98469705ef0d66eb5a1250144468e9c3097d6b59b" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ff61ff178250f9bb3cd89752df0f1dd0e27316a8bd1465351652b1b4a4cdfd3" } ,
2021-12-25 22:22:55 -08:00
{ file = "greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0051c6f1f27cb756ffc0ffbac7d2cd48cb0362ac1736871399a739b2885134d3" } ,
2021-11-08 08:39:15 -05:00
{ file = "greenlet-1.1.2-cp39-cp39-win32.whl" , hash = "sha256:f70a9e237bb792c7cc7e44c531fd48f5897961701cdaa06cf22fc14965c496cf" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:013d61294b6cd8fe3242932c1c5e36e5d1db2c8afb58606c5a67efce62c1f5fd" } ,
{ file = "greenlet-1.1.2.tar.gz" , hash = "sha256:e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" } ,
2019-11-28 16:21:27 +01:00
]
httplib2 = [
{ file = "httplib2-0.14.0-py3-none-any.whl" , hash = "sha256:409fa5509298f739b34d5a652df762cb0042507dc93f6633e306b11289d6249d" } ,
{ file = "httplib2-0.14.0.tar.gz" , hash = "sha256:34537dcdd5e0f2386d29e0e2c6d4a1703a3b982d34c198a5102e6e5d6194b107" } ,
]
idna = [
2021-11-08 08:39:15 -05:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2019-11-28 16:21:27 +01:00
]
importlib-metadata = [
2021-12-26 01:21:32 -08:00
{ file = "importlib_metadata-4.10.0-py3-none-any.whl" , hash = "sha256:b7cf7d3fef75f1e4c80a96ca660efbd51473d7e8f39b5ab9210febc7809012a4" } ,
{ file = "importlib_metadata-4.10.0.tar.gz" , hash = "sha256:92a8b58ce734b2a4494878e0ecf7d79ccd7a128b5fc6014c401e0b61f006f0f6" } ,
2019-11-28 16:21:27 +01:00
]
ipaddress = [
{ file = "ipaddress-1.0.23-py2.py3-none-any.whl" , hash = "sha256:6e0f4a39e66cb5bb9a137b00276a2eff74f93b71dcbdad6f10ff7df9d3557fcc" } ,
{ file = "ipaddress-1.0.23.tar.gz" , hash = "sha256:b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2" } ,
]
ipython = [
2021-12-26 01:21:32 -08:00
{ file = "ipython-7.30.1-py3-none-any.whl" , hash = "sha256:fc60ef843e0863dd4e24ab2bb5698f071031332801ecf8d1aeb4fb622056545c" } ,
{ file = "ipython-7.30.1.tar.gz" , hash = "sha256:cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97" } ,
2019-11-28 16:21:27 +01:00
]
itsdangerous = [
{ file = "itsdangerous-1.1.0-py2.py3-none-any.whl" , hash = "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749" } ,
{ file = "itsdangerous-1.1.0.tar.gz" , hash = "sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19" } ,
]
jedi = [
2021-12-26 01:21:32 -08:00
{ file = "jedi-0.18.1-py2.py3-none-any.whl" , hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d" } ,
{ file = "jedi-0.18.1.tar.gz" , hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" } ,
2019-11-28 16:21:27 +01:00
]
jinja2 = [
2021-07-20 21:19:30 +12:00
{ file = "Jinja2-2.11.3-py2.py3-none-any.whl" , hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419" } ,
{ file = "Jinja2-2.11.3.tar.gz" , hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6" } ,
2019-11-28 16:21:27 +01:00
]
jsonschema = [
{ file = "jsonschema-3.2.0-py2.py3-none-any.whl" , hash = "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163" } ,
{ file = "jsonschema-3.2.0.tar.gz" , hash = "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a" } ,
]
kiwisolver = [
2021-12-26 01:21:32 -08:00
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1d819553730d3c2724582124aee8a03c846ec4362ded1034c16fb3ef309264e6" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8d93a1095f83e908fc253f2fb569c2711414c0bfd451cab580466465b235b470" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c4550a359c5157aaf8507e6820d98682872b9100ce7607f8aa070b4b8af6c298" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2210f28778c7d2ee13f3c2a20a3a22db889e75f4ec13a21072eabb5693801e84" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:82f49c5a79d3839bc8f38cb5f4bfc87e15f04cbafa5fbd12fb32c941cb529cfb" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9661a04ca3c950a8ac8c47f53cbc0b530bce1b52f516a1e87b7736fec24bfff0" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2ddb500a2808c100e72c075cbb00bf32e62763c82b6a882d403f01a119e3f402" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:72be6ebb4e92520b9726d7146bc9c9b277513a57a38efcf66db0620aec0097e0" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-win32.whl" , hash = "sha256:83d2c9db5dfc537d0171e32de160461230eb14663299b7e6d18ca6dca21e4977" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:cba430db673c29376135e695c6e2501c44c256a81495da849e85d1793ee975ad" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4116ba9a58109ed5e4cb315bdcbff9838f3159d099ba5259c7c7fb77f8537492" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:19554bd8d54cf41139f376753af1a644b63c9ca93f8f72009d50a2080f870f77" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a7a4cf5bbdc861987a7745aed7a536c6405256853c94abc9f3287c3fa401b174" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0007840186bacfaa0aba4466d5890334ea5938e0bb7e28078a0eb0e63b5b59d5" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ec2eba188c1906b05b9b49ae55aae4efd8150c61ba450e6721f64620c50b59eb" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:3dbb3cea20b4af4f49f84cffaf45dd5f88e8594d18568e0225e6ad9dec0e7967" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-win32.whl" , hash = "sha256:5326ddfacbe51abf9469fe668944bc2e399181a2158cb5d45e1d40856b2a0589" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c6572c2dab23c86a14e82c245473d45b4c515314f1f859e92608dcafbd2f19b8" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:b5074fb09429f2b7bc82b6fb4be8645dcbac14e592128beeff5461dcde0af09f" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:22521219ca739654a296eea6d4367703558fba16f98688bd8ce65abff36eaa84" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c358721aebd40c243894298f685a19eb0491a5c3e0b923b9f887ef1193ddf829" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ba5a1041480c6e0a8b11a9544d53562abc2d19220bfa14133e0cdd9967e97af" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:44e6adf67577dbdfa2d9f06db9fbc5639afefdb5bf2b4dfec25c3a7fbc619536" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1d45d1c74f88b9f41062716c727f78f2a59a5476ecbe74956fafb423c5c87a76" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:70adc3658138bc77a36ce769f5f183169bc0a2906a4f61f09673f7181255ac9b" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-win32.whl" , hash = "sha256:ee040a7de8d295dbd261ef2d6d3192f13e2b08ec4a954de34a6fb8ff6422e24c" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8dc3d842fa41a33fe83d9f5c66c0cc1f28756530cd89944b63b072281e852031" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:a498bcd005e8a3fedd0022bb30ee0ad92728154a8798b703f394484452550507" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:80efd202108c3a4150e042b269f7c78643420cc232a0a771743bb96b742f838f" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f8eb7b6716f5b50e9c06207a14172cf2de201e41912ebe732846c02c830455b9" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f441422bb313ab25de7b3dbfd388e790eceb76ce01a18199ec4944b369017009" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:30fa008c172355c7768159983a7270cb23838c4d7db73d6c0f6b60dde0d432c6" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f8f6c8f4f1cff93ca5058d6ec5f0efda922ecb3f4c5fb76181f327decff98b8" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ba677bcaff9429fd1bf01648ad0901cea56c0d068df383d5f5856d88221fe75b" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7843b1624d6ccca403a610d1277f7c28ad184c5aa88a1750c1a999754e65b439" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-win32.whl" , hash = "sha256:e6f5eb2f53fac7d408a45fbcdeda7224b1cfff64919d0f95473420a931347ae9" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:eedd3b59190885d1ebdf6c5e0ca56828beb1949b4dfe6e5d0256a461429ac386" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:dedc71c8eb9c5096037766390172c34fb86ef048b8e8958b4e484b9e505d66bc" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:bf7eb45d14fc036514c09554bf983f2a72323254912ed0c3c8e697b62c4c158f" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2b65bd35f3e06a47b5c30ea99e0c2b88f72c6476eedaf8cfbc8e66adb5479dcf" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:25405f88a37c5f5bcba01c6e350086d65e7465fd1caaf986333d2a045045a223" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:bcadb05c3d4794eb9eee1dddf1c24215c92fb7b55a80beae7a60530a91060560" } ,
{ file = "kiwisolver-1.3.2.tar.gz" , hash = "sha256:fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c" } ,
2019-11-28 16:21:27 +01:00
]
markdown = [
2021-12-25 22:22:55 -08:00
{ file = "Markdown-3.3.6-py3-none-any.whl" , hash = "sha256:9923332318f843411e9932237530df53162e29dc7a4e2b91e35764583c46c9a3" } ,
{ file = "Markdown-3.3.6.tar.gz" , hash = "sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006" } ,
2019-11-28 16:21:27 +01:00
]
markupsafe = [
2021-11-08 08:39:15 -05:00
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4dc8f9fb58f7364b63fd9f85013b780ef83c11857ae79f2feda41e270468dd9b" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:20dca64a3ef2d6e4d5d615a3fd418ad3bde77a47ec8a23d984a12b5b4c74491a" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:cdfba22ea2f0029c9261a4bd07e830a8da012291fbe44dc794e488b6c9bb353a" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl" , hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134" } ,
2021-07-20 21:19:30 +12: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" } ,
2021-11-08 08:39:15 -05:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:deb993cacb280823246a026e3b2d81c493c53de6acfd5e6bfe31ab3402bb37dd" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:63f3268ba69ace99cab4e3e3b5840b03340efed0948ab8f78d2fd87ee5442a4f" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:8d206346619592c6200148b01a2142798c989edcb9c896f9ac9722a99d4e77e6" } ,
2021-07-20 21:19:30 +12:00
{ 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" } ,
2021-11-08 08:39:15 -05:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d6c7ebd4e944c85e2c3421e612a7057a2f48d478d79e61800d81468a8d842207" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:f0567c4dc99f264f49fe27da5f735f414c4e7e7dd850cfd8e69f0862d7c74ea9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:89c687013cb1cd489a0f0ac24febe8c7a666e6e221b783e53ac50ebf68e45d86" } ,
2021-07-20 21:19:30 +12:00
{ 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" } ,
2021-11-08 08:39:15 -05:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9" } ,
2021-07-20 21:19:30 +12:00
{ 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" } ,
2021-11-08 08:39:15 -05:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:aca6377c0cb8a8253e493c6b451565ac77e98c2951c45f913e0b52facdcff83f" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:04635854b943835a6ea959e948d19dcd311762c5c0c6e1f0e16ee57022669194" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6300b8454aa6930a24b9618fbb54b5a68135092bc666f7b06901f897fa5c2fee" } ,
2021-07-20 21:19:30 +12:00
{ 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" } ,
2021-11-08 08:39:15 -05:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4296f2b1ce8c86a6aea78613c34bb1a672ea0e3de9c6ba08a960efe0b0a09047" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f02365d4e99430a12647f09b6cc8bab61a6564363f313126f775eb4f6ef798e" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5b6d930f030f8ed98e3e6c98ffa0652bdb82601e7a016ec2ab5d7ff23baa78d1" } ,
2021-07-20 21:19:30 +12:00
{ 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" } ,
]
matplotlib = [
2021-12-26 01:21:32 -08:00
{ file = "matplotlib-3.5.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:456cc8334f6d1124e8ff856b42d2cc1c84335375a16448189999496549f7182b" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8a77906dc2ef9b67407cec0bdbf08e3971141e535db888974a915be5e1e3efc6" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8e70ae6475cfd0fad3816dcbf6cac536dc6f100f7474be58d59fa306e6e768a4" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:53273c5487d1c19c3bc03b9eb82adaf8456f243b97ed79d09dded747abaf1235" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e3b6f3fd0d8ca37861c31e9a7cab71a0ef14c639b4c95654ea1dd153158bf0df" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e8c87cdaf06fd7b2477f68909838ff4176f105064a72ca9d24d3f2a29f73d393" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-win32.whl" , hash = "sha256:e2f28a07b4f82abb40267864ad7b3a4ed76f1b1663e81c7efc84a9b9248f672f" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:d70a32ee1f8b55eed3fd4e892f0286df8cccc7e0475c11d33b5d0a148f5c7599" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:68fa30cec89b6139dc559ed6ef226c53fd80396da1919a1b5ef672c911aaa767" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e3484d8455af3fdb0424eae1789af61f6a79da0c80079125112fd5c1b604218" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e293b16cf303fe82995e41700d172a58a15efc5331125d08246b520843ef21ee" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e3520a274a0e054e919f5b3279ee5dbccf5311833819ccf3399dab7c83e90a25" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-win32.whl" , hash = "sha256:2252bfac85cec7af4a67e494bfccf9080bcba8a0299701eab075f48847cca907" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:abf67e05a1b7f86583f6ebd01f69b693b9c535276f4e943292e444855870a1b8" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:6c094e4bfecd2fa7f9adffd03d8abceed7157c928c2976899de282f3600f0a3d" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:506b210cc6e66a0d1c2bb765d055f4f6bc2745070fb1129203b67e85bbfa5c18" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:b04fc29bcef04d4e2d626af28d9d892be6aba94856cb46ed52bcb219ceac8943" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:577ed20ec9a18d6bdedb4616f5e9e957b4c08563a9f985563a31fd5b10564d2a" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e486f60db0cd1c8d68464d9484fd2a94011c1ac8593d765d0211f9daba2bd535" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-win32.whl" , hash = "sha256:d24e5bb8028541ce25e59390122f5e48c8506b7e35587e5135efcb6471b4ac6c" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-win_amd64.whl" , hash = "sha256:778d398c4866d8e36ee3bf833779c940b5f57192fa0a549b3ad67bc4c822771b" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:bb1c613908f11bac270bc7494d68b1ef6e7c224b7a4204d5dacf3522a41e2bc3" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:edf5e4e1d5fb22c18820e8586fb867455de3b109c309cb4fce3aaed85d9468d1" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:40e0d7df05e8efe60397c69b467fc8f87a2affeb4d562fe92b72ff8937a2b511" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7a350ca685d9f594123f652ba796ee37219bf72c8e0fc4b471473d87121d6d34" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:3e66497cd990b1a130e21919b004da2f1dc112132c01ac78011a90a0f9229778" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:87900c67c0f1728e6db17c6809ec05c025c6624dcf96a8020326ea15378fe8e7" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-win32.whl" , hash = "sha256:b8a4fb2a0c5afbe9604f8a91d7d0f27b1832c3e0b5e365f95a13015822b4cd65" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:fe8d40c434a8e2c68d64c6d6a04e77f21791a93ff6afe0dce169597c110d3079" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:34a1fc29f8f96e78ec57a5eff5e8d8b53d3298c3be6df61e7aa9efba26929522" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:b19a761b948e939a9e20173aaae76070025f0024fc8f7ba08bef22a5c8573afc" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6803299cbf4665eca14428d9e886de62e24f4223ac31ab9c5d6d5339a39782c7" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:14334b9902ec776461c4b8c6516e26b450f7ebe0b3ef8703bf5cdfbbaecf774a" } ,
{ file = "matplotlib-3.5.1.tar.gz" , hash = "sha256:b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" } ,
]
matplotlib-inline = [
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
2019-11-28 16:21:27 +01: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" } ,
]
mock = [
{ file = "mock-3.0.5-py2.py3-none-any.whl" , hash = "sha256:d157e52d4e5b938c550f39eb2fd15610db062441a9c2747d3dbfa9298211d0f8" } ,
{ file = "mock-3.0.5.tar.gz" , hash = "sha256:83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3" } ,
]
more-itertools = [
{ file = "more-itertools-7.2.0.tar.gz" , hash = "sha256:409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832" } ,
{ file = "more_itertools-7.2.0-py3-none-any.whl" , hash = "sha256:92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4" } ,
]
multidict = [
2021-07-20 21:19:30 +12:00
{ file = "multidict-4.7.6-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:275ca32383bc5d1894b6975bb4ca6a7ff16ab76fa622967625baeebcf8079000" } ,
{ file = "multidict-4.7.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:1ece5a3369835c20ed57adadc663400b5525904e53bae59ec854a5d36b39b21a" } ,
{ file = "multidict-4.7.6-cp35-cp35m-win32.whl" , hash = "sha256:5141c13374e6b25fe6bf092052ab55c0c03d21bd66c94a0e3ae371d3e4d865a5" } ,
{ file = "multidict-4.7.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:9456e90649005ad40558f4cf51dbb842e32807df75146c6d940b6f5abb4a78f3" } ,
{ file = "multidict-4.7.6-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:e0d072ae0f2a179c375f67e3da300b47e1a83293c554450b29c900e50afaae87" } ,
{ file = "multidict-4.7.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:3750f2205b800aac4bb03b5ae48025a64e474d2c6cc79547988ba1d4122a09e2" } ,
{ file = "multidict-4.7.6-cp36-cp36m-win32.whl" , hash = "sha256:f07acae137b71af3bb548bd8da720956a3bc9f9a0b87733e0899226a2317aeb7" } ,
{ file = "multidict-4.7.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:6513728873f4326999429a8b00fc7ceddb2509b01d5fd3f3be7881a257b8d463" } ,
{ file = "multidict-4.7.6-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:feed85993dbdb1dbc29102f50bca65bdc68f2c0c8d352468c25b54874f23c39d" } ,
{ file = "multidict-4.7.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fcfbb44c59af3f8ea984de67ec7c306f618a3ec771c2843804069917a8f2e255" } ,
{ file = "multidict-4.7.6-cp37-cp37m-win32.whl" , hash = "sha256:4538273208e7294b2659b1602490f4ed3ab1c8cf9dbdd817e0e9db8e64be2507" } ,
{ file = "multidict-4.7.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:d14842362ed4cf63751648e7672f7174c9818459d169231d03c56e84daf90b7c" } ,
{ file = "multidict-4.7.6-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:c026fe9a05130e44157b98fea3ab12969e5b60691a276150db9eda71710cd10b" } ,
{ file = "multidict-4.7.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:51a4d210404ac61d32dada00a50ea7ba412e6ea945bbe992e4d7a595276d2ec7" } ,
{ file = "multidict-4.7.6-cp38-cp38-win32.whl" , hash = "sha256:5cf311a0f5ef80fe73e4f4c0f0998ec08f954a6ec72b746f3c179e37de1d210d" } ,
{ file = "multidict-4.7.6-cp38-cp38-win_amd64.whl" , hash = "sha256:7388d2ef3c55a8ba80da62ecfafa06a1c097c18032a501ffd4cabbc52d7f2b19" } ,
{ file = "multidict-4.7.6.tar.gz" , hash = "sha256:fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430" } ,
]
numpy = [
2021-12-26 01:21:32 -08:00
{ file = "numpy-1.21.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:38e8648f9449a549a7dfe8d8755a5979b45b3538520d1e735637ef28e8c2dc50" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fd7d7409fa643a91d0a05c7554dd68aa9c9bb16e186f6ccfe40d6e003156e33a" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a75b4498b1e93d8b700282dc8e655b8bd559c0904b3910b144646dbbbc03e062" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1412aa0aec3e00bc23fbb8664d76552b4efde98fb71f60737c83efbac24112f1" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e46ceaff65609b5399163de5893d8f2a82d3c77d5e56d976c8b5fb01faa6b671" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:c6a2324085dd52f96498419ba95b5777e40b6bcbc20088fddb9e8cbb58885e8e" } ,
{ file = "numpy-1.21.1-cp37-cp37m-win32.whl" , hash = "sha256:73101b2a1fef16602696d133db402a7e7586654682244344b8329cdcbbb82172" } ,
{ file = "numpy-1.21.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:7a708a79c9a9d26904d1cca8d383bf869edf6f8e7650d85dbc77b041e8c5a0f8" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:95b995d0c413f5d0428b3f880e8fe1660ff9396dcd1f9eedbc311f37b5652e16" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:635e6bd31c9fb3d475c8f44a089569070d10a9ef18ed13738b03049280281267" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4a3d5fb89bfe21be2ef47c0614b9c9c707b7362386c9a3ff1feae63e0267ccb6" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a326af80e86d0e9ce92bcc1e65c8ff88297de4fa14ee936cb2293d414c9ec63" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:791492091744b0fe390a6ce85cc1bf5149968ac7d5f0477288f78c89b385d9af" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0318c465786c1f63ac05d7c4dbcecd4d2d7e13f0959b01b534ea1e92202235c5" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9a513bd9c1551894ee3d31369f9b07460ef223694098cf27d399513415855b68" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:91c6f5fc58df1e0a3cc0c3a717bb3308ff850abdaa6d2d802573ee2b11f674a8" } ,
{ file = "numpy-1.21.1-cp38-cp38-win32.whl" , hash = "sha256:978010b68e17150db8765355d1ccdd450f9fc916824e8c4e35ee620590e234cd" } ,
{ file = "numpy-1.21.1-cp38-cp38-win_amd64.whl" , hash = "sha256:9749a40a5b22333467f02fe11edc98f022133ee1bfa8ab99bda5e5437b831214" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d7a4aeac3b94af92a9373d6e77b37691b86411f9745190d2c351f410ab3a791f" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d9e7912a56108aba9b31df688a4c4f5cb0d9d3787386b87d504762b6754fbb1b" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:25b40b98ebdd272bc3020935427a4530b7d60dfbe1ab9381a39147834e985eac" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a92c5aea763d14ba9d6475803fc7904bda7decc2a0a68153f587ad82941fec1" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:05a0f648eb28bae4bcb204e6fd14603de2908de982e761a2fc78efe0f19e96e1" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f01f28075a92eede918b965e86e8f0ba7b7797a95aa8d35e1cc8821f5fc3ad6a" } ,
{ file = "numpy-1.21.1-cp39-cp39-win32.whl" , hash = "sha256:88c0b89ad1cc24a5efbb99ff9ab5db0f9a86e9cc50240177a571fbe9c2860ac2" } ,
{ file = "numpy-1.21.1-cp39-cp39-win_amd64.whl" , hash = "sha256:01721eefe70544d548425a07c80be8377096a54118070b8a62476866d5208e33" } ,
{ file = "numpy-1.21.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2d4d1de6e6fb3d28781c73fbde702ac97f03d79e4ffd6598b880b2d95d62ead4" } ,
{ file = "numpy-1.21.1.zip" , hash = "sha256:dff4af63638afcc57a3dfb9e4b26d434a7a602d225b42d746ea7fe2edf1342fd" } ,
2019-11-28 16:21:27 +01:00
]
oauth2client = [
{ file = "oauth2client-4.1.3-py2.py3-none-any.whl" , hash = "sha256:b8a81cc5d60e2d364f0b1b98f958dbd472887acaf1a5b05e21c28c31a2d6d3ac" } ,
{ file = "oauth2client-4.1.3.tar.gz" , hash = "sha256:d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6" } ,
]
oauthlib = [
2021-07-20 21:19:30 +12:00
{ file = "oauthlib-3.1.1-py2.py3-none-any.whl" , hash = "sha256:42bf6354c2ed8c6acb54d971fce6f88193d97297e18602a3a886603f9d7730cc" } ,
{ file = "oauthlib-3.1.1.tar.gz" , hash = "sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3" } ,
2019-11-28 16:21:27 +01:00
]
packaging = [
2021-12-25 22:22:55 -08:00
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2019-11-28 16:21:27 +01:00
]
parso = [
2021-12-26 01:21:32 -08:00
{ file = "parso-0.8.3-py2.py3-none-any.whl" , hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75" } ,
{ file = "parso-0.8.3.tar.gz" , hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0" } ,
2019-11-28 16:21:27 +01:00
]
pbr = [
2021-12-25 22:22:55 -08:00
{ file = "pbr-5.8.0-py2.py3-none-any.whl" , hash = "sha256:176e8560eaf61e127817ef93d8a844803abb27a4d4637f0ff3bb783129be2e0a" } ,
{ file = "pbr-5.8.0.tar.gz" , hash = "sha256:672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf" } ,
2019-11-28 16:21:27 +01:00
]
pexpect = [
2021-07-20 21:19:30 +12:00
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
2019-11-28 16:21:27 +01:00
]
pickleshare = [
{ file = "pickleshare-0.7.5-py2.py3-none-any.whl" , hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56" } ,
{ file = "pickleshare-0.7.5.tar.gz" , hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" } ,
]
pillow = [
2021-07-20 21:19:30 +12:00
{ file = "Pillow-6.2.2-cp27-cp27m-macosx_10_6_intel.whl" , hash = "sha256:834dd023b7f987d6b700ad93dc818098d7eb046bd445e9992b3093c6f9d7a95f" } ,
{ file = "Pillow-6.2.2-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:d3a98444a00b4643b22b0685dbf9e0ddcaf4ebfd4ea23f84f228adf5a0765bb2" } ,
{ file = "Pillow-6.2.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:2b4a94be53dff02af90760c10a2e3634c3c7703410f38c98154d5ce71fe63d20" } ,
{ file = "Pillow-6.2.2-cp27-cp27m-win32.whl" , hash = "sha256:87ef0eca169f7f0bc050b22f05c7e174a65c36d584428431e802c0165c5856ea" } ,
{ file = "Pillow-6.2.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:cbd5647097dc55e501f459dbac7f1d0402225636deeb9e0a98a8d2df649fc19d" } ,
{ file = "Pillow-6.2.2-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:4adc3302df4faf77c63ab3a83e1a3e34b94a6a992084f4aa1cb236d1deaf4b39" } ,
{ file = "Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e3a797a079ce289e59dbd7eac9ca3bf682d52687f718686857281475b7ca8e6a" } ,
{ file = "Pillow-6.2.2-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:bb7861e4618a0c06c40a2e509c1bea207eea5fd4320d486e314e00745a402ca5" } ,
{ file = "Pillow-6.2.2-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:535e8e0e02c9f1fc2e307256149d6ee8ad3aa9a6e24144b7b6e6fb6126cb0e99" } ,
{ file = "Pillow-6.2.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:bc149dab804291a18e1186536519e5e122a2ac1316cb80f506e855a500b1cdd4" } ,
{ file = "Pillow-6.2.2-cp35-cp35m-win32.whl" , hash = "sha256:1a3bc8e1db5af40a81535a62a591fafdb30a8a1b319798ea8052aa65ef8f06d2" } ,
{ file = "Pillow-6.2.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:d6b4dc325170bee04ca8292bbd556c6f5398d52c6149ca881e67daf62215426f" } ,
{ file = "Pillow-6.2.2-cp36-cp36m-macosx_10_6_intel.whl" , hash = "sha256:43ef1cff7ee57f9c8c8e6fa02a62eae9fa23a7e34418c7ce88c0e3fe09d1fb38" } ,
{ file = "Pillow-6.2.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:900de1fdc93764be13f6b39dc0dd0207d9ff441d87ad7c6e97e49b81987dc0f3" } ,
{ file = "Pillow-6.2.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:92b83b380f9181cacc994f4c983d95a9c8b00b50bf786c66d235716b526a3332" } ,
{ file = "Pillow-6.2.2-cp36-cp36m-win32.whl" , hash = "sha256:00e0bbe9923adc5cc38a8da7d87d4ce16cde53b8d3bba8886cb928e84522d963" } ,
{ file = "Pillow-6.2.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:5ccfcb0a34ad9b77ad247c231edb781763198f405a5c8dc1b642449af821fb7f" } ,
{ file = "Pillow-6.2.2-cp37-cp37m-macosx_10_6_intel.whl" , hash = "sha256:5dcbbaa3a24d091a64560d3c439a8962866a79a033d40eb1a75f1b3413bfc2bc" } ,
{ file = "Pillow-6.2.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:6e2a7e74d1a626b817ecb7a28c433b471a395c010b2a1f511f976e9ea4363e64" } ,
{ file = "Pillow-6.2.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:c424d35a5259be559b64490d0fd9e03fba81f1ce8e5b66e0a59de97547351d80" } ,
{ file = "Pillow-6.2.2-cp37-cp37m-win32.whl" , hash = "sha256:aa4792ab056f51b49e7d59ce5733155e10a918baf8ce50f64405db23d5627fa2" } ,
{ file = "Pillow-6.2.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:0d5c99f80068f13231ac206bd9b2e80ea357f5cf9ae0fa97fab21e32d5b61065" } ,
{ file = "Pillow-6.2.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:03457e439d073770d88afdd90318382084732a5b98b0eb6f49454746dbaae701" } ,
{ file = "Pillow-6.2.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:ccf16fe444cc43800eeacd4f4769971200982200a71b1368f49410d0eb769543" } ,
{ file = "Pillow-6.2.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:b72c39585f1837d946bd1a829a4820ccf86e361f28cbf60f5d646f06318b61e2" } ,
{ file = "Pillow-6.2.2-cp38-cp38-win32.whl" , hash = "sha256:3ba7d8f1d962780f86aa747fef0baf3211b80cb13310fff0c375da879c0656d4" } ,
{ file = "Pillow-6.2.2-cp38-cp38-win_amd64.whl" , hash = "sha256:3e81485cec47c24f5fb27acb485a4fc97376b2b332ed633867dc68ac3077998c" } ,
{ file = "Pillow-6.2.2-pp273-pypy_73-win32.whl" , hash = "sha256:aa1b0297e352007ec781a33f026afbb062a9a9895bb103c8f49af434b1666880" } ,
{ file = "Pillow-6.2.2-pp373-pypy36_pp73-win32.whl" , hash = "sha256:82859575005408af81b3e9171ae326ff56a69af5439d3fc20e8cb76cd51c8246" } ,
{ file = "Pillow-6.2.2.tar.gz" , hash = "sha256:db9ff0c251ed066d367f53b64827cc9e18ccea001b986d08c265e53625dab950" } ,
2019-11-28 16:21:27 +01:00
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
prompt-toolkit = [
2021-12-26 01:21:32 -08:00
{ file = "prompt_toolkit-3.0.24-py3-none-any.whl" , hash = "sha256:e56f2ff799bacecd3e88165b1e2f5ebf9bcd59e80e06d395fa0cc4b8bd7bb506" } ,
{ file = "prompt_toolkit-3.0.24.tar.gz" , hash = "sha256:1bb05628c7d87b645974a1bad3f17612be0c29fa39af9f7688030163f680bad6" } ,
2019-11-28 16:21:27 +01:00
]
protobuf = [
2021-12-25 22:22:55 -08:00
{ file = "protobuf-3.19.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d80f80eb175bf5f1169139c2e0c5ada98b1c098e2b3c3736667f28cbbea39fc8" } ,
{ file = "protobuf-3.19.1-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:a529e7df52204565bcd33738a7a5f288f3d2d37d86caa5d78c458fa5fabbd54d" } ,
{ file = "protobuf-3.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:28ccea56d4dc38d35cd70c43c2da2f40ac0be0a355ef882242e8586c6d66666f" } ,
{ file = "protobuf-3.19.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:8b30a7de128c46b5ecb343917d9fa737612a6e8280f440874e5cc2ba0d79b8f6" } ,
{ file = "protobuf-3.19.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5935c8ce02e3d89c7900140a8a42b35bc037ec07a6aeb61cc108be8d3c9438a6" } ,
{ file = "protobuf-3.19.1-cp36-cp36m-win32.whl" , hash = "sha256:74f33edeb4f3b7ed13d567881da8e5a92a72b36495d57d696c2ea1ae0cfee80c" } ,
{ file = "protobuf-3.19.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:038daf4fa38a7e818dd61f51f22588d61755160a98db087a046f80d66b855942" } ,
{ file = "protobuf-3.19.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8e51561d72efd5bd5c91490af1f13e32bcba8dab4643761eb7de3ce18e64a853" } ,
{ file = "protobuf-3.19.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:6e8ea9173403219239cdfd8d946ed101f2ab6ecc025b0fda0c6c713c35c9981d" } ,
{ file = "protobuf-3.19.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:db3532d9f7a6ebbe2392041350437953b6d7a792de10e629c1e4f5a6b1fe1ac6" } ,
{ file = "protobuf-3.19.1-cp37-cp37m-win32.whl" , hash = "sha256:615b426a177780ce381ecd212edc1e0f70db8557ed72560b82096bd36b01bc04" } ,
{ file = "protobuf-3.19.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:d8919368410110633717c406ab5c97e8df5ce93020cfcf3012834f28b1fab1ea" } ,
{ file = "protobuf-3.19.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:71b0250b0cfb738442d60cab68abc166de43411f2a4f791d31378590bfb71bd7" } ,
{ file = "protobuf-3.19.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:3cd0458870ea7d1c58e948ac8078f6ba8a7ecc44a57e03032ed066c5bb318089" } ,
{ file = "protobuf-3.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:655264ed0d0efe47a523e2255fc1106a22f6faab7cc46cfe99b5bae085c2a13e" } ,
{ file = "protobuf-3.19.1-cp38-cp38-win32.whl" , hash = "sha256:b691d996c6d0984947c4cf8b7ae2fe372d99b32821d0584f0b90277aa36982d3" } ,
{ file = "protobuf-3.19.1-cp38-cp38-win_amd64.whl" , hash = "sha256:e7e8d2c20921f8da0dea277dfefc6abac05903ceac8e72839b2da519db69206b" } ,
{ file = "protobuf-3.19.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:fd390367fc211cc0ffcf3a9e149dfeca78fecc62adb911371db0cec5c8b7472d" } ,
{ file = "protobuf-3.19.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d83e1ef8cb74009bebee3e61cc84b1c9cd04935b72bca0cbc83217d140424995" } ,
{ file = "protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:36d90676d6f426718463fe382ec6274909337ca6319d375eebd2044e6c6ac560" } ,
{ file = "protobuf-3.19.1-cp39-cp39-win32.whl" , hash = "sha256:e7b24c11df36ee8e0c085e5b0dc560289e4b58804746fb487287dda51410f1e2" } ,
{ file = "protobuf-3.19.1-cp39-cp39-win_amd64.whl" , hash = "sha256:77d2fadcf369b3f22859ab25bd12bb8e98fb11e05d9ff9b7cd45b711c719c002" } ,
{ file = "protobuf-3.19.1-py2.py3-none-any.whl" , hash = "sha256:e813b1c9006b6399308e917ac5d298f345d95bb31f46f02b60cd92970a9afa17" } ,
{ file = "protobuf-3.19.1.tar.gz" , hash = "sha256:62a8e4baa9cb9e064eb62d1002eca820857ab2138440cb4b3ea4243830f94ca7" } ,
2019-11-28 16:21:27 +01:00
]
psutil = [
2021-07-20 21:19:30 +12:00
{ file = "psutil-5.8.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:0066a82f7b1b37d334e68697faba68e5ad5e858279fd6351c8ca6024e8d6ba64" } ,
{ file = "psutil-5.8.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:0ae6f386d8d297177fd288be6e8d1afc05966878704dad9847719650e44fc49c" } ,
{ file = "psutil-5.8.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:12d844996d6c2b1d3881cfa6fa201fd635971869a9da945cf6756105af73d2df" } ,
{ file = "psutil-5.8.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:02b8292609b1f7fcb34173b25e48d0da8667bc85f81d7476584d889c6e0f2131" } ,
{ file = "psutil-5.8.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:6ffe81843131ee0ffa02c317186ed1e759a145267d54fdef1bc4ea5f5931ab60" } ,
{ file = "psutil-5.8.0-cp27-none-win32.whl" , hash = "sha256:ea313bb02e5e25224e518e4352af4bf5e062755160f77e4b1767dd5ccb65f876" } ,
{ file = "psutil-5.8.0-cp27-none-win_amd64.whl" , hash = "sha256:5da29e394bdedd9144c7331192e20c1f79283fb03b06e6abd3a8ae45ffecee65" } ,
{ file = "psutil-5.8.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:74fb2557d1430fff18ff0d72613c5ca30c45cdbfcddd6a5773e9fc1fe9364be8" } ,
{ file = "psutil-5.8.0-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:74f2d0be88db96ada78756cb3a3e1b107ce8ab79f65aa885f76d7664e56928f6" } ,
{ file = "psutil-5.8.0-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:99de3e8739258b3c3e8669cb9757c9a861b2a25ad0955f8e53ac662d66de61ac" } ,
{ file = "psutil-5.8.0-cp36-cp36m-win32.whl" , hash = "sha256:36b3b6c9e2a34b7d7fbae330a85bf72c30b1c827a4366a07443fc4b6270449e2" } ,
{ file = "psutil-5.8.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:52de075468cd394ac98c66f9ca33b2f54ae1d9bff1ef6b67a212ee8f639ec06d" } ,
{ file = "psutil-5.8.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c6a5fd10ce6b6344e616cf01cc5b849fa8103fbb5ba507b6b2dee4c11e84c935" } ,
{ file = "psutil-5.8.0-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:61f05864b42fedc0771d6d8e49c35f07efd209ade09a5afe6a5059e7bb7bf83d" } ,
{ file = "psutil-5.8.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:0dd4465a039d343925cdc29023bb6960ccf4e74a65ad53e768403746a9207023" } ,
{ file = "psutil-5.8.0-cp37-cp37m-win32.whl" , hash = "sha256:1bff0d07e76114ec24ee32e7f7f8d0c4b0514b3fae93e3d2aaafd65d22502394" } ,
{ file = "psutil-5.8.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:fcc01e900c1d7bee2a37e5d6e4f9194760a93597c97fee89c4ae51701de03563" } ,
{ file = "psutil-5.8.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6223d07a1ae93f86451d0198a0c361032c4c93ebd4bf6d25e2fb3edfad9571ef" } ,
{ file = "psutil-5.8.0-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d225cd8319aa1d3c85bf195c4e07d17d3cd68636b8fc97e6cf198f782f99af28" } ,
{ file = "psutil-5.8.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:28ff7c95293ae74bf1ca1a79e8805fcde005c18a122ca983abf676ea3466362b" } ,
{ file = "psutil-5.8.0-cp38-cp38-win32.whl" , hash = "sha256:ce8b867423291cb65cfc6d9c4955ee9bfc1e21fe03bb50e177f2b957f1c2469d" } ,
{ file = "psutil-5.8.0-cp38-cp38-win_amd64.whl" , hash = "sha256:90f31c34d25b1b3ed6c40cdd34ff122b1887a825297c017e4cbd6796dd8b672d" } ,
{ file = "psutil-5.8.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6323d5d845c2785efb20aded4726636546b26d3b577aded22492908f7c1bdda7" } ,
{ file = "psutil-5.8.0-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:245b5509968ac0bd179287d91210cd3f37add77dad385ef238b275bad35fa1c4" } ,
{ file = "psutil-5.8.0-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:90d4091c2d30ddd0a03e0b97e6a33a48628469b99585e2ad6bf21f17423b112b" } ,
{ file = "psutil-5.8.0-cp39-cp39-win32.whl" , hash = "sha256:ea372bcc129394485824ae3e3ddabe67dc0b118d262c568b4d2602a7070afdb0" } ,
{ file = "psutil-5.8.0-cp39-cp39-win_amd64.whl" , hash = "sha256:f4634b033faf0d968bb9220dd1c793b897ab7f1189956e1aa9eae752527127d3" } ,
{ file = "psutil-5.8.0.tar.gz" , hash = "sha256:0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6" } ,
2019-11-28 16:21:27 +01:00
]
psycopg2 = [
2021-12-25 22:22:55 -08:00
{ file = "psycopg2-2.9.2-cp310-cp310-win32.whl" , hash = "sha256:6796ac614412ce374587147150e56d03b7845c9e031b88aacdcadc880e81bb38" } ,
{ file = "psycopg2-2.9.2-cp310-cp310-win_amd64.whl" , hash = "sha256:dfc32db6ce9ecc35a131320888b547199f79822b028934bb5b332f4169393e15" } ,
{ file = "psycopg2-2.9.2-cp36-cp36m-win32.whl" , hash = "sha256:77d09a79f9739b97099d2952bbbf18eaa4eaf825362387acbb9552ec1b3fa228" } ,
{ file = "psycopg2-2.9.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f65cba7924363e0d2f416041b48ff69d559548f2cb168ff972c54e09e1e64db8" } ,
{ file = "psycopg2-2.9.2-cp37-cp37m-win32.whl" , hash = "sha256:b8816c6410fa08d2a022e4e38d128bae97c1855e176a00493d6ec62ccd606d57" } ,
{ file = "psycopg2-2.9.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:26322c3f114de1f60c1b0febf8fdd595c221b4f624524178f515d07350a71bd1" } ,
{ file = "psycopg2-2.9.2-cp38-cp38-win32.whl" , hash = "sha256:77b9105ef37bc005b8ffbcb1ed6d8685bb0e8ce84773738aa56421a007ec5a7a" } ,
{ file = "psycopg2-2.9.2-cp38-cp38-win_amd64.whl" , hash = "sha256:91c7fd0fe9e6c118e8ff5b665bc3445781d3615fa78e131d0b4f8c85e8ca9ec8" } ,
{ file = "psycopg2-2.9.2-cp39-cp39-win32.whl" , hash = "sha256:a761b60da0ecaf6a9866985bcde26327883ac3cdb90535ab68b8d784f02b05ef" } ,
{ file = "psycopg2-2.9.2-cp39-cp39-win_amd64.whl" , hash = "sha256:fd7ddab7d6afee4e21c03c648c8b667b197104713e57ec404d5b74097af21e31" } ,
{ file = "psycopg2-2.9.2.tar.gz" , hash = "sha256:a84da9fa891848e0270e8e04dcca073bc9046441eeb47069f5c0e36783debbea" } ,
2019-11-28 16:21:27 +01:00
]
ptyprocess = [
2021-07-20 21:19:30 +12:00
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
2019-11-28 16:21:27 +01:00
]
py = [
2021-11-08 08:39:15 -05:00
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
2019-11-28 16:21:27 +01:00
]
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" } ,
]
pyasn1-modules = [
2021-07-20 21:19:30 +12:00
{ file = "pyasn1-modules-0.2.8.tar.gz" , hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e" } ,
{ file = "pyasn1_modules-0.2.8-py2.4.egg" , hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199" } ,
{ file = "pyasn1_modules-0.2.8-py2.5.egg" , hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405" } ,
{ file = "pyasn1_modules-0.2.8-py2.6.egg" , hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb" } ,
{ file = "pyasn1_modules-0.2.8-py2.7.egg" , hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8" } ,
{ file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl" , hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74" } ,
{ file = "pyasn1_modules-0.2.8-py3.1.egg" , hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d" } ,
{ file = "pyasn1_modules-0.2.8-py3.2.egg" , hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45" } ,
{ file = "pyasn1_modules-0.2.8-py3.3.egg" , hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4" } ,
{ file = "pyasn1_modules-0.2.8-py3.4.egg" , hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811" } ,
{ file = "pyasn1_modules-0.2.8-py3.5.egg" , hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed" } ,
{ file = "pyasn1_modules-0.2.8-py3.6.egg" , hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0" } ,
{ file = "pyasn1_modules-0.2.8-py3.7.egg" , hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd" } ,
2019-11-28 16:21:27 +01:00
]
pycparser = [
2021-11-08 08:39:15 -05:00
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
2019-11-28 16:21:27 +01:00
]
pygments = [
2021-11-08 08:39:15 -05:00
{ file = "Pygments-2.10.0-py3-none-any.whl" , hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380" } ,
{ file = "Pygments-2.10.0.tar.gz" , hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" } ,
2019-11-28 16:21:27 +01:00
]
pyjwt = [
{ file = "PyJWT-1.7.1-py2.py3-none-any.whl" , hash = "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e" } ,
{ file = "PyJWT-1.7.1.tar.gz" , hash = "sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96" } ,
]
pyopenssl = [
{ file = "pyOpenSSL-19.1.0-py2.py3-none-any.whl" , hash = "sha256:621880965a720b8ece2f1b2f54ea2071966ab00e2970ad2ce11d596102063504" } ,
{ file = "pyOpenSSL-19.1.0.tar.gz" , hash = "sha256:9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507" } ,
]
pyparsing = [
2021-07-20 21:19:30 +12:00
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
2019-11-28 16:21:27 +01:00
]
pyrsistent = [
2021-07-20 21:19:30 +12:00
{ file = "pyrsistent-0.18.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f4c8cabb46ff8e5d61f56a037974228e978f26bfefce4f61a4b1ac0ba7a2ab72" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:da6e5e818d18459fa46fac0a4a4e543507fe1110e808101277c5a2b5bab0cd2d" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:5e4395bbf841693eaebaa5bb5c8f5cdbb1d139e07c975c682ec4e4f8126e03d2" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-win32.whl" , hash = "sha256:527be2bfa8dc80f6f8ddd65242ba476a6c4fb4e3aedbf281dfbac1b1ed4165b1" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:2aaf19dc8ce517a8653746d98e962ef480ff34b6bc563fc067be6401ffb457c7" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:58a70d93fb79dc585b21f9d72487b929a6fe58da0754fa4cb9f279bb92369396" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:4916c10896721e472ee12c95cdc2891ce5890898d2f9907b1b4ae0f53588b710" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:73ff61b1411e3fb0ba144b8f08d6749749775fe89688093e1efef9839d2dcc35" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-win32.whl" , hash = "sha256:b29b869cf58412ca5738d23691e96d8aff535e17390128a1a52717c9a109da4f" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:097b96f129dd36a8c9e33594e7ebb151b1515eb52cceb08474c10a5479e799f2" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:772e94c2c6864f2cd2ffbe58bb3bdefbe2a32afa0acb1a77e472aac831f83427" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c1a9ff320fa699337e05edcaae79ef8c2880b52720bc031b219e5b5008ebbdef" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:cd3caef37a415fd0dae6148a1b6957a8c5f275a62cca02e18474608cb263640c" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-win32.whl" , hash = "sha256:e79d94ca58fcafef6395f6352383fa1a76922268fa02caa2272fff501c2fdc78" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-win_amd64.whl" , hash = "sha256:a0c772d791c38bbc77be659af29bb14c38ced151433592e326361610250c605b" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d5ec194c9c573aafaceebf05fc400656722793dac57f254cd4741f3c27ae57b4" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:6b5eed00e597b5b5773b4ca30bd48a5774ef1e96f2a45d105db5b4ebb4bca680" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:48578680353f41dca1ca3dc48629fb77dfc745128b56fc01096b2530c13fd426" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-win32.whl" , hash = "sha256:f3ef98d7b76da5eb19c37fda834d50262ff9167c65658d1d8f974d2e4d90676b" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-win_amd64.whl" , hash = "sha256:404e1f1d254d314d55adb8d87f4f465c8693d6f902f67eb6ef5b4526dc58e6ea" } ,
{ file = "pyrsistent-0.18.0.tar.gz" , hash = "sha256:773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b" } ,
2019-11-28 16:21:27 +01:00
]
pytest = [
2021-07-20 21:19:30 +12:00
{ file = "pytest-5.4.3-py3-none-any.whl" , hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1" } ,
{ file = "pytest-5.4.3.tar.gz" , hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8" } ,
2019-11-28 16:21:27 +01:00
]
python-dateutil = [
2021-07-20 21:19:30 +12: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" } ,
2019-11-28 16:21:27 +01:00
]
pytz = [
2021-11-08 08:39:15 -05:00
{ file = "pytz-2021.3-py2.py3-none-any.whl" , hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c" } ,
{ file = "pytz-2021.3.tar.gz" , hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" } ,
2019-11-28 16:21:27 +01:00
]
pywin32 = [
{ file = "pywin32-227-cp27-cp27m-win32.whl" , hash = "sha256:371fcc39416d736401f0274dd64c2302728c9e034808e37381b5e1b22be4a6b0" } ,
{ file = "pywin32-227-cp27-cp27m-win_amd64.whl" , hash = "sha256:4cdad3e84191194ea6d0dd1b1b9bdda574ff563177d2adf2b4efec2a244fa116" } ,
{ file = "pywin32-227-cp35-cp35m-win32.whl" , hash = "sha256:f4c5be1a293bae0076d93c88f37ee8da68136744588bc5e2be2f299a34ceb7aa" } ,
{ file = "pywin32-227-cp35-cp35m-win_amd64.whl" , hash = "sha256:a929a4af626e530383a579431b70e512e736e9588106715215bf685a3ea508d4" } ,
{ file = "pywin32-227-cp36-cp36m-win32.whl" , hash = "sha256:300a2db938e98c3e7e2093e4491439e62287d0d493fe07cce110db070b54c0be" } ,
{ file = "pywin32-227-cp36-cp36m-win_amd64.whl" , hash = "sha256:9b31e009564fb95db160f154e2aa195ed66bcc4c058ed72850d047141b36f3a2" } ,
{ file = "pywin32-227-cp37-cp37m-win32.whl" , hash = "sha256:47a3c7551376a865dd8d095a98deba954a98f326c6fe3c72d8726ca6e6b15507" } ,
{ file = "pywin32-227-cp37-cp37m-win_amd64.whl" , hash = "sha256:31f88a89139cb2adc40f8f0e65ee56a8c585f629974f9e07622ba80199057511" } ,
{ file = "pywin32-227-cp38-cp38-win32.whl" , hash = "sha256:7f18199fbf29ca99dff10e1f09451582ae9e372a892ff03a28528a24d55875bc" } ,
{ file = "pywin32-227-cp38-cp38-win_amd64.whl" , hash = "sha256:7c1ae32c489dc012930787f06244426f8356e129184a02c25aef163917ce158e" } ,
{ file = "pywin32-227-cp39-cp39-win32.whl" , hash = "sha256:c054c52ba46e7eb6b7d7dfae4dbd987a1bb48ee86debe3f245a2884ece46e295" } ,
{ file = "pywin32-227-cp39-cp39-win_amd64.whl" , hash = "sha256:f27cec5e7f588c3d1051651830ecc00294f90728d19c3bf6916e6dba93ea357c" } ,
]
requests = [
2021-07-20 21:19:30 +12:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2019-11-28 16:21:27 +01: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" } ,
]
rsa = [
2021-12-25 22:22:55 -08:00
{ file = "rsa-4.8-py3-none-any.whl" , hash = "sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb" } ,
{ file = "rsa-4.8.tar.gz" , hash = "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17" } ,
2019-11-28 16:21:27 +01:00
]
2021-12-26 01:21:32 -08:00
setuptools-scm = [
{ file = "setuptools_scm-6.3.2-py3-none-any.whl" , hash = "sha256:4c64444b1d49c4063ae60bfe1680f611c8b13833d556fd1d6050c0023162a119" } ,
{ file = "setuptools_scm-6.3.2.tar.gz" , hash = "sha256:a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2" } ,
]
2019-11-28 16:21:27 +01:00
six = [
2021-07-20 21:19:30 +12:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2019-11-28 16:21:27 +01:00
]
sqlalchemy = [
2021-12-25 22:22:55 -08:00
{ file = "SQLAlchemy-1.4.29-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:da64423c05256f4ab8c0058b90202053b201cbe3a081f3a43eb590cd554395ab" } ,
{ file = "SQLAlchemy-1.4.29-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:0fc4eec2f46b40bdd42112b3be3fbbf88e194bcf02950fbb88bcdc1b32f07dc7" } ,
{ file = "SQLAlchemy-1.4.29-cp27-cp27m-win32.whl" , hash = "sha256:101d2e100ba9182c9039699588e0b2d833c54b3bad46c67c192159876c9f27ea" } ,
{ file = "SQLAlchemy-1.4.29-cp27-cp27m-win_amd64.whl" , hash = "sha256:ceac84dd9abbbe115e8be0c817bed85d9fa639b4d294e7817f9e61162d5f766c" } ,
{ file = "SQLAlchemy-1.4.29-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:15b65887b6c324cad638c7671cb95985817b733242a7eb69edd7cdf6953be1e0" } ,
{ file = "SQLAlchemy-1.4.29-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:78abc507d17753ed434b6cc0c0693126279723d5656d9775bfcac966a99a899b" } ,
{ file = "SQLAlchemy-1.4.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eb8c993706e86178ce15a6b86a335a2064f52254b640e7f53365e716423d33f4" } ,
{ file = "SQLAlchemy-1.4.29-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:804e22d5b6165a4f3f019dd9c94bec5687de985a9c54286b93ded9f7846b8c82" } ,
{ file = "SQLAlchemy-1.4.29-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56d9d62021946263d4478c9ca012fbd1805f10994cb615c88e7bfd1ae14604d8" } ,
{ file = "SQLAlchemy-1.4.29-cp310-cp310-win32.whl" , hash = "sha256:027f356c727db24f3c75828c7feb426f87ce1241242d08958e454bd025810660" } ,
{ file = "SQLAlchemy-1.4.29-cp310-cp310-win_amd64.whl" , hash = "sha256:debaf09a823061f88a8dee04949814cf7e82fb394c5bca22c780cb03172ca23b" } ,
{ file = "SQLAlchemy-1.4.29-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:dc27dcc6c72eb38be7f144e9c2c4372d35a3684d3a6dd43bd98c1238358ee17c" } ,
{ file = "SQLAlchemy-1.4.29-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4ddd4f2e247128c58bb3dd4489922874afce157d2cff0b2295d67fcd0f22494" } ,
{ file = "SQLAlchemy-1.4.29-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:9ce960a1dc60524136cf6f75621588e2508a117e04a6e3eedb0968bd13b8c824" } ,
{ file = "SQLAlchemy-1.4.29-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5919e647e1d4805867ea556ed4967c68b4d8b266059fa35020dbaed8ffdd60f3" } ,
{ file = "SQLAlchemy-1.4.29-cp36-cp36m-win32.whl" , hash = "sha256:886359f734b95ad1ef443b13bb4518bcade4db4f9553c9ce33d6d04ebda8d44e" } ,
{ file = "SQLAlchemy-1.4.29-cp36-cp36m-win_amd64.whl" , hash = "sha256:e9cc6d844e24c307c3272677982a9b33816aeb45e4977791c3bdd47637a8d810" } ,
{ file = "SQLAlchemy-1.4.29-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:5e9cd33459afa69c88fa648e803d1f1245e3caa60bfe8b80a9595e5edd3bda9c" } ,
{ file = "SQLAlchemy-1.4.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eeaebceb24b46e884c4ad3c04f37feb178b81f6ce720af19bfa2592ca32fdef7" } ,
{ file = "SQLAlchemy-1.4.29-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e89347d3bd2ef873832b47e85f4bbd810a5e626c5e749d90a07638da100eb1c8" } ,
{ file = "SQLAlchemy-1.4.29-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5a717c2e70fd1bb477161c4cc85258e41d978584fbe5522613618195f7e87d9b" } ,
{ file = "SQLAlchemy-1.4.29-cp37-cp37m-win32.whl" , hash = "sha256:f74d6c05d2d163464adbdfbc1ab85048cc15462ff7d134b8aed22bd521e1faa5" } ,
{ file = "SQLAlchemy-1.4.29-cp37-cp37m-win_amd64.whl" , hash = "sha256:621854dbb4d2413c759a5571564170de45ef37299df52e78e62b42e2880192e1" } ,
{ file = "SQLAlchemy-1.4.29-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:f3909194751bb6cb7c5511dd18bcf77e6e3f0b31604ed4004dffa9461f71e737" } ,
{ file = "SQLAlchemy-1.4.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dd49d21d1f03c81fbec9080ecdc4486d5ddda67e7fbb75ebf48294465c022cdc" } ,
{ file = "SQLAlchemy-1.4.29-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e5f6959466a42b6569774c257e55f9cd85200d5b0ba09f0f5d8b5845349c5822" } ,
{ file = "SQLAlchemy-1.4.29-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0072f9887aabe66db23f818bbe950cfa1b6127c5cb769b00bcc07935b3adb0ad" } ,
{ file = "SQLAlchemy-1.4.29-cp38-cp38-win32.whl" , hash = "sha256:ad618d687d26d4cbfa9c6fa6141d59e05bcdfc60cb6e1f1d3baa18d8c62fef5f" } ,
{ file = "SQLAlchemy-1.4.29-cp38-cp38-win_amd64.whl" , hash = "sha256:878daecb6405e786b07f97e1c77a9cfbbbec17432e8a90c487967e32cfdecb33" } ,
{ file = "SQLAlchemy-1.4.29-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:e027bdf0a4cf6bd0a3ad3b998643ea374d7991bd117b90bf9982e41ceb742941" } ,
{ file = "SQLAlchemy-1.4.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c5de7adfb91d351f44062b8dedf29f49d4af7cb765be65816e79223a4e31062b" } ,
{ file = "SQLAlchemy-1.4.29-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fbc6e63e481fa323036f305ada96a3362e1d60dd2bfa026cac10c3553e6880e9" } ,
{ file = "SQLAlchemy-1.4.29-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7dd0502cb091660ad0d89c5e95a29825f37cde2a5249957838e975871fbffaad" } ,
{ file = "SQLAlchemy-1.4.29-cp39-cp39-win32.whl" , hash = "sha256:37b46bfc4af3dc226acb6fa28ecd2e1fd223433dc5e15a2bad62bf0a0cbb4e8b" } ,
{ file = "SQLAlchemy-1.4.29-cp39-cp39-win_amd64.whl" , hash = "sha256:08cfd35eecaba79be930c9bfd2e1f0c67a7e1314355d83a378f9a512b1cf7587" } ,
{ file = "SQLAlchemy-1.4.29.tar.gz" , hash = "sha256:fa2bad14e1474ba649cfc969c1d2ec915dd3e79677f346bbfe08e93ef9020b39" } ,
2019-11-28 16:21:27 +01:00
]
2021-12-26 01:21:32 -08:00
tomli = [
{ file = "tomli-2.0.0-py3-none-any.whl" , hash = "sha256:b5bde28da1fed24b9bd1d4d2b8cba62300bfb4ec9a6187a957e8ddb9434c5224" } ,
{ file = "tomli-2.0.0.tar.gz" , hash = "sha256:c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1" } ,
]
2019-11-28 16:21:27 +01:00
tornado = [
2021-07-20 21:19:30 +12:00
{ file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675" } ,
{ file = "tornado-6.1-cp35-cp35m-win32.whl" , hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5" } ,
{ file = "tornado-6.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68" } ,
{ file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085" } ,
{ file = "tornado-6.1-cp36-cp36m-win32.whl" , hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575" } ,
{ file = "tornado-6.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795" } ,
{ file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d" } ,
{ file = "tornado-6.1-cp37-cp37m-win32.whl" , hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df" } ,
{ file = "tornado-6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37" } ,
{ file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6" } ,
{ file = "tornado-6.1-cp38-cp38-win32.whl" , hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326" } ,
{ file = "tornado-6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c" } ,
{ file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd" } ,
{ file = "tornado-6.1-cp39-cp39-win32.whl" , hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c" } ,
{ file = "tornado-6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4" } ,
{ file = "tornado-6.1.tar.gz" , hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791" } ,
2019-11-28 16:21:27 +01:00
]
tqdm = [
2021-11-08 08:39:15 -05:00
{ file = "tqdm-4.62.3-py2.py3-none-any.whl" , hash = "sha256:8dd278a422499cd6b727e6ae4061c40b48fce8b76d1ccbf5d34fca9b7f925b0c" } ,
{ file = "tqdm-4.62.3.tar.gz" , hash = "sha256:d359de7217506c9851b7869f3708d8ee53ed70a1b8edbba4dbcb47442592920d" } ,
2019-11-28 16:21:27 +01:00
]
traitlets = [
2021-12-26 01:21:32 -08:00
{ file = "traitlets-5.1.1-py3-none-any.whl" , hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033" } ,
{ file = "traitlets-5.1.1.tar.gz" , hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7" } ,
2019-11-28 16:21:27 +01:00
]
uritemplate = [
2021-07-20 21:19:30 +12:00
{ file = "uritemplate-3.0.1-py2.py3-none-any.whl" , hash = "sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f" } ,
{ file = "uritemplate-3.0.1.tar.gz" , hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae" } ,
2019-11-28 16:21:27 +01:00
]
urllib3 = [
2021-11-08 08:39:15 -05:00
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
2019-11-28 16:21:27 +01:00
]
virtualenv = [
2021-11-08 08:39:15 -05:00
{ file = "virtualenv-16.7.12-py2.py3-none-any.whl" , hash = "sha256:9180ce4102c388073bac71ecd041f7f31f9ef8c528edb205d75ae6144d08106e" } ,
{ file = "virtualenv-16.7.12.tar.gz" , hash = "sha256:1ca09a8a1684ba15915eebb30bb73988f7af47ae31f48544cc872d2d560c1738" } ,
2019-11-28 16:21:27 +01:00
]
wcwidth = [
2021-07-20 21:19:30 +12:00
{ file = "wcwidth-0.1.9-py2.py3-none-any.whl" , hash = "sha256:cafe2186b3c009a04067022ce1dcd79cb38d8d65ee4f4791b8888d6599d1bbe1" } ,
{ file = "wcwidth-0.1.9.tar.gz" , hash = "sha256:ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1" } ,
2019-11-28 16:21:27 +01:00
]
websocket-client = [
{ file = "websocket_client-0.56.0-py2.py3-none-any.whl" , hash = "sha256:1151d5fb3a62dc129164292e1227655e4bbc5dd5340a5165dfae61128ec50aa9" } ,
{ file = "websocket_client-0.56.0.tar.gz" , hash = "sha256:1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a" } ,
]
werkzeug = [
2021-07-20 21:19:30 +12:00
{ file = "Werkzeug-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2de2a5db0baeae7b2d2664949077c2ac63fbd16d98da0ff71837f7d1dea3fd43" } ,
{ file = "Werkzeug-1.0.1.tar.gz" , hash = "sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c" } ,
2019-11-28 16:21:27 +01:00
]
wrapt = [
2021-11-08 08:39:15 -05:00
{ file = "wrapt-1.13.3-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:e05e60ff3b2b0342153be4d1b597bbcfd8330890056b9619f4ad6b8d5c96a81a" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:85148f4225287b6a0665eef08a178c15097366d46b210574a658c1ff5b377489" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:2dded5496e8f1592ec27079b28b6ad2a1ef0b9296d270f77b8e4a3a796cf6909" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:e94b7d9deaa4cc7bac9198a58a7240aaf87fe56c6277ee25fa5b3aa1edebd229" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:498e6217523111d07cd67e87a791f5e9ee769f9241fcf8a379696e25806965af" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:ec7e20258ecc5174029a0f391e1b948bf2906cd64c198a9b8b281b811cbc04de" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:87883690cae293541e08ba2da22cacaae0a092e0ed56bbba8d018cc486fbafbb" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:f99c0489258086308aad4ae57da9e8ecf9e1f3f30fa35d5e170b4d4896554d80" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:6a03d9917aee887690aa3f1747ce634e610f6db6f6b332b35c2dd89412912bca" } ,
{ file = "wrapt-1.13.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:936503cb0a6ed28dbfa87e8fcd0a56458822144e9d11a49ccee6d9a8adb2ac44" } ,
{ file = "wrapt-1.13.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f9c51d9af9abb899bd34ace878fbec8bf357b3194a10c4e8e0a25512826ef056" } ,
{ file = "wrapt-1.13.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:220a869982ea9023e163ba915077816ca439489de6d2c09089b219f4e11b6785" } ,
{ file = "wrapt-1.13.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:0877fe981fd76b183711d767500e6b3111378ed2043c145e21816ee589d91096" } ,
{ file = "wrapt-1.13.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:43e69ffe47e3609a6aec0fe723001c60c65305784d964f5007d5b4fb1bc6bf33" } ,
{ file = "wrapt-1.13.3-cp310-cp310-win32.whl" , hash = "sha256:78dea98c81915bbf510eb6a3c9c24915e4660302937b9ae05a0947164248020f" } ,
{ file = "wrapt-1.13.3-cp310-cp310-win_amd64.whl" , hash = "sha256:ea3e746e29d4000cd98d572f3ee2a6050a4f784bb536f4ac1f035987fc1ed83e" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:8c73c1a2ec7c98d7eaded149f6d225a692caa1bd7b2401a14125446e9e90410d" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:086218a72ec7d986a3eddb7707c8c4526d677c7b35e355875a0fe2918b059179" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:e92d0d4fa68ea0c02d39f1e2f9cb5bc4b4a71e8c442207433d8db47ee79d7aa3" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:d4a5f6146cfa5c7ba0134249665acd322a70d1ea61732723c7d3e8cc0fa80755" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-win32.whl" , hash = "sha256:8aab36778fa9bba1a8f06a4919556f9f8c7b33102bd71b3ab307bb3fecb21851" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:944b180f61f5e36c0634d3202ba8509b986b5fbaf57db3e94df11abee244ba13" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:2ebdde19cd3c8cdf8df3fc165bc7827334bc4e353465048b36f7deeae8ee0918" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:610f5f83dd1e0ad40254c306f4764fcdc846641f120c3cf424ff57a19d5f7ade" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5601f44a0f38fed36cc07db004f0eedeaadbdcec90e4e90509480e7e6060a5bc" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:e6906d6f48437dfd80464f7d7af1740eadc572b9f7a4301e7dd3d65db285cacf" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:766b32c762e07e26f50d8a3468e3b4228b3736c805018e4b0ec8cc01ecd88125" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-win32.whl" , hash = "sha256:5f223101f21cfd41deec8ce3889dc59f88a59b409db028c469c9b20cfeefbe36" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:f122ccd12fdc69628786d0c947bdd9cb2733be8f800d88b5a37c57f1f1d73c10" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:46f7f3af321a573fc0c3586612db4decb7eb37172af1bc6173d81f5b66c2e068" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:778fd096ee96890c10ce96187c76b3e99b2da44e08c9e24d5652f356873f6709" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0cb23d36ed03bf46b894cfec777eec754146d68429c30431c99ef28482b5c1df" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:96b81ae75591a795d8c90edc0bfaab44d3d41ffc1aae4d994c5aa21d9b8e19a2" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:7dd215e4e8514004c8d810a73e342c536547038fb130205ec4bba9f5de35d45b" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-win32.whl" , hash = "sha256:47f0a183743e7f71f29e4e21574ad3fa95676136f45b91afcf83f6a050914829" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:fd76c47f20984b43d93de9a82011bb6e5f8325df6c9ed4d8310029a55fa361ea" } ,
{ file = "wrapt-1.13.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b73d4b78807bd299b38e4598b8e7bd34ed55d480160d2e7fdaabd9931afa65f9" } ,
{ file = "wrapt-1.13.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:ec9465dd69d5657b5d2fa6133b3e1e989ae27d29471a672416fd729b429eb554" } ,
{ file = "wrapt-1.13.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:dd91006848eb55af2159375134d724032a2d1d13bcc6f81cd8d3ed9f2b8e846c" } ,
{ file = "wrapt-1.13.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:ae9de71eb60940e58207f8e71fe113c639da42adb02fb2bcbcaccc1ccecd092b" } ,
{ file = "wrapt-1.13.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:51799ca950cfee9396a87f4a1240622ac38973b6df5ef7a41e7f0b98797099ce" } ,
{ file = "wrapt-1.13.3-cp38-cp38-win32.whl" , hash = "sha256:4b9c458732450ec42578b5642ac53e312092acf8c0bfce140ada5ca1ac556f79" } ,
{ file = "wrapt-1.13.3-cp38-cp38-win_amd64.whl" , hash = "sha256:7dde79d007cd6dfa65afe404766057c2409316135cb892be4b1c768e3f3a11cb" } ,
{ file = "wrapt-1.13.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:981da26722bebb9247a0601e2922cedf8bb7a600e89c852d063313102de6f2cb" } ,
{ file = "wrapt-1.13.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:705e2af1f7be4707e49ced9153f8d72131090e52be9278b5dbb1498c749a1e32" } ,
{ file = "wrapt-1.13.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:25b1b1d5df495d82be1c9d2fad408f7ce5ca8a38085e2da41bb63c914baadff7" } ,
{ file = "wrapt-1.13.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:77416e6b17926d953b5c666a3cb718d5945df63ecf922af0ee576206d7033b5e" } ,
{ file = "wrapt-1.13.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:865c0b50003616f05858b22174c40ffc27a38e67359fa1495605f96125f76640" } ,
{ file = "wrapt-1.13.3-cp39-cp39-win32.whl" , hash = "sha256:0a017a667d1f7411816e4bf214646d0ad5b1da2c1ea13dec6c162736ff25a374" } ,
{ file = "wrapt-1.13.3-cp39-cp39-win_amd64.whl" , hash = "sha256:81bd7c90d28a4b2e1df135bfbd7c23aee3050078ca6441bead44c42483f9ebfb" } ,
{ file = "wrapt-1.13.3.tar.gz" , hash = "sha256:1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185" } ,
2019-11-28 16:21:27 +01:00
]
yarl = [
2021-11-08 08:39:15 -05:00
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f2a8508f7350512434e41065684076f640ecce176d262a7d54f0da41d99c5a95" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:da6df107b9ccfe52d3a48165e48d72db0eca3e3029b5b8cb4fe6ee3cb870ba8b" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a1d0894f238763717bdcfea74558c94e3bc34aeacd3351d769460c1a586a8b05" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfe4b95b7e00c6635a72e2d00b478e8a28bfb122dc76349a06e20792eb53a523" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c145ab54702334c42237a6c6c4cc08703b6aa9b94e2f227ceb3d477d20c36c63" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1ca56f002eaf7998b5fcf73b2421790da9d2586331805f38acd9997743114e98" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1d3d5ad8ea96bd6d643d80c7b8d5977b4e2fb1bab6c9da7322616fd26203d125" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:167ab7f64e409e9bdd99333fe8c67b5574a1f0495dcfd905bc7454e766729b9e" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:95a1873b6c0dd1c437fb3bb4a4aaa699a48c218ac7ca1e74b0bee0ab16c7d60d" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6152224d0a1eb254f97df3997d79dadd8bb2c1a02ef283dbb34b97d4f8492d23" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:5bb7d54b8f61ba6eee541fba4b83d22b8a046b4ef4d8eb7f15a7e35db2e1e245" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:9c1f083e7e71b2dd01f7cd7434a5f88c15213194df38bc29b388ccdf1492b739" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f44477ae29025d8ea87ec308539f95963ffdc31a82f42ca9deecf2d505242e72" } ,
{ file = "yarl-1.7.2-cp310-cp310-win32.whl" , hash = "sha256:cff3ba513db55cc6a35076f32c4cdc27032bd075c9faef31fec749e64b45d26c" } ,
{ file = "yarl-1.7.2-cp310-cp310-win_amd64.whl" , hash = "sha256:c9c6d927e098c2d360695f2e9d38870b2e92e0919be07dbe339aefa32a090265" } ,
{ file = "yarl-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9b4c77d92d56a4c5027572752aa35082e40c561eec776048330d2907aead891d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c01a89a44bb672c38f42b49cdb0ad667b116d731b3f4c896f72302ff77d71656" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c19324a1c5399b602f3b6e7db9478e5b1adf5cf58901996fc973fe4fccd73eed" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3abddf0b8e41445426d29f955b24aeecc83fa1072be1be4e0d194134a7d9baee" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6a1a9fe17621af43e9b9fcea8bd088ba682c8192d744b386ee3c47b56eaabb2c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b0915ee85150963a9504c10de4e4729ae700af11df0dc5550e6587ed7891e92" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:29e0656d5497733dcddc21797da5a2ab990c0cb9719f1f969e58a4abac66234d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:bf19725fec28452474d9887a128e98dd67eee7b7d52e932e6949c532d820dc3b" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d6f3d62e16c10e88d2168ba2d065aa374e3c538998ed04996cd373ff2036d64c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:ac10bbac36cd89eac19f4e51c032ba6b412b3892b685076f4acd2de18ca990aa" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:aa32aaa97d8b2ed4e54dc65d241a0da1c627454950f7d7b1f95b13985afd6c5d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win32.whl" , hash = "sha256:87f6e082bce21464857ba58b569370e7b547d239ca22248be68ea5d6b51464a1" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:ac35ccde589ab6a1870a484ed136d49a26bcd06b6a1c6397b1967ca13ceb3913" } ,
{ file = "yarl-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a467a431a0817a292121c13cbe637348b546e6ef47ca14a790aa2fa8cc93df63" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ab0c3274d0a846840bf6c27d2c60ba771a12e4d7586bf550eefc2df0b56b3b4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d260d4dc495c05d6600264a197d9d6f7fc9347f21d2594926202fd08cf89a8ba" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fc4dd8b01a8112809e6b636b00f487846956402834a7fd59d46d4f4267181c41" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c1164a2eac148d85bbdd23e07dfcc930f2e633220f3eb3c3e2a25f6148c2819e" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:67e94028817defe5e705079b10a8438b8cb56e7115fa01640e9c0bb3edf67332" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:89ccbf58e6a0ab89d487c92a490cb5660d06c3a47ca08872859672f9c511fc52" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:8cce6f9fa3df25f55521fbb5c7e4a736683148bcc0c75b21863789e5185f9185" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:211fcd65c58bf250fb994b53bc45a442ddc9f441f6fec53e65de8cba48ded986" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c10ea1e80a697cf7d80d1ed414b5cb8f1eec07d618f54637067ae3c0334133c4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:52690eb521d690ab041c3919666bea13ab9fbff80d615ec16fa81a297131276b" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win32.whl" , hash = "sha256:695ba021a9e04418507fa930d5f0704edbce47076bdcfeeaba1c83683e5649d1" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c17965ff3706beedafd458c452bf15bac693ecd146a60a06a214614dc097a271" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fce78593346c014d0d986b7ebc80d782b7f5e19843ca798ed62f8e3ba8728576" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c2a1ac41a6aa980db03d098a5531f13985edcb451bcd9d00670b03129922cd0d" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:39d5493c5ecd75c8093fa7700a2fb5c94fe28c839c8e40144b7ab7ccba6938c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1eb6480ef366d75b54c68164094a6a560c247370a68c02dddb11f20c4c6d3c9d" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5ba63585a89c9885f18331a55d25fe81dc2d82b71311ff8bd378fc8004202ff6" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e39378894ee6ae9f555ae2de332d513a5763276a9265f8e7cbaeb1b1ee74623a" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c0910c6b6c31359d2f6184828888c983d54d09d581a4a23547a35f1d0b9484b1" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6feca8b6bfb9eef6ee057628e71e1734caf520a907b6ec0d62839e8293e945c0" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8300401dc88cad23f5b4e4c1226f44a5aa696436a4026e456fe0e5d2f7f486e6" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:788713c2896f426a4e166b11f4ec538b5736294ebf7d5f654ae445fd44270832" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:fd547ec596d90c8676e369dd8a581a21227fe9b4ad37d0dc7feb4ccf544c2d59" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:737e401cd0c493f7e3dd4db72aca11cfe069531c9761b8ea474926936b3c57c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:baf81561f2972fb895e7844882898bda1eef4b07b5b385bcd308d2098f1a767b" } ,
{ file = "yarl-1.7.2-cp38-cp38-win32.whl" , hash = "sha256:ede3b46cdb719c794427dcce9d8beb4abe8b9aa1e97526cc20de9bd6583ad1ef" } ,
{ file = "yarl-1.7.2-cp38-cp38-win_amd64.whl" , hash = "sha256:cc8b7a7254c0fc3187d43d6cb54b5032d2365efd1df0cd1749c0c4df5f0ad45f" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:580c1f15500e137a8c37053e4cbf6058944d4c114701fa59944607505c2fe3a0" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3ec1d9a0d7780416e657f1e405ba35ec1ba453a4f1511eb8b9fbab81cb8b3ce1" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3bf8cfe8856708ede6a73907bf0501f2dc4e104085e070a41f5d88e7faf237f3" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1be4bbb3d27a4e9aa5f3df2ab61e3701ce8fcbd3e9846dbce7c033a7e8136746" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:534b047277a9a19d858cde163aba93f3e1677d5acd92f7d10ace419d478540de" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c6ddcd80d79c96eb19c354d9dca95291589c5954099836b7c8d29278a7ec0bda" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9bfcd43c65fbb339dc7086b5315750efa42a34eefad0256ba114cd8ad3896f4b" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f64394bd7ceef1237cc604b5a89bf748c95982a84bcd3c4bbeb40f685c810794" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:044daf3012e43d4b3538562da94a88fb12a6490652dbc29fb19adfa02cf72eac" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:368bcf400247318382cc150aaa632582d0780b28ee6053cd80268c7e72796dec" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:bab827163113177aee910adb1f48ff7af31ee0289f434f7e22d10baf624a6dfe" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:0cba38120db72123db7c58322fa69e3c0efa933040ffb586c3a87c063ec7cae8" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:59218fef177296451b23214c91ea3aba7858b4ae3306dde120224cfe0f7a6ee8" } ,
{ file = "yarl-1.7.2-cp39-cp39-win32.whl" , hash = "sha256:1edc172dcca3f11b38a9d5c7505c83c1913c0addc99cd28e993efeaafdfaa18d" } ,
{ file = "yarl-1.7.2-cp39-cp39-win_amd64.whl" , hash = "sha256:797c2c412b04403d2da075fb93c123df35239cd7b4cc4e0cd9e5839b73f52c58" } ,
{ file = "yarl-1.7.2.tar.gz" , hash = "sha256:45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd" } ,
2019-11-28 16:21:27 +01:00
]
zipp = [
{ file = "zipp-0.6.0-py2.py3-none-any.whl" , hash = "sha256:f06903e9f1f43b12d371004b4ac7b06ab39a44adc747266928ae6debfa7b3335" } ,
{ file = "zipp-0.6.0.tar.gz" , hash = "sha256:3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e" } ,
]