poetry2nix/pkgs/poetry/poetry.lock

1420 lines
65 KiB
TOML
Raw Permalink Normal View History

2019-11-19 14:50:31 +00:00
[[package]]
name = "appdirs"
2020-06-08 17:29:43 +02:00
version = "1.4.4"
2020-10-01 14:36:24 +02:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
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
[[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"
2020-10-01 14:36:24 +02:00
version = "20.2.0"
description = "Classes Without Boilerplate"
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.extras]
2020-10-01 14:36:24 +02:00
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "sphinx-rtd-theme", "pre-commit"]
docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
2019-11-19 14:50:31 +00:00
2020-06-08 17:29:43 +02:00
[[package]]
name = "backports.functools-lru-cache"
2020-10-01 14:36:24 +02:00
version = "1.6.1"
description = "Backport of functools.lru_cache"
category = "dev"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = ">=2.6"
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-black-multipy", "pytest-cov"]
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)"]
[[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"
2020-10-01 14:36:24 +02:00
version = "2020.6.20"
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"
2020-10-01 14:36:24 +02:00
version = "1.14.3"
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"
2020-10-01 14:36:24 +02:00
version = "3.2.0"
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"
2020-10-01 14:36:24 +02:00
version = "3.0.4"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[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\""}
enum34 = {version = ">=1.1,<2.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
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 = {version = ">=3.6,<4.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.4\" and python_version < \"3.5\""}
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"
2020-10-01 14:36:24 +02:00
version = "0.4.3"
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 = "configparser"
2020-10-01 14:36:24 +02:00
version = "4.0.2"
description = "Updated configparser from Python 3.7 for Python 2.6+."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.6"
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2)", "pytest-flake8", "pytest-black-multipy"]
[[package]]
name = "contextlib2"
2020-10-01 14:36:24 +02:00
version = "0.6.0.post1"
description = "Backports and enhancements for the contextlib module"
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 = "coverage"
2020-10-01 14:36:24 +02:00
version = "5.3"
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"
2020-10-01 14:36:24 +02:00
version = "3.1.1"
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"
2020-10-01 14:36:24 +02:00
enum34 = {version = "*", markers = "python_version < \"3\""}
ipaddress = {version = "*", markers = "python_version < \"3\""}
2020-06-08 17:29:43 +02:00
six = ">=1.4.1"
2019-11-19 14:50:31 +00:00
[package.extras]
2020-07-22 16:11:19 +02:00
docs = ["sphinx (>=1.6.5,<1.8.0 || >1.8.0,<3.1.0 || >3.1.0,<3.1.1 || >3.1.1)", "sphinx-rtd-theme"]
2019-11-19 14:50:31 +00:00
docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
2020-07-22 16:11:19 +02:00
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
ssh = ["bcrypt (>=3.1.5)"]
2019-11-19 14:50:31 +00:00
test = ["pytest (>=3.6.0,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<3.9.2 || >3.9.2)", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,<3.79.2 || >3.79.2)"]
2020-02-28 20:21:52 +00:00
[[package]]
name = "distlib"
2020-10-01 14:36:24 +02:00
version = "0.3.1"
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 = "entrypoints"
2020-10-01 14:36:24 +02:00
version = "0.3"
description = "Discover and load entry points from installed packages."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7"
[package.dependencies]
2020-10-01 14:36:24 +02:00
configparser = {version = ">=3.5", markers = "python_version == \"2.7\""}
2019-11-19 14:50:31 +00:00
[[package]]
name = "enum34"
2020-10-01 14:36:24 +02:00
version = "1.1.10"
description = "Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[package]]
name = "filelock"
2020-10-01 14:36:24 +02:00
version = "3.0.12"
description = "A platform independent file lock."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[package]]
name = "funcsigs"
2020-10-01 14:36:24 +02:00
version = "1.0.2"
description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[package]]
name = "functools32"
version = "3.2.3-2"
2020-10-01 14:36:24 +02:00
description = "Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy."
category = "main"
2020-02-28 20:21:52 +00:00
optional = false
2020-10-01 14:36:24 +02:00
python-versions = "*"
2020-02-28 20:21:52 +00:00
2019-11-19 14:50:31 +00:00
[[package]]
name = "futures"
2020-10-01 14:36:24 +02:00
version = "3.3.0"
description = "Backport of the concurrent.futures package from Python 3"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.6, <3"
[[package]]
name = "glob2"
version = "0.6"
2020-10-01 14:36:24 +02:00
description = "Version of the glob module that can capture patterns and supports recursive wildcards"
2019-11-19 14:50:31 +00:00
category = "main"
optional = false
python-versions = "*"
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"
2020-10-01 14:36:24 +02:00
version = "0.9.7"
description = "HTTP client mock for Python"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[package.dependencies]
six = "*"
[[package]]
name = "identify"
2020-10-01 14:36:24 +02:00
version = "1.5.5"
description = "File identification library for Python"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
2019-12-11 14:11:31 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
2019-11-19 14:50:31 +00:00
[package.extras]
license = ["editdistance"]
[[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]
2020-10-01 14:36:24 +02:00
configparser = {version = ">=3.5", markers = "python_version < \"3\""}
contextlib2 = {version = "*", markers = "python_version < \"3\""}
pathlib2 = {version = "*", markers = "python_version < \"3\""}
2019-11-19 14:50:31 +00:00
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"
2020-10-01 14:36:24 +02:00
version = "3.0.0"
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
contextlib2 = {version = "*", markers = "python_version < \"3\""}
pathlib2 = {version = "*", markers = "python_version < \"3\""}
singledispatch = {version = "*", markers = "python_version < \"3.4\""}
typing = {version = "*", markers = "python_version < \"3.5\""}
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"]
2019-11-19 14:50:31 +00:00
[[package]]
name = "ipaddress"
version = "1.0.23"
2020-10-01 14:36:24 +02:00
description = "IPv4/IPv6 manipulation library"
2019-11-19 14:50:31 +00:00
category = "main"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = "*"
2019-11-19 14:50:31 +00:00
[[package]]
2020-10-01 14:36:24 +02:00
name = "jeepney"
version = "0.4.3"
description = "Low-level, pure Python DBus protocol wrapper."
2019-11-19 14:50:31 +00:00
category = "main"
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=3.5"
2019-11-28 10:59:01 +00:00
2019-11-19 14:50:31 +00:00
[package.extras]
2020-10-01 14:36:24 +02:00
dev = ["testpath"]
2019-11-19 14:50:31 +00:00
[[package]]
name = "keyring"
2020-10-01 14:36:24 +02:00
version = "18.0.1"
description = "Store and access your passwords safely."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.7"
[package.dependencies]
entrypoints = "*"
2020-10-01 14:36:24 +02:00
pywin32-ctypes = {version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1", markers = "sys_platform == \"win32\""}
secretstorage = {version = "<3", markers = "(sys_platform == \"linux2\" or sys_platform == \"linux\") and python_version < \"3.5\""}
2019-11-19 14:50:31 +00:00
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs", "pytest-flake8"]
[[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)"]
2019-12-11 14:11:31 +01:00
testing = ["pytest (>=3.5,<3.7.3 || >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"
version = "21.4.0"
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]
2020-10-01 14:36:24 +02:00
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
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\""}
SecretStorage = {version = ">=3", markers = "sys_platform == \"linux\""}
2020-02-28 20:21:52 +00:00
[package.extras]
2020-10-01 14:36:24 +02:00
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-black (>=0.3.7)", "pytest-cov", "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
2020-02-28 20:21:52 +00:00
[[package]]
2019-11-19 14:50:31 +00:00
name = "mock"
2020-10-01 14:36:24 +02:00
version = "3.0.5"
description = "Rolling backport of unittest.mock for all Pythons"
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
funcsigs = {version = ">=1", markers = "python_version < \"3.3\""}
2019-11-19 14:50:31 +00:00
six = "*"
[package.extras]
build = ["twine", "wheel", "blurb"]
docs = ["sphinx"]
test = ["pytest", "pytest-cov"]
[[package]]
name = "more-itertools"
2020-10-01 14:36:24 +02:00
version = "5.0.0"
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[package.dependencies]
six = ">=1.0.0,<2.0.0"
[[package]]
name = "more-itertools"
2020-10-01 14:36:24 +02:00
version = "8.5.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"
2020-02-28 20:21:52 +00:00
version = "1.0.0"
2020-10-01 14:36:24 +02:00
description = "MessagePack (de)serializer."
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"
2020-10-01 14:36:24 +02:00
version = "1.5.0"
description = "Node.js virtual environment builder"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[package]]
name = "packaging"
2020-10-01 14:36:24 +02:00
version = "20.4"
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"
six = "*"
[[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"
2020-10-01 14:36:24 +02:00
version = "2.3.5"
description = "Object-oriented filesystem paths"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[package.dependencies]
2020-10-01 14:36:24 +02:00
scandir = {version = "*", markers = "python_version < \"3.5\""}
2019-11-19 14:50:31 +00:00
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"
2020-10-01 14:36:24 +02:00
version = "1.5.0.1"
description = "Query metadatdata from sdists / bdists / installed packages."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[package.extras]
testing = ["nose", "coverage"]
[[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"
version = "1.0.0"
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
enum34 = {version = ">=1.1.10,<2.0.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
functools32 = {version = ">=3.2.3-2,<4.0.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
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\""}
pathlib2 = {version = ">=2.3.5,<3.0.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
typing = {version = ">=3.7.4.1,<4.0.0.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
2019-11-19 14:50:31 +00:00
[[package]]
name = "pre-commit"
2020-10-01 14:36:24 +02:00
version = "2.7.1"
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\""}
importlib-resources = {version = "*", 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"
2020-10-01 14:36:24 +02:00
version = "0.6.0"
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"
2020-10-01 14:36:24 +02:00
version = "1.9.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
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 = "pycparser"
2020-06-08 17:29:43 +02:00
version = "2.20"
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"
version = "1.3.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
[[package]]
name = "pytest"
2020-10-01 14:36:24 +02:00
version = "4.6.11"
description = "pytest: simple powerful testing with Python"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[package.dependencies]
atomicwrites = ">=1.0"
attrs = ">=17.4.0"
2020-10-01 14:36:24 +02:00
colorama = {version = "*", markers = "sys_platform == \"win32\" and python_version != \"3.4\""}
funcsigs = {version = ">=1.0", markers = "python_version < \"3.0\""}
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
more-itertools = [
{version = ">=4.0.0,<6.0.0", markers = "python_version <= \"2.7\""},
{version = ">=4.0.0", markers = "python_version > \"2.7\""},
]
2019-11-19 14:50:31 +00:00
packaging = "*"
2020-10-01 14:36:24 +02:00
pathlib2 = {version = ">=2.2.0", markers = "python_version < \"3.6\""}
2019-11-19 14:50:31 +00:00
pluggy = ">=0.12,<1.0"
py = ">=1.5.0"
six = ">=1.10.0"
wcwidth = "*"
[package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "nose", "requests", "mock"]
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]
checkqa-mypy = ["mypy (v0.761)"]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
2019-11-19 14:50:31 +00:00
[[package]]
name = "pytest-cov"
2020-10-01 14:36:24 +02:00
version = "2.10.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]
coverage = ">=4.4"
2020-07-22 16:11:19 +02:00
pytest = ">=4.6"
2020-06-08 17:29:43 +02:00
[package.extras]
testing = ["fields", "hunter", "process-tests (2.0.2)", "six", "pytest-xdist", "virtualenv"]
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]
2020-10-01 14:36:24 +02:00
mock = {version = "*", markers = "python_version < \"3.0\""}
2019-11-19 14:50:31 +00:00
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"
2020-06-08 17:29:43 +02:00
version = "5.3.1"
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
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 = "requests"
2020-10-01 14:36:24 +02:00
version = "2.24.0"
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"
2020-02-28 20:21:52 +00:00
chardet = ">=3.0.2,<4"
idna = ">=2.5,<3"
2019-11-19 14:50:31 +00:00
urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
[package.extras]
2020-02-28 20:21:52 +00:00
security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
2019-11-19 14:50:31 +00:00
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
[[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"
[[package]]
name = "scandir"
2020-10-01 14:36:24 +02:00
version = "1.10.0"
description = "scandir, a better directory iterator and faster os.walk()"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[package]]
name = "secretstorage"
2020-10-01 14:36:24 +02:00
version = "2.3.1"
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[package.dependencies]
cryptography = "*"
[package.extras]
dbus-python = ["dbus-python"]
[[package]]
name = "secretstorage"
2020-10-01 14:36:24 +02:00
version = "3.1.2"
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=3.5"
[package.dependencies]
cryptography = "*"
2020-01-10 14:01:54 +00:00
jeepney = ">=0.4.2"
2019-11-19 14:50:31 +00:00
[[package]]
name = "shellingham"
2020-10-01 14:36:24 +02:00
version = "1.3.2"
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
2020-06-08 17:29:43 +02:00
[[package]]
name = "singledispatch"
2020-10-01 14:36:24 +02:00
version = "3.4.0.3"
description = "This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3."
category = "main"
2020-06-08 17:29:43 +02:00
optional = false
python-versions = "*"
[package.dependencies]
six = "*"
2019-11-19 14:50:31 +00:00
[[package]]
name = "six"
2020-10-01 14:36:24 +02:00
version = "1.15.0"
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 = "subprocess32"
2020-10-01 14:36:24 +02:00
version = "3.5.4"
description = "A backport of the subprocess module from Python 3 for use on 2.x."
category = "main"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
[[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"
2020-10-01 14:36:24 +02:00
version = "0.10.1"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2019-11-19 14:50:31 +00:00
optional = false
python-versions = "*"
[[package]]
name = "tomlkit"
2020-10-01 14:36:24 +02:00
version = "0.7.0"
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.dependencies]
2020-10-01 14:36:24 +02:00
enum34 = {version = ">=1.1,<2.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
functools32 = {version = ">=3.2.3,<4.0.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\""}
typing = {version = ">=3.6,<4.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.4\" and python_version < \"3.5\""}
2019-11-19 14:50:31 +00:00
[[package]]
name = "tox"
2020-10-01 14:36:24 +02:00
version = "3.20.0"
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"
2020-10-01 14:36:24 +02:00
importlib-metadata = {version = ">=0.12,<2", 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)"]
testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psutil (>=5.6.1)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)", "pytest-xdist (>=1.22.2)"]
2019-11-19 14:50:31 +00:00
[[package]]
name = "typing"
2020-07-22 16:11:19 +02:00
version = "3.7.4.3"
2020-10-01 14:36:24 +02:00
description = "Type Hints for Python"
2020-02-28 20:21:52 +00:00
category = "main"
optional = false
2020-10-01 14:36:24 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-02-28 20:21:52 +00:00
2019-11-19 14:50:31 +00:00
[[package]]
2020-10-01 14:36:24 +02:00
name = "typing-extensions"
version = "3.7.4.3"
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
2020-10-01 14:36:24 +02:00
[package.dependencies]
typing = {version = ">=3.7.4", markers = "python_version < \"3.5\""}
2019-11-19 14:50:31 +00:00
[[package]]
name = "urllib3"
2020-10-01 14:36:24 +02:00
version = "1.25.10"
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]
brotli = ["brotlipy (>=0.6.0)"]
2020-06-08 17:29:43 +02:00
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=0.14)", "ipaddress"]
2019-11-19 14:50:31 +00:00
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
[[package]]
name = "virtualenv"
2020-10-01 14:36:24 +02:00
version = "20.0.31"
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
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[package.dependencies]
appdirs = ">=1.4.3,<2"
2020-07-22 16:11:19 +02:00
distlib = ">=0.3.1,<1"
2020-02-28 20:21:52 +00:00
filelock = ">=3.0.0,<4"
2020-10-01 14:36:24 +02:00
importlib-metadata = {version = ">=0.12,<2", markers = "python_version < \"3.8\""}
importlib-resources = {version = ">=1.0", markers = "python_version < \"3.7\""}
pathlib2 = {version = ">=2.3.3,<3", markers = "python_version < \"3.4\" and sys_platform != \"win32\""}
2020-02-28 20:21:52 +00:00
six = ">=1.9.0,<2"
[package.extras]
2020-10-01 14:36:24 +02:00
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=19.9.0rc1)"]
testing = ["coverage (>=5)", "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)", "pytest-xdist (>=1.31.0)", "packaging (>=20.0)", "xonsh (>=0.9.16)"]
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
[package.dependencies]
2020-10-01 14:36:24 +02:00
"backports.functools-lru-cache" = {version = ">=1.2.1", markers = "python_version < \"3.2\""}
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.dependencies]
2020-10-01 14:36:24 +02:00
contextlib2 = {version = "*", markers = "python_version < \"3.4\""}
2019-11-19 14:50:31 +00:00
[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"
python-versions = "~2.7 || ^3.5"
content-hash = "1e774c9d8b7f6812d721cff08b51554f9a0cd051e2ae0e884421bcb56718d131"
2019-11-19 14:50:31 +00:00
[metadata.files]
appdirs = [
2020-06-08 17:29:43 +02:00
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
{file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
2019-11-19 14:50:31 +00:00
]
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 = [
2020-10-01 14:36:24 +02:00
{file = "attrs-20.2.0-py2.py3-none-any.whl", hash = "sha256:fce7fc47dfc976152e82d53ff92fa0407700c21acd20886a13777a0d20e655dc"},
{file = "attrs-20.2.0.tar.gz", hash = "sha256:26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594"},
2019-11-19 14:50:31 +00:00
]
2020-06-08 17:29:43 +02:00
"backports.functools-lru-cache" = [
{file = "backports.functools_lru_cache-1.6.1-py2.py3-none-any.whl", hash = "sha256:0bada4c2f8a43d533e4ecb7a12214d9420e66eb206d54bf2d682581ca4b80848"},
{file = "backports.functools_lru_cache-1.6.1.tar.gz", hash = "sha256:8fde5f188da2d593bd5bc0be98d9abc46c95bb8a9dde93429570192ee6cc2d4a"},
]
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"},
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 = [
2020-07-22 16:11:19 +02:00
{file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"},
{file = "certifi-2020.6.20.tar.gz", hash = "sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"},
2019-11-19 14:50:31 +00:00
]
cffi = [
2020-10-01 14:36:24 +02:00
{file = "cffi-1.14.3-2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3eeeb0405fd145e714f7633a5173318bd88d8bbfc3dd0a5751f8c4f70ae629bc"},
{file = "cffi-1.14.3-2-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:cb763ceceae04803adcc4e2d80d611ef201c73da32d8f2722e9d0ab0c7f10768"},
{file = "cffi-1.14.3-2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:44f60519595eaca110f248e5017363d751b12782a6f2bd6a7041cba275215f5d"},
{file = "cffi-1.14.3-2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c53af463f4a40de78c58b8b2710ade243c81cbca641e34debf3396a9640d6ec1"},
{file = "cffi-1.14.3-2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:33c6cdc071ba5cd6d96769c8969a0531be2d08c2628a0143a10a7dcffa9719ca"},
{file = "cffi-1.14.3-2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c11579638288e53fc94ad60022ff1b67865363e730ee41ad5e6f0a17188b327a"},
{file = "cffi-1.14.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:3cb3e1b9ec43256c4e0f8d2837267a70b0e1ca8c4f456685508ae6106b1f504c"},
{file = "cffi-1.14.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f0620511387790860b249b9241c2f13c3a80e21a73e0b861a2df24e9d6f56730"},
{file = "cffi-1.14.3-cp27-cp27m-win32.whl", hash = "sha256:005f2bfe11b6745d726dbb07ace4d53f057de66e336ff92d61b8c7e9c8f4777d"},
{file = "cffi-1.14.3-cp27-cp27m-win_amd64.whl", hash = "sha256:2f9674623ca39c9ebe38afa3da402e9326c245f0f5ceff0623dccdac15023e05"},
{file = "cffi-1.14.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:09e96138280241bd355cd585148dec04dbbedb4f46128f340d696eaafc82dd7b"},
{file = "cffi-1.14.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:3363e77a6176afb8823b6e06db78c46dbc4c7813b00a41300a4873b6ba63b171"},
{file = "cffi-1.14.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:0ef488305fdce2580c8b2708f22d7785ae222d9825d3094ab073e22e93dfe51f"},
{file = "cffi-1.14.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:0b1ad452cc824665ddc682400b62c9e4f5b64736a2ba99110712fdee5f2505c4"},
{file = "cffi-1.14.3-cp35-cp35m-win32.whl", hash = "sha256:85ba797e1de5b48aa5a8427b6ba62cf69607c18c5d4eb747604b7302f1ec382d"},
{file = "cffi-1.14.3-cp35-cp35m-win_amd64.whl", hash = "sha256:e66399cf0fc07de4dce4f588fc25bfe84a6d1285cc544e67987d22663393926d"},
{file = "cffi-1.14.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:15f351bed09897fbda218e4db5a3d5c06328862f6198d4fb385f3e14e19decb3"},
{file = "cffi-1.14.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4d7c26bfc1ea9f92084a1d75e11999e97b62d63128bcc90c3624d07813c52808"},
{file = "cffi-1.14.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:23e5d2040367322824605bc29ae8ee9175200b92cb5483ac7d466927a9b3d537"},
{file = "cffi-1.14.3-cp36-cp36m-win32.whl", hash = "sha256:a624fae282e81ad2e4871bdb767e2c914d0539708c0f078b5b355258293c98b0"},
{file = "cffi-1.14.3-cp36-cp36m-win_amd64.whl", hash = "sha256:de31b5164d44ef4943db155b3e8e17929707cac1e5bd2f363e67a56e3af4af6e"},
{file = "cffi-1.14.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:f92cdecb618e5fa4658aeb97d5eb3d2f47aa94ac6477c6daf0f306c5a3b9e6b1"},
{file = "cffi-1.14.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:22399ff4870fb4c7ef19fff6eeb20a8bbf15571913c181c78cb361024d574579"},
{file = "cffi-1.14.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:f4eae045e6ab2bb54ca279733fe4eb85f1effda392666308250714e01907f394"},
{file = "cffi-1.14.3-cp37-cp37m-win32.whl", hash = "sha256:b0358e6fefc74a16f745afa366acc89f979040e0cbc4eec55ab26ad1f6a9bfbc"},
{file = "cffi-1.14.3-cp37-cp37m-win_amd64.whl", hash = "sha256:6642f15ad963b5092d65aed022d033c77763515fdc07095208f15d3563003869"},
{file = "cffi-1.14.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:2791f68edc5749024b4722500e86303a10d342527e1e3bcac47f35fbd25b764e"},
{file = "cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:529c4ed2e10437c205f38f3691a68be66c39197d01062618c55f74294a4a4828"},
{file = "cffi-1.14.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:8f0f1e499e4000c4c347a124fa6a27d37608ced4fe9f7d45070563b7c4c370c9"},
{file = "cffi-1.14.3-cp38-cp38-win32.whl", hash = "sha256:3b8eaf915ddc0709779889c472e553f0d3e8b7bdf62dab764c8921b09bf94522"},
{file = "cffi-1.14.3-cp38-cp38-win_amd64.whl", hash = "sha256:bbd2f4dfee1079f76943767fce837ade3087b578aeb9f69aec7857d5bf25db15"},
{file = "cffi-1.14.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:cc75f58cdaf043fe6a7a6c04b3b5a0e694c6a9e24050967747251fb80d7bce0d"},
{file = "cffi-1.14.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:bf39a9e19ce7298f1bd6a9758fa99707e9e5b1ebe5e90f2c3913a47bc548747c"},
{file = "cffi-1.14.3-cp39-cp39-win32.whl", hash = "sha256:d80998ed59176e8cba74028762fbd9b9153b9afc71ea118e63bbf5d4d0f9552b"},
{file = "cffi-1.14.3-cp39-cp39-win_amd64.whl", hash = "sha256:c150eaa3dadbb2b5339675b88d4573c1be3cb6f2c33a6c83387e10cc0bf05bd3"},
{file = "cffi-1.14.3.tar.gz", hash = "sha256:f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591"},
2019-11-19 14:50:31 +00:00
]
cfgv = [
2020-10-01 14:36:24 +02:00
{file = "cfgv-3.2.0-py2.py3-none-any.whl", hash = "sha256:32e43d604bbe7896fe7c248a9c2276447dbef840feb28fe20494f62af110211d"},
{file = "cfgv-3.2.0.tar.gz", hash = "sha256:cf22deb93d4bcf92f345a5c3cd39d3d41d6340adc60c78bbbd6588c384fda6a1"},
2019-11-19 14:50:31 +00:00
]
chardet = [
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
{file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
]
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 = [
2019-12-13 12:53:27 +00:00
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
2019-11-19 14:50:31 +00: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"},
]
contextlib2 = [
{file = "contextlib2-0.6.0.post1-py2.py3-none-any.whl", hash = "sha256:3355078a159fbb44ee60ea80abd0d87b80b78c248643b49aa6d94673b413609b"},
{file = "contextlib2-0.6.0.post1.tar.gz", hash = "sha256:01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"},
]
coverage = [
2020-10-01 14:36:24 +02:00
{file = "coverage-5.3-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:bd3166bb3b111e76a4f8e2980fa1addf2920a4ca9b2b8ca36a3bc3dedc618270"},
{file = "coverage-5.3-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:9342dd70a1e151684727c9c91ea003b2fb33523bf19385d4554f7897ca0141d4"},
{file = "coverage-5.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:63808c30b41f3bbf65e29f7280bf793c79f54fb807057de7e5238ffc7cc4d7b9"},
{file = "coverage-5.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:4d6a42744139a7fa5b46a264874a781e8694bb32f1d76d8137b68138686f1729"},
{file = "coverage-5.3-cp27-cp27m-win32.whl", hash = "sha256:86e9f8cd4b0cdd57b4ae71a9c186717daa4c5a99f3238a8723f416256e0b064d"},
{file = "coverage-5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:7858847f2d84bf6e64c7f66498e851c54de8ea06a6f96a32a1d192d846734418"},
{file = "coverage-5.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:530cc8aaf11cc2ac7430f3614b04645662ef20c348dce4167c22d99bec3480e9"},
{file = "coverage-5.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:381ead10b9b9af5f64646cd27107fb27b614ee7040bb1226f9c07ba96625cbb5"},
{file = "coverage-5.3-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:71b69bd716698fa62cd97137d6f2fdf49f534decb23a2c6fc80813e8b7be6822"},
{file = "coverage-5.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:1d44bb3a652fed01f1f2c10d5477956116e9b391320c94d36c6bf13b088a1097"},
{file = "coverage-5.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:1c6703094c81fa55b816f5ae542c6ffc625fec769f22b053adb42ad712d086c9"},
{file = "coverage-5.3-cp35-cp35m-win32.whl", hash = "sha256:cedb2f9e1f990918ea061f28a0f0077a07702e3819602d3507e2ff98c8d20636"},
{file = "coverage-5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:7f43286f13d91a34fadf61ae252a51a130223c52bfefb50310d5b2deb062cf0f"},
{file = "coverage-5.3-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:c851b35fc078389bc16b915a0a7c1d5923e12e2c5aeec58c52f4aa8085ac8237"},
{file = "coverage-5.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:aac1ba0a253e17889550ddb1b60a2063f7474155465577caa2a3b131224cfd54"},
{file = "coverage-5.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:2b31f46bf7b31e6aa690d4c7a3d51bb262438c6dcb0d528adde446531d0d3bb7"},
{file = "coverage-5.3-cp36-cp36m-win32.whl", hash = "sha256:c5f17ad25d2c1286436761b462e22b5020d83316f8e8fcb5deb2b3151f8f1d3a"},
{file = "coverage-5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:aef72eae10b5e3116bac6957de1df4d75909fc76d1499a53fb6387434b6bcd8d"},
{file = "coverage-5.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:e8caf961e1b1a945db76f1b5fa9c91498d15f545ac0ababbe575cfab185d3bd8"},
{file = "coverage-5.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:29a6272fec10623fcbe158fdf9abc7a5fa032048ac1d8631f14b50fbfc10d17f"},
{file = "coverage-5.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:2d43af2be93ffbad25dd959899b5b809618a496926146ce98ee0b23683f8c51c"},
{file = "coverage-5.3-cp37-cp37m-win32.whl", hash = "sha256:c3888a051226e676e383de03bf49eb633cd39fc829516e5334e69b8d81aae751"},
{file = "coverage-5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9669179786254a2e7e57f0ecf224e978471491d660aaca833f845b72a2df3709"},
{file = "coverage-5.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0203acd33d2298e19b57451ebb0bed0ab0c602e5cf5a818591b4918b1f97d516"},
{file = "coverage-5.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:582ddfbe712025448206a5bc45855d16c2e491c2dd102ee9a2841418ac1c629f"},
{file = "coverage-5.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:0f313707cdecd5cd3e217fc68c78a960b616604b559e9ea60cc16795c4304259"},
{file = "coverage-5.3-cp38-cp38-win32.whl", hash = "sha256:78e93cc3571fd928a39c0b26767c986188a4118edc67bc0695bc7a284da22e82"},
{file = "coverage-5.3-cp38-cp38-win_amd64.whl", hash = "sha256:8f264ba2701b8c9f815b272ad568d555ef98dfe1576802ab3149c3629a9f2221"},
{file = "coverage-5.3-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:50691e744714856f03a86df3e2bff847c2acede4c191f9a1da38f088df342978"},
{file = "coverage-5.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:9361de40701666b034c59ad9e317bae95c973b9ff92513dd0eced11c6adf2e21"},
{file = "coverage-5.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:c1b78fb9700fc961f53386ad2fd86d87091e06ede5d118b8a50dea285a071c24"},
{file = "coverage-5.3-cp39-cp39-win32.whl", hash = "sha256:cb7df71de0af56000115eafd000b867d1261f786b5eebd88a0ca6360cccfaca7"},
{file = "coverage-5.3-cp39-cp39-win_amd64.whl", hash = "sha256:47a11bdbd8ada9b7ee628596f9d97fbd3851bd9999d398e9436bd67376dbece7"},
{file = "coverage-5.3.tar.gz", hash = "sha256:280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0"},
]
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 = [
2020-10-01 14:36:24 +02:00
{file = "cryptography-3.1.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:65beb15e7f9c16e15934569d29fb4def74ea1469d8781f6b3507ab896d6d8719"},
{file = "cryptography-3.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:983c0c3de4cb9fcba68fd3f45ed846eb86a2a8b8d8bc5bb18364c4d00b3c61fe"},
{file = "cryptography-3.1.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:e97a3b627e3cb63c415a16245d6cef2139cca18bb1183d1b9375a1c14e83f3b3"},
{file = "cryptography-3.1.1-cp27-cp27m-win32.whl", hash = "sha256:cb179acdd4ae1e4a5a160d80b87841b3d0e0be84af46c7bb2cd7ece57a39c4ba"},
{file = "cryptography-3.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:b372026ebf32fe2523159f27d9f0e9f485092e43b00a5adacf732192a70ba118"},
{file = "cryptography-3.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:680da076cad81cdf5ffcac50c477b6790be81768d30f9da9e01960c4b18a66db"},
{file = "cryptography-3.1.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:5d52c72449bb02dd45a773a203196e6d4fae34e158769c896012401f33064396"},
{file = "cryptography-3.1.1-cp35-abi3-macosx_10_10_x86_64.whl", hash = "sha256:f0e099fc4cc697450c3dd4031791559692dd941a95254cb9aeded66a7aa8b9bc"},
{file = "cryptography-3.1.1-cp35-abi3-manylinux1_x86_64.whl", hash = "sha256:a7597ffc67987b37b12e09c029bd1dc43965f75d328076ae85721b84046e9ca7"},
{file = "cryptography-3.1.1-cp35-abi3-manylinux2010_x86_64.whl", hash = "sha256:4549b137d8cbe3c2eadfa56c0c858b78acbeff956bd461e40000b2164d9167c6"},
{file = "cryptography-3.1.1-cp35-abi3-manylinux2014_aarch64.whl", hash = "sha256:89aceb31cd5f9fc2449fe8cf3810797ca52b65f1489002d58fe190bfb265c536"},
{file = "cryptography-3.1.1-cp35-cp35m-win32.whl", hash = "sha256:559d622aef2a2dff98a892eef321433ba5bc55b2485220a8ca289c1ecc2bd54f"},
{file = "cryptography-3.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:451cdf60be4dafb6a3b78802006a020e6cd709c22d240f94f7a0696240a17154"},
{file = "cryptography-3.1.1-cp36-abi3-win32.whl", hash = "sha256:762bc5a0df03c51ee3f09c621e1cee64e3a079a2b5020de82f1613873d79ee70"},
{file = "cryptography-3.1.1-cp36-abi3-win_amd64.whl", hash = "sha256:b12e715c10a13ca1bd27fbceed9adc8c5ff640f8e1f7ea76416352de703523c8"},
{file = "cryptography-3.1.1-cp36-cp36m-win32.whl", hash = "sha256:21b47c59fcb1c36f1113f3709d37935368e34815ea1d7073862e92f810dc7499"},
{file = "cryptography-3.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:48ee615a779ffa749d7d50c291761dc921d93d7cf203dca2db663b4f193f0e49"},
{file = "cryptography-3.1.1-cp37-cp37m-win32.whl", hash = "sha256:b2bded09c578d19e08bd2c5bb8fed7f103e089752c9cf7ca7ca7de522326e921"},
{file = "cryptography-3.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:f99317a0fa2e49917689b8cf977510addcfaaab769b3f899b9c481bbd76730c2"},
{file = "cryptography-3.1.1-cp38-cp38-win32.whl", hash = "sha256:ab010e461bb6b444eaf7f8c813bb716be2d78ab786103f9608ffd37a4bd7d490"},
{file = "cryptography-3.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:99d4984aabd4c7182050bca76176ce2dbc9fa9748afe583a7865c12954d714ba"},
{file = "cryptography-3.1.1.tar.gz", hash = "sha256:9d9fc6a16357965d282dd4ab6531013935425d0dc4950df2e0cf2a1b1ac1017d"},
2019-11-19 14:50:31 +00:00
]
2020-02-28 20:21:52 +00:00
distlib = [
2020-07-22 16:11:19 +02:00
{file = "distlib-0.3.1-py2.py3-none-any.whl", hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb"},
{file = "distlib-0.3.1.zip", hash = "sha256:edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1"},
2020-02-28 20:21:52 +00:00
]
2019-11-19 14:50:31 +00:00
entrypoints = [
{file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"},
{file = "entrypoints-0.3.tar.gz", hash = "sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451"},
]
enum34 = [
2020-06-08 17:29:43 +02:00
{file = "enum34-1.1.10-py2-none-any.whl", hash = "sha256:a98a201d6de3f2ab3db284e70a33b0f896fbf35f8086594e8c9e74b909058d53"},
{file = "enum34-1.1.10-py3-none-any.whl", hash = "sha256:c3858660960c984d6ab0ebad691265180da2b43f07e061c0f8dca9ef3cffd328"},
{file = "enum34-1.1.10.tar.gz", hash = "sha256:cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248"},
2019-11-19 14:50:31 +00:00
]
filelock = [
{file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"},
{file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"},
]
funcsigs = [
{file = "funcsigs-1.0.2-py2.py3-none-any.whl", hash = "sha256:330cc27ccbf7f1e992e69fef78261dc7c6569012cf397db8d3de0234e6c937ca"},
{file = "funcsigs-1.0.2.tar.gz", hash = "sha256:a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50"},
]
functools32 = [
{file = "functools32-3.2.3-2.tar.gz", hash = "sha256:f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d"},
{file = "functools32-3.2.3-2.zip", hash = "sha256:89d824aa6c358c421a234d7f9ee0bd75933a67c29588ce50aaa3acdf4d403fa0"},
]
futures = [
{file = "futures-3.3.0-py2-none-any.whl", hash = "sha256:49b3f5b064b6e3afc3316421a3f25f66c137ae88f068abbf72830170033c5e16"},
{file = "futures-3.3.0.tar.gz", hash = "sha256:7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794"},
]
glob2 = [
{file = "glob2-0.6.tar.gz", hash = "sha256:f5b0a686ff21f820c4d3f0c4edd216704cea59d79d00fa337e244a2f2ff83ed6"},
]
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 = [
{file = "httpretty-0.9.7.tar.gz", hash = "sha256:66216f26b9d2c52e81808f3e674a6fb65d4bf719721394a1a9be926177e55fbe"},
]
identify = [
2020-10-01 14:36:24 +02:00
{file = "identify-1.5.5-py2.py3-none-any.whl", hash = "sha256:da683bfb7669fa749fc7731f378229e2dbf29a1d1337cbde04106f02236eb29d"},
{file = "identify-1.5.5.tar.gz", hash = "sha256:7c22c384a2c9b32c5cc891d13f923f6b2653aa83e2d75d8f79be240d6c86c4f4"},
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 = [
2020-07-22 16:11:19 +02:00
{file = "importlib_resources-3.0.0-py2.py3-none-any.whl", hash = "sha256:d028f66b66c0d5732dae86ba4276999855e162a749c92620a38c1d779ed138a7"},
{file = "importlib_resources-3.0.0.tar.gz", hash = "sha256:19f745a6eca188b490b1428c8d1d4a0d2368759f32370ea8fb89cad2ab1106c3"},
2019-11-19 14:50:31 +00: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"},
]
jeepney = [
2020-06-08 17:29:43 +02:00
{file = "jeepney-0.4.3-py3-none-any.whl", hash = "sha256:d6c6b49683446d2407d2fe3acb7a368a77ff063f9182fe427da15d622adc24cf"},
{file = "jeepney-0.4.3.tar.gz", hash = "sha256:3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e"},
2019-11-19 14:50:31 +00:00
]
keyring = [
{file = "keyring-18.0.1-py2.py3-none-any.whl", hash = "sha256:7b29ebfcf8678c4da531b2478a912eea01e80007e5ddca9ee0c7038cb3489ec6"},
{file = "keyring-18.0.1.tar.gz", hash = "sha256:67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838"},
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"},
2020-10-01 14:36:24 +02:00
{file = "keyring-21.4.0-py3-none-any.whl", hash = "sha256:4e34ea2fdec90c1c43d6610b5a5fafa1b9097db1802948e90caf5763974b8f8d"},
{file = "keyring-21.4.0.tar.gz", hash = "sha256:9aeadd006a852b78f4b4ef7c7556c2774d2432bbef8ee538a3e9089ac8b11466"},
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"},
]
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-5.0.0.tar.gz", hash = "sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"},
{file = "more_itertools-5.0.0-py2-none-any.whl", hash = "sha256:c0a5785b1109a6bd7fac76d6837fd1feca158e54e521ccd2ae8bfe393cc9d4fc"},
{file = "more_itertools-5.0.0-py3-none-any.whl", hash = "sha256:fe7a7cae1ccb57d33952113ff4fa1bc5f879963600ed74918f1236e212ee50b9"},
2020-10-01 14:36:24 +02:00
{file = "more-itertools-8.5.0.tar.gz", hash = "sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"},
{file = "more_itertools-8.5.0-py3-none-any.whl", hash = "sha256:9b30f12df9393f0d28af9210ff8efe48d10c94f73e5daf886f10c4b0b0b4f03c"},
2019-11-19 14:50:31 +00:00
]
msgpack = [
2020-02-28 20:21:52 +00:00
{file = "msgpack-1.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:cec8bf10981ed70998d98431cd814db0ecf3384e6b113366e7f36af71a0fca08"},
{file = "msgpack-1.0.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aa5c057eab4f40ec47ea6f5a9825846be2ff6bf34102c560bad5cad5a677c5be"},
{file = "msgpack-1.0.0-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:4233b7f86c1208190c78a525cd3828ca1623359ef48f78a6fea4b91bb995775a"},
{file = "msgpack-1.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:b3758dfd3423e358bbb18a7cccd1c74228dffa7a697e5be6cb9535de625c0dbf"},
{file = "msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:25b3bc3190f3d9d965b818123b7752c5dfb953f0d774b454fd206c18fe384fb8"},
{file = "msgpack-1.0.0-cp36-cp36m-win32.whl", hash = "sha256:e7bbdd8e2b277b77782f3ce34734b0dfde6cbe94ddb74de8d733d603c7f9e2b1"},
{file = "msgpack-1.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:5dba6d074fac9b24f29aaf1d2d032306c27f04187651511257e7831733293ec2"},
{file = "msgpack-1.0.0-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:908944e3f038bca67fcfedb7845c4a257c7749bf9818632586b53bcf06ba4b97"},
{file = "msgpack-1.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:db685187a415f51d6b937257474ca72199f393dad89534ebbdd7d7a3b000080e"},
{file = "msgpack-1.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ea41c9219c597f1d2bf6b374d951d310d58684b5de9dc4bd2976db9e1e22c140"},
{file = "msgpack-1.0.0-cp37-cp37m-win32.whl", hash = "sha256:e35b051077fc2f3ce12e7c6a34cf309680c63a842db3a0616ea6ed25ad20d272"},
{file = "msgpack-1.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:5bea44181fc8e18eed1d0cd76e355073f00ce232ff9653a0ae88cb7d9e643322"},
{file = "msgpack-1.0.0-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c901e8058dd6653307906c5f157f26ed09eb94a850dddd989621098d347926ab"},
{file = "msgpack-1.0.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:271b489499a43af001a2e42f42d876bb98ccaa7e20512ff37ca78c8e12e68f84"},
{file = "msgpack-1.0.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7a22c965588baeb07242cb561b63f309db27a07382825fc98aecaf0827c1538e"},
{file = "msgpack-1.0.0-cp38-cp38-win32.whl", hash = "sha256:002a0d813e1f7b60da599bdf969e632074f9eec1b96cbed8fb0973a63160a408"},
{file = "msgpack-1.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:39c54fdebf5fa4dda733369012c59e7d085ebdfe35b6cf648f09d16708f1be5d"},
{file = "msgpack-1.0.0.tar.gz", hash = "sha256:9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0"},
]
2019-11-19 14:50:31 +00:00
nodeenv = [
2020-10-01 14:36:24 +02:00
{file = "nodeenv-1.5.0-py2.py3-none-any.whl", hash = "sha256:5304d424c529c997bc888453aeaa6362d242b6b4631e90f3d4bf1b290f1c84a9"},
{file = "nodeenv-1.5.0.tar.gz", hash = "sha256:ab45090ae383b716c4ef89e690c41ff8c2b257b85b309f01f3654df3d084bd7c"},
2019-11-19 14:50:31 +00:00
]
packaging = [
2020-06-08 17:29:43 +02:00
{file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
{file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
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 = [
{file = "pathlib2-2.3.5-py2.py3-none-any.whl", hash = "sha256:0ec8205a157c80d7acc301c0b18fbd5d44fe655968f5d947b6ecef5290fc35db"},
{file = "pathlib2-2.3.5.tar.gz", hash = "sha256:6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868"},
]
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 = [
{file = "pkginfo-1.5.0.1-py2.py3-none-any.whl", hash = "sha256:a6d9e40ca61ad3ebd0b72fbadd4fba16e4c0e4df0428c041e01e06eb6ee71f32"},
{file = "pkginfo-1.5.0.1.tar.gz", hash = "sha256:7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb"},
]
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 = [
{file = "poetry-core-1.0.0.tar.gz", hash = "sha256:6a664ff389b9f45382536f8fa1611a0cb4d2de7c5a5c885db1f0c600cd11fbd5"},
{file = "poetry_core-1.0.0-py2.py3-none-any.whl", hash = "sha256:769288e0e1b88dfcceb3185728f0b7388b26d5f93d6c22d2dcae372da51d200d"},
]
2019-11-19 14:50:31 +00:00
pre-commit = [
2020-10-01 14:36:24 +02:00
{file = "pre_commit-2.7.1-py2.py3-none-any.whl", hash = "sha256:810aef2a2ba4f31eed1941fc270e72696a1ad5590b9751839c90807d0fff6b9a"},
{file = "pre_commit-2.7.1.tar.gz", hash = "sha256:c54fd3e574565fe128ecc5e7d2f91279772ddb03f8729645fa812fe809084a70"},
2019-11-19 14:50:31 +00:00
]
ptyprocess = [
{file = "ptyprocess-0.6.0-py2.py3-none-any.whl", hash = "sha256:d7cc528d76e76342423ca640335bd3633420dc1366f258cb31d05e865ef5ca1f"},
{file = "ptyprocess-0.6.0.tar.gz", hash = "sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0"},
]
py = [
2020-07-22 16:11:19 +02:00
{file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"},
{file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"},
2019-11-19 14:50:31 +00:00
]
pycparser = [
2020-06-08 17:29:43 +02:00
{file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"},
{file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
2019-11-19 14:50:31 +00:00
]
pylev = [
{file = "pylev-1.3.0-py2.py3-none-any.whl", hash = "sha256:1d29a87beb45ebe1e821e7a3b10da2b6b2f4c79b43f482c2df1a1f748a6e114e"},
{file = "pylev-1.3.0.tar.gz", hash = "sha256:063910098161199b81e453025653ec53556c1be7165a9b7c50be2f4d57eae1c3"},
]
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-4.6.11-py2.py3-none-any.whl", hash = "sha256:a00a7d79cbbdfa9d21e7d0298392a8dd4123316bfac545075e6f8f24c94d8c97"},
{file = "pytest-4.6.11.tar.gz", hash = "sha256:50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353"},
{file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"},
{file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"},
2019-11-19 14:50:31 +00:00
]
pytest-cov = [
2020-10-01 14:36:24 +02:00
{file = "pytest-cov-2.10.1.tar.gz", hash = "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e"},
{file = "pytest_cov-2.10.1-py2.py3-none-any.whl", hash = "sha256:45ec2d5182f89a81fc3eb29e3d1ed3113b9e9a873bcddb2a71faaab066110191"},
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 = [
2020-06-08 17:29:43 +02:00
{file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"},
{file = "PyYAML-5.3.1-cp27-cp27m-win_amd64.whl", hash = "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76"},
{file = "PyYAML-5.3.1-cp35-cp35m-win32.whl", hash = "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2"},
{file = "PyYAML-5.3.1-cp35-cp35m-win_amd64.whl", hash = "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c"},
{file = "PyYAML-5.3.1-cp36-cp36m-win32.whl", hash = "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2"},
{file = "PyYAML-5.3.1-cp36-cp36m-win_amd64.whl", hash = "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648"},
{file = "PyYAML-5.3.1-cp37-cp37m-win32.whl", hash = "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"},
{file = "PyYAML-5.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf"},
{file = "PyYAML-5.3.1-cp38-cp38-win32.whl", hash = "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97"},
{file = "PyYAML-5.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee"},
{file = "PyYAML-5.3.1.tar.gz", hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"},
2019-11-19 14:50:31 +00:00
]
requests = [
2020-07-22 16:11:19 +02:00
{file = "requests-2.24.0-py2.py3-none-any.whl", hash = "sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898"},
{file = "requests-2.24.0.tar.gz", hash = "sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"},
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
]
scandir = [
{file = "scandir-1.10.0-cp27-cp27m-win32.whl", hash = "sha256:92c85ac42f41ffdc35b6da57ed991575bdbe69db895507af88b9f499b701c188"},
{file = "scandir-1.10.0-cp27-cp27m-win_amd64.whl", hash = "sha256:cb925555f43060a1745d0a321cca94bcea927c50114b623d73179189a4e100ac"},
{file = "scandir-1.10.0-cp34-cp34m-win32.whl", hash = "sha256:2c712840c2e2ee8dfaf36034080108d30060d759c7b73a01a52251cc8989f11f"},
{file = "scandir-1.10.0-cp34-cp34m-win_amd64.whl", hash = "sha256:2586c94e907d99617887daed6c1d102b5ca28f1085f90446554abf1faf73123e"},
{file = "scandir-1.10.0-cp35-cp35m-win32.whl", hash = "sha256:2b8e3888b11abb2217a32af0766bc06b65cc4a928d8727828ee68af5a967fa6f"},
{file = "scandir-1.10.0-cp35-cp35m-win_amd64.whl", hash = "sha256:8c5922863e44ffc00c5c693190648daa6d15e7c1207ed02d6f46a8dcc2869d32"},
{file = "scandir-1.10.0-cp36-cp36m-win32.whl", hash = "sha256:2ae41f43797ca0c11591c0c35f2f5875fa99f8797cb1a1fd440497ec0ae4b022"},
{file = "scandir-1.10.0-cp36-cp36m-win_amd64.whl", hash = "sha256:7d2d7a06a252764061a020407b997dd036f7bd6a175a5ba2b345f0a357f0b3f4"},
{file = "scandir-1.10.0-cp37-cp37m-win32.whl", hash = "sha256:67f15b6f83e6507fdc6fca22fedf6ef8b334b399ca27c6b568cbfaa82a364173"},
{file = "scandir-1.10.0-cp37-cp37m-win_amd64.whl", hash = "sha256:b24086f2375c4a094a6b51e78b4cf7ca16c721dcee2eddd7aa6494b42d6d519d"},
{file = "scandir-1.10.0.tar.gz", hash = "sha256:4d4631f6062e658e9007ab3149a9b914f3548cb38bfb021c64f39a025ce578ae"},
]
secretstorage = [
{file = "SecretStorage-2.3.1.tar.gz", hash = "sha256:3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6"},
2020-01-10 14:01:54 +00:00
{file = "SecretStorage-3.1.2-py3-none-any.whl", hash = "sha256:b5ec909dde94d4ae2fa26af7c089036997030f0cf0a5cb372b4cccabd81c143b"},
{file = "SecretStorage-3.1.2.tar.gz", hash = "sha256:15da8a989b65498e29be338b3b279965f1b8f09b9668bd8010da183024c8bff6"},
2019-11-19 14:50:31 +00:00
]
shellingham = [
2020-02-28 20:21:52 +00:00
{file = "shellingham-1.3.2-py2.py3-none-any.whl", hash = "sha256:7f6206ae169dc1a03af8a138681b3f962ae61cc93ade84d0585cca3aaf770044"},
{file = "shellingham-1.3.2.tar.gz", hash = "sha256:576c1982bea0ba82fb46c36feb951319d7f42214a82634233f58b40d858a751e"},
2019-11-19 14:50:31 +00:00
]
2020-06-08 17:29:43 +02:00
singledispatch = [
{file = "singledispatch-3.4.0.3-py2.py3-none-any.whl", hash = "sha256:833b46966687b3de7f438c761ac475213e53b306740f1abfaa86e1d1aae56aa8"},
{file = "singledispatch-3.4.0.3.tar.gz", hash = "sha256:5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"},
]
2019-11-19 14:50:31 +00:00
six = [
2020-06-08 17:29:43 +02:00
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
2019-11-19 14:50:31 +00:00
]
subprocess32 = [
{file = "subprocess32-3.5.4-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:88e37c1aac5388df41cc8a8456bb49ebffd321a3ad4d70358e3518176de3a56b"},
{file = "subprocess32-3.5.4.tar.gz", hash = "sha256:eb2937c80497978d181efa1b839ec2d9622cf9600a039a79d0e108d1f9aec79d"},
]
termcolor = [
{file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"},
]
toml = [
2020-06-08 17:29:43 +02:00
{file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"},
{file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"},
2019-11-19 14:50:31 +00:00
]
tomlkit = [
2020-10-01 14:36:24 +02:00
{file = "tomlkit-0.7.0-py2.py3-none-any.whl", hash = "sha256:6babbd33b17d5c9691896b0e68159215a9387ebfa938aa3ac42f4a4beeb2b831"},
{file = "tomlkit-0.7.0.tar.gz", hash = "sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618"},
2019-11-19 14:50:31 +00:00
]
tox = [
2020-10-01 14:36:24 +02:00
{file = "tox-3.20.0-py2.py3-none-any.whl", hash = "sha256:e6318f404aff16522ff5211c88cab82b39af121735a443674e4e2e65f4e4637b"},
{file = "tox-3.20.0.tar.gz", hash = "sha256:eb629ddc60e8542fd4a1956b2462e3b8771d49f1ff630cecceacaa0fbfb7605a"},
2019-11-19 14:50:31 +00:00
]
typing = [
2020-07-22 16:11:19 +02:00
{file = "typing-3.7.4.3-py2-none-any.whl", hash = "sha256:283d868f5071ab9ad873e5e52268d611e851c870a2ba354193026f2dfb29d8b5"},
{file = "typing-3.7.4.3.tar.gz", hash = "sha256:1187fb9c82fd670d10aa07bbb6cfcfe4bdda42d6fab8d5134f04e8c4d0b71cc9"},
2019-11-19 14:50:31 +00:00
]
2020-02-28 20:21:52 +00:00
typing-extensions = [
2020-10-01 14:36:24 +02:00
{file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"},
{file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"},
{file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"},
2020-02-28 20:21:52 +00:00
]
2019-11-19 14:50:31 +00:00
urllib3 = [
2020-10-01 14:36:24 +02:00
{file = "urllib3-1.25.10-py2.py3-none-any.whl", hash = "sha256:e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461"},
{file = "urllib3-1.25.10.tar.gz", hash = "sha256:91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a"},
2019-11-19 14:50:31 +00:00
]
virtualenv = [
2020-10-01 14:36:24 +02:00
{file = "virtualenv-20.0.31-py2.py3-none-any.whl", hash = "sha256:e0305af10299a7fb0d69393d8f04cb2965dda9351140d11ac8db4e5e3970451b"},
{file = "virtualenv-20.0.31.tar.gz", hash = "sha256:43add625c53c596d38f971a465553f6318decc39d98512bc100fa1b1e839c8dc"},
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
]