2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "appdirs"
2021-02-03 11:35:58 +00:00
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "atomicwrites"
2021-02-03 11:35:58 +00:00
version = "1.4.0"
description = "Atomic file writes."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2021-02-03 11:35:58 +00:00
version = "20.3.0"
description = "Classes Without Boilerplate"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
2021-02-03 11:35:58 +00:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "furo" , "sphinx" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "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" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "autoflake"
2021-02-03 11:35:58 +00:00
version = "1.4"
description = "Removes unused imports and unused variables"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pyflakes = ">=1.1.0"
[ [ package ] ]
name = "black"
2021-02-03 11:35:58 +00:00
version = "20.8b1"
description = "The uncompromising code formatter."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
appdirs = "*"
2020-09-25 12:46:56 +00:00
click = ">=7.1.2"
2021-02-03 11:35:58 +00:00
dataclasses = { version = ">=0.6" , markers = "python_version < \"3.7\"" }
2020-09-25 12:46:56 +00:00
mypy-extensions = ">=0.4.3"
2020-08-08 16:24:22 +00:00
pathspec = ">=0.6,<1"
2020-09-25 12:46:56 +00:00
regex = ">=2020.1.8"
toml = ">=0.10.1"
2020-08-08 16:24:22 +00:00
typed-ast = ">=1.4.0"
2020-09-25 12:46:56 +00:00
typing-extensions = ">=3.7.4"
2020-08-08 16:24:22 +00:00
[ package . extras ]
2020-09-25 12:46:56 +00:00
colorama = [ "colorama (>=0.4.3)" ]
2020-08-08 16:24:22 +00:00
d = [ "aiohttp (>=3.3.2)" , "aiohttp-cors" ]
[ [ package ] ]
name = "certifi"
2021-02-03 11:35:58 +00:00
version = "2020.12.5"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cffi"
2021-02-03 11:35:58 +00:00
version = "1.14.4"
description = "Foreign Function Interface for Python calling C code."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "chardet"
2021-02-03 11:35:58 +00:00
version = "4.0.0"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "click"
2021-02-03 11:35:58 +00:00
version = "7.1.2"
description = "Composable command line interface toolkit"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-04-19 11:32:52 +00:00
[ [ package ] ]
name = "click-default-group"
version = "1.2.2"
description = "Extends click.Group to invoke a command without explicit subcommand name"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "colorama"
2021-02-03 11:35:58 +00:00
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "construct"
2021-02-03 11:35:58 +00:00
version = "2.10.58"
description = "A powerful declarative symmetric parser/builder for binary data"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
extras = [ "enum34" , "numpy" , "arrow" , "ruamel.yaml" ]
[ [ package ] ]
name = "coverage"
2021-02-03 11:35:58 +00:00
version = "4.5.4"
description = "Code coverage measurement for Python"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
[ [ package ] ]
name = "cryptography"
2021-02-03 11:35:58 +00:00
version = "3.3.1"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
cffi = ">=1.12"
2020-08-08 16:24:22 +00:00
six = ">=1.4.1"
[ package . extras ]
2021-02-03 11:35:58 +00:00
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
2020-08-08 16:24:22 +00:00
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)" ]
2021-02-03 11:35:58 +00:00
test = [ "pytest (>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2)" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "curve25519-donna"
2021-02-03 11:35:58 +00:00
version = "1.3"
description = "Python wrapper for the Curve25519 cryptographic library"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
2020-09-25 12:46:56 +00:00
[ [ package ] ]
name = "dataclasses"
2021-02-03 11:35:58 +00:00
version = "0.8"
description = "A backport of the dataclasses module for Python 3.6"
category = "main"
2020-09-25 12:46:56 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=3.6, <3.7"
2020-09-25 12:46:56 +00:00
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "demjson"
2021-02-03 11:35:58 +00:00
version = "2.2.4"
description = "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "distlib"
2021-02-03 11:35:58 +00:00
version = "0.3.1"
description = "Distribution utilities"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "dominate"
2021-02-03 11:35:58 +00:00
version = "2.6.0"
description = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "ecdsa"
2021-02-03 11:35:58 +00:00
version = "0.16.1"
description = "ECDSA cryptographic signature library (pure python)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . dependencies ]
six = ">=1.9.0"
[ package . extras ]
gmpy = [ "gmpy" ]
gmpy2 = [ "gmpy2" ]
[ [ package ] ]
name = "ed25519"
2021-02-03 11:35:58 +00:00
version = "1.5"
description = "Ed25519 public-key signatures"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "fido2"
2021-02-03 11:35:58 +00:00
version = "0.8.1"
description = "Python based FIDO 2.0 library"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
cryptography = ">=1.5"
six = "*"
2021-02-03 11:35:58 +00:00
uhid-freebsd = { version = ">=1.2.1" , markers = "platform_system == \"FreeBSD\"" }
2020-08-08 16:24:22 +00:00
[ package . extras ]
pcsc = [ "pyscard" ]
[ [ package ] ]
name = "filelock"
2021-02-03 11:35:58 +00:00
version = "3.0.12"
description = "A platform independent file lock."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "flake8"
2021-02-03 11:35:58 +00:00
version = "3.8.4"
description = "the modular source code checker: pep8 pyflakes and co"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.6.0a1,<2.7.0"
pyflakes = ">=2.2.0,<2.3.0"
2020-09-25 12:46:56 +00:00
[ [ package ] ]
name = "flake8-requirements"
2021-02-03 11:35:58 +00:00
version = "1.3.3"
description = "Package requirements checker, plugin for flake8"
category = "main"
2020-09-25 12:46:56 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = ">=2.0.0"
toml = "*"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "flaky"
2021-02-03 11:35:58 +00:00
version = "3.7.0"
description = "Plugin for nose or pytest that automatically reruns flaky tests."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "graphviz"
2021-02-03 11:35:58 +00:00
version = "0.16"
description = "Simple Python interface for Graphviz"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2020-08-08 16:24:22 +00:00
[ package . extras ]
dev = [ "tox (>=3)" , "flake8" , "pep8-naming" , "wheel" , "twine" ]
docs = [ "sphinx (>=1.8)" , "sphinx-rtd-theme" ]
test = [ "mock (>=3)" , "pytest (>=4)" , "pytest-mock (>=2)" , "pytest-cov" ]
[ [ package ] ]
name = "hypothesis"
2021-02-03 11:35:58 +00:00
version = "6.1.1"
description = "A library for property-based testing"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2020-09-25 12:46:56 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
attrs = ">=19.2.0"
sortedcontainers = ">=2.1.0,<3.0.0"
[ package . extras ]
2021-02-03 11:35:58 +00:00
all = [ "black (>=19.10b0)" , "click (>=7.0)" , "django (>=2.2)" , "dpcontracts (>=0.4)" , "lark-parser (>=0.6.5)" , "libcst (>=0.3.16)" , "numpy (>=1.9.0)" , "pandas (>=0.25)" , "pytest (>=4.3)" , "python-dateutil (>=1.4)" , "pytz (>=2014.1)" , "redis (>=3.0.0)" , "importlib-resources (>=3.3.0)" , "importlib-metadata" , "backports.zoneinfo (>=0.2.1)" , "tzdata (>=2020.4)" ]
2020-09-25 12:46:56 +00:00
cli = [ "click (>=7.0)" , "black (>=19.10b0)" ]
2021-02-03 11:35:58 +00:00
codemods = [ "libcst (>=0.3.16)" ]
2020-08-08 16:24:22 +00:00
dateutil = [ "python-dateutil (>=1.4)" ]
django = [ "pytz (>=2014.1)" , "django (>=2.2)" ]
dpcontracts = [ "dpcontracts (>=0.4)" ]
2020-09-25 12:46:56 +00:00
ghostwriter = [ "black (>=19.10b0)" ]
2020-08-08 16:24:22 +00:00
lark = [ "lark-parser (>=0.6.5)" ]
numpy = [ "numpy (>=1.9.0)" ]
2021-02-03 11:35:58 +00:00
pandas = [ "pandas (>=0.25)" ]
2020-08-08 16:24:22 +00:00
pytest = [ "pytest (>=4.3)" ]
pytz = [ "pytz (>=2014.1)" ]
2020-10-02 10:16:28 +00:00
redis = [ "redis (>=3.0.0)" ]
2021-02-03 11:35:58 +00:00
zoneinfo = [ "importlib-resources (>=3.3.0)" , "backports.zoneinfo (>=0.2.1)" , "tzdata (>=2020.4)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "idna"
2021-02-03 11:35:58 +00:00
version = "2.10"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "importlib-metadata"
2021-02-03 11:35:58 +00:00
version = "3.4.0"
description = "Read metadata from Python packages"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
zipp = ">=0.5"
[ package . extras ]
2021-02-03 11:35:58 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "importlib-resources"
2021-02-03 11:35:58 +00:00
version = "5.1.0"
description = "Read resources from Python packages"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
zipp = { version = ">=0.4" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
[ package . extras ]
2021-02-03 11:35:58 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-08-08 16:24:22 +00:00
2021-04-19 11:32:52 +00:00
[ [ package ] ]
name = "incremental"
version = "21.3.0"
description = "A small library that versions your Python projects."
category = "dev"
optional = false
python-versions = "*"
[ package . extras ]
scripts = [ "click (>=6.0)" , "twisted (>=16.4.0)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "iniconfig"
2021-02-03 11:35:58 +00:00
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "inotify"
2021-02-03 11:35:58 +00:00
version = "0.2.10"
description = "An adapter to Linux kernel support for inotify directory-watching."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
nose = "*"
[ [ package ] ]
name = "isort"
2021-02-03 11:35:58 +00:00
version = "4.3.21"
description = "A Python utility / library to sort Python imports."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
pipfile = [ "pipreqs" , "requirementslib" ]
pyproject = [ "toml" ]
requirements = [ "pipreqs" , "pip-api" ]
xdg_home = [ "appdirs (>=1.4.0)" ]
2021-04-19 11:32:52 +00:00
[ [ package ] ]
name = "jinja2"
version = "2.11.3"
description = "A very fast and expressive template engine."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
MarkupSafe = ">=0.23"
[ package . extras ]
i18n = [ "Babel (>=0.8)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "libusb1"
2021-02-03 11:35:58 +00:00
version = "1.9.1"
description = "Pure-python wrapper for libusb-1.0"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "mako"
2021-02-03 11:35:58 +00:00
version = "1.1.4"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "babel" ]
lingua = [ "lingua" ]
[ [ package ] ]
name = "markupsafe"
2021-02-03 11:35:58 +00:00
version = "1.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ [ package ] ]
name = "mccabe"
2021-02-03 11:35:58 +00:00
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "mnemonic"
2021-02-03 11:35:58 +00:00
version = "0.19"
description = "Implementation of Bitcoin BIP-0039"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "munch"
2021-02-03 11:35:58 +00:00
version = "2.5.0"
description = "A dot-accessible dictionary (a la JavaScript objects)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
testing = [ "pytest" , "coverage" , "astroid (>=1.5.3,<1.6.0)" , "pylint (>=1.7.2,<1.8.0)" , "astroid (>=2.0)" , "pylint (>=2.3.1,<2.4.0)" ]
yaml = [ "PyYAML (>=5.1.0)" ]
[ [ package ] ]
name = "mypy"
2021-06-14 10:12:58 +00:00
version = "0.901"
2021-02-03 11:35:58 +00:00
description = "Optional static typing for Python"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
mypy-extensions = ">=0.4.3,<0.5.0"
2021-06-01 14:44:42 +00:00
toml = "*"
typed-ast = { version = ">=1.4.0,<1.5.0" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
typing-extensions = ">=3.7.4"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2021-06-01 14:44:42 +00:00
python2 = [ "typed-ast (>=1.4.0,<1.5.0)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "mypy-extensions"
2021-02-03 11:35:58 +00:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "nanopb"
2021-02-03 11:35:58 +00:00
version = "0.4.4"
description = "Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
protobuf = ">=3.6"
[ package . extras ]
grpcio-tools = [ "grpcio-tools (>=1.26.0rc1)" ]
[ [ package ] ]
name = "nose"
2021-02-03 11:35:58 +00:00
version = "1.3.7"
description = "nose extends unittest to make testing easier"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
2021-02-03 11:35:58 +00:00
version = "20.9"
description = "Core utilities for Python packages"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pathspec"
2021-02-03 11:35:58 +00:00
version = "0.8.1"
description = "Utility library for gitignore style pattern matching of file paths."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pillow"
2021-02-03 11:35:58 +00:00
version = "8.1.0"
description = "Python Imaging Library (Fork)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pluggy"
2021-02-03 11:35:58 +00:00
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
name = "protobuf"
2021-02-03 11:35:58 +00:00
version = "3.14.0"
description = "Protocol Buffers"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.9"
[ [ package ] ]
name = "py"
2021-02-03 11:35:58 +00:00
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyasn1"
2021-02-03 11:35:58 +00:00
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
2020-08-08 18:29:46 +00:00
[ [ package ] ]
name = "pyblake2"
2021-02-03 11:35:58 +00:00
version = "1.1.2"
description = "BLAKE2 hash function extension module"
category = "main"
2020-08-08 18:29:46 +00:00
optional = false
python-versions = "*"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pycodestyle"
2021-02-03 11:35:58 +00:00
version = "2.6.0"
description = "Python style guide checker"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pycparser"
2021-02-03 11:35:58 +00:00
version = "2.20"
description = "C parser in Python"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyflakes"
2021-02-03 11:35:58 +00:00
version = "2.2.0"
description = "passive checker of Python programs"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyparsing"
2021-02-03 11:35:58 +00:00
version = "2.4.7"
description = "Python parsing module"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "pyro4"
2021-02-03 11:35:58 +00:00
version = "4.80"
description = "distributed object middleware for Python (RPC)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
serpent = { version = ">=1.27" , markers = "python_version >= \"3.2\"" }
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pyserial"
2021-02-03 11:35:58 +00:00
version = "3.5"
description = "Python Serial Port Extension"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
2021-02-03 11:35:58 +00:00
[ package . extras ]
cp2110 = [ "hidapi" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pytest"
2021-02-03 11:35:58 +00:00
version = "6.2.2"
description = "pytest: simple powerful testing with Python"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
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\"" }
2020-08-08 16:24:22 +00:00
iniconfig = "*"
packaging = "*"
2021-02-03 11:35:58 +00:00
pluggy = ">=0.12,<1.0.0a1"
2020-08-08 16:24:22 +00:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-ordering"
2021-02-03 11:35:58 +00:00
version = "0.6"
description = "pytest plugin to run your tests in a specific order"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pytest = "*"
[ [ package ] ]
name = "pytest-random-order"
2021-02-03 11:35:58 +00:00
version = "1.0.4"
description = "Randomise the order in which pytest tests are run with some control over the randomness"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.5.0"
[ package . dependencies ]
pytest = ">=3.0.0"
[ [ package ] ]
name = "pytest-timeout"
2021-02-03 11:35:58 +00:00
version = "1.4.2"
description = "py.test plugin to abort hanging tests"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pytest = ">=3.6.0"
[ [ package ] ]
2020-11-09 17:52:34 +00:00
name = "pyyaml"
2021-02-03 11:35:58 +00:00
version = "5.4.1"
description = "YAML parser and emitter for Python"
category = "main"
2020-11-09 17:52:34 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-11-09 17:52:34 +00:00
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "regex"
2021-02-03 11:35:58 +00:00
version = "2020.11.13"
description = "Alternative regular expression module, to replace re."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2021-02-03 11:35:58 +00:00
version = "2.25.1"
description = "Python HTTP for Humans."
category = "main"
2020-08-08 16:24:22 +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-02-03 11:35:58 +00:00
chardet = ">=3.0.2,<5"
2020-08-08 16:24:22 +00:00
idna = ">=2.5,<3"
2021-02-03 11:35:58 +00:00
urllib3 = ">=1.21.1,<1.27"
2020-08-08 16:24:22 +00:00
[ package . extras ]
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
2021-02-03 11:35:58 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "scan-build"
2021-02-03 11:35:58 +00:00
version = "2.0.19"
description = "static code analyzer wrapper for Clang."
category = "dev"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "scons"
2021-02-03 11:35:58 +00:00
version = "4.1.0.post1"
description = "Open Source next-generation build tool."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "serpent"
2021-02-03 11:35:58 +00:00
version = "1.30.2"
description = "Serialization based on ast.literal_eval"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.2"
[ [ package ] ]
name = "shamir-mnemonic"
2021-02-03 11:35:58 +00:00
version = "0.2.1"
description = "SLIP-39 Shamir Mnemonics"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
attrs = "*"
2020-08-08 16:24:22 +00:00
click = ">=7,<8"
colorama = "*"
[ [ package ] ]
name = "six"
2021-02-03 11:35:58 +00:00
version = "1.15.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "sortedcontainers"
2021-02-03 11:35:58 +00:00
version = "2.3.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "termcolor"
2021-02-03 11:35:58 +00:00
version = "1.1.0"
description = "ANSII Color formatting for output in terminal."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "toml"
2021-02-03 11:35:58 +00:00
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2020-08-08 16:24:22 +00:00
2021-04-19 11:32:52 +00:00
[ [ package ] ]
name = "towncrier"
version = "21.3.0"
description = "Building newsfiles for your project."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
click-default-group = "*"
incremental = "*"
jinja2 = "*"
toml = "*"
[ package . extras ]
dev = [ "packaging" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "tox"
2021-02-03 11:35:58 +00:00
version = "3.21.4"
description = "tox is a generic virtualenv management and test command line tool"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2021-02-03 11:35:58 +00:00
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
filelock = ">=3.0.0"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
2020-08-08 16:24:22 +00:00
toml = ">=0.9.4"
2021-02-03 11:35:58 +00: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"
2020-08-08 16:24:22 +00:00
[ package . extras ]
2021-02-03 11:35:58 +00: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)" , "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)" , "pathlib2 (>=2.3.3)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "trezor"
2020-09-23 14:30:28 +00:00
version = "0.13.0"
2021-02-03 11:35:58 +00:00
description = "Python library for communicating with Trezor Hardware Wallet"
category = "main"
optional = false
python-versions = ">=3.6"
develop = true
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2020-09-25 12:46:56 +00:00
attrs = "*"
2020-08-08 16:24:22 +00:00
click = ">=7,<8"
construct = ">=2.9"
ecdsa = ">=0.9"
libusb1 = ">=1.6.4"
mnemonic = ">=0.17"
requests = ">=2.4.0"
typing_extensions = ">=3.7.4"
[ package . extras ]
ethereum = [ "rlp (>=1.1.0)" , "web3 (>=4.8)" ]
2020-09-25 12:46:56 +00:00
extra = [ "pillow" ]
full = [ "pillow" , "pyqt5" , "hidapi (>=0.7.99.post20)" , "rlp (>=1.1.0)" , "web3 (>=4.8)" ]
2020-08-08 16:24:22 +00:00
hidapi = [ "hidapi (>=0.7.99.post20)" ]
2020-09-25 12:46:56 +00:00
qt-widgets = [ "pyqt5" ]
2020-08-08 16:24:22 +00:00
[ package . source ]
type = "directory"
url = "python"
[ [ package ] ]
name = "typed-ast"
2021-02-03 11:35:58 +00:00
version = "1.4.2"
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
2021-02-03 11:35:58 +00:00
version = "3.7.4.3"
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "uhid-freebsd"
2021-02-03 11:35:58 +00:00
version = "1.2.1"
description = "Get information on FreeBSD uhid devices."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "urllib3"
2021-02-03 11:35:58 +00:00
version = "1.26.3"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
brotli = [ "brotlipy (>=0.6.0)" ]
2021-02-03 11:35:58 +00:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "virtualenv"
2021-02-03 11:35:58 +00:00
version = "20.4.2"
description = "Virtual Python Environment builder"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
appdirs = ">=1.4.3,<2"
2020-10-02 10:16:28 +00:00
distlib = ">=0.3.1,<1"
2020-08-08 16:24:22 +00:00
filelock = ">=3.0.0,<4"
2021-02-03 11:35:58 +00:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
importlib-resources = { version = ">=1.0" , markers = "python_version < \"3.7\"" }
2020-08-08 16:24:22 +00:00
six = ">=1.9.0,<2"
[ package . extras ]
2020-10-02 10:16:28 +00:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2021-02-03 11:35:58 +00: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)" , "xonsh (>=0.9.16)" ]
2020-08-08 16:24:22 +00:00
2020-11-09 17:52:34 +00:00
[ [ package ] ]
name = "yamllint"
2021-02-03 11:35:58 +00:00
version = "1.26.0"
description = "A linter for YAML files."
category = "main"
2020-11-09 17:52:34 +00:00
optional = false
2021-02-03 11:35:58 +00:00
python-versions = ">=3.5.*"
2020-11-09 17:52:34 +00:00
[ package . dependencies ]
pathspec = ">=0.5.3"
pyyaml = "*"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "zipp"
2021-02-03 11:35:58 +00:00
version = "3.4.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2021-02-03 11:35:58 +00:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "jaraco.test (>=3.2.0)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-08-08 16:24:22 +00:00
[ metadata ]
2021-02-03 11:35:58 +00:00
lock-version = "1.1"
2020-08-08 16:24:22 +00:00
python-versions = "^3.6"
2021-06-14 10:12:58 +00:00
content-hash = "48b95e1acf7bde2caa867e4b8b837073f4976b7914c68337df87c9810b114add"
2020-08-08 16:24:22 +00:00
[ metadata . files ]
appdirs = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
2021-02-03 11:35:58 +00:00
{ file = "attrs-20.3.0-py2.py3-none-any.whl" , hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6" } ,
{ file = "attrs-20.3.0.tar.gz" , hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" } ,
2020-08-08 16:24:22 +00:00
]
autoflake = [
2020-09-25 12:46:56 +00:00
{ file = "autoflake-1.4.tar.gz" , hash = "sha256:61a353012cff6ab94ca062823d1fb2f692c4acda51c76ff83a8d77915fba51ea" } ,
2020-08-08 16:24:22 +00:00
]
black = [
2020-09-25 12:46:56 +00:00
{ file = "black-20.8b1.tar.gz" , hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea" } ,
2020-08-08 16:24:22 +00:00
]
certifi = [
2021-02-03 11:35:58 +00:00
{ file = "certifi-2020.12.5-py2.py3-none-any.whl" , hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830" } ,
{ file = "certifi-2020.12.5.tar.gz" , hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c" } ,
2020-08-08 16:24:22 +00:00
]
cffi = [
2021-02-03 11:35:58 +00:00
{ file = "cffi-1.14.4-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:ebb253464a5d0482b191274f1c8bf00e33f7e0b9c66405fbffc61ed2c839c775" } ,
{ file = "cffi-1.14.4-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:2c24d61263f511551f740d1a065eb0212db1dbbbbd241db758f5244281590c06" } ,
{ file = "cffi-1.14.4-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9f7a31251289b2ab6d4012f6e83e58bc3b96bd151f5b5262467f4bb6b34a7c26" } ,
{ file = "cffi-1.14.4-cp27-cp27m-win32.whl" , hash = "sha256:5cf4be6c304ad0b6602f5c4e90e2f59b47653ac1ed9c662ed379fe48a8f26b0c" } ,
{ file = "cffi-1.14.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:f60567825f791c6f8a592f3c6e3bd93dd2934e3f9dac189308426bd76b00ef3b" } ,
{ file = "cffi-1.14.4-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:c6332685306b6417a91b1ff9fae889b3ba65c2292d64bd9245c093b1b284809d" } ,
{ file = "cffi-1.14.4-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d9efd8b7a3ef378dd61a1e77367f1924375befc2eba06168b6ebfa903a5e59ca" } ,
{ file = "cffi-1.14.4-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:51a8b381b16ddd370178a65360ebe15fbc1c71cf6f584613a7ea08bfad946698" } ,
{ file = "cffi-1.14.4-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:1d2c4994f515e5b485fd6d3a73d05526aa0fcf248eb135996b088d25dfa1865b" } ,
{ file = "cffi-1.14.4-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:af5c59122a011049aad5dd87424b8e65a80e4a6477419c0c1015f73fb5ea0293" } ,
{ file = "cffi-1.14.4-cp35-cp35m-win32.whl" , hash = "sha256:594234691ac0e9b770aee9fcdb8fa02c22e43e5c619456efd0d6c2bf276f3eb2" } ,
{ file = "cffi-1.14.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:64081b3f8f6f3c3de6191ec89d7dc6c86a8a43911f7ecb422c60e90c70be41c7" } ,
{ file = "cffi-1.14.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f803eaa94c2fcda012c047e62bc7a51b0bdabda1cad7a92a522694ea2d76e49f" } ,
{ file = "cffi-1.14.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:105abaf8a6075dc96c1fe5ae7aae073f4696f2905fde6aeada4c9d2926752362" } ,
{ file = "cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0638c3ae1a0edfb77c6765d487fee624d2b1ee1bdfeffc1f0b58c64d149e7eec" } ,
{ file = "cffi-1.14.4-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:7c6b1dece89874d9541fc974917b631406233ea0440d0bdfbb8e03bf39a49b3b" } ,
{ file = "cffi-1.14.4-cp36-cp36m-win32.whl" , hash = "sha256:155136b51fd733fa94e1c2ea5211dcd4c8879869008fc811648f16541bf99668" } ,
{ file = "cffi-1.14.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:6bc25fc545a6b3d57b5f8618e59fc13d3a3a68431e8ca5fd4c13241cd70d0009" } ,
{ file = "cffi-1.14.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a7711edca4dcef1a75257b50a2fbfe92a65187c47dab5a0f1b9b332c5919a3fb" } ,
{ file = "cffi-1.14.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:00e28066507bfc3fe865a31f325c8391a1ac2916219340f87dfad602c3e48e5d" } ,
{ file = "cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:798caa2a2384b1cbe8a2a139d80734c9db54f9cc155c99d7cc92441a23871c03" } ,
{ file = "cffi-1.14.4-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:a5ed8c05548b54b998b9498753fb9cadbfd92ee88e884641377d8a8b291bcc01" } ,
{ file = "cffi-1.14.4-cp37-cp37m-win32.whl" , hash = "sha256:00a1ba5e2e95684448de9b89888ccd02c98d512064b4cb987d48f4b40aa0421e" } ,
{ file = "cffi-1.14.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:9cc46bc107224ff5b6d04369e7c595acb700c3613ad7bcf2e2012f62ece80c35" } ,
{ file = "cffi-1.14.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:df5169c4396adc04f9b0a05f13c074df878b6052430e03f50e68adf3a57aa28d" } ,
{ file = "cffi-1.14.4-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:9ffb888f19d54a4d4dfd4b3f29bc2c16aa4972f1c2ab9c4ab09b8ab8685b9c2b" } ,
{ file = "cffi-1.14.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8d6603078baf4e11edc4168a514c5ce5b3ba6e3e9c374298cb88437957960a53" } ,
{ file = "cffi-1.14.4-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:d5ff0621c88ce83a28a10d2ce719b2ee85635e85c515f12bac99a95306da4b2e" } ,
{ file = "cffi-1.14.4-cp38-cp38-win32.whl" , hash = "sha256:b4e248d1087abf9f4c10f3c398896c87ce82a9856494a7155823eb45a892395d" } ,
{ file = "cffi-1.14.4-cp38-cp38-win_amd64.whl" , hash = "sha256:ec80dc47f54e6e9a78181ce05feb71a0353854cc26999db963695f950b5fb375" } ,
{ file = "cffi-1.14.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:840793c68105fe031f34d6a086eaea153a0cd5c491cde82a74b420edd0a2b909" } ,
{ file = "cffi-1.14.4-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:b18e0a9ef57d2b41f5c68beefa32317d286c3d6ac0484efd10d6e07491bb95dd" } ,
{ file = "cffi-1.14.4-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:045d792900a75e8b1e1b0ab6787dd733a8190ffcf80e8c8ceb2fb10a29ff238a" } ,
{ file = "cffi-1.14.4-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:7ef7d4ced6b325e92eb4d3502946c78c5367bc416398d387b39591532536734e" } ,
{ file = "cffi-1.14.4-cp39-cp39-win32.whl" , hash = "sha256:ba4e9e0ae13fc41c6b23299545e5ef73055213e466bd107953e4a013a5ddd7e3" } ,
{ file = "cffi-1.14.4-cp39-cp39-win_amd64.whl" , hash = "sha256:f032b34669220030f905152045dfa27741ce1a6db3324a5bc0b96b6c7420c87b" } ,
{ file = "cffi-1.14.4.tar.gz" , hash = "sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c" } ,
2020-08-08 16:24:22 +00:00
]
chardet = [
2021-02-03 11:35:58 +00:00
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
2020-08-08 16:24:22 +00:00
]
click = [
{ file = "click-7.1.2-py2.py3-none-any.whl" , hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc" } ,
{ file = "click-7.1.2.tar.gz" , hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" } ,
]
2021-04-19 11:32:52 +00:00
click-default-group = [
{ file = "click-default-group-1.2.2.tar.gz" , hash = "sha256:d9560e8e8dfa44b3562fbc9425042a0fd6d21956fcc2db0077f63f34253ab904" } ,
]
2020-08-08 16:24:22 +00:00
colorama = [
2021-02-03 11:35:58 +00:00
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
2020-08-08 16:24:22 +00:00
]
construct = [
2021-02-03 11:35:58 +00:00
{ file = "construct-2.10.58.tar.gz" , hash = "sha256:c424fffe3b9d6a2efe50413be88a23e0fca0d3fcbdce0e3f43b94720dd66f1af" } ,
2020-08-08 16:24:22 +00:00
]
coverage = [
{ file = "coverage-4.5.4-cp26-cp26m-macosx_10_12_x86_64.whl" , hash = "sha256:eee64c616adeff7db37cc37da4180a3a5b6177f5c46b187894e633f088fb5b28" } ,
{ file = "coverage-4.5.4-cp27-cp27m-macosx_10_12_x86_64.whl" , hash = "sha256:ef824cad1f980d27f26166f86856efe11eff9912c4fed97d3804820d43fa550c" } ,
{ file = "coverage-4.5.4-cp27-cp27m-macosx_10_13_intel.whl" , hash = "sha256:9a334d6c83dfeadae576b4d633a71620d40d1c379129d587faa42ee3e2a85cce" } ,
{ file = "coverage-4.5.4-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:7494b0b0274c5072bddbfd5b4a6c6f18fbbe1ab1d22a41e99cd2d00c8f96ecfe" } ,
{ file = "coverage-4.5.4-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:826f32b9547c8091679ff292a82aca9c7b9650f9fda3e2ca6bf2ac905b7ce888" } ,
{ file = "coverage-4.5.4-cp27-cp27m-win32.whl" , hash = "sha256:63a9a5fc43b58735f65ed63d2cf43508f462dc49857da70b8980ad78d41d52fc" } ,
{ file = "coverage-4.5.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:e2ede7c1d45e65e209d6093b762e98e8318ddeff95317d07a27a2140b80cfd24" } ,
{ file = "coverage-4.5.4-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:dd579709a87092c6dbee09d1b7cfa81831040705ffa12a1b248935274aee0437" } ,
{ file = "coverage-4.5.4-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:08907593569fe59baca0bf152c43f3863201efb6113ecb38ce7e97ce339805a6" } ,
{ file = "coverage-4.5.4-cp33-cp33m-macosx_10_10_x86_64.whl" , hash = "sha256:6b62544bb68106e3f00b21c8930e83e584fdca005d4fffd29bb39fb3ffa03cb5" } ,
{ file = "coverage-4.5.4-cp34-cp34m-macosx_10_12_x86_64.whl" , hash = "sha256:331cb5115673a20fb131dadd22f5bcaf7677ef758741312bee4937d71a14b2ef" } ,
{ file = "coverage-4.5.4-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:bf1ef9eb901113a9805287e090452c05547578eaab1b62e4ad456fcc049a9b7e" } ,
{ file = "coverage-4.5.4-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:386e2e4090f0bc5df274e720105c342263423e77ee8826002dcffe0c9533dbca" } ,
{ file = "coverage-4.5.4-cp34-cp34m-win32.whl" , hash = "sha256:fa964bae817babece5aa2e8c1af841bebb6d0b9add8e637548809d040443fee0" } ,
{ file = "coverage-4.5.4-cp34-cp34m-win_amd64.whl" , hash = "sha256:df6712284b2e44a065097846488f66840445eb987eb81b3cc6e4149e7b6982e1" } ,
{ file = "coverage-4.5.4-cp35-cp35m-macosx_10_12_x86_64.whl" , hash = "sha256:efc89291bd5a08855829a3c522df16d856455297cf35ae827a37edac45f466a7" } ,
{ file = "coverage-4.5.4-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:e4ef9c164eb55123c62411f5936b5c2e521b12356037b6e1c2617cef45523d47" } ,
{ file = "coverage-4.5.4-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:ff37757e068ae606659c28c3bd0d923f9d29a85de79bf25b2b34b148473b5025" } ,
{ file = "coverage-4.5.4-cp35-cp35m-win32.whl" , hash = "sha256:bf0a7aed7f5521c7ca67febd57db473af4762b9622254291fbcbb8cd0ba5e33e" } ,
{ file = "coverage-4.5.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:19e4df788a0581238e9390c85a7a09af39c7b539b29f25c89209e6c3e371270d" } ,
{ file = "coverage-4.5.4-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:60851187677b24c6085248f0a0b9b98d49cba7ecc7ec60ba6b9d2e5574ac1ee9" } ,
{ file = "coverage-4.5.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:245388cda02af78276b479f299bbf3783ef0a6a6273037d7c60dc73b8d8d7755" } ,
{ file = "coverage-4.5.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:c0afd27bc0e307a1ffc04ca5ec010a290e49e3afbe841c5cafc5c5a80ecd81c9" } ,
{ file = "coverage-4.5.4-cp36-cp36m-win32.whl" , hash = "sha256:6ba744056423ef8d450cf627289166da65903885272055fb4b5e113137cfa14f" } ,
{ file = "coverage-4.5.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:af7ed8a8aa6957aac47b4268631fa1df984643f07ef00acd374e456364b373f5" } ,
{ file = "coverage-4.5.4-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:3a794ce50daee01c74a494919d5ebdc23d58873747fa0e288318728533a3e1ca" } ,
{ file = "coverage-4.5.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0be0f1ed45fc0c185cfd4ecc19a1d6532d72f86a2bac9de7e24541febad72650" } ,
{ file = "coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:eca2b7343524e7ba246cab8ff00cab47a2d6d54ada3b02772e908a45675722e2" } ,
{ file = "coverage-4.5.4-cp37-cp37m-win32.whl" , hash = "sha256:93715dffbcd0678057f947f496484e906bf9509f5c1c38fc9ba3922893cda5f5" } ,
{ file = "coverage-4.5.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:23cc09ed395b03424d1ae30dcc292615c1372bfba7141eb85e11e50efaa6b351" } ,
{ file = "coverage-4.5.4-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:141f08ed3c4b1847015e2cd62ec06d35e67a3ac185c26f7635f4406b90afa9c5" } ,
{ file = "coverage-4.5.4.tar.gz" , hash = "sha256:e07d9f1a23e9e93ab5c62902833bf3e4b1f65502927379148b6622686223125c" } ,
]
cryptography = [
2021-02-03 11:35:58 +00:00
{ file = "cryptography-3.3.1-cp27-cp27m-macosx_10_10_x86_64.whl" , hash = "sha256:c366df0401d1ec4e548bebe8f91d55ebcc0ec3137900d214dd7aac8427ef3030" } ,
{ file = "cryptography-3.3.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9f6b0492d111b43de5f70052e24c1f0951cb9e6022188ebcb1cc3a3d301469b0" } ,
{ file = "cryptography-3.3.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:a69bd3c68b98298f490e84519b954335154917eaab52cf582fa2c5c7efc6e812" } ,
{ file = "cryptography-3.3.1-cp27-cp27m-win32.whl" , hash = "sha256:84ef7a0c10c24a7773163f917f1cb6b4444597efd505a8aed0a22e8c4780f27e" } ,
{ file = "cryptography-3.3.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:594a1db4511bc4d960571536abe21b4e5c3003e8750ab8365fafce71c5d86901" } ,
{ file = "cryptography-3.3.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:0003a52a123602e1acee177dc90dd201f9bb1e73f24a070db7d36c588e8f5c7d" } ,
{ file = "cryptography-3.3.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:83d9d2dfec70364a74f4e7c70ad04d3ca2e6a08b703606993407bf46b97868c5" } ,
{ file = "cryptography-3.3.1-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:dc42f645f8f3a489c3dd416730a514e7a91a59510ddaadc09d04224c098d3302" } ,
{ file = "cryptography-3.3.1-cp36-abi3-manylinux1_x86_64.whl" , hash = "sha256:788a3c9942df5e4371c199d10383f44a105d67d401fb4304178020142f020244" } ,
{ file = "cryptography-3.3.1-cp36-abi3-manylinux2010_x86_64.whl" , hash = "sha256:69e836c9e5ff4373ce6d3ab311c1a2eed274793083858d3cd4c7d12ce20d5f9c" } ,
{ file = "cryptography-3.3.1-cp36-abi3-manylinux2014_aarch64.whl" , hash = "sha256:9e21301f7a1e7c03dbea73e8602905a4ebba641547a462b26dd03451e5769e7c" } ,
{ file = "cryptography-3.3.1-cp36-abi3-win32.whl" , hash = "sha256:b4890d5fb9b7a23e3bf8abf5a8a7da8e228f1e97dc96b30b95685df840b6914a" } ,
{ file = "cryptography-3.3.1-cp36-abi3-win_amd64.whl" , hash = "sha256:0e85aaae861d0485eb5a79d33226dd6248d2a9f133b81532c8f5aae37de10ff7" } ,
{ file = "cryptography-3.3.1.tar.gz" , hash = "sha256:7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6" } ,
2020-08-08 16:24:22 +00:00
]
curve25519-donna = [
{ file = "curve25519-donna-1.3.tar.gz" , hash = "sha256:1818a9d5356a05c022cd504f44fe1d2f641a5c020f8a4c51b2294e02bd9c1bf0" } ,
]
2020-09-25 12:46:56 +00:00
dataclasses = [
2021-02-03 11:35:58 +00:00
{ file = "dataclasses-0.8-py3-none-any.whl" , hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf" } ,
{ file = "dataclasses-0.8.tar.gz" , hash = "sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97" } ,
2020-09-25 12:46:56 +00:00
]
2020-08-08 16:24:22 +00:00
demjson = [
{ file = "demjson-2.2.4.tar.gz" , hash = "sha256:31de2038a0fdd9c4c11f8bf3b13fe77bc2a128307f965c8d5fb4dc6d6f6beb79" } ,
]
distlib = [
{ file = "distlib-0.3.1-py2.py3-none-any.whl" , hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb" } ,
{ file = "distlib-0.3.1.zip" , hash = "sha256:edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1" } ,
]
dominate = [
2021-02-03 11:35:58 +00:00
{ file = "dominate-2.6.0-py2.py3-none-any.whl" , hash = "sha256:84b5f71ed30021193cb0faa45d7776e1083f392cfe67a49f44e98cb2ed76c036" } ,
{ file = "dominate-2.6.0.tar.gz" , hash = "sha256:76ec2cde23700a6fc4fee098168b9dee43b99c2f1dd0ca6a711f683e8eb7e1e4" } ,
2020-08-08 16:24:22 +00:00
]
ecdsa = [
2021-02-03 11:35:58 +00:00
{ file = "ecdsa-0.16.1-py2.py3-none-any.whl" , hash = "sha256:881fa5e12bb992972d3d1b3d4dfbe149ab76a89f13da02daa5ea1ec7dea6e747" } ,
{ file = "ecdsa-0.16.1.tar.gz" , hash = "sha256:cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff" } ,
2020-08-08 16:24:22 +00:00
]
ed25519 = [
{ file = "ed25519-1.5.tar.gz" , hash = "sha256:02053ee019ceef0df97294be2d4d5a8fc120fc86e81e08bec1245fc0f9403358" } ,
]
fido2 = [
{ file = "fido2-0.8.1.tar.gz" , hash = "sha256:449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3" } ,
]
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
flake8 = [
2020-10-02 10:16:28 +00:00
{ file = "flake8-3.8.4-py2.py3-none-any.whl" , hash = "sha256:749dbbd6bfd0cf1318af27bf97a14e28e5ff548ef8e5b1566ccfb25a11e7c839" } ,
{ file = "flake8-3.8.4.tar.gz" , hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b" } ,
2020-08-08 16:24:22 +00:00
]
2020-09-25 12:46:56 +00:00
flake8-requirements = [
2020-10-02 10:16:28 +00:00
{ file = "flake8_requirements-1.3.3-py2.py3-none-any.whl" , hash = "sha256:36b3c35c39e254814eb8c39d1c4c104a4da640613b53628dbcfbfd231d680d69" } ,
2020-09-25 12:46:56 +00:00
]
2020-08-08 16:24:22 +00:00
flaky = [
{ file = "flaky-3.7.0-py2.py3-none-any.whl" , hash = "sha256:d6eda73cab5ae7364504b7c44670f70abed9e75f77dd116352f662817592ec9c" } ,
{ file = "flaky-3.7.0.tar.gz" , hash = "sha256:3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d" } ,
]
graphviz = [
2021-02-03 11:35:58 +00:00
{ file = "graphviz-0.16-py2.py3-none-any.whl" , hash = "sha256:3cad5517c961090dfc679df6402a57de62d97703e2880a1a46147bb0dc1639eb" } ,
{ file = "graphviz-0.16.zip" , hash = "sha256:d2d25af1c199cad567ce4806f0449cb74eb30cf451fd7597251e1da099ac6e57" } ,
2020-08-08 16:24:22 +00:00
]
hypothesis = [
2021-02-03 11:35:58 +00:00
{ file = "hypothesis-6.1.1-py3-none-any.whl" , hash = "sha256:4da042e6df01417308d389afa8769de0a762b827476f431eb7848852f4a02647" } ,
{ file = "hypothesis-6.1.1.tar.gz" , hash = "sha256:47673d3c0cb87055f5b4d322d3d16a7556ae5962e9677aa98d6f5503ffd74f7a" } ,
2020-08-08 16:24:22 +00:00
]
idna = [
{ file = "idna-2.10-py2.py3-none-any.whl" , hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" } ,
{ file = "idna-2.10.tar.gz" , hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" } ,
]
importlib-metadata = [
2021-02-03 11:35:58 +00:00
{ file = "importlib_metadata-3.4.0-py3-none-any.whl" , hash = "sha256:ace61d5fc652dc280e7b6b4ff732a9c2d40db2c0f92bc6cb74e07b73d53a1771" } ,
{ file = "importlib_metadata-3.4.0.tar.gz" , hash = "sha256:fa5daa4477a7414ae34e95942e4dd07f62adf589143c875c133c1e53c4eff38d" } ,
2020-08-08 16:24:22 +00:00
]
importlib-resources = [
2021-02-03 11:35:58 +00:00
{ file = "importlib_resources-5.1.0-py3-none-any.whl" , hash = "sha256:885b8eae589179f661c909d699a546cf10d83692553e34dca1bf5eb06f7f6217" } ,
{ file = "importlib_resources-5.1.0.tar.gz" , hash = "sha256:bfdad047bce441405a49cf8eb48ddce5e56c696e185f59147a8b79e75e9e6380" } ,
2020-08-08 16:24:22 +00:00
]
2021-04-19 11:32:52 +00:00
incremental = [
{ file = "incremental-21.3.0-py2.py3-none-any.whl" , hash = "sha256:92014aebc6a20b78a8084cdd5645eeaa7f74b8933f70fa3ada2cfbd1e3b54321" } ,
{ file = "incremental-21.3.0.tar.gz" , hash = "sha256:02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57" } ,
]
2020-08-08 16:24:22 +00:00
iniconfig = [
2021-02-03 11:35:58 +00:00
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
2020-08-08 16:24:22 +00:00
]
inotify = [
{ file = "inotify-0.2.10-py2-none-any.whl" , hash = "sha256:397f8785450e41f606fe4eb6f5e8e0a1c70b354b56495225fc6c6fe7e07db0c9" } ,
{ file = "inotify-0.2.10.tar.gz" , hash = "sha256:974a623a338482b62e16d4eb705fb863ed33ec178680fc3e96ccdf0df6c02a07" } ,
]
isort = [
{ file = "isort-4.3.21-py2.py3-none-any.whl" , hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd" } ,
{ file = "isort-4.3.21.tar.gz" , hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1" } ,
]
2021-04-19 11:32:52 +00:00
jinja2 = [
{ file = "Jinja2-2.11.3-py2.py3-none-any.whl" , hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419" } ,
{ file = "Jinja2-2.11.3.tar.gz" , hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6" } ,
]
2020-08-08 16:24:22 +00:00
libusb1 = [
2021-02-03 11:35:58 +00:00
{ file = "libusb1-1.9.1-py2-none-any.whl" , hash = "sha256:4a024fffe195c49f3e7eadd2266087b4be065982f0cb41ef4b7e2c5053e7e65c" } ,
{ file = "libusb1-1.9.1-py2-none-win32.whl" , hash = "sha256:16203d77a1f623b6f8f4e6c9d6bac79c1293b8d3e11de5f2f3c30d91380ae478" } ,
{ file = "libusb1-1.9.1-py2-none-win_amd64.whl" , hash = "sha256:3905e907156f0a3fade75ddf82a777a6a901b245aa14500429275d221a1606c2" } ,
{ file = "libusb1-1.9.1-py3-none-any.whl" , hash = "sha256:46708965226154681f8e0b14c48325c6d02e253c218e5d3aeff846ec274ceda8" } ,
{ file = "libusb1-1.9.1-py3-none-win32.whl" , hash = "sha256:3a53d94add2799eaa1b412e7a5e384486c9109745217b9ac7f94101ad0f41b96" } ,
{ file = "libusb1-1.9.1-py3-none-win_amd64.whl" , hash = "sha256:b12666e8ad4df78e8f1bae36298c7d6f8f45d70ceea058b88631ef8478fd1eb0" } ,
{ file = "libusb1-1.9.1.tar.gz" , hash = "sha256:d03ef15248c8b8ce440f6be4248eaadc074fc2dc5edd36c48e6e78eef3999292" } ,
2020-08-08 16:24:22 +00:00
]
mako = [
2021-02-03 11:35:58 +00:00
{ file = "Mako-1.1.4.tar.gz" , hash = "sha256:17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab" } ,
2020-08-08 16:24:22 +00:00
]
markupsafe = [
{ file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl" , hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl" , hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl" , hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl" , hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl" , hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl" , hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl" , hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff" } ,
2021-06-01 14:44:42 +00:00
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d53bc011414228441014aa71dbec320c66468c1030aae3a6e29778a3382d96e5" } ,
2020-08-08 16:24:22 +00:00
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e" } ,
2021-06-01 14:44:42 +00:00
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:3b8a6499709d29c2e2399569d96719a1b21dcd94410a586a18526b143ec8470f" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:84dee80c15f1b560d55bcfe6d47b27d070b4681c699c572af2e3c7cc90a3b8e0" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:b1dba4527182c95a0db8b6060cc98ac49b9e2f5e64320e2b56e47cb2831978c7" } ,
2020-08-08 16:24:22 +00:00
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl" , hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl" , hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d" } ,
2021-06-01 14:44:42 +00:00
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:bf5aa3cbcfdf57fa2ee9cd1822c862ef23037f5c832ad09cfea57fa846dec193" } ,
2020-08-08 16:24:22 +00:00
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6" } ,
2021-06-01 14:44:42 +00:00
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:6fffc775d90dcc9aed1b89219549b329a9250d918fd0b8fa8d93d154918422e1" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:a6a744282b7718a2a62d2ed9d993cad6f5f585605ad352c11de459f4108df0a1" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:195d7d2c4fbb0ee8139a6cf67194f3973a6b3042d742ebe0a9ed36d8b6f0c07f" } ,
2020-08-08 16:24:22 +00:00
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl" , hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42" } ,
2021-06-01 14:44:42 +00:00
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:acf08ac40292838b3cbbb06cfe9b2cb9ec78fce8baca31ddb87aaac2e2dc3bc2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d9be0ba6c527163cbed5e0857c451fcd092ce83947944d6c14bc95441203f032" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:caabedc8323f1e93231b52fc32bdcde6db817623d33e100708d9a68e1f53b26b" } ,
2020-08-08 16:24:22 +00:00
{ file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be" } ,
2021-06-01 14:44:42 +00:00
{ file = "MarkupSafe-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d73a845f227b0bfe8a7455ee623525ee656a9e2e749e4742706d80a6065d5e2c" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:98bae9582248d6cf62321dcb52aaf5d9adf0bad3b40582925ef7c7f0ed85fceb" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:2beec1e0de6924ea551859edb9e7679da6e4870d32cb766240ce17e0a0ba2014" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:7fed13866cf14bba33e7176717346713881f56d9d2bcebab207f7a036f41b850" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:6f1e273a344928347c1290119b493a1f0303c52f5a5eae5f16d74f48c15d4a85" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:feb7b34d6325451ef96bc0e36e1a6c0c1c64bc1fbec4b854f4529e51887b1621" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-win32.whl" , hash = "sha256:22c178a091fc6630d0d045bdb5992d2dfe14e3259760e713c490da5323866c39" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b7d644ddb4dbd407d31ffb699f1d140bc35478da613b441c582aeb7c43838dd8" } ,
2020-08-08 16:24:22 +00:00
{ file = "MarkupSafe-1.1.1.tar.gz" , hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b" } ,
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
mnemonic = [
{ file = "mnemonic-0.19-py2.py3-none-any.whl" , hash = "sha256:a8d78c5100acfa7df9bab6b9db7390831b0e54490934b718ff9efd68f0d731a6" } ,
{ file = "mnemonic-0.19.tar.gz" , hash = "sha256:4e37eb02b2cbd56a0079cabe58a6da93e60e3e4d6e757a586d9f23d96abea931" } ,
]
munch = [
{ file = "munch-2.5.0-py2.py3-none-any.whl" , hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd" } ,
{ file = "munch-2.5.0.tar.gz" , hash = "sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2" } ,
]
2021-06-14 10:12:58 +00:00
mypy = [
{ file = "mypy-0.901-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:91211acf1485a1db0b1261bc5f9ed450cba3c0dfd8da0a6680e94827591e34d7" } ,
{ file = "mypy-0.901-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c8bc628961cca4335ac7d1f2ed59b7125d9252fe4c78c3d66d30b50162359c99" } ,
{ file = "mypy-0.901-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:4a622faa3be76114cdce009f8ec173401494cf9e8f22713e7ae75fee9d906ab3" } ,
{ file = "mypy-0.901-cp35-cp35m-win_amd64.whl" , hash = "sha256:8183561bfd950e93eeab8379ae5ec65873c856f5b58498d23aa8691f74c86030" } ,
{ file = "mypy-0.901-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:da914faaa80c25f463913da6db12adba703822a768f452f29f75b40bb4357139" } ,
{ file = "mypy-0.901-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:307a6c047596d768c3d689734307e47a91596eb9dbb67cfdf7d1fd9117b27f13" } ,
{ file = "mypy-0.901-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:a85c6759dcc6a9884131fa06a037bd34352aa3947e7f5d9d5a35652cc3a44bcd" } ,
{ file = "mypy-0.901-cp36-cp36m-win_amd64.whl" , hash = "sha256:9941b685807b60c58020bb67b3217c9df47820dcd00425f55cdf71f31d3c42d9" } ,
{ file = "mypy-0.901-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:08cf1f31029612e1008a9432337ca4b1fbac989ff7c8200e2c9ec42705cd4c7b" } ,
{ file = "mypy-0.901-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:bc61153eb4df769538bb4a6e1045f59c2e6119339690ec719feeacbfc3809e89" } ,
{ file = "mypy-0.901-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:1cd241966a35036f936d4739bd71a1c64e15f02bf7d12bb2815cccfb2993a9de" } ,
{ file = "mypy-0.901-cp37-cp37m-win_amd64.whl" , hash = "sha256:97be0e8ed116f7f79472a49cf06dd45dd806771142401f684d4f13ee652a63c0" } ,
{ file = "mypy-0.901-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:79beb6741df15395908ecc706b3a593a98804c1d5b5b6bd0c5b03b67c7ac03a0" } ,
{ file = "mypy-0.901-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:bf347c327c48d963bdef5bf365215d3e98b5fddbe5069fc796cec330e8235a20" } ,
{ file = "mypy-0.901-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:053b92ebae901fc7954677949049f70133f2f63e3e83dc100225c26d6a46fe95" } ,
{ file = "mypy-0.901-cp38-cp38-win_amd64.whl" , hash = "sha256:f208cc967e566698c4e30a1f65843fc88d8da05a8693bac8b975417e0aee9ced" } ,
{ file = "mypy-0.901-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c86e3f015bfe7958646825d41c0691c6e5a5cd4015e3409b5c29c18a3c712534" } ,
{ file = "mypy-0.901-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e8577d30daf1b7b6582020f539f76e78ee1ed64a0323b28c8e0333c45db9369f" } ,
{ file = "mypy-0.901-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:5ddd8f4096d5fc2e7d7bb3924ac22758862163ad2c1cdc902c4b85568160e90a" } ,
{ file = "mypy-0.901-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:4b54518e399c3f4dc53380d4252c83276b2e60623cfc5274076eb8aae57572ac" } ,
{ file = "mypy-0.901-cp39-cp39-win_amd64.whl" , hash = "sha256:7845ad3a31407bfbd64c76d032c16ab546d282930f747023bf07c17b054bebc5" } ,
{ file = "mypy-0.901-py3-none-any.whl" , hash = "sha256:61b10ba18a01d05fc46adbf4f18b0e92178f6b5fd0f45926ffc2a408b5419728" } ,
{ file = "mypy-0.901.tar.gz" , hash = "sha256:18753a8bb9bcf031ff10009852bd48d781798ecbccf45be5449892e6af4e3f9f" } ,
]
2020-08-08 16:24:22 +00:00
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
nanopb = [
2021-02-03 11:35:58 +00:00
{ file = "nanopb-0.4.4-py2.py3-none-any.whl" , hash = "sha256:63c1cfad7dfeaa1c5c44895165d2d1769dbe3798d8f44ce06fb06e704e2cb3b0" } ,
{ file = "nanopb-0.4.4.tar.gz" , hash = "sha256:4b9cdbb4dd0fbe7b04b2877487e0e56cda244c9a0888a8e26a05ce815f35c366" } ,
2020-08-08 16:24:22 +00:00
]
nose = [
{ file = "nose-1.3.7-py2-none-any.whl" , hash = "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a" } ,
{ file = "nose-1.3.7-py3-none-any.whl" , hash = "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac" } ,
{ file = "nose-1.3.7.tar.gz" , hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98" } ,
]
packaging = [
2021-02-03 11:35:58 +00:00
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
2020-08-08 16:24:22 +00:00
]
pathspec = [
2021-02-03 11:35:58 +00:00
{ file = "pathspec-0.8.1-py2.py3-none-any.whl" , hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d" } ,
{ file = "pathspec-0.8.1.tar.gz" , hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd" } ,
2020-08-08 16:24:22 +00:00
]
pillow = [
2021-02-03 11:35:58 +00:00
{ file = "Pillow-8.1.0-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:d355502dce85ade85a2511b40b4c61a128902f246504f7de29bbeec1ae27933a" } ,
{ file = "Pillow-8.1.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:93a473b53cc6e0b3ce6bf51b1b95b7b1e7e6084be3a07e40f79b42e83503fbf2" } ,
{ file = "Pillow-8.1.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:2353834b2c49b95e1313fb34edf18fca4d57446675d05298bb694bca4b194174" } ,
{ file = "Pillow-8.1.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:1d208e670abfeb41b6143537a681299ef86e92d2a3dac299d3cd6830d5c7bded" } ,
{ file = "Pillow-8.1.0-cp36-cp36m-win32.whl" , hash = "sha256:dd9eef866c70d2cbbea1ae58134eaffda0d4bfea403025f4db6859724b18ab3d" } ,
{ file = "Pillow-8.1.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:b09e10ec453de97f9a23a5aa5e30b334195e8d2ddd1ce76cc32e52ba63c8b31d" } ,
{ file = "Pillow-8.1.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:b02a0b9f332086657852b1f7cb380f6a42403a6d9c42a4c34a561aa4530d5234" } ,
{ file = "Pillow-8.1.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ca20739e303254287138234485579b28cb0d524401f83d5129b5ff9d606cb0a8" } ,
{ file = "Pillow-8.1.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:604815c55fd92e735f9738f65dabf4edc3e79f88541c221d292faec1904a4b17" } ,
{ file = "Pillow-8.1.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:cf6e33d92b1526190a1de904df21663c46a456758c0424e4f947ae9aa6088bf7" } ,
{ file = "Pillow-8.1.0-cp37-cp37m-win32.whl" , hash = "sha256:47c0d93ee9c8b181f353dbead6530b26980fe4f5485aa18be8f1fd3c3cbc685e" } ,
{ file = "Pillow-8.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:96d4dc103d1a0fa6d47c6c55a47de5f5dafd5ef0114fa10c85a1fd8e0216284b" } ,
{ file = "Pillow-8.1.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:7916cbc94f1c6b1301ac04510d0881b9e9feb20ae34094d3615a8a7c3db0dcc0" } ,
{ file = "Pillow-8.1.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:3de6b2ee4f78c6b3d89d184ade5d8fa68af0848f9b6b6da2b9ab7943ec46971a" } ,
{ file = "Pillow-8.1.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:cdbbe7dff4a677fb555a54f9bc0450f2a21a93c5ba2b44e09e54fcb72d2bd13d" } ,
{ file = "Pillow-8.1.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:f50e7a98b0453f39000619d845be8b06e611e56ee6e8186f7f60c3b1e2f0feae" } ,
{ file = "Pillow-8.1.0-cp38-cp38-win32.whl" , hash = "sha256:cb192176b477d49b0a327b2a5a4979552b7a58cd42037034316b8018ac3ebb59" } ,
{ file = "Pillow-8.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:6c5275bd82711cd3dcd0af8ce0bb99113ae8911fc2952805f1d012de7d600a4c" } ,
{ file = "Pillow-8.1.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:165c88bc9d8dba670110c689e3cc5c71dbe4bfb984ffa7cbebf1fac9554071d6" } ,
{ file = "Pillow-8.1.0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:5e2fe3bb2363b862671eba632537cd3a823847db4d98be95690b7e382f3d6378" } ,
{ file = "Pillow-8.1.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7612520e5e1a371d77e1d1ca3a3ee6227eef00d0a9cddb4ef7ecb0b7396eddf7" } ,
{ file = "Pillow-8.1.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d673c4990acd016229a5c1c4ee8a9e6d8f481b27ade5fc3d95938697fa443ce0" } ,
{ file = "Pillow-8.1.0-cp39-cp39-win32.whl" , hash = "sha256:dc577f4cfdda354db3ae37a572428a90ffdbe4e51eda7849bf442fb803f09c9b" } ,
{ file = "Pillow-8.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:22d070ca2e60c99929ef274cfced04294d2368193e935c5d6febfd8b601bf865" } ,
{ file = "Pillow-8.1.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:a3d3e086474ef12ef13d42e5f9b7bbf09d39cf6bd4940f982263d6954b13f6a9" } ,
{ file = "Pillow-8.1.0-pp36-pypy36_pp73-manylinux2010_i686.whl" , hash = "sha256:731ca5aabe9085160cf68b2dbef95fc1991015bc0a3a6ea46a371ab88f3d0913" } ,
{ file = "Pillow-8.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:bba80df38cfc17f490ec651c73bb37cd896bc2400cfba27d078c2135223c1206" } ,
{ file = "Pillow-8.1.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:c3d911614b008e8a576b8e5303e3db29224b455d3d66d1b2848ba6ca83f9ece9" } ,
{ file = "Pillow-8.1.0-pp37-pypy37_pp73-manylinux2010_i686.whl" , hash = "sha256:39725acf2d2e9c17356e6835dccebe7a697db55f25a09207e38b835d5e1bc032" } ,
{ file = "Pillow-8.1.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:81c3fa9a75d9f1afafdb916d5995633f319db09bd773cb56b8e39f1e98d90820" } ,
{ file = "Pillow-8.1.0-pp37-pypy37_pp73-win32.whl" , hash = "sha256:b6f00ad5ebe846cc91763b1d0c6d30a8042e02b2316e27b05de04fa6ec831ec5" } ,
{ file = "Pillow-8.1.0.tar.gz" , hash = "sha256:887668e792b7edbfb1d3c9d8b5d8c859269a0f0eba4dda562adb95500f60dbba" } ,
2020-08-08 16:24:22 +00:00
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
protobuf = [
2021-02-03 11:35:58 +00:00
{ file = "protobuf-3.14.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:629b03fd3caae7f815b0c66b41273f6b1900a579e2ccb41ef4493a4f5fb84f3a" } ,
{ file = "protobuf-3.14.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:5b7a637212cc9b2bcf85dd828b1178d19efdf74dbfe1ddf8cd1b8e01fdaaa7f5" } ,
{ file = "protobuf-3.14.0-cp35-cp35m-macosx_10_9_intel.whl" , hash = "sha256:43b554b9e73a07ba84ed6cf25db0ff88b1e06be610b37656e292e3cbb5437472" } ,
{ file = "protobuf-3.14.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:5e9806a43232a1fa0c9cf5da8dc06f6910d53e4390be1fa06f06454d888a9142" } ,
{ file = "protobuf-3.14.0-cp35-cp35m-win32.whl" , hash = "sha256:1c51fda1bbc9634246e7be6016d860be01747354ed7015ebe38acf4452f470d2" } ,
{ file = "protobuf-3.14.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:4b74301b30513b1a7494d3055d95c714b560fbb630d8fb9956b6f27992c9f980" } ,
{ file = "protobuf-3.14.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:86a75477addde4918e9a1904e5c6af8d7b691f2a3f65587d73b16100fbe4c3b2" } ,
{ file = "protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:ecc33531a213eee22ad60e0e2aaea6c8ba0021f0cce35dbf0ab03dee6e2a23a1" } ,
{ file = "protobuf-3.14.0-cp36-cp36m-win32.whl" , hash = "sha256:72230ed56f026dd664c21d73c5db73ebba50d924d7ba6b7c0d81a121e390406e" } ,
{ file = "protobuf-3.14.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:0fc96785262042e4863b3f3b5c429d4636f10d90061e1840fce1baaf59b1a836" } ,
{ file = "protobuf-3.14.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4e75105c9dfe13719b7293f75bd53033108f4ba03d44e71db0ec2a0e8401eafd" } ,
{ file = "protobuf-3.14.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:2a7e2fe101a7ace75e9327b9c946d247749e564a267b0515cf41dfe450b69bac" } ,
{ file = "protobuf-3.14.0-cp37-cp37m-win32.whl" , hash = "sha256:b0d5d35faeb07e22a1ddf8dce620860c8fe145426c02d1a0ae2688c6e8ede36d" } ,
{ file = "protobuf-3.14.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:8971c421dbd7aad930c9bd2694122f332350b6ccb5202a8b7b06f3f1a5c41ed5" } ,
{ file = "protobuf-3.14.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9616f0b65a30851e62f1713336c931fcd32c057202b7ff2cfbfca0fc7d5e3043" } ,
{ file = "protobuf-3.14.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:22bcd2e284b3b1d969c12e84dc9b9a71701ec82d8ce975fdda19712e1cfd4e00" } ,
{ file = "protobuf-3.14.0-py2.py3-none-any.whl" , hash = "sha256:0e247612fadda953047f53301a7b0407cb0c3cb4ae25a6fde661597a04039b3c" } ,
{ file = "protobuf-3.14.0.tar.gz" , hash = "sha256:1d63eb389347293d8915fb47bee0951c7b5dab522a4a60118b9a18f33e21f8ce" } ,
2020-08-08 16:24:22 +00:00
]
py = [
2021-02-03 11:35:58 +00:00
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
2020-08-08 16:24:22 +00:00
]
pyasn1 = [
{ file = "pyasn1-0.4.8-py2.4.egg" , hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3" } ,
{ file = "pyasn1-0.4.8-py2.5.egg" , hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf" } ,
{ file = "pyasn1-0.4.8-py2.6.egg" , hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00" } ,
{ file = "pyasn1-0.4.8-py2.7.egg" , hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8" } ,
{ file = "pyasn1-0.4.8-py2.py3-none-any.whl" , hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d" } ,
{ file = "pyasn1-0.4.8-py3.1.egg" , hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86" } ,
{ file = "pyasn1-0.4.8-py3.2.egg" , hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7" } ,
{ file = "pyasn1-0.4.8-py3.3.egg" , hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576" } ,
{ file = "pyasn1-0.4.8-py3.4.egg" , hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12" } ,
{ file = "pyasn1-0.4.8-py3.5.egg" , hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2" } ,
{ file = "pyasn1-0.4.8-py3.6.egg" , hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359" } ,
{ file = "pyasn1-0.4.8-py3.7.egg" , hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776" } ,
{ file = "pyasn1-0.4.8.tar.gz" , hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" } ,
]
2020-08-08 18:29:46 +00:00
pyblake2 = [
{ file = "pyblake2-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:3757f7ad709b0e1b2a6b3919fa79fe3261f166fc375cd521f2be480f8319dde9" } ,
{ file = "pyblake2-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:8043267fbc0b2f3748c6920591cd0b8b5609dcce60c504c32858aa36206386f2" } ,
{ file = "pyblake2-1.1.2-cp34-cp34m-win32.whl" , hash = "sha256:4d47b4a2c1d292b1e460bde1dda4d13aa792ed2ed70fcc263b6bc24632c8e902" } ,
{ file = "pyblake2-1.1.2-cp34-cp34m-win_amd64.whl" , hash = "sha256:982295a87907d50f4723db6bc724660da76b6547826d52160171d54f95b919ac" } ,
{ file = "pyblake2-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:baa2190bfe549e36163aa44664d4ee3a9080b236fc5d42f50dc6fd36bbdc749e" } ,
{ file = "pyblake2-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:407e02c7f8f36fcec1b7aa114ddca0c1060c598142ea6f6759d03710b946a7e3" } ,
{ file = "pyblake2-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:fbc9fcde75713930bc2a91b149e97be2401f7c9c56d735b46a109210f58d7358" } ,
{ file = "pyblake2-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:c53417ee0bbe77db852d5fd1036749f03696ebc2265de359fe17418d800196c4" } ,
{ file = "pyblake2-1.1.2.tar.gz" , hash = "sha256:5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f" } ,
]
2020-08-08 16:24:22 +00:00
pycodestyle = [
{ file = "pycodestyle-2.6.0-py2.py3-none-any.whl" , hash = "sha256:2295e7b2f6b5bd100585ebcb1f616591b652db8a741695b3d8f5d28bdc934367" } ,
{ file = "pycodestyle-2.6.0.tar.gz" , hash = "sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e" } ,
]
pycparser = [
{ file = "pycparser-2.20-py2.py3-none-any.whl" , hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705" } ,
{ file = "pycparser-2.20.tar.gz" , hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0" } ,
]
pyflakes = [
{ file = "pyflakes-2.2.0-py2.py3-none-any.whl" , hash = "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92" } ,
{ file = "pyflakes-2.2.0.tar.gz" , hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8" } ,
]
pyparsing = [
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
]
pyro4 = [
{ file = "Pyro4-4.80-py2.py3-none-any.whl" , hash = "sha256:f195a4a9403f58807e66ca269c771e1d268064945f65cfbbf59a1feb12a1695f" } ,
{ file = "Pyro4-4.80.tar.gz" , hash = "sha256:46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220" } ,
]
pyserial = [
2021-02-03 11:35:58 +00:00
{ file = "pyserial-3.5-py2.py3-none-any.whl" , hash = "sha256:c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0" } ,
{ file = "pyserial-3.5.tar.gz" , hash = "sha256:3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb" } ,
2020-08-08 16:24:22 +00:00
]
pytest = [
2021-02-03 11:35:58 +00:00
{ file = "pytest-6.2.2-py3-none-any.whl" , hash = "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839" } ,
{ file = "pytest-6.2.2.tar.gz" , hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9" } ,
2020-08-08 16:24:22 +00:00
]
pytest-ordering = [
{ file = "pytest-ordering-0.6.tar.gz" , hash = "sha256:561ad653626bb171da78e682f6d39ac33bb13b3e272d406cd555adb6b006bda6" } ,
{ file = "pytest_ordering-0.6-py2-none-any.whl" , hash = "sha256:27fba3fc265f5d0f8597e7557885662c1bdc1969497cd58aff6ed21c3b617de2" } ,
{ file = "pytest_ordering-0.6-py3-none-any.whl" , hash = "sha256:3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6" } ,
]
pytest-random-order = [
{ file = "pytest-random-order-1.0.4.tar.gz" , hash = "sha256:6b2159342a4c8c10855bc4fc6d65ee890fc614cb2b4ff688979b008a82a0ff52" } ,
{ file = "pytest_random_order-1.0.4-py3-none-any.whl" , hash = "sha256:72279a7f823969e18b10e438950f58330d17e0fcffb57cbd7929770cd687ecb2" } ,
]
pytest-timeout = [
{ file = "pytest-timeout-1.4.2.tar.gz" , hash = "sha256:20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76" } ,
{ file = "pytest_timeout-1.4.2-py2.py3-none-any.whl" , hash = "sha256:541d7aa19b9a6b4e475c759fd6073ef43d7cdc9a92d95644c260076eb257a063" } ,
]
2020-11-09 17:52:34 +00:00
pyyaml = [
2021-02-03 11:35:58 +00:00
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
2020-11-09 17:52:34 +00:00
]
2020-08-08 16:24:22 +00:00
regex = [
2021-02-03 11:35:58 +00:00
{ file = "regex-2020.11.13-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:8b882a78c320478b12ff024e81dc7d43c1462aa4a3341c754ee65d857a521f85" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:a63f1a07932c9686d2d416fb295ec2c01ab246e89b4d58e5fa468089cab44b70" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:6e4b08c6f8daca7d8f07c8d24e4331ae7953333dbd09c648ed6ebd24db5a10ee" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:bba349276b126947b014e50ab3316c027cac1495992f10e5682dc677b3dfa0c5" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:56e01daca75eae420bce184edd8bb341c8eebb19dd3bce7266332258f9fb9dd7" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:6a8ce43923c518c24a2579fda49f093f1397dad5d18346211e46f134fc624e31" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:1ab79fcb02b930de09c76d024d279686ec5d532eb814fd0ed1e0051eb8bd2daa" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:9801c4c1d9ae6a70aeb2128e5b4b68c45d4f0af0d1535500884d644fa9b768c6" } ,
{ file = "regex-2020.11.13-cp36-cp36m-win32.whl" , hash = "sha256:49cae022fa13f09be91b2c880e58e14b6da5d10639ed45ca69b85faf039f7a4e" } ,
{ file = "regex-2020.11.13-cp36-cp36m-win_amd64.whl" , hash = "sha256:749078d1eb89484db5f34b4012092ad14b327944ee7f1c4f74d6279a6e4d1884" } ,
{ file = "regex-2020.11.13-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b2f4007bff007c96a173e24dcda236e5e83bde4358a557f9ccf5e014439eae4b" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:38c8fd190db64f513fe4e1baa59fed086ae71fa45083b6936b52d34df8f86a88" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5862975b45d451b6db51c2e654990c1820523a5b07100fc6903e9c86575202a0" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:262c6825b309e6485ec2493ffc7e62a13cf13fb2a8b6d212f72bd53ad34118f1" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:bafb01b4688833e099d79e7efd23f99172f501a15c44f21ea2118681473fdba0" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:e32f5f3d1b1c663af7f9c4c1e72e6ffe9a78c03a31e149259f531e0fed826512" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:3bddc701bdd1efa0d5264d2649588cbfda549b2899dc8d50417e47a82e1387ba" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:02951b7dacb123d8ea6da44fe45ddd084aa6777d4b2454fa0da61d569c6fa538" } ,
{ file = "regex-2020.11.13-cp37-cp37m-win32.whl" , hash = "sha256:0d08e71e70c0237883d0bef12cad5145b84c3705e9c6a588b2a9c7080e5af2a4" } ,
{ file = "regex-2020.11.13-cp37-cp37m-win_amd64.whl" , hash = "sha256:1fa7ee9c2a0e30405e21031d07d7ba8617bc590d391adfc2b7f1e8b99f46f444" } ,
{ file = "regex-2020.11.13-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:baf378ba6151f6e272824b86a774326f692bc2ef4cc5ce8d5bc76e38c813a55f" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e3faaf10a0d1e8e23a9b51d1900b72e1635c2d5b0e1bea1c18022486a8e2e52d" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:2a11a3e90bd9901d70a5b31d7dd85114755a581a5da3fc996abfefa48aee78af" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1ebb090a426db66dd80df8ca85adc4abfcbad8a7c2e9a5ec7513ede522e0a8f" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:b2b1a5ddae3677d89b686e5c625fc5547c6e492bd755b520de5332773a8af06b" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:2c99e97d388cd0a8d30f7c514d67887d8021541b875baf09791a3baad48bb4f8" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:c084582d4215593f2f1d28b65d2a2f3aceff8342aa85afd7be23a9cad74a0de5" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:a3d748383762e56337c39ab35c6ed4deb88df5326f97a38946ddd19028ecce6b" } ,
{ file = "regex-2020.11.13-cp38-cp38-win32.whl" , hash = "sha256:7913bd25f4ab274ba37bc97ad0e21c31004224ccb02765ad984eef43e04acc6c" } ,
{ file = "regex-2020.11.13-cp38-cp38-win_amd64.whl" , hash = "sha256:6c54ce4b5d61a7129bad5c5dc279e222afd00e721bf92f9ef09e4fae28755683" } ,
{ file = "regex-2020.11.13-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1862a9d9194fae76a7aaf0150d5f2a8ec1da89e8b55890b1786b8f88a0f619dc" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:4902e6aa086cbb224241adbc2f06235927d5cdacffb2425c73e6570e8d862364" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7a25fcbeae08f96a754b45bdc050e1fb94b95cab046bf56b016c25e9ab127b3e" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:d2d8ce12b7c12c87e41123997ebaf1a5767a5be3ec545f64675388970f415e2e" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:f7d29a6fc4760300f86ae329e3b6ca28ea9c20823df123a2ea8693e967b29917" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:717881211f46de3ab130b58ec0908267961fadc06e44f974466d1887f865bd5b" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:3128e30d83f2e70b0bed9b2a34e92707d0877e460b402faca908c6667092ada9" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:8f6a2229e8ad946e36815f2a03386bb8353d4bde368fdf8ca5f0cb97264d3b5c" } ,
{ file = "regex-2020.11.13-cp39-cp39-win32.whl" , hash = "sha256:f8f295db00ef5f8bae530fc39af0b40486ca6068733fb860b42115052206466f" } ,
{ file = "regex-2020.11.13-cp39-cp39-win_amd64.whl" , hash = "sha256:a15f64ae3a027b64496a71ab1f722355e570c3fac5ba2801cafce846bf5af01d" } ,
{ file = "regex-2020.11.13.tar.gz" , hash = "sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562" } ,
2020-08-08 16:24:22 +00:00
]
requests = [
2021-02-03 11:35:58 +00:00
{ file = "requests-2.25.1-py2.py3-none-any.whl" , hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e" } ,
{ file = "requests-2.25.1.tar.gz" , hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" } ,
2020-08-08 16:24:22 +00:00
]
scan-build = [
{ file = "scan-build-2.0.19.tar.gz" , hash = "sha256:79edcbcdec433682528258870ed1efbf66d3ebcf857ecca335c830d8adbf17eb" } ,
]
scons = [
2021-02-03 11:35:58 +00:00
{ file = "SCons-4.1.0.post1-py3-none-any.whl" , hash = "sha256:52272288986f3e401d28590562c573405dff0decfbf701926e751c0954b64da6" } ,
{ file = "SCons-4.1.0.post1.tar.gz" , hash = "sha256:ecb062482b9d80319b56758c0341eb717735437f86a575bac3552804428bd73e" } ,
2020-08-08 16:24:22 +00:00
]
serpent = [
{ file = "serpent-1.30.2-py3-none-any.whl" , hash = "sha256:b2e8fa890481ca068faf9913c7019db5a8c30aa5e7e5870846996749872cecb3" } ,
{ file = "serpent-1.30.2.tar.gz" , hash = "sha256:72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a" } ,
]
shamir-mnemonic = [
2021-02-03 11:35:58 +00:00
{ file = "shamir-mnemonic-0.2.1.tar.gz" , hash = "sha256:174415bf04b2d50237238fb66d5d2955b6418b0156912b015928eb791f7f8ea6" } ,
{ file = "shamir_mnemonic-0.2.1-py3-none-any.whl" , hash = "sha256:f883e540ec5594970a8d7ae64bbd33eb9936067042f39f2b6ad292de2ba5e5fe" } ,
2020-08-08 16:24:22 +00:00
]
six = [
{ file = "six-1.15.0-py2.py3-none-any.whl" , hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced" } ,
{ file = "six-1.15.0.tar.gz" , hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" } ,
]
sortedcontainers = [
2021-02-03 11:35:58 +00:00
{ file = "sortedcontainers-2.3.0-py2.py3-none-any.whl" , hash = "sha256:37257a32add0a3ee490bb170b599e93095eed89a55da91fa9f48753ea12fd73f" } ,
{ file = "sortedcontainers-2.3.0.tar.gz" , hash = "sha256:59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1" } ,
2020-08-08 16:24:22 +00:00
]
termcolor = [
{ file = "termcolor-1.1.0.tar.gz" , hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" } ,
]
toml = [
2021-02-03 11:35:58 +00:00
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
2020-08-08 16:24:22 +00:00
]
2021-04-19 11:32:52 +00:00
towncrier = [
{ file = "towncrier-21.3.0-py2.py3-none-any.whl" , hash = "sha256:e6ccec65418bbcb8de5c908003e130e37fe0e9d6396cb77c1338241071edc082" } ,
{ file = "towncrier-21.3.0.tar.gz" , hash = "sha256:6eed0bc924d72c98c000cb8a64de3bd566e5cb0d11032b73fcccf8a8f956ddfe" } ,
]
2020-08-08 16:24:22 +00:00
tox = [
2021-02-03 11:35:58 +00:00
{ file = "tox-3.21.4-py2.py3-none-any.whl" , hash = "sha256:65d0e90ceb816638a50d64f4b47b11da767b284c0addda2294cb3cd69bd72425" } ,
{ file = "tox-3.21.4.tar.gz" , hash = "sha256:cf7fef81a3a2434df4d7af2a6d1bf606d2970220addfbe7dea2615bd4bb2c252" } ,
2020-08-08 16:24:22 +00:00
]
trezor = [ ]
typed-ast = [
2021-02-03 11:35:58 +00:00
{ file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-win32.whl" , hash = "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-win32.whl" , hash = "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-win32.whl" , hash = "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-win32.whl" , hash = "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-win32.whl" , hash = "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440" } ,
{ file = "typed_ast-1.4.2.tar.gz" , hash = "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a" } ,
2020-08-08 16:24:22 +00:00
]
typing-extensions = [
2020-09-25 12:46:56 +00: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-08-08 16:24:22 +00:00
]
uhid-freebsd = [
{ file = "uhid-freebsd-1.2.1.tar.gz" , hash = "sha256:13436ea492271b27cd4847fe3168fd467c0f31aa295abd4aeab61e92920fdd58" } ,
]
urllib3 = [
2021-02-03 11:35:58 +00:00
{ file = "urllib3-1.26.3-py2.py3-none-any.whl" , hash = "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80" } ,
{ file = "urllib3-1.26.3.tar.gz" , hash = "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73" } ,
2020-08-08 16:24:22 +00:00
]
virtualenv = [
2021-02-03 11:35:58 +00:00
{ file = "virtualenv-20.4.2-py2.py3-none-any.whl" , hash = "sha256:2be72df684b74df0ea47679a7df93fd0e04e72520022c57b479d8f881485dbe3" } ,
{ file = "virtualenv-20.4.2.tar.gz" , hash = "sha256:147b43894e51dd6bba882cf9c282447f780e2251cd35172403745fc381a0a80d" } ,
2020-08-08 16:24:22 +00:00
]
2020-11-09 17:52:34 +00:00
yamllint = [
2021-02-03 11:35:58 +00:00
{ file = "yamllint-1.26.0-py2.py3-none-any.whl" , hash = "sha256:8a5f8e442f49309eaf3e9d7232ce76f2fc8026f5c0c0b164b83f33fed1399637" } ,
{ file = "yamllint-1.26.0.tar.gz" , hash = "sha256:b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087" } ,
2020-11-09 17:52:34 +00:00
]
2020-08-08 16:24:22 +00:00
zipp = [
2021-02-03 11:35:58 +00:00
{ file = "zipp-3.4.0-py3-none-any.whl" , hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108" } ,
{ file = "zipp-3.4.0.tar.gz" , hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb" } ,
2020-08-08 16:24:22 +00:00
]