2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "atomicwrites"
2020-10-01 14:36:24 +02:00
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2022-04-01 00:18:12 +12:00
version = "21.4.0"
2020-10-01 14:36:24 +02:00
description = "Classes Without Boilerplate"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2021-06-28 12:26:19 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ package . extras ]
2022-04-01 00:18:12 +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" , "cloudpickle" ]
2021-06-28 12:26:19 -05:00
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
2022-04-01 00:18:12 +12:00
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
2021-08-19 15:05:04 -05:00
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "cachecontrol"
2020-10-01 14:36:24 +02:00
version = "0.12.6"
description = "httplib2 caching for requests"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
lockfile = { version = ">=0.9" , optional = true , markers = "extra == \"filecache\"" }
2020-01-10 14:01:54 +00:00
msgpack = ">=0.5.2"
2019-11-19 14:50:31 +00:00
requests = "*"
[ package . extras ]
filecache = [ "lockfile (>=0.9)" ]
redis = [ "redis (>=2.10.5)" ]
2021-12-25 15:42:39 -08:00
[ [ package ] ]
name = "cachecontrol"
2022-06-05 02:28:13 +08:00
version = "0.12.11"
2021-12-25 15:42:39 -08:00
description = "httplib2 caching for requests"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
lockfile = { version = ">=0.9" , optional = true , markers = "extra == \"filecache\"" }
msgpack = ">=0.5.2"
requests = "*"
[ package . extras ]
filecache = [ "lockfile (>=0.9)" ]
redis = [ "redis (>=2.10.5)" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "cachy"
2020-10-01 14:36:24 +02:00
version = "0.3.0"
description = "Cachy provides a simple yet effective caching library."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
2020-10-01 14:36:24 +02:00
redis = [ "redis (>=3.3.6,<4.0.0)" ]
2019-11-19 14:50:31 +00:00
memcached = [ "python-memcached (>=1.59,<2.0)" ]
msgpack = [ "msgpack-python (>=0.5,<0.6)" ]
[ [ package ] ]
name = "certifi"
2021-12-25 15:42:39 -08:00
version = "2021.10.8"
2020-10-01 14:36:24 +02:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cffi"
2022-07-08 19:37:58 +03:00
version = "1.15.1"
2020-10-01 14:36:24 +02:00
description = "Foreign Function Interface for Python calling C code."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "cfgv"
2021-09-22 08:42:10 -05:00
version = "3.3.1"
2020-10-01 14:36:24 +02:00
description = "Validate configuration and produce human readable error messages."
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=3.6.1"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "chardet"
2021-03-04 12:56:50 +02:00
version = "4.0.0"
2020-10-01 14:36:24 +02:00
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2021-03-04 12:56:50 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "cleo"
2020-10-01 14:36:24 +02:00
version = "0.8.1"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
clikit = ">=0.6.0,<0.7.0"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "clikit"
2020-10-01 14:36:24 +02:00
version = "0.6.2"
description = "CliKit is a group of utilities to build beautiful and testable command line interfaces."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
crashtest = { version = ">=0.3.0,<0.4.0" , markers = "python_version >= \"3.6\" and python_version < \"4.0\"" }
2020-02-28 20:21:52 +00:00
pastel = ">=0.2.0,<0.3.0"
2019-11-19 14:50:31 +00:00
pylev = ">=1.3,<2.0"
2020-10-01 14:36:24 +02:00
typing-extensions = { version = ">=3.6,<4.0" , markers = "python_version >= \"3.5\" and python_full_version < \"3.5.4\"" }
2020-02-28 20:21:52 +00:00
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "colorama"
2022-07-08 19:37:58 +03:00
version = "0.4.5"
2019-12-13 12:53:27 +00:00
description = "Cross-platform colored terminal text."
2020-10-01 14:36:24 +02:00
category = "dev"
2019-12-13 12:53:27 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "coverage"
2021-03-04 12:56:50 +02:00
version = "5.5"
2020-01-10 14:01:54 +00:00
description = "Code coverage measurement for Python"
2020-10-01 14:36:24 +02:00
category = "dev"
2020-01-10 14:01:54 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
toml = [ "toml" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
2020-10-01 14:36:24 +02:00
name = "crashtest"
version = "0.3.1"
description = "Manage Python errors with ease"
2019-11-19 14:50:31 +00:00
category = "main"
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=3.6,<4.0"
2020-06-08 17:29:43 +02:00
[ [ package ] ]
name = "cryptography"
2021-03-04 12:56:50 +02:00
version = "3.2.1"
2020-10-01 14:36:24 +02:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . dependencies ]
cffi = ">=1.8,<1.11.3 || >1.11.3"
2021-06-28 12:26:19 -05:00
six = ">=1.4.1"
[ package . extras ]
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
docstest = [ "doc8" , "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
ssh = [ "bcrypt (>=3.1.5)" ]
test = [ "pytest (>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2)" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
[ [ package ] ]
name = "cryptography"
2022-07-08 19:37:58 +03:00
version = "37.0.4"
2021-03-04 12:56:50 +02:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
2021-12-25 15:42:39 -08:00
docstest = [ "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
2021-03-04 12:56:50 +02:00
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
2021-12-25 15:42:39 -08:00
sdist = [ "setuptools_rust (>=0.11.4)" ]
2021-03-04 12:56:50 +02:00
ssh = [ "bcrypt (>=3.1.5)" ]
2022-06-05 02:28:13 +08:00
test = [ "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
2019-11-19 14:50:31 +00:00
2020-02-28 20:21:52 +00:00
[ [ package ] ]
name = "distlib"
2021-12-25 15:42:39 -08:00
version = "0.3.4"
2020-10-01 14:36:24 +02:00
description = "Distribution utilities"
category = "main"
2020-02-28 20:21:52 +00:00
optional = false
python-versions = "*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "filelock"
2021-10-04 22:41:42 -05:00
version = "3.2.1"
2020-10-01 14:36:24 +02:00
description = "A platform independent file lock."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2021-10-04 22:41:42 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
2019-11-19 14:50:31 +00:00
2020-07-22 16:11:19 +02:00
[ [ package ] ]
name = "html5lib"
2020-10-01 14:36:24 +02:00
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
category = "main"
2020-07-22 16:11:19 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
six = ">=1.9"
webencodings = "*"
[ package . extras ]
all = [ "genshi" , "chardet (>=2.2)" , "lxml" ]
chardet = [ "chardet (>=2.2)" ]
genshi = [ "genshi" ]
lxml = [ "lxml" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "httpretty"
2022-06-05 02:28:13 +08:00
version = "1.1.4"
2020-10-01 14:36:24 +02:00
description = "HTTP client mock for Python"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2022-06-05 02:28:13 +08:00
python-versions = ">=3"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "identify"
2022-04-01 00:18:12 +12:00
version = "2.4.4"
2020-10-01 14:36:24 +02:00
description = "File identification library for Python"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2021-03-04 12:56:50 +02:00
python-versions = ">=3.6.1"
2019-11-19 14:50:31 +00:00
[ package . extras ]
2021-12-25 15:42:39 -08:00
license = [ "ukkonen" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "idna"
2020-10-01 14:36:24 +02:00
version = "2.10"
2020-02-28 20:21:52 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
2020-10-01 14:36:24 +02:00
category = "main"
2020-02-28 20:21:52 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "importlib-metadata"
2020-10-01 14:36:24 +02:00
version = "1.7.0"
description = "Read metadata from Python packages"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2019-11-19 14:50:31 +00:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "rst.linker" ]
2020-10-01 14:36:24 +02:00
testing = [ "packaging" , "pep517" , "importlib-resources (>=1.3)" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "importlib-resources"
2021-03-04 12:56:50 +02:00
version = "3.2.1"
2020-06-08 17:29:43 +02:00
description = "Read resources from Python packages"
2020-10-01 14:36:24 +02:00
category = "main"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
zipp = { version = ">=0.4" , markers = "python_version < \"3.8\"" }
2020-06-08 17:29:43 +02:00
[ package . extras ]
docs = [ "sphinx" , "rst.linker" , "jaraco.packaging" ]
2022-04-01 00:17:26 +12:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
2021-06-28 12:26:19 -05:00
[ [ package ] ]
name = "jeepney"
version = "0.4.3"
description = "Low-level, pure Python DBus protocol wrapper."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
dev = [ "testpath" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
2020-10-01 14:36:24 +02:00
name = "jeepney"
2021-08-19 15:05:04 -05:00
version = "0.7.1"
2020-10-01 14:36:24 +02:00
description = "Low-level, pure Python DBus protocol wrapper."
2019-11-19 14:50:31 +00:00
category = "main"
optional = false
2021-03-04 12:56:50 +02:00
python-versions = ">=3.6"
2019-11-28 10:59:01 +00:00
2019-11-19 14:50:31 +00:00
[ package . extras ]
2021-08-19 15:05:04 -05:00
test = [ "pytest" , "pytest-trio" , "pytest-asyncio" , "testpath" , "trio" , "async-timeout" ]
trio = [ "trio" , "async-generator" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "keyring"
2020-10-01 14:36:24 +02:00
version = "20.0.1"
description = "Store and access your passwords safely."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
pywin32-ctypes = { version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1" , markers = "sys_platform == \"win32\"" }
secretstorage = { version = "*" , markers = "sys_platform == \"linux\"" }
2019-12-11 14:11:31 +01:00
2019-11-19 14:50:31 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2021-03-04 12:56:50 +02:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-black-multipy" , "pytest-cov" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
2020-10-01 14:36:24 +02:00
name = "keyring"
2022-04-01 00:17:26 +12:00
version = "22.3.0"
2020-10-01 14:36:24 +02:00
description = "Store and access your passwords safely."
2019-11-19 14:50:31 +00:00
category = "main"
2020-02-28 20:21:52 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=3.6"
2020-02-28 20:21:52 +00:00
[ package . dependencies ]
2021-03-04 12:56:50 +02:00
importlib-metadata = { version = ">=1" , markers = "python_version < \"3.8\"" }
2020-10-01 14:36:24 +02:00
jeepney = { version = ">=0.4.2" , markers = "sys_platform == \"linux\"" }
pywin32-ctypes = { version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1" , markers = "sys_platform == \"win32\"" }
2021-03-04 12:56:50 +02:00
SecretStorage = { version = ">=3.2" , markers = "sys_platform == \"linux\"" }
2020-02-28 20:21:52 +00:00
[ package . extras ]
2021-03-04 12:56:50 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2022-04-01 00:17:26 +12:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-02-28 20:21:52 +00:00
2019-12-13 12:53:27 +00:00
[ [ package ] ]
2020-10-01 14:36:24 +02:00
name = "lockfile"
version = "0.12.2"
description = "Platform-independent file locking module"
category = "main"
2019-12-13 12:53:27 +00:00
optional = false
python-versions = "*"
2019-11-19 14:50:31 +00:00
2021-03-04 12:56:50 +02:00
[ [ package ] ]
name = "more-itertools"
2022-06-05 02:28:13 +08:00
version = "8.13.0"
2019-12-11 14:11:31 +01:00
description = "More routines for operating on iterables, beyond itertools"
2020-10-01 14:36:24 +02:00
category = "dev"
2019-12-11 14:11:31 +01:00
optional = false
python-versions = ">=3.5"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "msgpack"
2022-06-05 02:28:13 +08:00
version = "1.0.4"
description = "MessagePack serializer"
2020-10-01 14:36:24 +02:00
category = "main"
2020-02-28 20:21:52 +00:00
optional = false
python-versions = "*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "nodeenv"
2021-06-28 12:26:19 -05:00
version = "1.6.0"
2020-10-01 14:36:24 +02:00
description = "Node.js virtual environment builder"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
2021-03-04 12:56:50 +02:00
version = "20.9"
2020-10-01 14:36:24 +02:00
description = "Core utilities for Python packages"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pastel"
2020-10-01 14:36:24 +02:00
version = "0.2.1"
description = "Bring colors to your terminal."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pathlib2"
2022-04-01 00:18:12 +12:00
version = "2.3.7.post1"
2020-10-01 14:36:24 +02:00
description = "Object-oriented filesystem paths"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "pexpect"
2020-10-01 14:36:24 +02:00
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pkginfo"
2021-12-25 15:42:39 -08:00
version = "1.8.2"
2020-10-01 14:36:24 +02:00
description = "Query metadatdata from sdists / bdists / installed packages."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ package . extras ]
2021-12-25 15:42:39 -08:00
testing = [ "coverage" , "nose" ]
2019-11-19 14:50:31 +00:00
2021-08-19 15:05:04 -05:00
[ [ package ] ]
name = "platformdirs"
version = "2.0.2"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pluggy"
2020-10-01 14:36:24 +02:00
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2019-11-19 14:50:31 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
2020-10-01 14:36:24 +02:00
name = "poetry-core"
2022-04-01 00:18:12 +12:00
version = "1.0.8"
2020-10-01 14:36:24 +02:00
description = "Poetry PEP 517 Build Backend"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
importlib-metadata = { version = ">=1.7.0,<2.0.0" , markers = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.5\" and python_version < \"3.8\"" }
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pre-commit"
2022-04-01 00:18:12 +12:00
version = "2.17.0"
2020-10-01 14:36:24 +02:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=3.6.1"
2019-11-19 14:50:31 +00:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
2020-10-01 14:36:24 +02:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2021-12-25 15:42:39 -08:00
importlib-resources = { version = "<5.3" , markers = "python_version < \"3.7\"" }
2019-11-19 14:50:31 +00:00
nodeenv = ">=0.11.1"
2020-10-01 14:36:24 +02:00
pyyaml = ">=5.1"
2019-11-19 14:50:31 +00:00
toml = "*"
2020-10-01 14:36:24 +02:00
virtualenv = ">=20.0.8"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "ptyprocess"
2021-03-04 12:56:50 +02:00
version = "0.7.0"
2020-10-01 14:36:24 +02:00
description = "Run a subprocess in a pseudo terminal"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "py"
2021-12-25 15:42:39 -08:00
version = "1.11.0"
2020-10-01 14:36:24 +02:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2021-12-25 15:42:39 -08:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pycparser"
2021-12-25 15:42:39 -08:00
version = "2.21"
2020-10-01 14:36:24 +02:00
description = "C parser in Python"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pylev"
2021-06-28 12:26:19 -05:00
version = "1.4.0"
2020-10-01 14:36:24 +02:00
description = "A pure Python Levenshtein implementation that's not freaking GPL'd."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
2020-02-28 20:21:52 +00:00
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pyparsing"
2020-06-08 17:29:43 +02:00
version = "2.4.7"
2020-10-01 14:36:24 +02:00
description = "Python parsing module"
2019-11-19 14:50:31 +00:00
category = "main"
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-19 14:50:31 +00:00
2020-06-08 17:29:43 +02:00
[ [ package ] ]
name = "pytest"
2020-10-01 14:36:24 +02:00
version = "5.4.3"
description = "pytest: simple powerful testing with Python"
category = "dev"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2020-06-08 17:29:43 +02:00
attrs = ">=17.4.0"
2020-10-01 14:36:24 +02:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-06-08 17:29:43 +02:00
more-itertools = ">=4.0.0"
packaging = "*"
2020-10-01 14:36:24 +02:00
pathlib2 = { version = ">=2.2.0" , markers = "python_version < \"3.6\"" }
2020-06-08 17:29:43 +02:00
pluggy = ">=0.12,<1.0"
py = ">=1.5.0"
wcwidth = "*"
[ package . extras ]
2021-03-04 12:56:50 +02:00
checkqa-mypy = [ "mypy (==v0.761)" ]
2020-06-08 17:29:43 +02:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2022-04-01 00:17:26 +12:00
[ [ package ] ]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pytest-cov"
2021-06-28 12:26:19 -05:00
version = "2.12.1"
2020-06-08 17:29:43 +02:00
description = "Pytest plugin for measuring coverage."
2020-10-01 14:36:24 +02:00
category = "dev"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2021-03-04 12:56:50 +02:00
coverage = ">=5.2.1"
2020-07-22 16:11:19 +02:00
pytest = ">=4.6"
2021-06-28 12:26:19 -05:00
toml = "*"
2020-06-08 17:29:43 +02:00
[ package . extras ]
2021-06-28 12:26:19 -05:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2020-06-08 17:29:43 +02:00
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "pytest-mock"
2020-10-01 14:36:24 +02:00
version = "1.13.0"
description = "Thin-wrapper around the mock package for easier use with py.test"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pytest = ">=2.7"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
name = "pytest-sugar"
2020-10-01 14:36:24 +02:00
version = "0.9.4"
description = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
packaging = ">=14.1"
pytest = ">=2.9"
termcolor = ">=1.1.0"
[ [ package ] ]
name = "pywin32-ctypes"
version = "0.2.0"
2020-10-01 14:36:24 +02:00
description = ""
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = "*"
2019-11-19 14:50:31 +00:00
2020-01-10 14:01:54 +00:00
[ [ package ] ]
name = "pyyaml"
2021-12-25 15:42:39 -08:00
version = "6.0"
2020-10-01 14:36:24 +02:00
description = "YAML parser and emitter for Python"
2019-11-19 14:50:31 +00:00
category = "dev"
optional = false
2021-12-25 15:42:39 -08:00
python-versions = ">=3.6"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "requests"
2021-03-04 12:56:50 +02:00
version = "2.25.1"
2019-11-19 14:50:31 +00:00
description = "Python HTTP for Humans."
2020-10-01 14:36:24 +02:00
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-03-04 12:56:50 +02:00
chardet = ">=3.0.2,<5"
2020-02-28 20:21:52 +00:00
idna = ">=2.5,<3"
2021-03-04 12:56:50 +02:00
urllib3 = ">=1.21.1,<1.27"
2019-11-19 14:50:31 +00:00
[ package . extras ]
2020-02-28 20:21:52 +00:00
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
2021-03-04 12:56:50 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "requests-toolbelt"
2020-10-01 14:36:24 +02:00
version = "0.9.1"
description = "A utility belt for advanced users of python-requests"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">=2.0.1,<3.0.0"
2021-06-28 12:26:19 -05:00
[ [ package ] ]
name = "secretstorage"
version = "3.2.0"
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
cryptography = ">=2.0"
jeepney = ">=0.4.2"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "secretstorage"
2022-06-05 02:28:13 +08:00
version = "3.3.2"
2020-10-01 14:36:24 +02:00
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2021-03-04 12:56:50 +02:00
python-versions = ">=3.6"
2019-11-19 14:50:31 +00:00
[ package . dependencies ]
2021-03-04 12:56:50 +02:00
cryptography = ">=2.0"
jeepney = ">=0.6"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "shellingham"
2021-03-04 12:56:50 +02:00
version = "1.4.0"
2020-10-01 14:36:24 +02:00
description = "Tool to Detect Surrounding Shell"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-02-28 20:21:52 +00:00
python-versions = "!=3.0,!=3.1,!=3.2,!=3.3,>=2.6"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "six"
2021-06-28 12:26:19 -05:00
version = "1.16.0"
2020-10-01 14:36:24 +02:00
description = "Python 2 and 3 compatibility utilities"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-02-01 21:56:43 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "termcolor"
2020-10-01 14:36:24 +02:00
version = "1.1.0"
description = "ANSII Color formatting for output in terminal."
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "toml"
2021-03-04 12:56:50 +02:00
version = "0.10.2"
2020-10-01 14:36:24 +02:00
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2021-03-04 12:56:50 +02:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "tomlkit"
2021-06-28 12:26:19 -05:00
version = "0.7.2"
2020-10-01 14:36:24 +02:00
description = "Style preserving TOML library"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "tox"
2022-07-08 19:37:58 +03:00
version = "3.25.1"
2019-11-19 14:50:31 +00:00
description = "tox is a generic virtualenv management and test command line tool"
2020-10-01 14:36:24 +02:00
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
2020-10-01 14:36:24 +02:00
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
2020-06-08 17:29:43 +02:00
filelock = ">=3.0.0"
2021-03-04 12:56:50 +02:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2019-11-19 14:50:31 +00:00
packaging = ">=14"
2020-06-08 17:29:43 +02:00
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
2019-11-19 14:50:31 +00:00
toml = ">=0.9.4"
2020-06-08 17:29:43 +02:00
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
2019-11-19 14:50:31 +00:00
2020-06-08 17:29:43 +02:00
[ package . extras ]
2020-10-01 14:36:24 +02:00
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
2022-04-01 00:18:12 +12:00
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "psutil (>=5.6.1)" , "pathlib2 (>=2.3.3)" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
2020-10-01 14:36:24 +02:00
name = "typing-extensions"
2021-09-22 08:42:10 -05:00
version = "3.10.0.2"
2020-10-01 14:36:24 +02:00
description = "Backported and Experimental Type Hints for Python 3.5+"
2019-11-19 14:50:31 +00:00
category = "main"
optional = false
2020-10-01 14:36:24 +02:00
python-versions = "*"
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "urllib3"
2022-06-05 02:28:13 +08:00
version = "1.26.9"
2020-10-01 14:36:24 +02:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
2020-02-01 21:56:43 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2019-11-19 14:50:31 +00:00
[ package . extras ]
2022-06-05 02:28:13 +08:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2021-03-04 12:56:50 +02:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "virtualenv"
2022-07-08 19:37:58 +03:00
version = "20.15.1"
2020-02-28 20:21:52 +00:00
description = "Virtual Python Environment builder"
2020-10-01 14:36:24 +02:00
category = "main"
2020-02-28 20:21:52 +00:00
optional = false
2021-08-19 15:05:04 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-02-28 20:21:52 +00:00
[ package . dependencies ]
2020-07-22 16:11:19 +02:00
distlib = ">=0.3.1,<1"
2021-12-25 15:42:39 -08:00
filelock = ">=3.2,<4"
2021-03-04 12:56:50 +02:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-01 14:36:24 +02:00
importlib-resources = { version = ">=1.0" , markers = "python_version < \"3.7\"" }
2021-08-19 15:05:04 -05:00
platformdirs = ">=2,<3"
2020-02-28 20:21:52 +00:00
six = ">=1.9.0,<2"
[ package . extras ]
2021-12-25 15:42:39 -08:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
2021-08-19 15:05:04 -05:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2020-02-28 20:21:52 +00:00
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "wcwidth"
2020-10-01 14:36:24 +02:00
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
2020-06-08 17:29:43 +02:00
2019-11-19 14:50:31 +00:00
[ [ package ] ]
name = "webencodings"
2020-10-01 14:36:24 +02:00
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "zipp"
2020-10-01 14:36:24 +02:00
version = "1.2.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2020-02-28 20:21:52 +00:00
testing = [ "pathlib2" , "unittest2" , "jaraco.itertools" , "func-timeout" ]
2019-11-19 14:50:31 +00:00
[ metadata ]
2020-10-01 14:36:24 +02:00
lock-version = "1.1"
2022-06-05 02:28:13 +08:00
python-versions = "^3.5"
content-hash = "9ef4eff67412cb5b3e575b88a4424e26f4f8a519ee503046ec435c9c10786d00"
2019-11-19 14:50:31 +00:00
[ metadata . files ]
atomicwrites = [
2020-06-08 17:29:43 +02: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-19 14:50:31 +00:00
]
attrs = [
2022-04-01 00:18:12 +12:00
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
2021-08-19 15:05:04 -05:00
]
2019-11-19 14:50:31 +00:00
cachecontrol = [
2020-01-10 14:01:54 +00:00
{ file = "CacheControl-0.12.6-py2.py3-none-any.whl" , hash = "sha256:10d056fa27f8563a271b345207402a6dcce8efab7e5b377e270329c62471b10d" } ,
{ file = "CacheControl-0.12.6.tar.gz" , hash = "sha256:be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc23688e8" } ,
2022-06-05 02:28:13 +08:00
{ file = "CacheControl-0.12.11-py2.py3-none-any.whl" , hash = "sha256:2c75d6a8938cb1933c75c50184549ad42728a27e9f6b92fd677c3151aa72555b" } ,
{ file = "CacheControl-0.12.11.tar.gz" , hash = "sha256:a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144" } ,
2019-11-19 14:50:31 +00:00
]
cachy = [
{ file = "cachy-0.3.0-py2.py3-none-any.whl" , hash = "sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7" } ,
{ file = "cachy-0.3.0.tar.gz" , hash = "sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1" } ,
]
certifi = [
2021-12-25 15:42:39 -08: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-19 14:50:31 +00:00
]
cffi = [
2022-07-08 19:37:58 +03:00
{ file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win32.whl" , hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e" } ,
{ file = "cffi-1.15.1-cp310-cp310-win32.whl" , hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2" } ,
{ file = "cffi-1.15.1-cp310-cp310-win_amd64.whl" , hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8" } ,
{ file = "cffi-1.15.1-cp311-cp311-win32.whl" , hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d" } ,
{ file = "cffi-1.15.1-cp311-cp311-win_amd64.whl" , hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104" } ,
{ file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win32.whl" , hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497" } ,
{ file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win32.whl" , hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045" } ,
{ file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192" } ,
{ file = "cffi-1.15.1-cp38-cp38-win32.whl" , hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314" } ,
{ file = "cffi-1.15.1-cp38-cp38-win_amd64.whl" , hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3" } ,
{ file = "cffi-1.15.1-cp39-cp39-win32.whl" , hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee" } ,
{ file = "cffi-1.15.1-cp39-cp39-win_amd64.whl" , hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c" } ,
{ file = "cffi-1.15.1.tar.gz" , hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" } ,
2019-11-19 14:50:31 +00:00
]
cfgv = [
2021-09-22 08:42:10 -05:00
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
2019-11-19 14:50:31 +00:00
]
chardet = [
2021-03-04 12:56:50 +02:00
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
2019-11-19 14:50:31 +00:00
]
cleo = [
2020-10-01 14:36:24 +02:00
{ file = "cleo-0.8.1-py2.py3-none-any.whl" , hash = "sha256:141cda6dc94a92343be626bb87a0b6c86ae291dfc732a57bf04310d4b4201753" } ,
{ file = "cleo-0.8.1.tar.gz" , hash = "sha256:3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f" } ,
2019-11-19 14:50:31 +00:00
]
clikit = [
2020-10-01 14:36:24 +02:00
{ file = "clikit-0.6.2-py2.py3-none-any.whl" , hash = "sha256:71268e074e68082306e23d7369a7b99f824a0ef926e55ba2665e911f7208489e" } ,
{ file = "clikit-0.6.2.tar.gz" , hash = "sha256:442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59" } ,
2019-11-19 14:50:31 +00:00
]
colorama = [
2022-07-08 19:37:58 +03:00
{ file = "colorama-0.4.5-py2.py3-none-any.whl" , hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da" } ,
{ file = "colorama-0.4.5.tar.gz" , hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" } ,
2019-11-19 14:50:31 +00:00
]
coverage = [
2021-03-04 12:56:50 +02:00
{ file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c" } ,
{ file = "coverage-5.5-cp27-cp27m-win32.whl" , hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a" } ,
{ file = "coverage-5.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81" } ,
2021-08-19 15:05:04 -05:00
{ file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6" } ,
{ file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0" } ,
{ file = "coverage-5.5-cp310-cp310-win_amd64.whl" , hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae" } ,
2021-03-04 12:56:50 +02:00
{ file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793" } ,
{ file = "coverage-5.5-cp35-cp35m-win32.whl" , hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e" } ,
{ file = "coverage-5.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3" } ,
{ file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821" } ,
{ file = "coverage-5.5-cp36-cp36m-win32.whl" , hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45" } ,
{ file = "coverage-5.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184" } ,
{ file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3" } ,
{ file = "coverage-5.5-cp37-cp37m-win32.whl" , hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a" } ,
{ file = "coverage-5.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a" } ,
{ file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a" } ,
{ file = "coverage-5.5-cp38-cp38-win32.whl" , hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6" } ,
{ file = "coverage-5.5-cp38-cp38-win_amd64.whl" , hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502" } ,
{ file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b" } ,
{ file = "coverage-5.5-cp39-cp39-win32.whl" , hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6" } ,
{ file = "coverage-5.5-cp39-cp39-win_amd64.whl" , hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03" } ,
{ file = "coverage-5.5-pp36-none-any.whl" , hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079" } ,
{ file = "coverage-5.5-pp37-none-any.whl" , hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4" } ,
{ file = "coverage-5.5.tar.gz" , hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" } ,
2020-10-01 14:36:24 +02:00
]
crashtest = [
{ file = "crashtest-0.3.1-py3-none-any.whl" , hash = "sha256:300f4b0825f57688b47b6d70c6a31de33512eb2fa1ac614f780939aa0cf91680" } ,
{ file = "crashtest-0.3.1.tar.gz" , hash = "sha256:42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd" } ,
2019-11-19 14:50:31 +00:00
]
cryptography = [
2021-03-04 12:56:50 +02:00
{ file = "cryptography-3.2.1-cp27-cp27m-macosx_10_10_x86_64.whl" , hash = "sha256:6dc59630ecce8c1f558277ceb212c751d6730bd12c80ea96b4ac65637c4f55e7" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:75e8e6684cf0034f6bf2a97095cb95f81537b12b36a8fedf06e73050bb171c2d" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:4e7268a0ca14536fecfdf2b00297d4e407da904718658c1ff1961c713f90fd33" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-win32.whl" , hash = "sha256:7117319b44ed1842c617d0a452383a5a052ec6aa726dfbaffa8b94c910444297" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:a733671100cd26d816eed39507e585c156e4498293a907029969234e5e634bc4" } ,
{ file = "cryptography-3.2.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:a75f306a16d9f9afebfbedc41c8c2351d8e61e818ba6b4c40815e2b5740bb6b8" } ,
{ file = "cryptography-3.2.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:5849d59358547bf789ee7e0d7a9036b2d29e9a4ddf1ce5e06bb45634f995c53e" } ,
{ file = "cryptography-3.2.1-cp35-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:bd717aa029217b8ef94a7d21632a3bb5a4e7218a4513d2521c2a2fd63011e98b" } ,
{ file = "cryptography-3.2.1-cp35-abi3-manylinux1_x86_64.whl" , hash = "sha256:efe15aca4f64f3a7ea0c09c87826490e50ed166ce67368a68f315ea0807a20df" } ,
{ file = "cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl" , hash = "sha256:32434673d8505b42c0de4de86da8c1620651abd24afe91ae0335597683ed1b77" } ,
{ file = "cryptography-3.2.1-cp35-abi3-manylinux2014_aarch64.whl" , hash = "sha256:7b8d9d8d3a9bd240f453342981f765346c87ade811519f98664519696f8e6ab7" } ,
{ file = "cryptography-3.2.1-cp35-cp35m-win32.whl" , hash = "sha256:d3545829ab42a66b84a9aaabf216a4dce7f16dbc76eb69be5c302ed6b8f4a29b" } ,
{ file = "cryptography-3.2.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:a4e27ed0b2504195f855b52052eadcc9795c59909c9d84314c5408687f933fc7" } ,
{ file = "cryptography-3.2.1-cp36-abi3-win32.whl" , hash = "sha256:13b88a0bd044b4eae1ef40e265d006e34dbcde0c2f1e15eb9896501b2d8f6c6f" } ,
{ file = "cryptography-3.2.1-cp36-abi3-win_amd64.whl" , hash = "sha256:07ca431b788249af92764e3be9a488aa1d39a0bc3be313d826bbec690417e538" } ,
{ file = "cryptography-3.2.1-cp36-cp36m-win32.whl" , hash = "sha256:a035a10686532b0587d58a606004aa20ad895c60c4d029afa245802347fab57b" } ,
{ file = "cryptography-3.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:d26a2557d8f9122f9bf445fc7034242f4375bd4e95ecda007667540270965b13" } ,
{ file = "cryptography-3.2.1-cp37-cp37m-win32.whl" , hash = "sha256:545a8550782dda68f8cdc75a6e3bf252017aa8f75f19f5a9ca940772fc0cb56e" } ,
{ file = "cryptography-3.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:55d0b896631412b6f0c7de56e12eb3e261ac347fbaa5d5e705291a9016e5f8cb" } ,
{ file = "cryptography-3.2.1-cp38-cp38-win32.whl" , hash = "sha256:3cd75a683b15576cfc822c7c5742b3276e50b21a06672dc3a800a2d5da4ecd1b" } ,
{ file = "cryptography-3.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d25cecbac20713a7c3bc544372d42d8eafa89799f492a43b79e1dfd650484851" } ,
{ file = "cryptography-3.2.1.tar.gz" , hash = "sha256:d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3" } ,
2022-07-08 19:37:58 +03:00
{ file = "cryptography-37.0.4-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:549153378611c0cca1042f20fd9c5030d37a72f634c9326e225c9f666d472884" } ,
{ file = "cryptography-37.0.4-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:a958c52505c8adf0d3822703078580d2c0456dd1d27fabfb6f76fe63d2971cd6" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f721d1885ecae9078c3f6bbe8a88bc0786b6e749bf32ccec1ef2b18929a05046" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:3d41b965b3380f10e4611dbae366f6dc3cefc7c9ac4e8842a806b9672ae9add5" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:80f49023dd13ba35f7c34072fa17f604d2f19bf0989f292cedf7ab5770b87a0b" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2dcb0b3b63afb6df7fd94ec6fbddac81b5492513f7b0436210d390c14d46ee8" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:b7f8dd0d4c1f21759695c05a5ec8536c12f31611541f8904083f3dc582604280" } ,
{ file = "cryptography-37.0.4-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:30788e070800fec9bbcf9faa71ea6d8068f5136f60029759fd8c3efec3c9dcb3" } ,
{ file = "cryptography-37.0.4-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:190f82f3e87033821828f60787cfa42bff98404483577b591429ed99bed39d59" } ,
{ file = "cryptography-37.0.4-cp36-abi3-win32.whl" , hash = "sha256:b62439d7cd1222f3da897e9a9fe53bbf5c104fff4d60893ad1355d4c14a24157" } ,
{ file = "cryptography-37.0.4-cp36-abi3-win_amd64.whl" , hash = "sha256:f7a6de3e98771e183645181b3627e2563dcde3ce94a9e42a3f427d2255190327" } ,
{ file = "cryptography-37.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bc95ed67b6741b2607298f9ea4932ff157e570ef456ef7ff0ef4884a134cc4b" } ,
{ file = "cryptography-37.0.4-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:f8c0a6e9e1dd3eb0414ba320f85da6b0dcbd543126e30fcc546e7372a7fbf3b9" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:e007f052ed10cc316df59bc90fbb7ff7950d7e2919c9757fd42a2b8ecf8a5f67" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7bc997818309f56c0038a33b8da5c0bfbb3f1f067f315f9abd6fc07ad359398d" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:d204833f3c8a33bbe11eda63a54b1aad7aa7456ed769a982f21ec599ba5fa282" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:75976c217f10d48a8b5a8de3d70c454c249e4b91851f6838a4e48b8f41eb71aa" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:7099a8d55cd49b737ffc99c17de504f2257e3787e02abe6d1a6d136574873441" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2be53f9f5505673eeda5f2736bea736c40f051a739bfae2f92d18aed1eb54596" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:91ce48d35f4e3d3f1d83e29ef4a9267246e6a3be51864a5b7d2247d5086fa99a" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:4c590ec31550a724ef893c50f9a97a0c14e9c851c85621c5650d699a7b88f7ab" } ,
{ file = "cryptography-37.0.4.tar.gz" , hash = "sha256:63f9c17c0e2474ccbebc9302ce2f07b55b3b3fcb211ded18a42d5764f5c10a82" } ,
2019-11-19 14:50:31 +00:00
]
2020-02-28 20:21:52 +00:00
distlib = [
2021-12-25 15:42:39 -08:00
{ file = "distlib-0.3.4-py2.py3-none-any.whl" , hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b" } ,
{ file = "distlib-0.3.4.zip" , hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579" } ,
2020-02-28 20:21:52 +00:00
]
2019-11-19 14:50:31 +00:00
filelock = [
2021-10-04 22:41:42 -05:00
{ file = "filelock-3.2.1-py2.py3-none-any.whl" , hash = "sha256:7f07b08d731907441ff40d0c5b81f9512cd968842e0b6264c8bd18a8ce877760" } ,
{ file = "filelock-3.2.1.tar.gz" , hash = "sha256:9cdd29c411ab196cf4c35a1da684f7b9da723696cb356efa45bf5eb1ff313ee3" } ,
2019-11-19 14:50:31 +00:00
]
html5lib = [
2020-07-22 16:11:19 +02:00
{ file = "html5lib-1.1-py2.py3-none-any.whl" , hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d" } ,
{ file = "html5lib-1.1.tar.gz" , hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" } ,
2019-11-19 14:50:31 +00:00
]
httpretty = [
2022-06-05 02:28:13 +08:00
{ file = "httpretty-1.1.4.tar.gz" , hash = "sha256:20de0e5dd5a18292d36d928cc3d6e52f8b2ac73daec40d41eb62dee154933b68" } ,
2019-11-19 14:50:31 +00:00
]
identify = [
2022-04-01 00:18:12 +12:00
{ file = "identify-2.4.4-py2.py3-none-any.whl" , hash = "sha256:aa68609c7454dbcaae60a01ff6b8df1de9b39fe6e50b1f6107ec81dcda624aa6" } ,
{ file = "identify-2.4.4.tar.gz" , hash = "sha256:6b4b5031f69c48bf93a646b90de9b381c6b5f560df4cbe0ed3cf7650ae741e4d" } ,
2019-11-19 14:50:31 +00:00
]
idna = [
2020-07-22 16:11:19 +02:00
{ file = "idna-2.10-py2.py3-none-any.whl" , hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" } ,
{ file = "idna-2.10.tar.gz" , hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" } ,
2019-11-19 14:50:31 +00:00
]
importlib-metadata = [
2020-10-01 14:36:24 +02:00
{ file = "importlib_metadata-1.7.0-py2.py3-none-any.whl" , hash = "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070" } ,
{ file = "importlib_metadata-1.7.0.tar.gz" , hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83" } ,
2019-11-19 14:50:31 +00:00
]
importlib-resources = [
2021-03-04 12:56:50 +02:00
{ file = "importlib_resources-3.2.1-py2.py3-none-any.whl" , hash = "sha256:e2860cf0c4bc999947228d18be154fa3779c5dde0b882bd2d7b3f4d25e698bd6" } ,
{ file = "importlib_resources-3.2.1.tar.gz" , hash = "sha256:a9fe213ab6452708ec1b3f4ec6f2881b8ab3645cb4e5efb7fea2bbf05a91db3b" } ,
2019-11-19 14:50:31 +00:00
]
2022-04-01 00:17:26 +12:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
2019-11-19 14:50:31 +00:00
jeepney = [
2021-06-28 12:26:19 -05:00
{ file = "jeepney-0.4.3-py3-none-any.whl" , hash = "sha256:d6c6b49683446d2407d2fe3acb7a368a77ff063f9182fe427da15d622adc24cf" } ,
{ file = "jeepney-0.4.3.tar.gz" , hash = "sha256:3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e" } ,
2021-08-19 15:05:04 -05:00
{ file = "jeepney-0.7.1-py3-none-any.whl" , hash = "sha256:1b5a0ea5c0e7b166b2f5895b91a08c14de8915afda4407fb5022a195224958ac" } ,
{ file = "jeepney-0.7.1.tar.gz" , hash = "sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f" } ,
2019-11-19 14:50:31 +00:00
]
keyring = [
2020-01-10 14:01:54 +00:00
{ file = "keyring-20.0.1-py2.py3-none-any.whl" , hash = "sha256:c674f032424b4bffc62abeac5523ec49cc84aed07a480c3233e0baf618efc15c" } ,
{ file = "keyring-20.0.1.tar.gz" , hash = "sha256:963bfa7f090269d30bdc5e25589e5fd9dad2cf2a7c6f176a7f2386910e5d0d8d" } ,
2022-04-01 00:17:26 +12:00
{ file = "keyring-22.3.0-py3-none-any.whl" , hash = "sha256:2bc8363ebdd63886126a012057a85c8cb6e143877afa02619ac7dbc9f38a207b" } ,
{ file = "keyring-22.3.0.tar.gz" , hash = "sha256:16927a444b2c73f983520a48dec79ddab49fe76429ea05b8d528d778c8339522" } ,
2019-11-19 14:50:31 +00:00
]
lockfile = [
{ file = "lockfile-0.12.2-py2.py3-none-any.whl" , hash = "sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa" } ,
{ file = "lockfile-0.12.2.tar.gz" , hash = "sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799" } ,
]
more-itertools = [
2022-06-05 02:28:13 +08:00
{ file = "more-itertools-8.13.0.tar.gz" , hash = "sha256:a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f" } ,
{ file = "more_itertools-8.13.0-py3-none-any.whl" , hash = "sha256:c5122bffc5f104d37c1626b8615b511f3427aa5389b94d61e5ef8236bfbc3ddb" } ,
2019-11-19 14:50:31 +00:00
]
msgpack = [
2022-06-05 02:28:13 +08:00
{ file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4ab251d229d10498e9a2f3b1e68ef64cb393394ec477e3370c457f9430ce9250" } ,
{ file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:112b0f93202d7c0fef0b7810d465fde23c746a2d482e1e2de2aafd2ce1492c88" } ,
{ file = "msgpack-1.0.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:002b5c72b6cd9b4bafd790f364b8480e859b4712e91f43014fe01e4f957b8467" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35bc0faa494b0f1d851fd29129b2575b2e26d41d177caacd4206d81502d4c6a6" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4733359808c56d5d7756628736061c432ded018e7a1dff2d35a02439043321aa" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb514ad14edf07a1dbe63761fd30f89ae79b42625731e1ccf5e1f1092950eaa6" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:c23080fdeec4716aede32b4e0ef7e213c7b1093eede9ee010949f2a418ced6ba" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:49565b0e3d7896d9ea71d9095df15b7f75a035c49be733051c34762ca95bbf7e" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:aca0f1644d6b5a73eb3e74d4d64d5d8c6c3d577e753a04c9e9c87d07692c58db" } ,
{ file = "msgpack-1.0.4-cp310-cp310-win32.whl" , hash = "sha256:0dfe3947db5fb9ce52aaea6ca28112a170db9eae75adf9339a1aec434dc954ef" } ,
{ file = "msgpack-1.0.4-cp310-cp310-win_amd64.whl" , hash = "sha256:4dea20515f660aa6b7e964433b1808d098dcfcabbebeaaad240d11f909298075" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e83f80a7fec1a62cf4e6c9a660e39c7f878f603737a0cdac8c13131d11d97f52" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c11a48cf5e59026ad7cb0dc29e29a01b5a66a3e333dc11c04f7e991fc5510a9" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1276e8f34e139aeff1c77a3cefb295598b504ac5314d32c8c3d54d24fadb94c9" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6c9566f2c39ccced0a38d37c26cc3570983b97833c365a6044edef3574a00c08" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:fcb8a47f43acc113e24e910399376f7277cf8508b27e5b88499f053de6b115a8" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:76ee788122de3a68a02ed6f3a16bbcd97bc7c2e39bd4d94be2f1821e7c4a64e6" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:0a68d3ac0104e2d3510de90a1091720157c319ceeb90d74f7b5295a6bee51bae" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-win32.whl" , hash = "sha256:85f279d88d8e833ec015650fd15ae5eddce0791e1e8a59165318f371158efec6" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:c1683841cd4fa45ac427c18854c3ec3cd9b681694caf5bff04edb9387602d661" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a75dfb03f8b06f4ab093dafe3ddcc2d633259e6c3f74bb1b01996f5d8aa5868c" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9667bdfdf523c40d2511f0e98a6c9d3603be6b371ae9a238b7ef2dc4e7a427b0" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:11184bc7e56fd74c00ead4f9cc9a3091d62ecb96e97653add7a879a14b003227" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ac5bd7901487c4a1dd51a8c58f2632b15d838d07ceedaa5e4c080f7190925bff" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:1e91d641d2bfe91ba4c52039adc5bccf27c335356055825c7f88742c8bb900dd" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2a2df1b55a78eb5f5b7d2a4bb221cd8363913830145fad05374a80bf0877cb1e" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:545e3cf0cf74f3e48b470f68ed19551ae6f9722814ea969305794645da091236" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-win32.whl" , hash = "sha256:2cc5ca2712ac0003bcb625c96368fd08a0f86bbc1a5578802512d87bc592fe44" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:eba96145051ccec0ec86611fe9cf693ce55f2a3ce89c06ed307de0e085730ec1" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:7760f85956c415578c17edb39eed99f9181a48375b0d4a94076d84148cf67b2d" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:449e57cc1ff18d3b444eb554e44613cffcccb32805d16726a5494038c3b93dab" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:d603de2b8d2ea3f3bcb2efe286849aa7a81531abc52d8454da12f46235092bcb" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:48f5d88c99f64c456413d74a975bd605a9b0526293218a3b77220a2c15458ba9" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6916c78f33602ecf0509cc40379271ba0f9ab572b066bd4bdafd7434dee4bc6e" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:81fc7ba725464651190b196f3cd848e8553d4d510114a954681fd0b9c479d7e1" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:d5b5b962221fa2c5d3a7f8133f9abffc114fe218eb4365e40f17732ade576c8e" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:77ccd2af37f3db0ea59fb280fa2165bf1b096510ba9fe0cc2bf8fa92a22fdb43" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b17be2478b622939e39b816e0aa8242611cc8d3583d1cd8ec31b249f04623243" } ,
{ file = "msgpack-1.0.4-cp38-cp38-win32.whl" , hash = "sha256:2bb8cdf50dd623392fa75525cce44a65a12a00c98e1e37bf0fb08ddce2ff60d2" } ,
{ file = "msgpack-1.0.4-cp38-cp38-win_amd64.whl" , hash = "sha256:26b8feaca40a90cbe031b03d82b2898bf560027160d3eae1423f4a67654ec5d6" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:462497af5fd4e0edbb1559c352ad84f6c577ffbbb708566a0abaaa84acd9f3ae" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2999623886c5c02deefe156e8f869c3b0aaeba14bfc50aa2486a0415178fce55" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f0029245c51fd9473dc1aede1160b0a29f4a912e6b1dd353fa6d317085b219da" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ed6f7b854a823ea44cf94919ba3f727e230da29feb4a99711433f25800cf747f" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0df96d6eaf45ceca04b3f3b4b111b86b33785683d682c655063ef8057d61fd92" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6a4192b1ab40f8dca3f2877b70e63799d95c62c068c84dc028b40a6cb03ccd0f" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0e3590f9fb9f7fbc36df366267870e77269c03172d086fa76bb4eba8b2b46624" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:1576bd97527a93c44fa856770197dec00d223b0b9f36ef03f65bac60197cedf8" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:63e29d6e8c9ca22b21846234913c3466b7e4ee6e422f205a2988083de3b08cae" } ,
{ file = "msgpack-1.0.4-cp39-cp39-win32.whl" , hash = "sha256:fb62ea4b62bfcb0b380d5680f9a4b3f9a2d166d9394e9bbd9666c0ee09a3645c" } ,
{ file = "msgpack-1.0.4-cp39-cp39-win_amd64.whl" , hash = "sha256:4d5834a2a48965a349da1c5a79760d94a1a0172fbb5ab6b5b33cbf8447e109ce" } ,
{ file = "msgpack-1.0.4.tar.gz" , hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f" } ,
2020-02-28 20:21:52 +00:00
]
2019-11-19 14:50:31 +00:00
nodeenv = [
2021-06-28 12:26:19 -05:00
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
2019-11-19 14:50:31 +00:00
]
packaging = [
2021-03-04 12:56:50 +02:00
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
2019-11-19 14:50:31 +00:00
]
pastel = [
2020-10-01 14:36:24 +02:00
{ file = "pastel-0.2.1-py2.py3-none-any.whl" , hash = "sha256:4349225fcdf6c2bb34d483e523475de5bb04a5c10ef711263452cb37d7dd4364" } ,
{ file = "pastel-0.2.1.tar.gz" , hash = "sha256:e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d" } ,
2019-11-19 14:50:31 +00:00
]
pathlib2 = [
2022-04-01 00:18:12 +12:00
{ file = "pathlib2-2.3.7.post1-py2.py3-none-any.whl" , hash = "sha256:5266a0fd000452f1b3467d782f079a4343c63aaa119221fbdc4e39577489ca5b" } ,
{ file = "pathlib2-2.3.7.post1.tar.gz" , hash = "sha256:9fe0edad898b83c0c3e199c842b27ed216645d2e177757b2dd67384d4113c641" } ,
2019-11-19 14:50:31 +00:00
]
pexpect = [
2020-02-01 21:56:43 +00: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-19 14:50:31 +00:00
]
pkginfo = [
2021-12-25 15:42:39 -08:00
{ file = "pkginfo-1.8.2-py2.py3-none-any.whl" , hash = "sha256:c24c487c6a7f72c66e816ab1796b96ac6c3d14d49338293d2141664330b55ffc" } ,
{ file = "pkginfo-1.8.2.tar.gz" , hash = "sha256:542e0d0b6750e2e21c20179803e40ab50598d8066d51097a0e382cba9eb02bff" } ,
2021-08-19 15:05:04 -05:00
]
platformdirs = [
{ file = "platformdirs-2.0.2-py2.py3-none-any.whl" , hash = "sha256:0b9547541f599d3d242078ae60b927b3e453f0ad52f58b4d4bc3be86aed3ec41" } ,
{ file = "platformdirs-2.0.2.tar.gz" , hash = "sha256:3b00d081227d9037bbbca521a5787796b5ef5000faea1e43fd76f1d44b06fcfa" } ,
2019-11-19 14:50:31 +00:00
]
pluggy = [
2019-12-11 14:11:31 +01:00
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
2019-11-19 14:50:31 +00:00
]
2020-10-01 14:36:24 +02:00
poetry-core = [
2022-04-01 00:18:12 +12:00
{ file = "poetry-core-1.0.8.tar.gz" , hash = "sha256:951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa405b118" } ,
{ file = "poetry_core-1.0.8-py2.py3-none-any.whl" , hash = "sha256:54b0fab6f7b313886e547a52f8bf52b8cf43e65b2633c65117f8755289061924" } ,
2020-10-01 14:36:24 +02:00
]
2019-11-19 14:50:31 +00:00
pre-commit = [
2022-04-01 00:18:12 +12:00
{ file = "pre_commit-2.17.0-py2.py3-none-any.whl" , hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616" } ,
{ file = "pre_commit-2.17.0.tar.gz" , hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a" } ,
2019-11-19 14:50:31 +00:00
]
ptyprocess = [
2021-03-04 12:56:50 +02: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-19 14:50:31 +00:00
]
py = [
2021-12-25 15:42:39 -08: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-19 14:50:31 +00:00
]
pycparser = [
2021-12-25 15:42:39 -08:00
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
2019-11-19 14:50:31 +00:00
]
pylev = [
2021-06-28 12:26:19 -05:00
{ file = "pylev-1.4.0-py2.py3-none-any.whl" , hash = "sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd" } ,
{ file = "pylev-1.4.0.tar.gz" , hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1" } ,
2019-11-19 14:50:31 +00:00
]
pyparsing = [
2020-06-08 17:29:43 +02: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-19 14:50:31 +00:00
]
pytest = [
2020-06-08 17:29:43 +02:00
{ file = "pytest-5.4.3-py3-none-any.whl" , hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1" } ,
{ file = "pytest-5.4.3.tar.gz" , hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8" } ,
2022-04-01 00:17:26 +12:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2019-11-19 14:50:31 +00:00
]
pytest-cov = [
2021-06-28 12:26:19 -05:00
{ file = "pytest-cov-2.12.1.tar.gz" , hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7" } ,
{ file = "pytest_cov-2.12.1-py2.py3-none-any.whl" , hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a" } ,
2019-11-19 14:50:31 +00:00
]
pytest-mock = [
2019-12-11 14:11:31 +01:00
{ file = "pytest-mock-1.13.0.tar.gz" , hash = "sha256:e24a911ec96773022ebcc7030059b57cd3480b56d4f5d19b7c370ec635e6aed5" } ,
{ file = "pytest_mock-1.13.0-py2.py3-none-any.whl" , hash = "sha256:67e414b3caef7bff6fc6bd83b22b5bc39147e4493f483c2679bc9d4dc485a94d" } ,
2019-11-19 14:50:31 +00:00
]
pytest-sugar = [
2020-07-22 16:11:19 +02:00
{ file = "pytest-sugar-0.9.4.tar.gz" , hash = "sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3" } ,
2019-11-19 14:50:31 +00:00
]
pywin32-ctypes = [
{ file = "pywin32-ctypes-0.2.0.tar.gz" , hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942" } ,
{ file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl" , hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98" } ,
]
pyyaml = [
2021-12-25 15:42:39 -08:00
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
2019-11-19 14:50:31 +00:00
]
requests = [
2021-03-04 12:56:50 +02:00
{ file = "requests-2.25.1-py2.py3-none-any.whl" , hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e" } ,
{ file = "requests-2.25.1.tar.gz" , hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" } ,
2019-11-19 14:50:31 +00:00
]
requests-toolbelt = [
2020-10-01 14:36:24 +02:00
{ file = "requests-toolbelt-0.9.1.tar.gz" , hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0" } ,
{ file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl" , hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f" } ,
2019-11-19 14:50:31 +00:00
]
secretstorage = [
2021-06-28 12:26:19 -05:00
{ file = "SecretStorage-3.2.0-py3-none-any.whl" , hash = "sha256:ed5279d788af258e4676fa26b6efb6d335a31f1f9f529b6f1e200f388fac33e1" } ,
{ file = "SecretStorage-3.2.0.tar.gz" , hash = "sha256:46305c3847ee3f7252b284e0eee5590fa6341c891104a2fd2313f8798c615a82" } ,
2022-06-05 02:28:13 +08:00
{ file = "SecretStorage-3.3.2-py3-none-any.whl" , hash = "sha256:755dc845b6ad76dcbcbc07ea3da75ae54bb1ea529eb72d15f83d26499a5df319" } ,
{ file = "SecretStorage-3.3.2.tar.gz" , hash = "sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f" } ,
2019-11-19 14:50:31 +00:00
]
shellingham = [
2021-03-04 12:56:50 +02:00
{ file = "shellingham-1.4.0-py2.py3-none-any.whl" , hash = "sha256:536b67a0697f2e4af32ab176c00a50ac2899c5a05e0d8e2dadac8e58888283f9" } ,
{ file = "shellingham-1.4.0.tar.gz" , hash = "sha256:4855c2458d6904829bd34c299f11fdeed7cfefbf8a2c522e4caea6cd76b3171e" } ,
2019-11-19 14:50:31 +00:00
]
six = [
2021-06-28 12:26:19 -05: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-19 14:50:31 +00:00
]
termcolor = [
{ file = "termcolor-1.1.0.tar.gz" , hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" } ,
]
toml = [
2021-03-04 12:56:50 +02:00
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
2019-11-19 14:50:31 +00:00
]
tomlkit = [
2021-06-28 12:26:19 -05:00
{ file = "tomlkit-0.7.2-py2.py3-none-any.whl" , hash = "sha256:173ad840fa5d2aac140528ca1933c29791b79a374a0861a80347f42ec9328117" } ,
{ file = "tomlkit-0.7.2.tar.gz" , hash = "sha256:d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754" } ,
2019-11-19 14:50:31 +00:00
]
tox = [
2022-07-08 19:37:58 +03:00
{ file = "tox-3.25.1-py2.py3-none-any.whl" , hash = "sha256:c38e15f4733683a9cc0129fba078633e07eb0961f550a010ada879e95fb32632" } ,
{ file = "tox-3.25.1.tar.gz" , hash = "sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9" } ,
2019-11-19 14:50:31 +00:00
]
2020-02-28 20:21:52 +00:00
typing-extensions = [
2021-09-22 08:42:10 -05:00
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
2020-02-28 20:21:52 +00:00
]
2019-11-19 14:50:31 +00:00
urllib3 = [
2022-06-05 02:28:13 +08:00
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
2019-11-19 14:50:31 +00:00
]
virtualenv = [
2022-07-08 19:37:58 +03:00
{ file = "virtualenv-20.15.1-py2.py3-none-any.whl" , hash = "sha256:b30aefac647e86af6d82bfc944c556f8f1a9c90427b2fb4e3bfbf338cb82becf" } ,
{ file = "virtualenv-20.15.1.tar.gz" , hash = "sha256:288171134a2ff3bfb1a2f54f119e77cd1b81c29fc1265a2356f3e8d14c7d58c4" } ,
2019-11-19 14:50:31 +00:00
]
wcwidth = [
2020-07-22 16:11:19 +02:00
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
2019-11-19 14:50:31 +00:00
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
zipp = [
2020-02-28 20:21:52 +00:00
{ file = "zipp-1.2.0-py2.py3-none-any.whl" , hash = "sha256:e0d9e63797e483a30d27e09fffd308c59a700d365ec34e93cc100844168bf921" } ,
{ file = "zipp-1.2.0.tar.gz" , hash = "sha256:c70410551488251b0fee67b460fb9a536af8d6f9f008ad10ac51f615b6a521b1" } ,
2019-11-19 14:50:31 +00:00
]