2022-06-14 09:50:52 +02:00
[ [ package ] ]
name = "aiee"
version = "0.3.1"
description = "Common command line interfacing utils"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "asn1crypto"
2022-04-26 15:27:38 +02:00
version = "1.5.1"
2022-03-01 08:01:56 +01:00
description = "Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
2022-04-26 15:27:38 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "astroid"
2022-06-14 09:50:52 +02:00
version = "2.11.6"
2022-03-01 08:01:56 +01:00
description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
2022-04-26 15:27:38 +02:00
wrapt = ">=1.11,<2"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "attrs"
version = "21.4.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
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" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-06-14 09:50:52 +02:00
[ [ package ] ]
name = "bitarray"
version = "2.5.1"
description = "efficient arrays of booleans -- C extension"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "black"
2022-04-26 15:27:38 +02:00
version = "22.3.0"
2022-03-01 08:01:56 +01:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
2022-04-26 15:27:38 +02:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2022-03-01 08:01:56 +01:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "bleach"
2022-04-26 15:27:38 +02:00
version = "5.0.0"
2022-03-01 08:01:56 +01:00
description = "An easy safelist-based HTML-sanitizing tool."
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
six = ">=1.9.0"
webencodings = "*"
2022-04-26 15:27:38 +02:00
[ package . extras ]
css = [ "tinycss2 (>=1.1.0)" ]
dev = [ "pip-tools (==6.5.1)" , "pytest (==7.1.1)" , "flake8 (==4.0.1)" , "tox (==3.24.5)" , "sphinx (==4.3.2)" , "twine (==4.0.0)" , "wheel (==0.37.1)" , "hashin (==0.17.0)" , "black (==22.3.0)" , "mypy (==0.942)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "cached-property"
version = "1.5.2"
description = "A decorator for caching properties in classes."
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "cbor2"
2022-06-14 09:50:52 +02:00
version = "5.4.3"
description = "CBOR (de)serializer with extensive tag support"
2022-03-01 08:01:56 +01:00
category = "main"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . extras ]
doc = [ "sphinx-rtd-theme" , "sphinx-autodoc-typehints (>=1.2.0)" ]
test = [ "pytest" , "pytest-cov" ]
[ package . source ]
type = "legacy"
2022-04-27 09:22:58 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "certifi"
2022-06-14 09:50:52 +02:00
version = "2022.5.18.1"
2022-03-01 08:01:56 +01:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=3.6"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "cffi"
version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "chainlib"
2022-06-14 09:50:52 +02:00
version = "0.3.0"
2022-03-01 08:01:56 +01:00
description = "Generic blockchain access library and tooling"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
aiee = ">=0.3.1,<0.4.0"
confini = ">=0.6.1,<0.7.0"
2022-04-26 15:27:38 +02:00
funga = ">=0.5.2,<0.6.0"
2022-06-14 09:50:52 +02:00
hexathon = ">=0.1.7,<0.2.0"
2022-03-01 08:01:56 +01:00
pysha3 = "1.0.2"
[ package . extras ]
xdg = [ "pyxdg (>=0.27,<1.0)" ]
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "chainlib-eth"
2022-06-14 09:50:52 +02:00
version = "0.3.1"
2022-03-01 08:01:56 +01:00
description = "Ethereum implementation of the chainlib interface"
category = "main"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib = ">=0.3.0,<0.4.0"
funga-eth = ">=0.6.1,<0.7.0"
hexathon = ">=0.1.7,<0.2.0"
2022-04-26 15:27:38 +02:00
potaahto = ">=0.1.1,<0.2.0"
2022-03-01 08:01:56 +01:00
pysha3 = "1.0.2"
websocket-client = "0.57.0"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "cic-contracts"
2022-06-14 09:50:52 +02:00
version = "0.2.0"
2022-03-01 08:01:56 +01:00
description = "CIC network smart contract interfaces"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "cic-eth-registry"
2022-06-14 09:50:52 +02:00
version = "0.7.0"
2022-03-01 08:01:56 +01:00
description = "Contract registry"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.1,<0.4.0"
confini = ">=0.6.1,<0.7.0"
erc20-transfer-authorization = ">=0.4.1,<0.5.0"
eth-accounts-index = ">=0.2.1,<0.3.0"
eth-contract-registry = ">=0.8.2,<0.9.0"
eth-erc20 = ">=0.4.0,<0.5.0"
eth-token-index = ">=0.3.1,<0.4.0"
funga-eth = ">=0.6.1,<0.7.0"
okota = ">=0.4.1,<0.5.0"
2022-04-27 09:22:58 +02:00
[ package . extras ]
2022-06-14 09:50:52 +02:00
pytest = [ "erc20-faucet (>=0.4.0,<0.5.0)" , "erc20-transfer-authorization (>=0.4.0,<0.5.0)" , "eth-address-index (>=0.5.0,<0.6.0)" , "eth_tester (==0.5.0b3)" , "py-evm (==0.3.0a20)" , "pytest (==6.0.1)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "cic-types"
2022-06-14 09:50:52 +02:00
version = "0.2.3"
2022-03-01 08:01:56 +01:00
description = "Defines descriptors for data objects specific to the CIC-Network."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-03-01 08:01:56 +01:00
jsonschema = "3.2.0"
phonenumbers = "8.12.12"
python-gnupg = "0.4.7"
requests = "2.26.0"
semver = "2.13.0"
vobject = "0.9.6.1"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "click"
2022-06-14 09:50:52 +02:00
version = "8.1.3"
2022-03-01 08:01:56 +01:00
description = "Composable command line interface toolkit"
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "click-log"
2022-04-26 15:27:38 +02:00
version = "0.4.0"
2022-03-01 08:01:56 +01:00
description = "Logging integration for Click"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "coincurve"
version = "15.0.0"
description = "Cross-platform Python CFFI bindings for libsecp256k1"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
asn1crypto = "*"
cffi = ">=1.3.0"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "confini"
2022-06-14 09:50:52 +02:00
version = "0.6.1"
2022-03-01 08:01:56 +01:00
description = "Parse, verify and merge all ini files in a single directory"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
python-gnupg = ">=0.4.6,<0.5.0"
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "coverage"
2022-06-14 09:50:52 +02:00
version = "6.4.1"
2022-03-01 08:01:56 +01:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
toml = [ "tomli" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "cryptography"
2022-06-14 09:50:52 +02:00
version = "3.2.1"
2022-03-01 08:01:56 +01:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
cffi = ">=1.8,<1.11.3 || >1.11.3"
2022-03-01 08:01:56 +01:00
six = ">=1.4.1"
[ package . extras ]
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
docstest = [ "doc8" , "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
ssh = [ "bcrypt (>=3.1.5)" ]
test = [ "pytest (>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2)" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "cytoolz"
version = "0.11.2"
description = "Cython implementation of Toolz: High performance functional utilities"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
toolz = ">=0.8.0"
[ package . extras ]
cython = [ "cython" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-04-26 15:27:38 +02:00
[ [ package ] ]
name = "dill"
2022-06-14 09:50:52 +02:00
version = "0.3.5.1"
2022-04-26 15:27:38 +02:00
description = "serialize all of python"
category = "dev"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
2022-04-26 15:27:38 +02:00
[ package . extras ]
graph = [ "objgraph (>=1.7.2)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "docutils"
version = "0.18.1"
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "dotty-dict"
version = "1.3.0"
description = "Dictionary wrapper for quick access to deeply nested keys."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
setuptools_scm = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-04-27 09:22:58 +02:00
[ [ package ] ]
name = "erc20-transfer-authorization"
2022-06-14 09:50:52 +02:00
version = "0.4.1"
2022-04-27 09:22:58 +02:00
description = "Simple approval escrow for ERC20 spend approval"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.5.2,<0.7.0"
potaahto = ">=0.1.1,<0.2.0"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-abi"
version = "2.1.1"
description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding"
category = "dev"
optional = false
python-versions = ">=3.6, <4"
[ package . dependencies ]
eth-typing = ">=2.0.0,<3.0.0"
eth-utils = ">=1.2.0,<2.0.0"
parsimonious = ">=0.8.0,<0.9.0"
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "pytest-watch (>=4.1.0,<5)" , "wheel" , "twine" , "ipython" , "pytest (==4.4.1)" , "pytest-pythonpath (>=0.7.1)" , "pytest-xdist (==1.22.3)" , "tox (>=2.9.1,<3)" , "eth-hash" , "hypothesis (>=3.6.1,<4)" , "flake8 (==3.4.1)" , "isort (>=4.2.15,<5)" , "mypy (==0.701)" , "pydocstyle (>=3.0.0,<4)" , "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9)" , "towncrier (>=19.2.0,<20)" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9)" , "towncrier (>=19.2.0,<20)" ]
lint = [ "flake8 (==3.4.1)" , "isort (>=4.2.15,<5)" , "mypy (==0.701)" , "pydocstyle (>=3.0.0,<4)" ]
test = [ "pytest (==4.4.1)" , "pytest-pythonpath (>=0.7.1)" , "pytest-xdist (==1.22.3)" , "tox (>=2.9.1,<3)" , "eth-hash" , "hypothesis (>=3.6.1,<4)" ]
tools = [ "hypothesis (>=3.6.1,<4)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-06-14 09:50:52 +02:00
[ [ package ] ]
name = "eth-account"
version = "0.5.8"
description = "eth-account: Sign Ethereum transactions and messages with local private keys"
category = "dev"
optional = false
python-versions = ">=3.6, <4"
[ package . dependencies ]
bitarray = ">=1.2.1,<3"
eth-abi = ">=2.0.0b7,<3"
eth-keyfile = ">=0.5.0,<0.6.0"
eth-keys = ">=0.3.4,<0.4.0"
eth-rlp = ">=0.1.2,<2"
eth-utils = ">=1.3.0,<2"
hexbytes = ">=0.1.0,<1"
rlp = ">=1.0.0,<3"
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "pytest-watch (>=4.1.0,<5)" , "wheel" , "twine" , "ipython" , "hypothesis (>=4.18.0,<5)" , "pytest (>=6.2.5,<7)" , "pytest-xdist" , "tox (==3.14.6)" , "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=5.0.0,<6)" , "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<1)" , "towncrier (>=21.9.0)" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<1)" , "towncrier (>=21.9.0)" ]
lint = [ "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=5.0.0,<6)" ]
test = [ "hypothesis (>=4.18.0,<5)" , "pytest (>=6.2.5,<7)" , "pytest-xdist" , "tox (==3.14.6)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-accounts-index"
2022-06-14 09:50:52 +02:00
version = "0.2.1"
2022-03-01 08:01:56 +01:00
description = "Accounts index evm contract tooling with permissioned writes"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.5.6,<0.7.0"
2022-03-01 08:01:56 +01:00
[ package . extras ]
2022-06-14 09:50:52 +02:00
testing = [ "eth-tester (==0.5.0b2)" , "py-evm (==0.3.0a20)" , "pytest (==6.0.1)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "eth-address-index"
2022-06-14 09:50:52 +02:00
version = "0.5.1"
2022-03-01 08:01:56 +01:00
description = "Signed metadata declarations for ethereum addresses"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.6.0,<0.7.0"
2022-03-01 08:01:56 +01:00
[ package . extras ]
2022-06-14 09:50:52 +02:00
dev = [ "eth-accounts-index (>=0.1.3,<0.2.0)" , "eth-tester (==0.5.0b3)" , "eth_erc20 (>=0.1.5,<0.2.0)" , "py-evm (==0.3.0a20)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "eth-bloom"
version = "1.0.4"
description = "Python implementation of the Ethereum Trie structure"
category = "dev"
optional = false
python-versions = ">=3.6, <4"
[ package . dependencies ]
eth-hash = { version = ">=0.3.1,<0.4.0" , extras = [ "pycryptodome" ] }
[ package . extras ]
deploy = [ "bumpversion (>=0.5.3,<1.0.0)" , "wheel (>=0.30.0,<1.0.0)" ]
dev = [ "bumpversion (>=0.5.3,<1.0.0)" , "wheel (>=0.30.0,<1.0.0)" , "twine" , "pytest (==3.0.7)" , "hypothesis (==3.7.0)" , "tox (==2.6.0)" , "flake8 (>=3.5.0,<4.0.0)" , "mypy (<0.600)" ]
lint = [ "flake8 (>=3.5.0,<4.0.0)" , "mypy (<0.600)" ]
test = [ "pytest (==3.0.7)" , "hypothesis (==3.7.0)" , "tox (==2.6.0)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "eth-contract-registry"
2022-06-14 09:50:52 +02:00
version = "0.8.2"
2022-03-01 08:01:56 +01:00
description = "Ethereum Smart Contract key-value registry"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.6.0,<0.7.0"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "eth-erc20"
2022-06-14 09:50:52 +02:00
version = "0.4.0"
2022-03-01 08:01:56 +01:00
description = "ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens."
category = "main"
2022-04-26 20:20:35 +02:00
optional = true
2022-03-01 08:01:56 +01:00
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
confini = ">=0.6.1,<0.7.0"
2022-03-01 08:01:56 +01:00
potaahto = ">=0.1.1,<0.2.0"
[ package . source ]
type = "legacy"
2022-04-26 15:27:38 +02:00
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-hash"
version = "0.3.2"
description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3"
category = "main"
optional = false
python-versions = ">=3.5, <4"
[ package . dependencies ]
pycryptodome = { version = ">=3.6.6,<4" , optional = true , markers = "extra == \"pycryptodome\"" }
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "pytest-watch (>=4.1.0,<5)" , "wheel" , "twine" , "ipython" , "pytest (==5.4.1)" , "pytest-xdist" , "tox (==3.14.6)" , "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=5.0.0,<6)" , "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<1)" , "towncrier (>=19.2.0,<20)" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<1)" , "towncrier (>=19.2.0,<20)" ]
lint = [ "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=5.0.0,<6)" ]
pycryptodome = [ "pycryptodome (>=3.6.6,<4)" ]
pysha3 = [ "pysha3 (>=1.0.0,<2.0.0)" ]
test = [ "pytest (==5.4.1)" , "pytest-xdist" , "tox (==3.14.6)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-06-14 09:50:52 +02:00
[ [ package ] ]
name = "eth-keyfile"
version = "0.5.1"
description = "A library for handling the encrypted keyfiles used to store ethereum private keys."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
cytoolz = ">=0.9.0,<1.0.0"
eth-keys = ">=0.1.0-beta.4,<1.0.0"
eth-utils = ">=1.0.0-beta.1,<2.0.0"
pycryptodome = ">=3.4.7,<4.0.0"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-keys"
version = "0.3.4"
description = "Common API for Ethereum key operations."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
eth-typing = ">=2.2.1,<3.0.0"
eth-utils = ">=1.8.2,<2.0.0"
[ package . extras ]
coincurve = [ "coincurve (>=7.0.0,<13.0.0)" ]
dev = [ "tox (==3.20.0)" , "bumpversion (==0.5.3)" , "twine" , "eth-utils (>=1.8.2,<2.0.0)" , "eth-typing (>=2.2.1,<3.0.0)" , "flake8 (==3.0.4)" , "mypy (==0.782)" , "asn1tools (>=0.146.2,<0.147)" , "factory-boy (>=3.0.1,<3.1)" , "pyasn1 (>=0.4.5,<0.5)" , "pytest (==5.4.1)" , "hypothesis (>=5.10.3,<6.0.0)" , "eth-hash" , "eth-hash" ]
eth-keys = [ "eth-utils (>=1.8.2,<2.0.0)" , "eth-typing (>=2.2.1,<3.0.0)" ]
lint = [ "flake8 (==3.0.4)" , "mypy (==0.782)" ]
test = [ "asn1tools (>=0.146.2,<0.147)" , "factory-boy (>=3.0.1,<3.1)" , "pyasn1 (>=0.4.5,<0.5)" , "pytest (==5.4.1)" , "hypothesis (>=5.10.3,<6.0.0)" , "eth-hash" , "eth-hash" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-06-14 09:50:52 +02:00
[ [ package ] ]
name = "eth-rlp"
version = "0.2.1"
description = "eth-rlp: RLP definitions for common Ethereum objects in Python"
category = "dev"
optional = false
python-versions = ">=3.6, <4"
[ package . dependencies ]
eth-utils = ">=1.0.1,<2"
hexbytes = ">=0.1.0,<1"
rlp = ">=0.6.0,<3"
[ package . extras ]
dev = [ "Sphinx (>=1.6.5,<2)" , "bumpversion (>=0.5.3,<1)" , "eth-hash" , "flake8 (==3.7.9)" , "ipython" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=3.0.0,<4)" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist" , "pytest (==5.4.1)" , "sphinx-rtd-theme (>=0.1.9)" , "towncrier (>=19.2.0,<20)" , "tox (==3.14.6)" , "twine" , "wheel" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9)" , "towncrier (>=19.2.0,<20)" ]
lint = [ "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=3.0.0,<4)" ]
test = [ "eth-hash" , "pytest-xdist" , "pytest (==5.4.1)" , "tox (==3.14.6)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-tester"
2022-06-14 09:50:52 +02:00
version = "0.6.0b6"
2022-03-01 08:01:56 +01:00
description = "Tools for testing Ethereum applications."
category = "dev"
optional = false
python-versions = ">=3.6.8,<4"
[ package . dependencies ]
eth-abi = ">=2.0.0b4,<3.0.0"
2022-06-14 09:50:52 +02:00
eth-account = ">=0.5.6,<0.6.0"
eth-keys = ">=0.3.4,<0.4.0"
2022-03-01 08:01:56 +01:00
eth-utils = ">=1.4.1,<2.0.0"
rlp = ">=1.1.0,<3"
semantic-version = ">=2.6.0,<3.0.0"
[ package . extras ]
2022-06-14 09:50:52 +02:00
dev = [ "bumpversion (>=0.5.3,<1.0.0)" , "tox (>=2.9.1,<3.0.0)" , "wheel (>=0.30.0,<1.0.0)" , "pytest (>=6.2.5,<7)" , "pytest-xdist (>=2.0.0,<3)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" , "py-evm (==0.5.0a3)" , "flake8 (>=3.5.0,<4.0.0)" , "towncrier (==18.5.0)" , "eth-hash[pysha3] (>=0.1.4,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
docs = [ "towncrier (==18.5.0)" ]
2022-03-01 08:01:56 +01:00
lint = [ "flake8 (>=3.5.0,<4.0.0)" ]
2022-06-14 09:50:52 +02:00
py-evm = [ "py-evm (==0.5.0a3)" , "eth-hash[pysha3] (>=0.1.4,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
pyevm = [ "py-evm (==0.5.0a3)" , "eth-hash[pysha3] (>=0.1.4,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
test = [ "pytest (>=6.2.5,<7)" , "pytest-xdist (>=2.0.0,<3)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-token-index"
2022-06-14 09:50:52 +02:00
version = "0.3.1"
2022-03-01 08:01:56 +01:00
description = "Token symbol to address unique index"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.6.0,<0.7.0"
2022-06-14 09:50:52 +02:00
eth_erc20 = ">=0.4.0,<0.5.0"
2022-03-01 08:01:56 +01:00
[ package . extras ]
testing = [ "eth-tester (==0.5.0b2)" , "py-evm (==0.3.0a20)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "eth-typing"
version = "2.3.0"
description = "eth-typing: Common type annotations for ethereum python packages"
category = "main"
optional = false
python-versions = ">=3.5, <4"
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "pytest-watch (>=4.1.0,<5)" , "wheel" , "twine" , "ipython" , "pytest (>=4.4,<4.5)" , "pytest-xdist" , "tox (>=2.9.1,<3)" , "flake8 (==3.8.3)" , "isort (>=4.2.15,<5)" , "mypy (==0.782)" , "pydocstyle (>=3.0.0,<4)" , "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9)" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9)" ]
lint = [ "flake8 (==3.8.3)" , "isort (>=4.2.15,<5)" , "mypy (==0.782)" , "pydocstyle (>=3.0.0,<4)" ]
test = [ "pytest (>=4.4,<4.5)" , "pytest-xdist" , "tox (>=2.9.1,<3)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "eth-utils"
version = "1.10.0"
description = "eth-utils: Common utility functions for python code that interacts with Ethereum"
category = "main"
optional = false
python-versions = ">=3.5,!=3.5.2,<4"
[ package . dependencies ]
cytoolz = { version = ">=0.10.1,<1.0.0" , markers = "implementation_name == \"cpython\"" }
eth-hash = ">=0.3.1,<0.4.0"
eth-typing = ">=2.2.1,<3.0.0"
toolz = { version = ">0.8.2,<1" , markers = "implementation_name == \"pypy\"" }
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "pytest-watch (>=4.1.0,<5)" , "wheel (>=0.30.0,<1.0.0)" , "twine (>=1.13,<2)" , "ipython" , "hypothesis (>=4.43.0,<5.0.0)" , "pytest (==5.4.1)" , "pytest-xdist" , "tox (==3.14.6)" , "black (>=18.6b4,<19)" , "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.720)" , "pydocstyle (>=5.0.0,<6)" , "pytest (>=3.4.1,<4.0.0)" , "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<2)" , "towncrier (>=19.2.0,<20)" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<2)" , "towncrier (>=19.2.0,<20)" ]
lint = [ "black (>=18.6b4,<19)" , "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.720)" , "pydocstyle (>=5.0.0,<6)" , "pytest (>=3.4.1,<4.0.0)" ]
test = [ "hypothesis (>=4.43.0,<5.0.0)" , "pytest (==5.4.1)" , "pytest-xdist" , "tox (==3.14.6)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "funga"
2022-04-26 15:27:38 +02:00
version = "0.5.2"
2022-03-01 08:01:56 +01:00
description = "A signer and keystore daemon and library for cryptocurrency software development"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "funga-eth"
2022-06-14 09:50:52 +02:00
version = "0.6.1"
2022-03-01 08:01:56 +01:00
description = "Ethereum implementation of the funga keystore and signer"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
coincurve = "15.0.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.6.0,<0.7.0"
2022-06-14 09:50:52 +02:00
cryptography = "3.2.1"
2022-04-26 15:27:38 +02:00
funga = "0.5.2"
2022-06-14 09:50:52 +02:00
hexathon = ">=0.1.6,<0.2.0"
2022-03-01 08:01:56 +01:00
json-rpc = "1.13.0"
pycryptodome = "3.10.1"
pysha3 = "1.0.2"
rlp = "2.0.1"
[ package . extras ]
sql = [ "psycopg2 (==2.8.6)" , "sqlalchemy (==1.3.20)" ]
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "gitdb"
version = "4.0.9"
description = "Git Object Database"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "gitpython"
version = "3.1.27"
description = "GitPython is a python library used to interact with Git repositories"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "hexathon"
2022-06-14 09:50:52 +02:00
version = "0.1.7"
2022-03-01 08:01:56 +01:00
description = "Common and uncommon hex string operations"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "hexbytes"
version = "0.2.2"
description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output"
category = "dev"
optional = false
python-versions = ">=3.6, <4"
[ package . extras ]
dev = [ "Sphinx (>=1.6.5,<2)" , "bumpversion (>=0.5.3,<1)" , "eth-utils (>=1.0.1,<2)" , "flake8 (==3.7.9)" , "hypothesis (>=3.44.24,<4)" , "ipython" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=5.0.0,<6)" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist" , "pytest (==5.4.1)" , "sphinx-rtd-theme (>=0.1.9,<1)" , "towncrier (>=19.2.0,<20)" , "tox (==3.14.6)" , "twine" , "wheel" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9,<1)" , "towncrier (>=19.2.0,<20)" ]
lint = [ "flake8 (==3.7.9)" , "isort (>=4.2.15,<5)" , "mypy (==0.770)" , "pydocstyle (>=5.0.0,<6)" ]
test = [ "eth-utils (>=1.0.1,<2)" , "hypothesis (>=3.44.24,<4)" , "pytest-xdist" , "pytest (==5.4.1)" , "tox (==3.14.6)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "importlib-metadata"
2022-06-14 09:50:52 +02:00
version = "4.11.4"
2022-03-01 08:01:56 +01:00
description = "Read metadata from Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "importlib-resources (>=1.3)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "invoke"
2022-06-14 09:50:52 +02:00
version = "1.7.1"
2022-03-01 08:01:56 +01:00
description = "Pythonic task execution"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "isort"
version = "5.10.1"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
requirements_deprecated_finder = [ "pip-api" , "pipreqs" ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
plugins = [ "setuptools" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "jeepney"
2022-04-26 15:27:38 +02:00
version = "0.8.0"
2022-03-01 08:01:56 +01:00
description = "Low-level, pure Python DBus protocol wrapper."
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . extras ]
2022-04-26 15:27:38 +02:00
test = [ "pytest" , "pytest-trio" , "pytest-asyncio (>=0.17)" , "testpath" , "trio" , "async-timeout" ]
2022-03-01 08:01:56 +01:00
trio = [ "trio" , "async-generator" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "json-rpc"
version = "1.13.0"
description = "JSON-RPC transport implementation"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "jsonschema"
version = "3.2.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
attrs = ">=17.4.0"
pyrsistent = ">=0.14.0"
six = ">=1.11.0"
[ package . extras ]
format = [ "idna" , "jsonpointer (>1.13)" , "rfc3987" , "strict-rfc3339" , "webcolors" ]
format_nongpl = [ "idna" , "jsonpointer (>1.13)" , "webcolors" , "rfc3986-validator (>0.1.0)" , "rfc3339-validator" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "keyring"
2022-06-14 09:50:52 +02:00
version = "23.6.0"
2022-03-01 08:01:56 +01:00
description = "Store and access your passwords safely."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
importlib-metadata = { version = ">=3.6" , markers = "python_version < \"3.10\"" }
2022-03-01 08:01:56 +01:00
jeepney = { version = ">=0.4.2" , markers = "sys_platform == \"linux\"" }
pywin32-ctypes = { version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1" , markers = "sys_platform == \"win32\"" }
SecretStorage = { version = ">=3.2" , markers = "sys_platform == \"linux\"" }
[ package . extras ]
2022-06-14 09:50:52 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" , "jaraco.tidelift (>=1.4)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "lazy-object-proxy"
version = "1.7.1"
description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "lru-dict"
version = "1.1.7"
description = "An Dict like LRU container."
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "mccabe"
2022-04-26 15:27:38 +02:00
version = "0.7.0"
2022-03-01 08:01:56 +01:00
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.6"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "okota"
2022-06-14 09:50:52 +02:00
version = "0.4.1"
2022-03-01 08:01:56 +01:00
description = "Registries for CIC using the eth-address-index backend"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
chainlib-eth = ">=0.3.0,<0.4.0"
cic-contracts = ">=0.2.0,<0.3.0"
confini = ">=0.6.1,<0.7.0"
eth-accounts-index = ">=0.2.1,<0.3.0"
eth-address-index = ">=0.5.1,<0.6.0"
eth-contract-registry = ">=0.8.2,<0.9.0"
eth_erc20 = ">=0.4.0,<0.5.0"
funga-eth = ">=0.6.1,<0.7.0"
2022-03-01 08:01:56 +01:00
[ package . extras ]
testing = [ "eth-tester (==0.5.0b2)" , "py-evm (==0.3.0a20)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "parsimonious"
version = "0.8.1"
description = "(Soon to be) the fastest pure-Python PEG parser I could muster"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.9.0"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "phonenumbers"
version = "8.12.12"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "pkginfo"
2022-06-14 09:50:52 +02:00
version = "1.8.3"
2022-03-01 08:01:56 +01:00
description = "Query metadatdata from sdists / bdists / installed packages."
category = "dev"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2022-03-01 08:01:56 +01:00
[ package . extras ]
2022-06-14 09:50:52 +02:00
testing = [ "nose" , "coverage" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "platformdirs"
2022-04-26 15:27:38 +02:00
version = "2.5.2"
2022-03-01 08:01:56 +01:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-04-26 15:27:38 +02:00
docs = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" , "sphinx (>=4)" ]
test = [ "appdirs (==1.4.4)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" , "pytest (>=6)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "potaahto"
version = "0.1.1"
description = "Conversions and redundancy for poor data formatting choices"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "py-ecc"
2022-06-14 09:50:52 +02:00
version = "5.2.0"
2022-03-01 08:01:56 +01:00
description = "Elliptic curve crypto in python including secp256k1 and alt_bn128"
category = "dev"
optional = false
python-versions = ">=3.5, <4"
[ package . dependencies ]
cached-property = ">=1.5.1,<2"
eth-typing = ">=2.1.0,<3.0.0"
eth-utils = ">=1.3.0,<2"
mypy-extensions = ">=0.4.1"
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "twine" , "pytest (==3.10.1)" , "pytest-xdist (==1.26.0)" , "flake8 (==3.5.0)" , "mypy (==0.641)" , "mypy-extensions (>=0.4.1)" ]
lint = [ "flake8 (==3.5.0)" , "mypy (==0.641)" , "mypy-extensions (>=0.4.1)" ]
test = [ "pytest (==3.10.1)" , "pytest-xdist (==1.26.0)" ]
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "py-evm"
2022-06-14 09:50:52 +02:00
version = "0.5.0a3"
2022-03-01 08:01:56 +01:00
description = "Python implementation of the Ethereum Virtual Machine"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
cached-property = ">=1.5.1,<2"
eth-bloom = ">=1.0.3,<2.0.0"
2022-06-14 09:50:52 +02:00
eth-keys = ">=0.3.4,<0.4.0"
eth-typing = ">=2.3.0,<3.0.0"
2022-03-01 08:01:56 +01:00
eth-utils = ">=1.9.4,<2.0.0"
lru-dict = ">=1.1.6"
mypy-extensions = ">=0.4.1,<1.0.0"
2022-06-14 09:50:52 +02:00
py-ecc = ">=1.4.7,<6.0.0"
2022-03-01 08:01:56 +01:00
pyethash = ">=0.1.27,<1.0.0"
rlp = ">=2,<3"
trie = "2.0.0-alpha.5"
[ package . extras ]
benchmark = [ "termcolor (>=1.1.0,<2.0.0)" , "web3 (>=4.1.0,<5.0.0)" ]
2022-06-14 09:50:52 +02:00
dev = [ "bumpversion (>=0.5.3,<1)" , "wheel" , "setuptools (>=36.2.0)" , "idna (==2.7)" , "requests (>=2.20,<3)" , "tox (==2.7.0)" , "twine" , "cached-property (>=1.5.1,<2)" , "eth-bloom (>=1.0.3,<2.0.0)" , "eth-keys (>=0.3.4,<0.4.0)" , "eth-typing (>=2.3.0,<3.0.0)" , "eth-utils (>=1.9.4,<2.0.0)" , "lru-dict (>=1.1.6)" , "mypy-extensions (>=0.4.1,<1.0.0)" , "py-ecc (>=1.4.7,<6.0.0)" , "pyethash (>=0.1.27,<1.0.0)" , "rlp (>=2,<3)" , "trie (==2.0.0-alpha.5)" , "factory-boy (==2.11.1)" , "hypothesis (>=5,<6)" , "pexpect (>=4.6,<5)" , "pytest (>=6.2.4,<7)" , "pytest-asyncio (>=0.10.0,<0.11)" , "pytest-cov (==2.5.1)" , "pytest-timeout (>=1.4.2,<2)" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist (==2.3.0)" , "py-evm (>=0.2.0-alpha.14)" , "pysha3 (>=1.0.0,<2.0.0)" , "Sphinx (>=1.5.5,<1.8.0)" , "sphinx-rtd-theme (>=0.1.9)" , "sphinxcontrib-asyncio (>=0.2.0,<0.3)" , "towncrier (>=19.2.0,<20)" , "flake8 (==3.8.2)" , "flake8-bugbear (==20.1.4)" , "mypy (==0.782)" ]
2022-03-01 08:01:56 +01:00
doc = [ "py-evm (>=0.2.0-alpha.14)" , "pysha3 (>=1.0.0,<2.0.0)" , "Sphinx (>=1.5.5,<1.8.0)" , "sphinx-rtd-theme (>=0.1.9)" , "sphinxcontrib-asyncio (>=0.2.0,<0.3)" , "towncrier (>=19.2.0,<20)" ]
2022-06-14 09:50:52 +02:00
eth = [ "cached-property (>=1.5.1,<2)" , "eth-bloom (>=1.0.3,<2.0.0)" , "eth-keys (>=0.3.4,<0.4.0)" , "eth-typing (>=2.3.0,<3.0.0)" , "eth-utils (>=1.9.4,<2.0.0)" , "lru-dict (>=1.1.6)" , "mypy-extensions (>=0.4.1,<1.0.0)" , "py-ecc (>=1.4.7,<6.0.0)" , "pyethash (>=0.1.27,<1.0.0)" , "rlp (>=2,<3)" , "trie (==2.0.0-alpha.5)" ]
eth-extra = [ "blake2b-py (>=0.1.4,<0.2)" , "coincurve (>=13.0.0,<14.0.0)" , "plyvel (>=1.2.0,<2)" , "eth-hash" , "eth-hash" ]
2022-03-01 08:01:56 +01:00
lint = [ "flake8 (==3.8.2)" , "flake8-bugbear (==20.1.4)" , "mypy (==0.782)" ]
2022-06-14 09:50:52 +02:00
test = [ "factory-boy (==2.11.1)" , "hypothesis (>=5,<6)" , "pexpect (>=4.6,<5)" , "pytest (>=6.2.4,<7)" , "pytest-asyncio (>=0.10.0,<0.11)" , "pytest-cov (==2.5.1)" , "pytest-timeout (>=1.4.2,<2)" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist (==2.3.0)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
2022-06-14 09:50:52 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pycryptodome"
version = "3.10.1"
description = "Cryptographic library for Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "pyethash"
version = "0.1.27"
description = "Python wrappers for ethash, the ethereum proof of workhashing function"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "pygments"
2022-04-26 15:27:38 +02:00
version = "2.12.0"
2022-03-01 08:01:56 +01:00
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.6"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pylint"
2022-06-14 09:50:52 +02:00
version = "2.14.1"
2022-03-01 08:01:56 +01:00
description = "python code static checker"
category = "dev"
optional = false
2022-06-14 09:50:52 +02:00
python-versions = ">=3.7.2"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
2022-06-14 09:50:52 +02:00
astroid = ">=2.11.5,<=2.12.0-dev0"
2022-03-01 08:01:56 +01:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-04-26 15:27:38 +02:00
dill = ">=0.2"
2022-03-01 08:01:56 +01:00
isort = ">=4.2.5,<6"
2022-04-26 15:27:38 +02:00
mccabe = ">=0.6,<0.8"
2022-03-01 08:01:56 +01:00
platformdirs = ">=2.2.0"
2022-04-26 15:27:38 +02:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2022-06-14 09:50:52 +02:00
tomlkit = ">=0.10.1"
2022-03-01 08:01:56 +01:00
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
2022-04-26 15:27:38 +02:00
[ package . extras ]
2022-06-14 09:50:52 +02:00
spelling = [ "pyenchant (>=3.2,<4.0)" ]
testutils = [ "gitpython (>3)" ]
2022-04-26 15:27:38 +02:00
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pyparsing"
2022-06-14 09:50:52 +02:00
version = "3.0.9"
2022-04-26 15:27:38 +02:00
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-03-01 08:01:56 +01:00
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.6.8"
2022-03-01 08:01:56 +01:00
[ package . extras ]
2022-04-26 15:27:38 +02:00
diagrams = [ "railroad-diagrams" , "jinja2" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pyrsistent"
version = "0.18.1"
description = "Persistent/Functional/Immutable data structures"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pysha3"
version = "1.0.2"
description = "SHA-3 (Keccak) for Python 2.7 - 3.5"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "pytest-cov"
version = "2.10.1"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
coverage = ">=4.4"
pytest = ">=4.6"
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests (==2.0.2)" , "six" , "pytest-xdist" , "virtualenv" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "python-gitlab"
2022-06-14 09:50:52 +02:00
version = "3.5.0"
2022-03-01 08:01:56 +01:00
description = "Interact with GitLab API"
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.7.0"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
requests = ">=2.25.0"
requests-toolbelt = ">=0.9.1"
[ package . extras ]
2022-04-26 15:27:38 +02:00
autocompletion = [ "argcomplete (>=1.10.0,<3)" ]
2022-03-01 08:01:56 +01:00
yaml = [ "PyYaml (>=5.2)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "python-gnupg"
version = "0.4.7"
description = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "python-semantic-release"
2022-06-14 09:50:52 +02:00
version = "7.29.1"
2022-03-01 08:01:56 +01:00
description = "Automatic Semantic Versioning for Python projects"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
click = ">=7,<9"
click-log = ">=0.3,<1"
dotty-dict = ">=1.3.0,<2"
gitpython = ">=3.0.8,<4"
invoke = ">=1.4.1,<2"
2022-04-26 15:27:38 +02:00
python-gitlab = ">=2,<4"
2022-03-01 08:01:56 +01:00
requests = ">=2.25,<3"
semver = ">=2.10,<3"
2022-04-26 15:27:38 +02:00
tomlkit = ">=0.10.0,<0.11.0"
2022-03-01 08:01:56 +01:00
twine = ">=3,<4"
[ package . extras ]
dev = [ "tox" , "isort" , "black" ]
2022-06-14 09:50:52 +02:00
docs = [ "Sphinx (==1.3.6)" , "Jinja2 (==3.0.3)" ]
2022-03-01 08:01:56 +01:00
mypy = [ "mypy" , "types-requests" ]
test = [ "coverage (>=5,<6)" , "pytest (>=5,<6)" , "pytest-xdist (>=1,<2)" , "pytest-mock (>=2,<3)" , "responses (==0.13.3)" , "mock (==1.3.0)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "pywin32-ctypes"
version = "0.2.0"
description = ""
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "readme-renderer"
2022-04-26 15:27:38 +02:00
version = "35.0"
2022-03-01 08:01:56 +01:00
description = "readme_renderer is a library for rendering \"readme\" descriptions for Warehouse"
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
bleach = ">=2.1.0"
docutils = ">=0.13.1"
Pygments = ">=2.5.1"
[ package . extras ]
2022-04-26 15:27:38 +02:00
md = [ "cmarkgfm (>=0.8.0)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "requests"
version = "2.26.0"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "requests-toolbelt"
version = "0.9.1"
description = "A utility belt for advanced users of python-requests"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">=2.0.1,<3.0.0"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "rfc3986"
version = "2.0.0"
description = "Validating URI References per RFC 3986"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
idna2008 = [ "idna" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "rlp"
version = "2.0.1"
description = "A package for Recursive Length Prefix encoding and decoding"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
eth-utils = ">=1.0.2,<2"
[ package . extras ]
dev = [ "Sphinx (>=1.6.5,<2)" , "bumpversion (>=0.5.3,<1)" , "flake8 (==3.4.1)" , "hypothesis (==5.19.0)" , "ipython" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist" , "pytest (==5.4.3)" , "setuptools (>=36.2.0)" , "sphinx-rtd-theme (>=0.1.9)" , "tox (>=2.9.1,<3)" , "twine" , "wheel" ]
doc = [ "Sphinx (>=1.6.5,<2)" , "sphinx-rtd-theme (>=0.1.9)" ]
lint = [ "flake8 (==3.4.1)" ]
rust-backend = [ "rusty-rlp (>=0.1.15,<0.2)" ]
test = [ "hypothesis (==5.19.0)" , "pytest (==5.4.3)" , "tox (>=2.9.1,<3)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "secretstorage"
2022-04-26 15:27:38 +02:00
version = "3.3.2"
2022-03-01 08:01:56 +01:00
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cryptography = ">=2.0"
jeepney = ">=0.6"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "semantic-version"
2022-06-14 09:50:52 +02:00
version = "2.10.0"
2022-03-01 08:01:56 +01:00
description = "A library implementing the 'SemVer' scheme."
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . extras ]
dev = [ "Django (>=1.11)" , "nose2" , "tox" , "check-manifest" , "coverage" , "flake8" , "wheel" , "zest.releaser" , "readme-renderer (<25.0)" , "colorama (<=0.4.1)" ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "semver"
version = "2.13.0"
description = "Python helper for Semantic Versioning (http://semver.org/)"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "setuptools-scm"
version = "6.4.2"
description = "the blessed package to manage your versions by scm tags"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
packaging = ">=20.0"
tomli = ">=1.0.0"
[ package . extras ]
test = [ "pytest (>=6.2)" , "virtualenv (>20)" ]
toml = [ "setuptools (>=42)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "smmap"
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "tomlkit"
2022-04-26 15:27:38 +02:00
version = "0.10.2"
2022-03-01 08:01:56 +01:00
description = "Style preserving TOML library"
category = "dev"
optional = false
2022-04-26 15:27:38 +02:00
python-versions = ">=3.6,<4.0"
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "toolz"
version = "0.11.2"
description = "List processing tools and functional utilities"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "tqdm"
2022-04-26 15:27:38 +02:00
version = "4.64.0"
2022-03-01 08:01:56 +01:00
description = "Fast, Extensible Progress Meter"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
2022-04-26 15:27:38 +02:00
slack = [ "slack-sdk" ]
2022-03-01 08:01:56 +01:00
telegram = [ "requests" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "trie"
version = "2.0.0a5"
description = "Python implementation of the Ethereum Trie structure"
category = "dev"
optional = false
python-versions = ">=3.6,<4"
[ package . dependencies ]
eth-hash = ">=0.1.0,<1.0.0"
eth-utils = ">=1.6.1,<2.0.0"
hexbytes = ">=0.2.0,<0.3.0"
rlp = ">=1,<3"
sortedcontainers = ">=2.1.0,<3"
typing-extensions = ">=3.7.4,<4"
[ package . extras ]
dev = [ "bumpversion (>=0.5.3,<1)" , "eth-hash (>=0.1.0,<1.0.0)" , "flake8 (==3.8.1)" , "hypothesis (>=5.10.4,<6)" , "pycryptodome" , "pytest-xdist (>=1.31.0,<2)" , "tox (>=2.6.0,<3)" , "twine" , "wheel" ]
lint = [ "flake8 (==3.8.1)" ]
test = [ "hypothesis (>=5.10.4,<6)" , "pycryptodome" , "pytest-xdist (>=1.31.0,<2)" , "tox (>=2.6.0,<3)" ]
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "twine"
version = "3.8.0"
description = "Collection of utilities for publishing packages on PyPI"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = ">=0.4.3"
importlib-metadata = ">=3.6"
keyring = ">=15.1"
pkginfo = ">=1.8.1"
readme-renderer = ">=21.0"
requests = ">=2.20"
requests-toolbelt = ">=0.8.0,<0.9.0 || >0.9.0"
rfc3986 = ">=1.4.0"
tqdm = ">=4.14"
urllib3 = ">=1.26.0"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "typing-extensions"
version = "3.10.0.2"
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "urllib3"
2022-04-26 15:27:38 +02:00
version = "1.26.9"
2022-03-01 08:01:56 +01:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2022-04-26 15:27:38 +02:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2022-03-01 08:01:56 +01: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)" ]
[ package . source ]
type = "legacy"
2022-04-26 15:27:38 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "vobject"
version = "0.9.6.1"
description = "A full-featured Python package for parsing and creating iCalendar and vCard files"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
python-dateutil = ">=2.4.0"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "websocket-client"
version = "0.57.0"
description = "WebSocket client for Python. hybi13 is supported."
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
six = "*"
[ package . source ]
type = "legacy"
url = "https://pip.grassrootseconomics.net"
reference = "grassroots_"
[ [ package ] ]
name = "wrapt"
2022-06-14 09:50:52 +02:00
version = "1.14.1"
2022-03-01 08:01:56 +01:00
description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "zipp"
2022-04-26 15:27:38 +02:00
version = "3.8.0"
2022-03-01 08:01:56 +01:00
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-04-26 15:27:38 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "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 (>=0.9.1)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ extras ]
2022-04-26 20:20:35 +02:00
eth = [ "chainlib-eth" , "eth-token-index" , "eth-address-index" , "okota" , "cic-eth-registry" , "cic-contracts" ]
2022-03-01 08:01:56 +01:00
[ metadata ]
lock-version = "1.1"
python-versions = "^3.8"
2022-06-14 09:50:52 +02:00
content-hash = "a47cb88c5ce25fceac4763f26e9bd3e3e2a684d0324239a40a1555a4679169ba"
2022-03-01 08:01:56 +01:00
[ metadata . files ]
2022-06-14 09:50:52 +02:00
aiee = [ ]
2022-04-26 15:27:38 +02:00
asn1crypto = [
{ file = "asn1crypto-1.5.1-py2.py3-none-any.whl" , hash = "sha256:db4e40728b728508912cbb3d44f19ce188f218e9eba635821bb4b68564f8fd67" } ,
{ file = "asn1crypto-1.5.1.tar.gz" , hash = "sha256:13ae38502be632115abf8a24cbe5f4da52e3b5231990aff31123c805306ccb9c" } ,
]
2022-03-01 08:01:56 +01:00
astroid = [
2022-06-14 09:50:52 +02:00
{ file = "astroid-2.11.6-py3-none-any.whl" , hash = "sha256:ba33a82a9a9c06a5ceed98180c5aab16e29c285b828d94696bf32d6015ea82a9" } ,
{ file = "astroid-2.11.6.tar.gz" , hash = "sha256:4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6" } ,
2022-03-01 08:01:56 +01:00
]
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 = [ ]
2022-06-14 09:50:52 +02:00
bitarray = [
{ file = "bitarray-2.5.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:aba39ecdf648dad3a8b94de02453c75abb31596d71dc3a5d5eff92b05ed5477b" } ,
{ file = "bitarray-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2b4c52c9054be0363a5048f161df98c78c57c92beca91961bce4d6bbed667392" } ,
{ file = "bitarray-2.5.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:20fb3ef4901475431dd62f3460674208745e1171925b89dadee154ca581cbdb2" } ,
{ file = "bitarray-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d7fb4b32b1bc7a2f1c977866a4f14e5e9416608fd9bad468f8bb5d9c96eec9ac" } ,
{ file = "bitarray-2.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9f5babc13ebf79c1b6e2d42cecb16c142ebbb135a5c7e38fe1dd426871a75496" } ,
{ file = "bitarray-2.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:45eadfe229aa5b2877329a07da28ef68371ace57a519a5a477f6080f9e87b7b4" } ,
{ file = "bitarray-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:887738314d4c4ef8f1f015211d56d078e7c9b3ff7898387374191e6662b72191" } ,
{ file = "bitarray-2.5.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a29be32a4331ed5940b9b0b75fa2541b844b2161350108500851298b6be0715f" } ,
{ file = "bitarray-2.5.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:92293d8a5620eb323369985d2d7e9a3ed0a51c348ec11d9f699a79f03ff90266" } ,
{ file = "bitarray-2.5.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:171a0f2d1b4f5d6e950fb8e4c5fc205116c72f575bd44a56cd890c8bfc3c5a4c" } ,
{ file = "bitarray-2.5.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:1791c532cb0c5ea70e7c563dafa5251ff6cdbd8e68119fcd6097d9cddd4e08e2" } ,
{ file = "bitarray-2.5.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:1c5019a406bfbbfa4853b22541fab4b8cd8da8910d9e0728940d035651103228" } ,
{ file = "bitarray-2.5.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:1c303d7b4fab60e30841a4b2db5057521f1f1edaeba3fa65bf17ef2ec168bbbe" } ,
{ file = "bitarray-2.5.1-cp310-cp310-win32.whl" , hash = "sha256:90224767651a85f988160b3b0fc7319a408b4892a81acb5aa8d47c8ec83b7e90" } ,
{ file = "bitarray-2.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:4298e7efb4bbbd6c38eb2b47c50454dcb481993e523d80afe786c96f773b838a" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:7511632e9f64b4dddb40a8e7cc0352274b064b641b24335ddfaae2cb7929adba" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2f116b7af9de43eb029c5b4e6e55d708c75c139065acf6e4a3a137d5966c0d2" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d7744c501b90336e96534e2f8e9e4a7651c47bfd99b01db1a327fe94548217b4" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5d7460084ef08cde29af868fde235cb918b99945f63435e54e347629fde6ccdb" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d8959252ab7bab3bf7a1df8178ba48ccee0e76b3646f067f15a0737e1ea8260d" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:364602ce9d92b7ecc7bd99680f8b65fb84912ed04e457b8ed372fd02a6bd4809" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:938bed547915ebafad8e6cc491c3858ed1de4768da6c75a7308d24bd74e0a2e5" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:2b4b4d0a62681445bf19e29336b9ac85d45a9af3dcf93775dd3a2240029b2dd3" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:0debd8431eab8c0bd4d0c35c962e252cef5276a540d6df1397f4f468931a8380" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:631a8942445e306d95b312f2a73067bef615bea82d4dbfcd8281d1852e4182f4" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:1f06480d5a4c644aa4f5d487ed9e0d22424b91c8adefce95d96e84a8ad76e893" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-win32.whl" , hash = "sha256:506baff0f065e0be920f7aafc0e6270202f564eae357c3b1879e88f33375da2d" } ,
{ file = "bitarray-2.5.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:14e6888579bb4f84db0aa604b157da2c814524e02937941d05ce43e76ae680f0" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:643ef1b8f07eaa77e5a5114c0d1c779536cab598e9c410fa38775f4ab571e567" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5bc014119a14f6ad7fa45c1e69032873ba452f88749798659f5391675caff3de" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:074eb21d9c3f16af1297f81f9b0d6606c6555748a31ebc6977baaa55b62be83d" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:79e41159b6c45ebe304feac113a5ce23117d04e80f2f25fed83d6e73f1d510b6" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c9df541c2ee7fef43c60e3ad361edf8f3a0dcf1d62cc536f73108984f9f6ab3" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6827a674b586bf8376042513fa774c500ae130c940728ef3df6e7214a5221d36" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:12b86f00550a0562586319b4c294060d7ec5051f583f241a83eb497a5294f538" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:f347263a36d6d7be27ae55c5d0697ef22134841c4f19adb600dcaeedcad8c4ac" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:a15791a13253d138d0eee433f582ea54fbc9580bcd1d6ecb1964d87c5fc2b0e5" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:9e4196098e45e67e644de10586ef1838157f18a924d8d3aecde2342b04aed48d" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:af42bf25e40d5cd12f0772a1fe0fa402605f341cecb8b25786e3672ffcb698ed" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-win32.whl" , hash = "sha256:018f785b3451bed5cab0b7c24fba43276e888e376594dab2a22b6a3254b8e5c5" } ,
{ file = "bitarray-2.5.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:6cdf79279da7f874af593ee1e6197a083c040b023b06d77a87d501210331c9ab" } ,
{ file = "bitarray-2.5.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:f674783a0012c9c15d8d57e5be87fdfe20b2f0186a4c36b954cf271b34fba12f" } ,
{ file = "bitarray-2.5.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:71bd233b76844d7bf57f36a8417d16643368d8ab85b5b39373defa0f0024c9dd" } ,
{ file = "bitarray-2.5.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:dd46116314e805d2f7d2ab4085358b2ea39ae5f7561ccb5509474fd24d2d5c20" } ,
{ file = "bitarray-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d472110dbe289f852fcc9a01164225c4f1351ff502f8e7da18cd6f2801eef923" } ,
{ file = "bitarray-2.5.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9e21104b14dfb61f4eb25e49ac2593f055296b74bc86d0226a0bf413193c4ab1" } ,
{ file = "bitarray-2.5.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c100cde3bc0fc7ff35e12c4e1ddcfa8a7a079ec0c0c2a6e98e7f208e5bbcf845" } ,
{ file = "bitarray-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80ecf7e5dd10b9637c2ad12a15900605d2597f8f83e7b070e09f71ddf044a445" } ,
{ file = "bitarray-2.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:07fc532b29c1d7b28d0127b46783fed03f4020e92587c8a1fb476ee5b43efe98" } ,
{ file = "bitarray-2.5.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:87df0a8d7143e1a81992be4823c5b2ee73357795fde146368759db93d9359dbc" } ,
{ file = "bitarray-2.5.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:f2ff4df0ba170a6076cb72b21054bd9f67779d3f0466f22d70d2b4cdae3bb53f" } ,
{ file = "bitarray-2.5.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:00b42b50ec0c1634c14983a1a9805e61d9fee8b58f323475da217f5e6735b015" } ,
{ file = "bitarray-2.5.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:155404f42205c5666f10fbf6bb84e1aa24fab8b3bd5188a8fe1dc5114ddc73df" } ,
{ file = "bitarray-2.5.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:c6cad54ce5b41a0b0661980fbbe22c2a372df5c6516625ba5d6fcfa2136b7326" } ,
{ file = "bitarray-2.5.1-cp38-cp38-win32.whl" , hash = "sha256:81e5c1fb6ddbb8ca9eace906538e9715ec7151a818172230c231479722e28b2f" } ,
{ file = "bitarray-2.5.1-cp38-cp38-win_amd64.whl" , hash = "sha256:90ab3c6f1b4ef350154d4ef1161a0f7bb2ed2383fb1bb753f7380d5d2ab4565c" } ,
{ file = "bitarray-2.5.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:021b0e76d42ed3634305210ec1a8fc320607ce842eefd3a54742054deb339d8f" } ,
{ file = "bitarray-2.5.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:37d561ecb5be12680213cd91cde4e142e6aa27c8251f63f36deec07d554a06b9" } ,
{ file = "bitarray-2.5.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:029e21fe4f3b967142a27b1c43283333d621bb66a8f8f6d23f694f0934a1ea2c" } ,
{ file = "bitarray-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:014f08d6c060ebb39c5ff4c122f3d7ed7e7b45d95ce95a59f7f99fc29d7333cf" } ,
{ file = "bitarray-2.5.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7fb60b48a5d0d03858ae1222cbc7517335f03ea324a3409a2ccc1e1b6da082dc" } ,
{ file = "bitarray-2.5.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c638b476bcdddea785b3c27d9ec484067a51277c0e751d02cc9321e434eed321" } ,
{ file = "bitarray-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e8d92604505640b73e2951892e2a2d004d8332fd52a22b47d60fb68e0770dda2" } ,
{ file = "bitarray-2.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3d3f5b5a12eb7dab634ea10ed819101c929e01ded93941b2f0fadcbee1b5ec0b" } ,
{ file = "bitarray-2.5.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:a9086c5bd295d69381fca7b805c9e28484653611e28898e01ad28a01133a8872" } ,
{ file = "bitarray-2.5.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:486f4ea7bf03b16aeee276ebff99b7e6428ff5f7d089e810c13a948280381282" } ,
{ file = "bitarray-2.5.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:1b4392b6c409f3ed1bba862ed1790ca34f7a3d847fd07caae01a3b672b50f0f6" } ,
{ file = "bitarray-2.5.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:4ce285b1e4414568cb6f8e669c894adbaef3e558cb4d97be5a134fed4f020cba" } ,
{ file = "bitarray-2.5.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9e7752bbd0bd9243287de4757c4c732807301bd5edff9855cfcf87164fac1c33" } ,
{ file = "bitarray-2.5.1-cp39-cp39-win32.whl" , hash = "sha256:456b164dd15bb8ab4fe044c09a9788f851fd6f49fcbc8cbdd233891a205cb44d" } ,
{ file = "bitarray-2.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:bea1ea63a709af3fdd3c901d1d77f80827627e483fc28d2e0da097097e2f1bda" } ,
{ file = "bitarray-2.5.1.tar.gz" , hash = "sha256:8d38f60751008099a659d5acfb35ef4150183effd5b2bfa6c10199270ddf4c9c" } ,
]
2022-03-01 08:01:56 +01:00
black = [
2022-04-26 15:27:38 +02:00
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:2497f9c2386572e28921fa8bec7be3e51de6801f7459dffd6e62492531c47e09" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5795a0375eb87bfe902e80e0c8cfaedf8af4d49694d69161e5bd3206c18618bb" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e3556168e2e5c49629f7b0f377070240bd5511e45e25a4497bb0073d9dda776a" } ,
{ file = "black-22.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:67c8301ec94e3bcc8906740fe071391bce40a862b7be0b86fb5382beefecd968" } ,
{ file = "black-22.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:fd57160949179ec517d32ac2ac898b5f20d68ed1a9c977346efbac9c2f1e779d" } ,
{ file = "black-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cc1e1de68c8e5444e8f94c3670bb48a2beef0e91dddfd4fcc29595ebd90bb9ce" } ,
{ file = "black-22.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d2fc92002d44746d3e7db7cf9313cf4452f43e9ea77a2c939defce3b10b5c82" } ,
{ file = "black-22.3.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:a6342964b43a99dbc72f72812bf88cad8f0217ae9acb47c0d4f141a6416d2d7b" } ,
{ file = "black-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:328efc0cc70ccb23429d6be184a15ce613f676bdfc85e5fe8ea2a9354b4e9015" } ,
{ file = "black-22.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06f9d8846f2340dfac80ceb20200ea5d1b3f181dd0556b47af4e8e0b24fa0a6b" } ,
{ file = "black-22.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:ad4efa5fad66b903b4a5f96d91461d90b9507a812b3c5de657d544215bb7877a" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8477ec6bbfe0312c128e74644ac8a02ca06bcdb8982d4ee06f209be28cdf163" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:637a4014c63fbf42a692d22b55d8ad6968a946b4a6ebc385c5505d9625b6a464" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:863714200ada56cbc366dc9ae5291ceb936573155f8bf8e9de92aef51f3ad0f0" } ,
{ file = "black-22.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10dbe6e6d2988049b4655b2b739f98785a884d4d6b85bc35133a8fb9a2233176" } ,
{ file = "black-22.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:cee3e11161dde1b2a33a904b850b0899e0424cc331b7295f2a9698e79f9a69a0" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5891ef8abc06576985de8fa88e95ab70641de6c1fca97e2a15820a9b69e51b20" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:30d78ba6bf080eeaf0b7b875d924b15cd46fec5fd044ddfbad38c8ea9171043a" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ee8f1f7228cce7dffc2b464f07ce769f478968bfb3dd1254a4c2eeed84928aad" } ,
{ file = "black-22.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6ee227b696ca60dd1c507be80a6bc849a5a6ab57ac7352aad1ffec9e8b805f21" } ,
{ file = "black-22.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:9b542ced1ec0ceeff5b37d69838106a6348e60db7b8fdd245294dc1d26136265" } ,
{ file = "black-22.3.0-py3-none-any.whl" , hash = "sha256:bc58025940a896d7e5356952228b68f793cf5fcb342be703c3a2669a1488cb72" } ,
{ file = "black-22.3.0.tar.gz" , hash = "sha256:35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79" } ,
2022-03-01 08:01:56 +01:00
]
bleach = [
2022-04-26 15:27:38 +02:00
{ file = "bleach-5.0.0-py3-none-any.whl" , hash = "sha256:08a1fe86d253b5c88c92cc3d810fd8048a16d15762e1e5b74d502256e5926aa1" } ,
{ file = "bleach-5.0.0.tar.gz" , hash = "sha256:c6d6cc054bdc9c83b48b8083e236e5f00f238428666d2ce2e083eaa5fd568565" } ,
2022-03-01 08:01:56 +01:00
]
cached-property = [ ]
2022-04-27 09:22:58 +02:00
cbor2 = [
2022-06-14 09:50:52 +02:00
{ file = "cbor2-5.4.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8a643b19ace1584043bbf4e2d0b4fae8bebd6b6ffab14ea6478d3ff07f58e854" } ,
{ file = "cbor2-5.4.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e10f2f4fcf5ab6a8b24d22f7109f48cad8143f669795899370170d7b36ed309f" } ,
{ file = "cbor2-5.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2de925608dc6d73cd1aab08800bff38f71f90459c15db3a71a67023b0fc697da" } ,
{ file = "cbor2-5.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:62fc15bfe187e4994c457e6055687514c417d6099de62dd33ae766561f05847e" } ,
{ file = "cbor2-5.4.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:3843a9bb970343e9c896aa71a34fa80983cd0ddec6eacdb2284b5e83f4ee7511" } ,
{ file = "cbor2-5.4.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b35c5d4d14fe804f718d5a5968a528970d2a7046aa87045538f189a98e5c7055" } ,
{ file = "cbor2-5.4.3-cp310-cp310-win_amd64.whl" , hash = "sha256:0a3a1b2f6b83ab4ce806df48360cc16d34cd315f17549dbda9fdd371bea04497" } ,
{ file = "cbor2-5.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4b09ff6148a8cd529512479a1d6521fb7687fb03b448973933c3b03711d00bfc" } ,
{ file = "cbor2-5.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d21ccd1ec802e88dba1c373724a09538a0237116ab589c5301ca4c59478f7c10" } ,
{ file = "cbor2-5.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c07975f956baddb8dfeca4966f1871fd2482cb36af24c461f763732a44675225" } ,
{ file = "cbor2-5.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:9538ab1b4207e76ee02a52362d77e312921ec1dc75b6fb42182887d87d0ca53e" } ,
{ file = "cbor2-5.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:cbca58220f52fd50d8985e4079e10c71196d538fb6685f157f608a29253409a4" } ,
{ file = "cbor2-5.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:c617c7f94936d65ed9c8e99c6c03e3dc83313d69c6bfea810014ec658e9b1a9d" } ,
{ file = "cbor2-5.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:70789805b9aebd215626188aa05bb09908ed51e3268d4db5ae6a08276efdbcb1" } ,
{ file = "cbor2-5.4.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0e4ae67a697c664b579b87c4ef9d60e26c146b95bff443a9a38abb16f6981ff0" } ,
{ file = "cbor2-5.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ab6c934806759d453a9bb5318f2703c831e736be005ac35d5bd5cf2093ba57b1" } ,
{ file = "cbor2-5.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:981b9ffc4f2947a0f030e71ce5eac31334bc81369dd57c6c1273c94c6cdb0b5a" } ,
{ file = "cbor2-5.4.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:cbe7cdeed26cd8ec2dcfed2b8876bc137ad8b9e0abb07aa5fb05770148a4b5c7" } ,
{ file = "cbor2-5.4.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6bc8c5606aa0ae510bdb3c7d987f92df39ef87d09e0f0588a4d1daffd3cb0453" } ,
{ file = "cbor2-5.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:5c50da4702ac5ca3a8e7cb9f34f62b4ea91bc81b76c2fba03888b366da299cd8" } ,
{ file = "cbor2-5.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:37ae0ce5afe864d1a1c5b05becaf8aaca7b7131cb7b0b935d7e79b29fb1cea28" } ,
{ file = "cbor2-5.4.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:2f30f7ef329ea6ec630ceabe5a539fed407b9c81e27e2322644e3efbbd1b2a76" } ,
{ file = "cbor2-5.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d549abea7115c8a0d7c61a31a895c031f902a7b4c875f9efd8ce41e466baf83a" } ,
{ file = "cbor2-5.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6fab0e00c28305db59f7005150447d08dd13da6a82695a2132c28beba590fd2c" } ,
{ file = "cbor2-5.4.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:20291dad09cf9c4e5f434d376dd9d60f5ab5e066b308005f50e7c5e22e504214" } ,
{ file = "cbor2-5.4.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5aaf3406c9d661d11f87e792edb9a38561dba1441afba7fb883d6d963e67f32c" } ,
{ file = "cbor2-5.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:4e8590193fcbbb9477010ca0f094f6540a5e723965c90eea7a37edbe75f0ec4d" } ,
{ file = "cbor2-5.4.3.tar.gz" , hash = "sha256:62b863c5ee6ced4032afe948f3c1484f375550995d3b8498145237fe28e546c2" } ,
]
certifi = [
{ file = "certifi-2022.5.18.1-py3-none-any.whl" , hash = "sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a" } ,
{ file = "certifi-2022.5.18.1.tar.gz" , hash = "sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7" } ,
2022-04-27 09:22:58 +02:00
]
2022-03-01 08:01:56 +01:00
cffi = [
{ file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win32.whl" , hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382" } ,
{ file = "cffi-1.15.0-cp310-cp310-win32.whl" , hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55" } ,
{ file = "cffi-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0" } ,
{ file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win32.whl" , hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc" } ,
{ file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win32.whl" , hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029" } ,
{ file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6" } ,
{ file = "cffi-1.15.0-cp38-cp38-win32.whl" , hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c" } ,
{ file = "cffi-1.15.0-cp38-cp38-win_amd64.whl" , hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8" } ,
{ file = "cffi-1.15.0-cp39-cp39-win32.whl" , hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a" } ,
{ file = "cffi-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139" } ,
{ file = "cffi-1.15.0.tar.gz" , hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954" } ,
]
2022-06-14 09:50:52 +02:00
chainlib = [ ]
2022-03-01 08:01:56 +01:00
chainlib-eth = [ ]
charset-normalizer = [
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
]
cic-contracts = [ ]
cic-eth-registry = [ ]
cic-types = [ ]
click = [
2022-06-14 09:50:52 +02:00
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
2022-03-01 08:01:56 +01:00
]
click-log = [
2022-04-26 15:27:38 +02:00
{ file = "click-log-0.4.0.tar.gz" , hash = "sha256:3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975" } ,
{ file = "click_log-0.4.0-py2.py3-none-any.whl" , hash = "sha256:a43e394b528d52112af599f2fc9e4b7cf3c15f94e53581f74fa6867e68c91756" } ,
2022-03-01 08:01:56 +01:00
]
coincurve = [ ]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
2022-06-14 09:50:52 +02:00
confini = [ ]
2022-03-01 08:01:56 +01:00
coverage = [
2022-06-14 09:50:52 +02:00
{ file = "coverage-6.4.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f1d5aa2703e1dab4ae6cf416eb0095304f49d004c39e9db1d86f57924f43006b" } ,
{ file = "coverage-6.4.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:4ce1b258493cbf8aec43e9b50d89982346b98e9ffdfaae8ae5793bc112fb0068" } ,
{ file = "coverage-6.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:83c4e737f60c6936460c5be330d296dd5b48b3963f48634c53b3f7deb0f34ec4" } ,
{ file = "coverage-6.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:84e65ef149028516c6d64461b95a8dbcfce95cfd5b9eb634320596173332ea84" } ,
{ file = "coverage-6.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f69718750eaae75efe506406c490d6fc5a6161d047206cc63ce25527e8a3adad" } ,
{ file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e57816f8ffe46b1df8f12e1b348f06d164fd5219beba7d9433ba79608ef011cc" } ,
{ file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749" } ,
{ file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:75ab269400706fab15981fd4bd5080c56bd5cc07c3bccb86aab5e1d5a88dc8f4" } ,
{ file = "coverage-6.4.1-cp310-cp310-win32.whl" , hash = "sha256:a7f3049243783df2e6cc6deafc49ea123522b59f464831476d3d1448e30d72df" } ,
{ file = "coverage-6.4.1-cp310-cp310-win_amd64.whl" , hash = "sha256:ee2ddcac99b2d2aec413e36d7a429ae9ebcadf912946b13ffa88e7d4c9b712d6" } ,
{ file = "coverage-6.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fb73e0011b8793c053bfa85e53129ba5f0250fdc0392c1591fd35d915ec75c46" } ,
{ file = "coverage-6.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982" } ,
{ file = "coverage-6.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:87f4f3df85aa39da00fd3ec4b5abeb7407e82b68c7c5ad181308b0e2526da5d4" } ,
{ file = "coverage-6.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:961e2fb0680b4f5ad63234e0bf55dfb90d302740ae9c7ed0120677a94a1590cb" } ,
{ file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:cec3a0f75c8f1031825e19cd86ee787e87cf03e4fd2865c79c057092e69e3a3b" } ,
{ file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:129cd05ba6f0d08a766d942a9ed4b29283aff7b2cccf5b7ce279d50796860bb3" } ,
{ file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:bf5601c33213d3cb19d17a796f8a14a9eaa5e87629a53979a5981e3e3ae166f6" } ,
{ file = "coverage-6.4.1-cp37-cp37m-win32.whl" , hash = "sha256:269eaa2c20a13a5bf17558d4dc91a8d078c4fa1872f25303dddcbba3a813085e" } ,
{ file = "coverage-6.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:f02cbbf8119db68455b9d763f2f8737bb7db7e43720afa07d8eb1604e5c5ae28" } ,
{ file = "coverage-6.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ffa9297c3a453fba4717d06df579af42ab9a28022444cae7fa605af4df612d54" } ,
{ file = "coverage-6.4.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:145f296d00441ca703a659e8f3eb48ae39fb083baba2d7ce4482fb2723e050d9" } ,
{ file = "coverage-6.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d44996140af8b84284e5e7d398e589574b376fb4de8ccd28d82ad8e3bea13" } ,
{ file = "coverage-6.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2bd9a6fc18aab8d2e18f89b7ff91c0f34ff4d5e0ba0b33e989b3cd4194c81fd9" } ,
{ file = "coverage-6.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3384f2a3652cef289e38100f2d037956194a837221edd520a7ee5b42d00cc605" } ,
{ file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9b3e07152b4563722be523e8cd0b209e0d1a373022cfbde395ebb6575bf6790d" } ,
{ file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1480ff858b4113db2718848d7b2d1b75bc79895a9c22e76a221b9d8d62496428" } ,
{ file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:865d69ae811a392f4d06bde506d531f6a28a00af36f5c8649684a9e5e4a85c83" } ,
{ file = "coverage-6.4.1-cp38-cp38-win32.whl" , hash = "sha256:664a47ce62fe4bef9e2d2c430306e1428ecea207ffd68649e3b942fa8ea83b0b" } ,
{ file = "coverage-6.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:26dff09fb0d82693ba9e6231248641d60ba606150d02ed45110f9ec26404ed1c" } ,
{ file = "coverage-6.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d9c80df769f5ec05ad21ea34be7458d1dc51ff1fb4b2219e77fe24edf462d6df" } ,
{ file = "coverage-6.4.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:39ee53946bf009788108b4dd2894bf1349b4e0ca18c2016ffa7d26ce46b8f10d" } ,
{ file = "coverage-6.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f5b66caa62922531059bc5ac04f836860412f7f88d38a476eda0a6f11d4724f4" } ,
{ file = "coverage-6.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fd180ed867e289964404051a958f7cccabdeed423f91a899829264bb7974d3d3" } ,
{ file = "coverage-6.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:84631e81dd053e8a0d4967cedab6db94345f1c36107c71698f746cb2636c63e3" } ,
{ file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:8c08da0bd238f2970230c2a0d28ff0e99961598cb2e810245d7fc5afcf1254e8" } ,
{ file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:d42c549a8f41dc103a8004b9f0c433e2086add8a719da00e246e17cbe4056f72" } ,
{ file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:309ce4a522ed5fca432af4ebe0f32b21d6d7ccbb0f5fcc99290e71feba67c264" } ,
{ file = "coverage-6.4.1-cp39-cp39-win32.whl" , hash = "sha256:fdb6f7bd51c2d1714cea40718f6149ad9be6a2ee7d93b19e9f00934c0f2a74d9" } ,
{ file = "coverage-6.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:342d4aefd1c3e7f620a13f4fe563154d808b69cccef415415aece4c786665397" } ,
{ file = "coverage-6.4.1-pp36.pp37.pp38-none-any.whl" , hash = "sha256:4803e7ccf93230accb928f3a68f00ffa80a88213af98ed338a57ad021ef06815" } ,
{ file = "coverage-6.4.1.tar.gz" , hash = "sha256:4321f075095a096e70aff1d002030ee612b65a205a0a0f5b815280d5dc58100c" } ,
2022-04-27 09:22:58 +02:00
]
2022-06-14 09:50:52 +02:00
cryptography = [ ]
2022-03-01 08:01:56 +01:00
cytoolz = [ ]
2022-04-26 15:27:38 +02:00
dill = [
2022-06-14 09:50:52 +02:00
{ file = "dill-0.3.5.1-py2.py3-none-any.whl" , hash = "sha256:33501d03270bbe410c72639b350e941882a8b0fd55357580fbc873fba0c59302" } ,
{ file = "dill-0.3.5.1.tar.gz" , hash = "sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86" } ,
2022-04-26 15:27:38 +02:00
]
2022-03-01 08:01:56 +01:00
docutils = [
{ file = "docutils-0.18.1-py2.py3-none-any.whl" , hash = "sha256:23010f129180089fbcd3bc08cfefccb3b890b0050e1ca00c867036e9d161b98c" } ,
{ file = "docutils-0.18.1.tar.gz" , hash = "sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06" } ,
]
dotty-dict = [
{ file = "dotty_dict-1.3.0.tar.gz" , hash = "sha256:eb0035a3629ecd84397a68f1f42f1e94abd1c34577a19cd3eacad331ee7cbaf0" } ,
]
2022-04-27 09:22:58 +02:00
erc20-transfer-authorization = [ ]
2022-03-01 08:01:56 +01:00
eth-abi = [ ]
2022-06-14 09:50:52 +02:00
eth-account = [
{ file = "eth-account-0.5.8.tar.gz" , hash = "sha256:2a0b885d37fae88d7c2ffd05ba9cba100a19733fdd158b453e7567e7d35ceefb" } ,
{ file = "eth_account-0.5.8-py3-none-any.whl" , hash = "sha256:e39c32e3028348e194e5724e7915d2a325328092920b9865165a3c9d642a7543" } ,
]
2022-03-01 08:01:56 +01:00
eth-accounts-index = [ ]
eth-address-index = [ ]
eth-bloom = [ ]
eth-contract-registry = [ ]
2022-04-26 15:27:38 +02:00
eth-erc20 = [ ]
2022-03-01 08:01:56 +01:00
eth-hash = [ ]
2022-06-14 09:50:52 +02:00
eth-keyfile = [ ]
2022-03-01 08:01:56 +01:00
eth-keys = [
{ file = "eth-keys-0.3.4.tar.gz" , hash = "sha256:e5590797f5e2930086c705a6dd1ac14397f74f19bdcd1b5f837475554f354ad8" } ,
{ file = "eth_keys-0.3.4-py3-none-any.whl" , hash = "sha256:565bf62179b8143bcbd302a0ec6c49882d9c7678f9e6ab0484a8a5725f5ef10e" } ,
]
2022-06-14 09:50:52 +02:00
eth-rlp = [ ]
eth-tester = [
{ file = "eth-tester-0.6.0b6.tar.gz" , hash = "sha256:e6673ae4b632e93ec27764b92fb3c70b808891156a43a5b1c3fa9f7d4b3f954c" } ,
{ file = "eth_tester-0.6.0b6-py3-none-any.whl" , hash = "sha256:593b33f28f70f13d2c7a84a44d690cd7addf9863de2d16a013d4929ccab309c6" } ,
]
2022-03-01 08:01:56 +01:00
eth-token-index = [ ]
eth-typing = [
{ file = "eth-typing-2.3.0.tar.gz" , hash = "sha256:39cce97f401f082739b19258dfa3355101c64390914c73fe2b90012f443e0dc7" } ,
{ file = "eth_typing-2.3.0-py3-none-any.whl" , hash = "sha256:b7fa58635c1cb0cbf538b2f5f1e66139575ea4853eac1d6000f0961a4b277422" } ,
]
eth-utils = [ ]
funga = [ ]
2022-06-14 09:50:52 +02:00
funga-eth = [ ]
2022-03-01 08:01:56 +01:00
gitdb = [
{ file = "gitdb-4.0.9-py3-none-any.whl" , hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd" } ,
{ file = "gitdb-4.0.9.tar.gz" , hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" } ,
]
gitpython = [
{ file = "GitPython-3.1.27-py3-none-any.whl" , hash = "sha256:5b68b000463593e05ff2b261acff0ff0972df8ab1b70d3cdbd41b546c8b8fc3d" } ,
{ file = "GitPython-3.1.27.tar.gz" , hash = "sha256:1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704" } ,
]
hexathon = [ ]
hexbytes = [ ]
idna = [ ]
importlib-metadata = [
2022-06-14 09:50:52 +02:00
{ file = "importlib_metadata-4.11.4-py3-none-any.whl" , hash = "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec" } ,
{ file = "importlib_metadata-4.11.4.tar.gz" , hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700" } ,
2022-03-01 08:01:56 +01:00
]
iniconfig = [ ]
invoke = [
2022-06-14 09:50:52 +02:00
{ file = "invoke-1.7.1-py3-none-any.whl" , hash = "sha256:2dc975b4f92be0c0a174ad2d063010c8a1fdb5e9389d69871001118b4fcac4fb" } ,
{ file = "invoke-1.7.1.tar.gz" , hash = "sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19" } ,
2022-03-01 08:01:56 +01:00
]
isort = [
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
]
jeepney = [
2022-04-26 15:27:38 +02:00
{ file = "jeepney-0.8.0-py3-none-any.whl" , hash = "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755" } ,
{ file = "jeepney-0.8.0.tar.gz" , hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806" } ,
2022-03-01 08:01:56 +01:00
]
json-rpc = [ ]
jsonschema = [ ]
keyring = [
2022-06-14 09:50:52 +02:00
{ file = "keyring-23.6.0-py3-none-any.whl" , hash = "sha256:372ff2fc43ab779e3f87911c26e6c7acc8bb440cbd82683e383ca37594cb0617" } ,
{ file = "keyring-23.6.0.tar.gz" , hash = "sha256:3ac00c26e4c93739e19103091a9986a9f79665a78cf15a4df1dba7ea9ac8da2f" } ,
2022-03-01 08:01:56 +01:00
]
lazy-object-proxy = [
{ file = "lazy-object-proxy-1.7.1.tar.gz" , hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl" , hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl" , hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl" , hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl" , hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl" , hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl" , hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl" , hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl" , hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61" } ,
{ file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl" , hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84" } ,
]
lru-dict = [ ]
mccabe = [
2022-04-26 15:27:38 +02:00
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
2022-03-01 08:01:56 +01:00
]
mypy-extensions = [ ]
okota = [ ]
packaging = [ ]
parsimonious = [ ]
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
phonenumbers = [ ]
pkginfo = [
2022-06-14 09:50:52 +02:00
{ file = "pkginfo-1.8.3-py2.py3-none-any.whl" , hash = "sha256:848865108ec99d4901b2f7e84058b6e7660aae8ae10164e015a6dcf5b242a594" } ,
{ file = "pkginfo-1.8.3.tar.gz" , hash = "sha256:a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c" } ,
2022-03-01 08:01:56 +01:00
]
platformdirs = [
2022-04-26 15:27:38 +02:00
{ file = "platformdirs-2.5.2-py3-none-any.whl" , hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788" } ,
{ file = "platformdirs-2.5.2.tar.gz" , hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19" } ,
2022-03-01 08:01:56 +01:00
]
pluggy = [ ]
potaahto = [ ]
py = [ ]
2022-06-14 09:50:52 +02:00
py-ecc = [
{ file = "py_ecc-5.2.0-py3-none-any.whl" , hash = "sha256:525b95aae5bbc185baff7dbfdb9bbd14d2c9454a797457f3edc85fd14c2ad7a6" } ,
{ file = "py_ecc-5.2.0.tar.gz" , hash = "sha256:f0aabdc82813ecb2e75e0531e3850295ff1a96bedfba42f15b5bc7f39ced64ba" } ,
]
py-evm = [
{ file = "py-evm-0.5.0a3.tar.gz" , hash = "sha256:7253dc14f5780d90eba7b236043ccacbfddee7c2a3b771584260f6f82e61486b" } ,
{ file = "py_evm-0.5.0a3-py3-none-any.whl" , hash = "sha256:dfea98874dcb35a4288a42ebdf52b37dc462f61fcaa3a274be276a1dd53a5e3f" } ,
]
2022-03-01 08:01:56 +01:00
pycparser = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
pycryptodome = [ ]
pyethash = [ ]
pygments = [
2022-04-26 15:27:38 +02:00
{ file = "Pygments-2.12.0-py3-none-any.whl" , hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519" } ,
{ file = "Pygments-2.12.0.tar.gz" , hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb" } ,
2022-03-01 08:01:56 +01:00
]
pylint = [
2022-06-14 09:50:52 +02:00
{ file = "pylint-2.14.1-py3-none-any.whl" , hash = "sha256:bb71e6d169506de585edea997e48d9ff20c0dc0e2fbc1d166bad6b640120326b" } ,
{ file = "pylint-2.14.1.tar.gz" , hash = "sha256:549261e0762c3466cc001024c4419c08252cb8c8d40f5c2c6966fea690e7fe2a" } ,
2022-03-01 08:01:56 +01:00
]
pyparsing = [
2022-06-14 09:50:52 +02:00
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
2022-03-01 08:01:56 +01:00
]
pyrsistent = [
{ file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-win32.whl" , hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl" , hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl" , hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-win32.whl" , hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-win32.whl" , hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl" , hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07" } ,
{ file = "pyrsistent-0.18.1.tar.gz" , hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96" } ,
]
pysha3 = [ ]
pytest = [ ]
pytest-cov = [ ]
python-dateutil = [ ]
python-gitlab = [
2022-06-14 09:50:52 +02:00
{ file = "python-gitlab-3.5.0.tar.gz" , hash = "sha256:29ae7fb9b8c9aeb2e6e19bd2fd04867e93ecd7af719978ce68fac0cf116ab30d" } ,
{ file = "python_gitlab-3.5.0-py3-none-any.whl" , hash = "sha256:73b5aa6502efa557ee1a51227cceb0243fac5529627da34f08c5f265bf50417c" } ,
2022-03-01 08:01:56 +01:00
]
python-gnupg = [ ]
python-semantic-release = [
2022-06-14 09:50:52 +02:00
{ file = "python-semantic-release-7.29.1.tar.gz" , hash = "sha256:9bf10e1f9593259d9c139fb3dd2f54b7c61e8abdce62e4aada5b50253dd60dec" } ,
{ file = "python_semantic_release-7.29.1-py3-none-any.whl" , hash = "sha256:459ed4c09b4aa9ea94b5ceb240211cb7967069d635b1dd9b97b44a9893ec73fb" } ,
2022-03-01 08:01:56 +01:00
]
pywin32-ctypes = [
{ file = "pywin32-ctypes-0.2.0.tar.gz" , hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942" } ,
{ file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl" , hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98" } ,
]
readme-renderer = [
2022-04-26 15:27:38 +02:00
{ file = "readme_renderer-35.0-py3-none-any.whl" , hash = "sha256:73b84905d091c31f36e50b4ae05ae2acead661f6a09a9abb4df7d2ddcdb6a698" } ,
{ file = "readme_renderer-35.0.tar.gz" , hash = "sha256:a727999acfc222fc21d82a12ed48c957c4989785e5865807c65a487d21677497" } ,
2022-03-01 08:01:56 +01:00
]
requests = [ ]
requests-toolbelt = [
{ file = "requests-toolbelt-0.9.1.tar.gz" , hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0" } ,
{ file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl" , hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f" } ,
]
rfc3986 = [
{ file = "rfc3986-2.0.0-py2.py3-none-any.whl" , hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd" } ,
{ file = "rfc3986-2.0.0.tar.gz" , hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c" } ,
]
rlp = [ ]
secretstorage = [
2022-04-26 15:27:38 +02:00
{ file = "SecretStorage-3.3.2-py3-none-any.whl" , hash = "sha256:755dc845b6ad76dcbcbc07ea3da75ae54bb1ea529eb72d15f83d26499a5df319" } ,
{ file = "SecretStorage-3.3.2.tar.gz" , hash = "sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f" } ,
2022-03-01 08:01:56 +01:00
]
semantic-version = [
2022-06-14 09:50:52 +02:00
{ file = "semantic_version-2.10.0-py2.py3-none-any.whl" , hash = "sha256:de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177" } ,
{ file = "semantic_version-2.10.0.tar.gz" , hash = "sha256:bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c" } ,
2022-03-01 08:01:56 +01:00
]
semver = [ ]
setuptools-scm = [
{ file = "setuptools_scm-6.4.2-py3-none-any.whl" , hash = "sha256:acea13255093849de7ccb11af9e1fb8bde7067783450cee9ef7a93139bddf6d4" } ,
{ file = "setuptools_scm-6.4.2.tar.gz" , hash = "sha256:6833ac65c6ed9711a4d5d2266f8024cfa07c533a0e55f4c12f6eff280a5a9e30" } ,
]
six = [ ]
smmap = [
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
sortedcontainers = [ ]
toml = [ ]
tomli = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
tomlkit = [
2022-04-26 15:27:38 +02:00
{ file = "tomlkit-0.10.2-py3-none-any.whl" , hash = "sha256:905cf92c2111ef80d355708f47ac24ad1b6fc2adc5107455940088c9bbecaedb" } ,
{ file = "tomlkit-0.10.2.tar.gz" , hash = "sha256:30d54c0b914e595f3d10a87888599eab5321a2a69abc773bbefff51599b72db6" } ,
2022-03-01 08:01:56 +01:00
]
toolz = [ ]
tqdm = [
2022-04-26 15:27:38 +02:00
{ file = "tqdm-4.64.0-py2.py3-none-any.whl" , hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6" } ,
{ file = "tqdm-4.64.0.tar.gz" , hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d" } ,
2022-03-01 08:01:56 +01:00
]
trie = [ ]
twine = [
{ file = "twine-3.8.0-py3-none-any.whl" , hash = "sha256:d0550fca9dc19f3d5e8eadfce0c227294df0a2a951251a4385797c8a6198b7c8" } ,
{ file = "twine-3.8.0.tar.gz" , hash = "sha256:8efa52658e0ae770686a13b675569328f1fba9837e5de1867bfe5f46a9aefe19" } ,
]
typing-extensions = [ ]
2022-04-26 15:27:38 +02:00
urllib3 = [
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
]
2022-03-01 08:01:56 +01:00
vobject = [ ]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
websocket-client = [ ]
wrapt = [
2022-06-14 09:50:52 +02:00
{ file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win32.whl" , hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win32.whl" , hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win32.whl" , hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win32.whl" , hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win32.whl" , hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win32.whl" , hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl" , hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb" } ,
{ file = "wrapt-1.14.1.tar.gz" , hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d" } ,
2022-03-01 08:01:56 +01:00
]
zipp = [
2022-04-26 15:27:38 +02:00
{ file = "zipp-3.8.0-py3-none-any.whl" , hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099" } ,
{ file = "zipp-3.8.0.tar.gz" , hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad" } ,
2022-03-01 08:01:56 +01:00
]