2021-10-13 13:45:26 +00:00
[ [ package ] ]
name = "astroid"
2022-02-11 11:05:20 +00:00
version = "2.9.3"
2021-10-13 13:45:26 +00:00
description = "An abstract syntax tree for Python with inference support."
category = "main"
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6.2"
2021-10-13 13:45:26 +00:00
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
2022-02-11 11:05:20 +00:00
typed-ast = { version = ">=1.4.0,<2.0" , markers = "implementation_name == \"cpython\" and python_version < \"3.8\"" }
2021-10-13 13:45:26 +00:00
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
2022-02-11 11:05:20 +00:00
wrapt = ">=1.11,<1.14"
2021-10-13 13:45:26 +00:00
2020-08-08 16:24:22 +00:00
[ [ 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"
2022-02-11 11:05:20 +00:00
version = "21.4.0"
2021-02-03 11:35:58 +00:00
description = "Classes Without Boilerplate"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +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 . extras ]
2022-02-11 11:05:20 +00:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" , "cloudpickle" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
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"
2022-06-21 13:31:47 +00:00
version = "22.3.0"
2021-02-03 11:35:58 +00:00
description = "The uncompromising code formatter."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6.2"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2022-06-21 13:31:47 +00:00
click = ">=8.0.0"
2020-09-25 12:46:56 +00:00
mypy-extensions = ">=0.4.3"
2022-06-21 13:31:47 +00:00
pathspec = ">=0.9.0"
2022-02-11 11:05:20 +00:00
platformdirs = ">=2"
2022-06-21 13:31:47 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2022-02-11 11:05:20 +00:00
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\" and implementation_name == \"cpython\"" }
2022-06-21 13:31:47 +00:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2020-09-25 12:46:56 +00:00
2020-08-08 16:24:22 +00:00
[ package . extras ]
2020-09-25 12:46:56 +00:00
colorama = [ "colorama (>=0.4.3)" ]
2022-02-11 11:05:20 +00:00
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "certifi"
2023-01-19 13:24:14 +00:00
version = "2022.12.7"
2021-02-03 11:35:58 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2023-01-19 13:24:14 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "cffi"
2022-02-11 11:05:20 +00:00
version = "1.15.0"
2021-02-03 11:35:58 +00:00
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 ] ]
2022-02-11 11:05:20 +00:00
name = "charset-normalizer"
version = "2.0.11"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-02-03 11:35:58 +00:00
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "click"
2022-06-21 10:02:30 +00:00
version = "8.1.3"
2021-02-03 11:35:58 +00:00
description = "Composable command line interface toolkit"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-06-21 10:02:30 +00:00
python-versions = ">=3.7"
2022-03-11 12:40:22 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "2.10.67"
2021-02-03 11:35:58 +00:00
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 ]
2022-02-11 11:05:20 +00:00
extras = [ "arrow" , "cloudpickle" , "enum34" , "lz4" , "numpy" , "ruamel.yaml" ]
2020-08-08 16:24:22 +00:00
2022-09-06 09:18:05 +00:00
[ [ package ] ]
name = "construct-classes"
version = "0.1.2"
description = "Parse your binary structs into dataclasses"
category = "main"
optional = false
python-versions = ">=3.6.2,<4.0"
[ package . dependencies ]
construct = ">=2.10,<3.0"
2020-08-08 16:24:22 +00:00
[ [ 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"
2022-02-11 11:05:20 +00:00
version = "36.0.1"
2021-02-03 11:35:58 +00:00
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-11-08 13:28:06 +00:00
python-versions = ">=3.6"
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
[ 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" ]
2022-02-11 11:05:20 +00:00
docstest = [ "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
2020-08-08 16:24:22 +00:00
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
2021-11-08 13:28:06 +00:00
sdist = [ "setuptools_rust (>=0.11.4)" ]
2020-08-08 16:24:22 +00:00
ssh = [ "bcrypt (>=3.1.5)" ]
2021-11-08 13:28:06 +00:00
test = [ "pytest (>=6.2.0)" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "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 = "*"
[ [ package ] ]
2021-10-01 16:03:26 +00:00
name = "demjson3"
version = "3.0.5"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "0.3.4"
2021-02-03 11:35:58 +00:00
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 = "*"
2022-08-18 15:21:27 +00:00
[ [ package ] ]
name = "execnet"
version = "1.9.0"
description = "execnet: rapid multi-Python deployment"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
testing = [ "pre-commit" ]
2020-08-08 16:24:22 +00:00
[ [ 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"
2022-02-11 11:05:20 +00:00
version = "3.4.2"
2021-02-03 11:35:58 +00:00
description = "A platform independent file lock."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "flake8"
2022-02-11 11:05:20 +00:00
version = "4.0.1"
2021-02-03 11:35:58 +00:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2022-02-11 11:05:20 +00:00
importlib-metadata = { version = "<4.3" , markers = "python_version < \"3.8\"" }
2020-08-08 16:24:22 +00:00
mccabe = ">=0.6.0,<0.7.0"
2022-02-11 11:05:20 +00:00
pycodestyle = ">=2.8.0,<2.9.0"
pyflakes = ">=2.4.0,<2.5.0"
2020-08-08 16:24:22 +00:00
2020-09-25 12:46:56 +00:00
[ [ package ] ]
name = "flake8-requirements"
2022-02-11 11:05:20 +00:00
version = "1.5.2"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
toml = ">=0.7.0"
2020-09-25 12:46:56 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "0.19.1"
2021-02-03 11:35:58 +00:00
description = "Simple Python interface for Graphviz"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . extras ]
dev = [ "tox (>=3)" , "flake8" , "pep8-naming" , "wheel" , "twine" ]
2022-02-11 11:05:20 +00:00
docs = [ "sphinx (>=1.8)" , "sphinx-autodoc-typehints" , "sphinx-rtd-theme" ]
test = [ "pytest (>=6)" , "pytest-mock (>=3)" , "mock (>=4)" , "pytest-cov" , "coverage" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "hypothesis"
2022-02-11 11:05:20 +00:00
version = "6.36.1"
2021-02-03 11:35:58 +00:00
description = "A library for property-based testing"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.7"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
attrs = ">=19.2.0"
sortedcontainers = ">=2.1.0,<3.0.0"
[ package . extras ]
2022-02-11 11:05:20 +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.6)" , "python-dateutil (>=1.4)" , "pytz (>=2014.1)" , "redis (>=3.0.0)" , "rich (>=9.0.0)" , "importlib-metadata (>=3.6)" , "backports.zoneinfo (>=0.2.1)" , "tzdata (>=2021.5)" ]
cli = [ "click (>=7.0)" , "black (>=19.10b0)" , "rich (>=9.0.0)" ]
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)" ]
2022-02-11 11:05:20 +00:00
django = [ "django (>=2.2)" ]
2020-08-08 16:24:22 +00:00
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)" ]
2022-02-11 11:05:20 +00:00
pytest = [ "pytest (>=4.6)" ]
2020-08-08 16:24:22 +00:00
pytz = [ "pytz (>=2014.1)" ]
2020-10-02 10:16:28 +00:00
redis = [ "redis (>=3.0.0)" ]
2022-02-11 11:05:20 +00:00
zoneinfo = [ "backports.zoneinfo (>=0.2.1)" , "tzdata (>=2021.5)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "idna"
2022-02-11 11:05:20 +00:00
version = "3.3"
2021-02-03 11:35:58 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.5"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "importlib-metadata"
2022-02-11 11:05:20 +00:00
version = "4.2.0"
2021-02-03 11:35:58 +00:00
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)" ]
2022-02-11 11:05:20 +00:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
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"
2022-02-11 11:05:20 +00:00
version = "3.0.3"
2021-04-19 11:32:52 +00:00
description = "A very fast and expressive template engine."
category = "dev"
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2021-04-19 11:32:52 +00:00
[ package . dependencies ]
2022-02-11 11:05:20 +00:00
MarkupSafe = ">=2.0"
2021-04-19 11:32:52 +00:00
[ package . extras ]
2022-02-11 11:05:20 +00:00
i18n = [ "Babel (>=2.7)" ]
2021-04-19 11:32:52 +00:00
2021-10-13 13:45:26 +00:00
[ [ package ] ]
name = "lazy-object-proxy"
2022-02-11 11:05:20 +00:00
version = "1.7.1"
2021-10-13 13:45:26 +00:00
description = "A fast and thorough lazy object proxy."
category = "main"
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2021-10-13 13:45:26 +00:00
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "libusb1"
2022-02-11 11:05:20 +00:00
version = "3.0.0"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "1.1.6"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "2.0.1"
2021-02-03 11:35:58 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ 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-11-15 12:09:45 +00:00
version = "0.20"
2021-02-03 11:35:58 +00:00
description = "Implementation of Bitcoin BIP-0039"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2021-11-15 12:09:45 +00:00
python-versions = ">=3.5"
2020-08-08 16:24:22 +00:00
[ [ 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-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-07-09 09:56:53 +00:00
version = "0.4.5.post1"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "21.3"
2021-02-03 11:35:58 +00:00
description = "Core utilities for Python packages"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2022-02-11 11:05:20 +00:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pathspec"
2022-02-11 11:05:20 +00:00
version = "0.9.0"
2021-02-03 11:35:58 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +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 ] ]
name = "pillow"
2022-02-11 11:05:20 +00:00
version = "9.0.1"
2021-02-03 11:35:58 +00:00
description = "Python Imaging Library (Fork)"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.7"
2020-08-08 16:24:22 +00:00
2021-10-13 13:45:26 +00:00
[ [ package ] ]
name = "platformdirs"
2022-02-11 11:05:20 +00:00
version = "2.5.0"
2021-10-13 13:45:26 +00:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.7"
2021-10-13 13:45:26 +00:00
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pluggy"
2022-02-11 11:05:20 +00:00
version = "1.0.0"
2021-02-03 11:35:58 +00:00
description = "plugin and hook calling mechanisms for python"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ 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 ]
2022-12-15 15:55:48 +00:00
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "protobuf"
2022-02-11 11:05:20 +00:00
version = "3.19.4"
2021-02-03 11:35:58 +00:00
description = "Protocol Buffers"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.5"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "py"
2022-02-11 11:05:20 +00:00
version = "1.11.0"
2021-02-03 11:35:58 +00:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +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 = "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"
2022-02-11 11:05:20 +00:00
version = "2.8.0"
2021-02-03 11:35:58 +00:00
description = "Python style guide checker"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +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 = "pycparser"
2022-02-11 11:05:20 +00:00
version = "2.21"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "2.4.0"
2021-02-03 11:35:58 +00:00
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.*"
2021-10-13 13:45:26 +00:00
[ [ package ] ]
name = "pylint"
2022-02-11 11:05:20 +00:00
version = "2.12.2"
2021-10-13 13:45:26 +00:00
description = "python code static checker"
category = "main"
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6.2"
2021-10-13 13:45:26 +00:00
[ package . dependencies ]
2022-02-11 11:05:20 +00:00
astroid = ">=2.9.0,<2.10"
2021-10-13 13:45:26 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.7"
platformdirs = ">=2.2.0"
2022-02-11 11:05:20 +00:00
toml = ">=0.9.2"
2021-10-13 13:45:26 +00:00
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "pyparsing"
2022-02-11 11:05:20 +00:00
version = "3.0.7"
2021-02-03 11:35:58 +00:00
description = "Python parsing module"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
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"
2022-02-11 11:05:20 +00:00
version = "6.2.5"
2021-02-03 11:35:58 +00:00
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 = "*"
2022-02-11 11:05:20 +00:00
pluggy = ">=0.12,<2.0"
2020-08-08 16:24:22 +00:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2022-08-18 15:21:27 +00:00
[ [ package ] ]
name = "pytest-forked"
version = "1.4.0"
description = "run tests in isolated forked subprocesses"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
py = "*"
pytest = ">=3.10"
2020-08-08 16:24:22 +00:00
[ [ 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"
2022-02-11 11:05:20 +00:00
version = "2.1.0"
description = "pytest plugin to abort hanging tests"
2021-02-03 11:35:58 +00:00
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ package . dependencies ]
2022-02-11 11:05:20 +00:00
pytest = ">=5.0.0"
2020-08-08 16:24:22 +00:00
2022-08-18 15:21:27 +00:00
[ [ package ] ]
name = "pytest-xdist"
version = "2.5.0"
description = "pytest xdist plugin for distributed testing and loop-on-failing modes"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
execnet = ">=1.1"
pytest = ">=6.2.0"
pytest-forked = "*"
[ package . extras ]
psutil = [ "psutil (>=3.0)" ]
setproctitle = [ "setproctitle" ]
testing = [ "filelock" ]
2022-02-23 10:36:49 +00:00
[ [ package ] ]
name = "python-bitcoinlib"
version = "0.11.0"
description = "The Swiss Army Knife of the Bitcoin protocol."
category = "main"
optional = false
python-versions = "*"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
2020-11-09 17:52:34 +00:00
name = "pyyaml"
2022-02-11 11:05:20 +00:00
version = "6.0"
2021-02-03 11:35:58 +00:00
description = "YAML parser and emitter for Python"
category = "main"
2020-11-09 17:52:34 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "requests"
2022-02-11 11:05:20 +00:00
version = "2.27.1"
2021-02-03 11:35:58 +00:00
description = "Python HTTP for Humans."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +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 ]
certifi = ">=2017.4.17"
2022-02-11 11:05:20 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-02-03 11:35:58 +00:00
urllib3 = ">=1.21.1,<1.27"
2020-08-08 16:24:22 +00:00
[ package . extras ]
2021-02-03 11:35:58 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2022-02-11 11:05:20 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "scan-build"
2022-02-11 11:05:20 +00:00
version = "2.0.20"
2021-02-03 11:35:58 +00:00
description = "static code analyzer wrapper for Clang."
category = "dev"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "scons"
2022-02-11 11:05:20 +00:00
version = "4.3.0"
2021-02-03 11:35:58 +00:00
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 = "shamir-mnemonic"
2022-02-11 11:05:20 +00:00
version = "0.2.2"
2021-02-03 11:35:58 +00:00
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 = "*"
2022-02-11 11:05:20 +00:00
click = ">=7,<9"
2020-08-08 16:24:22 +00:00
colorama = "*"
2022-02-11 11:05:20 +00:00
[ package . extras ]
2022-12-15 15:55:48 +00:00
dev = [ "black" , "flake8" , "isort" ]
2022-02-11 11:05:20 +00:00
tests = [ "pytest" ]
2022-02-14 09:42:06 +00:00
[ [ package ] ]
name = "simple-rlp"
version = "0.1.2"
description = "RLP (Recursive Length Prefix) - Encode and decode data structures"
category = "main"
optional = false
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "six"
2022-02-11 11:05:20 +00:00
version = "1.16.0"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "2.4.0"
2021-02-03 11:35:58 +00:00
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
2022-02-11 11:05:20 +00:00
[ [ package ] ]
name = "tomli"
version = "1.2.3"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.6"
2021-04-19 11:32:52 +00:00
[ [ package ] ]
name = "towncrier"
2022-02-11 11:05:20 +00:00
version = "21.9.0"
2021-04-19 11:32:52 +00:00
description = "Building newsfiles for your project."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
click-default-group = "*"
incremental = "*"
jinja2 = "*"
2022-02-11 11:05:20 +00:00
tomli = { version = "*" , markers = "python_version >= \"3.6\"" }
2021-04-19 11:32:52 +00:00
[ package . extras ]
dev = [ "packaging" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "tox"
2022-02-11 11:05:20 +00:00
version = "3.24.5"
2021-02-03 11:35:58 +00:00
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)" ]
2022-02-11 11:05:20 +00:00
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "psutil (>=5.6.1)" , "pathlib2 (>=2.3.3)" ]
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "trezor"
2023-01-19 13:24:14 +00:00
version = "0.13.6"
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 ]
2022-08-18 15:21:27 +00:00
click = ">=7,<8.2"
construct = ">=2.9,<2.10.55 || >2.10.55"
2022-09-06 09:18:05 +00:00
construct-classes = ">=0.1.2"
2020-08-08 16:24:22 +00:00
ecdsa = ">=0.9"
libusb1 = ">=1.6.4"
2022-02-11 11:05:20 +00:00
mnemonic = ">=0.20"
2020-08-08 16:24:22 +00:00
requests = ">=2.4.0"
2022-08-18 15:21:27 +00:00
simple-rlp = { version = ">=0.1.2" , markers = "python_version >= \"3.7\"" }
2022-02-11 11:05:20 +00:00
typing_extensions = ">=3.10"
2020-08-08 16:24:22 +00:00
[ package . extras ]
2022-08-18 15:21:27 +00:00
ethereum = [ "web3 (>=4.8)" , "rlp (>=1.1.0)" ]
2020-09-25 12:46:56 +00:00
extra = [ "pillow" ]
2022-08-18 15:21:27 +00:00
full = [ "hidapi (>=0.7.99.post20)" , "web3 (>=4.8)" , "pyqt5" , "pillow" , "stellar-sdk (>=4.0.0,<6.0.0)" , "rlp (>=1.1.0)" ]
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" ]
2022-02-11 11:05:20 +00:00
stellar = [ "stellar-sdk (>=4.0.0,<6.0.0)" ]
2020-08-08 16:24:22 +00:00
[ package . source ]
type = "directory"
url = "python"
[ [ package ] ]
name = "typed-ast"
2022-02-11 11:05:20 +00:00
version = "1.5.2"
2021-02-03 11:35:58 +00:00
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
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "typing-extensions"
2022-02-11 11:05:20 +00:00
version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-02-03 11:35:58 +00:00
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.6"
2020-08-08 16:24:22 +00:00
[ [ package ] ]
name = "uhid-freebsd"
2022-02-11 11:05:20 +00:00
version = "1.2.2"
2021-02-03 11:35:58 +00:00
description = "Get information on FreeBSD uhid devices."
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "urllib3"
2022-02-11 11:05:20 +00:00
version = "1.26.8"
2021-02-03 11:35:58 +00:00
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"
2022-02-11 11:05:20 +00:00
version = "20.13.1"
2021-02-03 11:35:58 +00:00
description = "Virtual Python Environment builder"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +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 ]
2020-10-02 10:16:28 +00:00
distlib = ">=0.3.1,<1"
2022-02-11 11:05:20 +00:00
filelock = ">=3.2,<4"
2021-02-03 11:35:58 +00:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2022-02-11 11:05:20 +00:00
platformdirs = ">=2,<3"
2020-08-08 16:24:22 +00:00
six = ">=1.9.0,<2"
[ package . extras ]
2022-02-11 11:05:20 +00:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2020-08-08 16:24:22 +00:00
2022-12-15 15:55:48 +00:00
[ [ package ] ]
name = "vulture"
version = "2.6"
description = "Find dead code"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
toml = "*"
2021-10-13 13:45:26 +00:00
[ [ package ] ]
name = "wrapt"
2022-02-11 11:05:20 +00:00
version = "1.13.3"
2021-10-13 13:45:26 +00:00
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
2022-02-11 11:05:20 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-10-13 13:45:26 +00:00
2020-11-09 17:52:34 +00:00
[ [ package ] ]
name = "yamllint"
2022-02-11 11:05:20 +00:00
version = "1.26.3"
2021-02-03 11:35:58 +00:00
description = "A linter for YAML files."
category = "main"
2020-11-09 17:52:34 +00:00
optional = false
2022-02-11 11:05:20 +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"
2022-02-11 11:05:20 +00:00
version = "3.7.0"
2021-02-03 11:35:58 +00:00
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
2020-08-08 16:24:22 +00:00
optional = false
2022-02-11 11:05:20 +00:00
python-versions = ">=3.7"
2020-08-08 16:24:22 +00:00
[ package . extras ]
2022-02-11 11:05:20 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-08-08 16:24:22 +00:00
[ metadata ]
2021-02-03 11:35:58 +00:00
lock-version = "1.1"
2022-02-11 11:05:20 +00:00
python-versions = "^3.7"
2022-12-15 15:55:48 +00:00
content-hash = "1382496efe47672585d1d8e47f7df06d1edb45f31042e2325d9db34d1a7a7f09"
2020-08-08 16:24:22 +00:00
[ metadata . files ]
2022-12-15 15:55:48 +00:00
astroid = [ ]
atomicwrites = [ ]
attrs = [ ]
autoflake = [ ]
black = [ ]
2023-01-19 13:24:14 +00:00
certifi = [ ]
2022-12-15 15:55:48 +00:00
cffi = [ ]
charset-normalizer = [ ]
click = [ ]
click-default-group = [ ]
colorama = [ ]
construct = [ ]
construct-classes = [ ]
coverage = [ ]
cryptography = [ ]
curve25519-donna = [ ]
demjson3 = [ ]
distlib = [ ]
dominate = [ ]
ecdsa = [ ]
ed25519 = [ ]
execnet = [ ]
fido2 = [ ]
filelock = [ ]
flake8 = [ ]
flake8-requirements = [ ]
flaky = [ ]
graphviz = [ ]
hypothesis = [ ]
idna = [ ]
importlib-metadata = [ ]
incremental = [ ]
iniconfig = [ ]
inotify = [ ]
isort = [ ]
jinja2 = [ ]
lazy-object-proxy = [ ]
libusb1 = [ ]
mako = [ ]
markupsafe = [ ]
mccabe = [ ]
mnemonic = [ ]
munch = [ ]
mypy-extensions = [ ]
nanopb = [ ]
nose = [ ]
packaging = [ ]
pathspec = [ ]
pillow = [ ]
platformdirs = [ ]
pluggy = [ ]
protobuf = [ ]
py = [ ]
pyasn1 = [ ]
pyblake2 = [ ]
pycodestyle = [ ]
pycparser = [ ]
pyflakes = [ ]
pylint = [ ]
pyparsing = [ ]
pyserial = [ ]
pytest = [ ]
pytest-forked = [ ]
pytest-ordering = [ ]
pytest-random-order = [ ]
pytest-timeout = [ ]
pytest-xdist = [ ]
python-bitcoinlib = [ ]
pyyaml = [ ]
requests = [ ]
scan-build = [ ]
scons = [ ]
shamir-mnemonic = [ ]
simple-rlp = [ ]
six = [ ]
sortedcontainers = [ ]
termcolor = [ ]
toml = [ ]
tomli = [ ]
towncrier = [ ]
tox = [ ]
2020-08-08 16:24:22 +00:00
trezor = [ ]
2022-12-15 15:55:48 +00:00
typed-ast = [ ]
typing-extensions = [ ]
uhid-freebsd = [ ]
urllib3 = [ ]
virtualenv = [ ]
vulture = [ ]
wrapt = [ ]
yamllint = [ ]
zipp = [ ]