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" ]
2022-06-14 09:50:52 +02:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "black"
2022-07-04 12:37:40 +02:00
version = "22.6.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-07-04 12:37:40 +02:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
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_"
2022-07-04 12:37:40 +02:00
[ [ package ] ]
name = "blake2b-py"
version = "0.1.4"
description = "Blake2b hashing in Rust with Python bindings."
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 = "bleach"
2022-07-04 12:37:40 +02:00
version = "5.0.1"
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 ]
2022-07-04 12:37:40 +02:00
css = [ "tinycss2 (>=1.1.0,<1.2)" ]
dev = [ "build (==0.8.0)" , "flake8 (==4.0.1)" , "hashin (==0.17.0)" , "pip-tools (==6.6.2)" , "pytest (==7.1.2)" , "Sphinx (==4.3.2)" , "tox (==3.25.0)" , "twine (==4.0.1)" , "wheel (==0.37.1)" , "black (==22.3.0)" , "mypy (==0.961)" ]
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 = "cached-property"
version = "1.5.2"
description = "A decorator for caching properties in classes."
category = "dev"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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-07-04 12:37:40 +02:00
version = "2022.6.15"
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"
2022-07-04 12:37:40 +02:00
version = "1.15.1"
2022-03-01 08:01:56 +01:00
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-07-04 12:37:40 +02:00
version = "0.1.3"
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-07-04 12:37:40 +02:00
confini = ">=0.6.0,<0.7.0"
2022-04-26 15:27:38 +02:00
funga = ">=0.5.2,<0.6.0"
2022-07-04 12:37:40 +02:00
hexathon = ">=0.1.6,<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-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "chainlib-eth"
2022-07-04 12:37:40 +02:00
version = "0.1.2"
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-07-04 12:37:40 +02:00
chainlib = ">=0.1.2,<0.2.0"
confini = ">=0.6.0,<0.7.0"
2022-06-14 09:50:52 +02:00
funga-eth = ">=0.6.1,<0.7.0"
2022-07-04 12:37:40 +02:00
hexathon = ">=0.1.6,<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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "charset-normalizer"
2022-07-05 09:07:40 +02:00
version = "2.1.0"
2022-03-01 08:01:56 +01:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
2022-07-05 09:07:40 +02:00
python-versions = ">=3.6.0"
2022-03-01 08:01:56 +01:00
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
[ [ package ] ]
name = "cic-contracts"
2022-07-04 12:37:40 +02:00
version = "0.1.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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.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-07-04 12:37:40 +02:00
version = "0.6.9"
2022-03-01 08:01:56 +01:00
description = "Contract registry"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
2022-07-04 12:37:40 +02:00
chainlib-eth = ">=0.0.1b1,<0.2.0"
confini = ">=0.6.0,<0.7.0"
erc20-transfer-authorization = ">=0.4.0,<0.5.0"
eth-accounts-index = ">=0.2.0,<0.3.0"
eth-contract-registry = ">=0.8.0,<0.9.0"
eth-erc20 = ">=0.3.0,<0.4.0"
eth-token-index = ">=0.3.0,<0.4.0"
funga-eth = ">=0.6.0,<0.7.0"
okota = ">=0.4.0,<0.5.0"
2022-04-27 09:22:58 +02:00
[ package . extras ]
2022-07-04 12:37:40 +02:00
pytest = [ "eth_tester (==0.5.0b3)" , "py-evm (==0.3.0a20)" , "eth-address-index (>=0.5.0,<0.6.0)" , "erc20-faucet (>=0.4.0,<0.5.0)" , "erc20-transfer-authorization (>=0.4.0,<0.5.0)" , "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-07-05 09:46:29 +02:00
version = "0.2.7"
2022-03-01 08:01:56 +01:00
description = "Defines descriptors for data objects specific to the CIC-Network."
category = "main"
optional = false
2022-07-05 09:07:40 +02:00
python-versions = ">=3.8,<4.0"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
2022-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0,<0.2.0"
2022-07-05 09:07:40 +02:00
jsonschema = ">=4.6.0,<5.0.0"
phonenumbers = ">=8.12.50,<9.0.0"
python-gnupg = ">=0.4.9,<0.5.0"
requests = ">=2.28.0,<3.0.0"
vobject = ">=0.9.6,<0.10.0"
2022-03-01 08:01:56 +01:00
[ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "colorama"
2022-07-04 12:37:40 +02:00
version = "0.4.5"
2022-03-01 08:01:56 +01:00
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-07-04 12:37:40 +02:00
version = "0.6.2"
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-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
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-07-04 12:37:40 +02:00
version = "0.4.0"
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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.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)" ]
2022-06-14 09:50:52 +02:00
[ 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-07-04 12:37:40 +02:00
version = "0.2.0"
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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.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-07-04 12:37:40 +02:00
testing = [ "pytest (==6.0.1)" , "eth-tester (==0.5.0b2)" , "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-address-index"
2022-07-04 12:37:40 +02:00
version = "0.5.0"
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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.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-07-04 12:37:40 +02:00
dev = [ "eth-tester (==0.5.0b3)" , "py-evm (==0.3.0a20)" , "eth-accounts-index (>=0.1.3,<0.2.0)" , "eth_erc20 (>=0.1.5,<0.2.0)" ]
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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "eth-contract-registry"
2022-07-04 12:37:40 +02:00
version = "0.8.0"
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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.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-07-04 12:37:40 +02:00
version = "0.3.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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.0"
confini = ">=0.5.7,<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"
2022-07-04 12:37:40 +02:00
version = "0.3.3"
2022-03-01 08:01:56 +01:00
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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-06-14 09:50:52 +02:00
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_"
[ [ package ] ]
name = "eth-tester"
2022-07-04 12:37:40 +02:00
version = "0.5.0b3"
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-07-04 12:37:40 +02:00
eth-keys = ">=0.2.1,<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-07-04 12:37:40 +02:00
dev = [ "bumpversion (>=0.5.3,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" , "flake8 (>=3.5.0,<4.0.0)" , "py-evm (==0.3.0a20)" , "pytest-xdist (>=1.22.2,<2)" , "pytest (>=4.4.0,<5.0.0)" , "tox (>=2.9.1,<3.0.0)" , "wheel (>=0.30.0,<1.0.0)" , "eth-hash[pysha3] (>=0.1.4,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
2022-03-01 08:01:56 +01:00
lint = [ "flake8 (>=3.5.0,<4.0.0)" ]
2022-07-04 12:37:40 +02:00
py-evm = [ "py-evm (==0.3.0a20)" , "eth-hash[pysha3] (>=0.1.4,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
pyevm = [ "py-evm (==0.3.0a20)" , "eth-hash[pysha3] (>=0.1.4,<1.0.0)" , "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" ]
test = [ "eth-hash[pycryptodome] (>=0.1.4,<1.0.0)" , "pytest-xdist (>=1.22.2,<2)" , "pytest (>=4.4.0,<5.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-07-04 12:37:40 +02:00
version = "0.3.0"
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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.0"
2022-04-27 09:22:58 +02:00
confini = ">=0.6.0,<0.7.0"
2022-07-04 12:37:40 +02:00
eth_erc20 = ">=0.3.0,<0.4.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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "importlib-metadata"
2022-07-04 12:37:40 +02:00
version = "4.12.0"
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" ]
2022-07-04 12:37:40 +02:00
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.3)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "importlib-resources (>=1.3)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-07-05 09:07:40 +02:00
[ [ package ] ]
name = "importlib-resources"
version = "5.8.0"
description = "Read resources from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
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)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "jsonschema"
2022-07-05 09:07:40 +02:00
version = "4.6.1"
2022-03-01 08:01:56 +01:00
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
2022-07-05 09:07:40 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
attrs = ">=17.4.0"
2022-07-05 09:07:40 +02:00
importlib-resources = { version = ">=1.4.0" , markers = "python_version < \"3.9\"" }
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
2022-03-01 08:01:56 +01:00
[ package . extras ]
2022-07-05 09:07:40 +02:00
format = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3987" , "uri-template" , "webcolors (>=1.11)" ]
format-nongpl = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3986-validator (>0.1.0)" , "uri-template" , "webcolors (>=1.11)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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_"
2022-07-04 12:37:40 +02:00
[ [ package ] ]
name = "mypy"
version = "0.961"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
mypy-extensions = ">=0.4.3"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
typing-extensions = ">=3.10"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
python2 = [ "typed-ast (>=1.4.0,<2)" ]
reports = [ "lxml" ]
[ package . source ]
type = "legacy"
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "okota"
2022-07-04 12:37:40 +02:00
version = "0.4.0"
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-07-04 12:37:40 +02:00
chainlib-eth = ">=0.1.0b1,<0.2.0"
cic-contracts = ">=0.1.0,<0.2.0"
confini = ">=0.6.0,<0.7.0"
eth-accounts-index = ">=0.2.0,<0.3.0"
eth-address-index = ">=0.5.0,<0.6.0"
eth-contract-registry = ">=0.8.0,<0.9.0"
eth_erc20 = ">=0.3.0,<0.4.0"
funga-eth = ">=0.6.0,<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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-05 09:07:40 +02:00
version = "8.12.51"
2022-03-01 08:01:56 +01:00
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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "py-ecc"
2022-07-04 12:37:40 +02:00
version = "4.1.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-07-04 12:37:40 +02:00
version = "0.3.0a20"
2022-03-01 08:01:56 +01:00
description = "Python implementation of the Ethereum Virtual Machine"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2022-07-04 12:37:40 +02:00
blake2b-py = ">=0.1.2,<0.2"
2022-03-01 08:01:56 +01:00
cached-property = ">=1.5.1,<2"
eth-bloom = ">=1.0.3,<2.0.0"
2022-07-04 12:37:40 +02:00
eth-keys = ">=0.2.1,<0.4.0"
eth-typing = ">=2.2.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-07-04 12:37:40 +02:00
py-ecc = ">=1.4.7,<5.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-07-04 12:37:40 +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" , "blake2b-py (>=0.1.2,<0.2)" , "cached-property (>=1.5.1,<2)" , "eth-bloom (>=1.0.3,<2.0.0)" , "eth-keys (>=0.2.1,<0.4.0)" , "eth-typing (>=2.2.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,<5.0.0)" , "pyethash (>=0.1.27,<1.0.0)" , "rlp (>=2,<3)" , "trie (==2.0.0-alpha.5)" , "coincurve (>=13.0.0,<14.0.0)" , "plyvel (>=1.2.0,<2)" , "factory-boy (==2.11.1)" , "hypothesis (>=5,<6)" , "pexpect (>=4.6,<5)" , "pytest (>=5.1.3,<6)" , "pytest-asyncio (>=0.10.0,<0.11)" , "pytest-cov (==2.5.1)" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist (==1.31.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)" , "eth-hash" , "eth-hash" ]
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-07-04 12:37:40 +02:00
eth = [ "blake2b-py (>=0.1.2,<0.2)" , "cached-property (>=1.5.1,<2)" , "eth-bloom (>=1.0.3,<2.0.0)" , "eth-keys (>=0.2.1,<0.4.0)" , "eth-typing (>=2.2.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,<5.0.0)" , "pyethash (>=0.1.27,<1.0.0)" , "rlp (>=2,<3)" , "trie (==2.0.0-alpha.5)" ]
eth-extra = [ "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-07-04 12:37:40 +02:00
test = [ "factory-boy (==2.11.1)" , "hypothesis (>=5,<6)" , "pexpect (>=4.6,<5)" , "pytest (>=5.1.3,<6)" , "pytest-asyncio (>=0.10.0,<0.11)" , "pytest-cov (==2.5.1)" , "pytest-watch (>=4.1.0,<5)" , "pytest-xdist (==1.31.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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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-07-04 12:37:40 +02:00
version = "2.14.4"
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-07-04 12:37:40 +02:00
astroid = ">=2.11.6,<=2.12.0-dev0"
colorama = { version = ">=0.4.5" , 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "python-gitlab"
2022-07-04 12:37:40 +02:00
version = "3.6.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"
2022-07-05 09:07:40 +02:00
version = "0.4.9"
2022-03-01 08:01:56 +01:00
description = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
category = "main"
optional = false
python-versions = "*"
[ package . source ]
type = "legacy"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "python-semantic-release"
2022-07-04 12:37:40 +02:00
version = "7.29.4"
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"
2022-07-05 09:07:40 +02:00
version = "2.28.1"
2022-03-01 08:01:56 +01:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2022-07-05 09:07:40 +02:00
python-versions = ">=3.7, <4"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-07-05 09:07:40 +02:00
charset-normalizer = ">=2,<3"
idna = ">=2.5,<4"
2022-03-01 08:01:56 +01:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
2022-07-05 09:07:40 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<6)" ]
2022-03-01 08:01:56 +01:00
[ package . source ]
type = "legacy"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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/)"
2022-07-05 09:07:40 +02:00
category = "dev"
2022-03-01 08:01:56 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . source ]
type = "legacy"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ package ] ]
name = "setuptools-scm"
2022-07-04 12:37:40 +02:00
version = "7.0.4"
2022-03-01 08:01:56 +01:00
description = "the blessed package to manage your versions by scm tags"
category = "dev"
optional = false
2022-07-04 12:37:40 +02:00
python-versions = ">=3.7"
2022-03-01 08:01:56 +01:00
[ package . dependencies ]
packaging = ">=20.0"
tomli = ">=1.0.0"
2022-07-04 12:37:40 +02:00
typing-extensions = "*"
2022-03-01 08:01:56 +01:00
[ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-04 12:37:40 +02:00
url = "https://pypi.org/simple"
reference = "pypi_"
2022-03-01 08:01:56 +01:00
[ [ 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"
2022-07-05 09:07:40 +02:00
category = "main"
2022-03-01 08:01:56 +01:00
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-07-05 09:46:29 +02:00
content-hash = "1379242725006a2a94a6c7cf2a6924a1a117803b6898f0bcea88c9ff760a7e87"
2022-03-01 08:01:56 +01:00
[ metadata . files ]
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" } ,
]
2022-07-04 12:37:40 +02:00
attrs = [
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
2022-06-14 09:50:52 +02:00
]
2022-03-01 08:01:56 +01:00
black = [
2022-07-04 12:37:40 +02:00
{ file = "black-22.6.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f586c26118bc6e714ec58c09df0157fe2d9ee195c764f630eb0d8e7ccce72e69" } ,
{ file = "black-22.6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b270a168d69edb8b7ed32c193ef10fd27844e5c60852039599f9184460ce0807" } ,
{ file = "black-22.6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6797f58943fceb1c461fb572edbe828d811e719c24e03375fd25170ada53825e" } ,
{ file = "black-22.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c85928b9d5f83b23cee7d0efcb310172412fbf7cb9d9ce963bd67fd141781def" } ,
{ file = "black-22.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f6fe02afde060bbeef044af7996f335fbe90b039ccf3f5eb8f16df8b20f77666" } ,
{ file = "black-22.6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cfaf3895a9634e882bf9d2363fed5af8888802d670f58b279b0bece00e9a872d" } ,
{ file = "black-22.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94783f636bca89f11eb5d50437e8e17fbc6a929a628d82304c80fa9cd945f256" } ,
{ file = "black-22.6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:2ea29072e954a4d55a2ff58971b83365eba5d3d357352a07a7a4df0d95f51c78" } ,
{ file = "black-22.6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e439798f819d49ba1c0bd9664427a05aab79bfba777a6db94fd4e56fae0cb849" } ,
{ file = "black-22.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:187d96c5e713f441a5829e77120c269b6514418f4513a390b0499b0987f2ff1c" } ,
{ file = "black-22.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:074458dc2f6e0d3dab7928d4417bb6957bb834434516f21514138437accdbe90" } ,
{ file = "black-22.6.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a218d7e5856f91d20f04e931b6f16d15356db1c846ee55f01bac297a705ca24f" } ,
{ file = "black-22.6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:568ac3c465b1c8b34b61cd7a4e349e93f91abf0f9371eda1cf87194663ab684e" } ,
{ file = "black-22.6.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:6c1734ab264b8f7929cef8ae5f900b85d579e6cbfde09d7387da8f04771b51c6" } ,
{ file = "black-22.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9a3ac16efe9ec7d7381ddebcc022119794872abce99475345c5a61aa18c45ad" } ,
{ file = "black-22.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b9fd45787ba8aa3f5e0a0a98920c1012c884622c6c920dbe98dbd05bc7c70fbf" } ,
{ file = "black-22.6.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7ba9be198ecca5031cd78745780d65a3f75a34b2ff9be5837045dce55db83d1c" } ,
{ file = "black-22.6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a3db5b6409b96d9bd543323b23ef32a1a2b06416d525d27e0f67e74f1446c8f2" } ,
{ file = "black-22.6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:560558527e52ce8afba936fcce93a7411ab40c7d5fe8c2463e279e843c0328ee" } ,
{ file = "black-22.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b154e6bbde1e79ea3260c4b40c0b7b3109ffcdf7bc4ebf8859169a6af72cd70b" } ,
{ file = "black-22.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:4af5bc0e1f96be5ae9bd7aaec219c901a94d6caa2484c21983d043371c733fc4" } ,
{ file = "black-22.6.0-py3-none-any.whl" , hash = "sha256:ac609cf8ef5e7115ddd07d85d988d074ed00e10fbc3445aee393e70164a2219c" } ,
{ file = "black-22.6.0.tar.gz" , hash = "sha256:6c6d39e28aed379aec40da1c65434c77d75e65bb59a1e1c283de545fb4e7c6c9" } ,
]
blake2b-py = [
{ file = "blake2b_py-0.1.4-cp36-cp36m-macosx_10_7_x86_64.whl" , hash = "sha256:1ec85cdd79b5e6033d02cbf3a70a2ddd49398152128c59544972e0c536a49dbc" } ,
{ file = "blake2b_py-0.1.4-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:159e14aba931af92c277580ae12fb676b3b250afcfe0117072d2665052a6b577" } ,
{ file = "blake2b_py-0.1.4-cp36-none-win_amd64.whl" , hash = "sha256:ecc42799530ee39631bb137d868adaea41728452b02a438e22e2022b1c681243" } ,
{ file = "blake2b_py-0.1.4-cp37-cp37m-macosx_10_7_x86_64.whl" , hash = "sha256:ad0d4e02e2be5b61e024796803bbb9d6b8cc5bc38613564309f7c69de3b6d812" } ,
{ file = "blake2b_py-0.1.4-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:dfcad8d8e9411cd6f94aed7cb3264faf70943529145fecde923cba7b01ef6d3a" } ,
{ file = "blake2b_py-0.1.4-cp37-none-win_amd64.whl" , hash = "sha256:7d009b8ebc1686ae89bfa6f3d4b2d3f8a17e90a399a8351a2b3640a2c37ee2a6" } ,
{ file = "blake2b_py-0.1.4-cp38-cp38-macosx_10_7_x86_64.whl" , hash = "sha256:19061cfa48b0e60517c34c99e31b4497f958d7f209d91f28a5baac973231fde2" } ,
{ file = "blake2b_py-0.1.4-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:b629d2cc65662b5187634fb641e527c6659748e6cea7ff226350bc4bc37c07fb" } ,
{ file = "blake2b_py-0.1.4-cp38-none-win_amd64.whl" , hash = "sha256:5898e542a29369b24ba9e553501e45be3497dc5acdedaf61466952bec3df4f9e" } ,
{ file = "blake2b_py-0.1.4-cp39-cp39-macosx_10_7_x86_64.whl" , hash = "sha256:91de067b3dfce5859d64728dbfb9926aa2d7b35d6f0535ddff7c3fe7a88cdb6c" } ,
{ file = "blake2b_py-0.1.4-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:f57b58c6bb27363b0dcbc37afa2d2474843ebd1b126d4695e359b5c25d3c47e4" } ,
{ file = "blake2b_py-0.1.4-cp39-none-win_amd64.whl" , hash = "sha256:3eb51c5a3c283a6760d494bdbb21ba09b15c4533ab9b241e41938ef9122797c1" } ,
2022-03-01 08:01:56 +01:00
]
bleach = [
2022-07-04 12:37:40 +02:00
{ file = "bleach-5.0.1-py3-none-any.whl" , hash = "sha256:085f7f33c15bd408dd9b17a4ad77c577db66d76203e5984b1bd59baeee948b2a" } ,
{ file = "bleach-5.0.1.tar.gz" , hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c" } ,
]
cached-property = [
{ file = "cached-property-1.5.2.tar.gz" , hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130" } ,
{ file = "cached_property-1.5.2-py2.py3-none-any.whl" , hash = "sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0" } ,
2022-03-01 08:01:56 +01:00
]
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 = [
2022-07-04 12:37:40 +02:00
{ file = "certifi-2022.6.15-py3-none-any.whl" , hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412" } ,
{ file = "certifi-2022.6.15.tar.gz" , hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d" } ,
2022-04-27 09:22:58 +02:00
]
2022-03-01 08:01:56 +01:00
cffi = [
2022-07-04 12:37:40 +02:00
{ file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win32.whl" , hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e" } ,
{ file = "cffi-1.15.1-cp310-cp310-win32.whl" , hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2" } ,
{ file = "cffi-1.15.1-cp310-cp310-win_amd64.whl" , hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8" } ,
{ file = "cffi-1.15.1-cp311-cp311-win32.whl" , hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d" } ,
{ file = "cffi-1.15.1-cp311-cp311-win_amd64.whl" , hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104" } ,
{ file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win32.whl" , hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497" } ,
{ file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win32.whl" , hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045" } ,
{ file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192" } ,
{ file = "cffi-1.15.1-cp38-cp38-win32.whl" , hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314" } ,
{ file = "cffi-1.15.1-cp38-cp38-win_amd64.whl" , hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3" } ,
{ file = "cffi-1.15.1-cp39-cp39-win32.whl" , hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee" } ,
{ file = "cffi-1.15.1-cp39-cp39-win_amd64.whl" , hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c" } ,
{ file = "cffi-1.15.1.tar.gz" , hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" } ,
]
chainlib = [
{ file = "chainlib-0.1.3.tar.gz" , hash = "sha256:edcbfe10c0bfc4b63d815eb5a409b6c7018a0215d50259c7edc5ef1709d07be4" } ,
]
chainlib-eth = [
{ file = "chainlib-eth-0.1.2.tar.gz" , hash = "sha256:3f1d115821fa179285086fede346b04d194e3ad77505adf20672a377ce369879" } ,
]
2022-03-01 08:01:56 +01:00
charset-normalizer = [
2022-07-05 09:07:40 +02:00
{ file = "charset-normalizer-2.1.0.tar.gz" , hash = "sha256:575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413" } ,
{ file = "charset_normalizer-2.1.0-py3-none-any.whl" , hash = "sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5" } ,
2022-03-01 08:01:56 +01:00
]
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
]
2022-07-04 12:37:40 +02:00
coincurve = [
{ file = "coincurve-15.0.0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:22f8a2cc553d3826e2bb7b6e762e00372118d2648477c7c57502967f603e4379" } ,
{ file = "coincurve-15.0.0-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:98d182279b1c719512c0b5b61a8fbe6786f5f671f1de3a19e788fee9feda4983" } ,
{ file = "coincurve-15.0.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:2e612ab7a4a4508224a1c2c9b646ba5a59dbb702e9ac1ffa3789148bc1113d3a" } ,
{ file = "coincurve-15.0.0-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:18d2e661085fb8a6d975932432a8fd10830a4a26c6dacaee986a25c9810720e4" } ,
{ file = "coincurve-15.0.0-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:2044c04d00238195e05b8b13f51dbc9dbd9bdd6ade9763fbf3623d64b4a94568" } ,
{ file = "coincurve-15.0.0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:044d4d220dd7e7c5d7fd4ade02ff028c974a650b5731eeb367c70d38ca97bdf8" } ,
{ file = "coincurve-15.0.0-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:1ba0bb6ff60105153a43915833b5f0145257a39acc12ff0552f50eb75133415d" } ,
{ file = "coincurve-15.0.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b9aa068b0e74f4dd0cc36ed03f7a237724e7c9e5b48a34b222fe5ea926026bb0" } ,
{ file = "coincurve-15.0.0-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:d6a0dff58ac37bc12ca7026dab07e3c48b9eaed38a117cf0722ce0b9117de59d" } ,
{ file = "coincurve-15.0.0-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:3dcb94bca5709c6d5ced7a6f5a6112de8d7baf43a0050a088022bf36881e5ed8" } ,
{ file = "coincurve-15.0.0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:e7a3a0fc7de819d9c69b55e8aec8fd8c044f4aa578c63cfec99e50ee50448a8a" } ,
{ file = "coincurve-15.0.0-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:f153ad8797f1815d05bc1e6abbbc015ec5db5a4e41a2e7fbef27a9fa9c294d62" } ,
{ file = "coincurve-15.0.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:5d6ed44eae85785daf653db5294c07dbdb2b1abba1322e46af48a946a9c2dac5" } ,
{ file = "coincurve-15.0.0-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:8a645031bd3e59d07d14f1b272d908ae0db5de0f54d2765975f0c78a2cc25ba5" } ,
{ file = "coincurve-15.0.0-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:33ce9faf0cc52bae75d153e9c6e8d3ec061436055aa701a27303c1444a4fc3eb" } ,
{ file = "coincurve-15.0.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:938207befc3c08e9b5da52b11523ffaa2dfc407b98e273c41ea62b958fdbf807" } ,
{ file = "coincurve-15.0.0-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:f3ecdaf307d87f7e0fe76559744bafa4a84f932a62498a4c12295590469b6aa2" } ,
{ file = "coincurve-15.0.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:16d667da7d69fdeb641f423acc2ffc8a542b4b70d827da35046c663d1f9adaba" } ,
{ file = "coincurve-15.0.0-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:65628233ac15c34e2054ff39043c242c6cc83aaceb5ebd03f2793846a97009c3" } ,
{ file = "coincurve-15.0.0-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:a1cd30e307066ae46b970d9d9bd364644a58f8b021fff1dd2c78fee98fe3b20a" } ,
{ file = "coincurve-15.0.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:c06247386791d27b13266b547e66af8b7bab8e79a005f24a7a37cf6efc1332b9" } ,
{ file = "coincurve-15.0.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:cee19ccc79ff2f20312147a0a2bb3a1457edd9bd10b139a4d0804dcba34dd046" } ,
{ file = "coincurve-15.0.0-py3-none-win32.whl" , hash = "sha256:356d9fe7062c768be6815fa0abb97616eaa17526f290975884d471038f7e98a6" } ,
{ file = "coincurve-15.0.0-py3-none-win_amd64.whl" , hash = "sha256:f0a448e27fbe7cd4e5d96dd43d763d30d893f46aa70ca4a05446ea28620fee0e" } ,
{ file = "coincurve-15.0.0.tar.gz" , hash = "sha256:06524b11edb9427dc34cfdb5cd4bb707bf2c874b8bb901ce8c3aad48163e5a65" } ,
]
2022-03-01 08:01:56 +01:00
colorama = [
2022-07-04 12:37:40 +02:00
{ file = "colorama-0.4.5-py2.py3-none-any.whl" , hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da" } ,
{ file = "colorama-0.4.5.tar.gz" , hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" } ,
2022-03-01 08:01:56 +01:00
]
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-07-04 12:37:40 +02:00
cryptography = [
{ file = "cryptography-3.2.1-cp27-cp27m-macosx_10_10_x86_64.whl" , hash = "sha256:6dc59630ecce8c1f558277ceb212c751d6730bd12c80ea96b4ac65637c4f55e7" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:75e8e6684cf0034f6bf2a97095cb95f81537b12b36a8fedf06e73050bb171c2d" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:4e7268a0ca14536fecfdf2b00297d4e407da904718658c1ff1961c713f90fd33" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-win32.whl" , hash = "sha256:7117319b44ed1842c617d0a452383a5a052ec6aa726dfbaffa8b94c910444297" } ,
{ file = "cryptography-3.2.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:a733671100cd26d816eed39507e585c156e4498293a907029969234e5e634bc4" } ,
{ file = "cryptography-3.2.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:a75f306a16d9f9afebfbedc41c8c2351d8e61e818ba6b4c40815e2b5740bb6b8" } ,
{ file = "cryptography-3.2.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:5849d59358547bf789ee7e0d7a9036b2d29e9a4ddf1ce5e06bb45634f995c53e" } ,
{ file = "cryptography-3.2.1-cp35-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:bd717aa029217b8ef94a7d21632a3bb5a4e7218a4513d2521c2a2fd63011e98b" } ,
{ file = "cryptography-3.2.1-cp35-abi3-manylinux1_x86_64.whl" , hash = "sha256:efe15aca4f64f3a7ea0c09c87826490e50ed166ce67368a68f315ea0807a20df" } ,
{ file = "cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl" , hash = "sha256:32434673d8505b42c0de4de86da8c1620651abd24afe91ae0335597683ed1b77" } ,
{ file = "cryptography-3.2.1-cp35-abi3-manylinux2014_aarch64.whl" , hash = "sha256:7b8d9d8d3a9bd240f453342981f765346c87ade811519f98664519696f8e6ab7" } ,
{ file = "cryptography-3.2.1-cp35-cp35m-win32.whl" , hash = "sha256:d3545829ab42a66b84a9aaabf216a4dce7f16dbc76eb69be5c302ed6b8f4a29b" } ,
{ file = "cryptography-3.2.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:a4e27ed0b2504195f855b52052eadcc9795c59909c9d84314c5408687f933fc7" } ,
{ file = "cryptography-3.2.1-cp36-abi3-win32.whl" , hash = "sha256:13b88a0bd044b4eae1ef40e265d006e34dbcde0c2f1e15eb9896501b2d8f6c6f" } ,
{ file = "cryptography-3.2.1-cp36-abi3-win_amd64.whl" , hash = "sha256:07ca431b788249af92764e3be9a488aa1d39a0bc3be313d826bbec690417e538" } ,
{ file = "cryptography-3.2.1-cp36-cp36m-win32.whl" , hash = "sha256:a035a10686532b0587d58a606004aa20ad895c60c4d029afa245802347fab57b" } ,
{ file = "cryptography-3.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:d26a2557d8f9122f9bf445fc7034242f4375bd4e95ecda007667540270965b13" } ,
{ file = "cryptography-3.2.1-cp37-cp37m-win32.whl" , hash = "sha256:545a8550782dda68f8cdc75a6e3bf252017aa8f75f19f5a9ca940772fc0cb56e" } ,
{ file = "cryptography-3.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:55d0b896631412b6f0c7de56e12eb3e261ac347fbaa5d5e705291a9016e5f8cb" } ,
{ file = "cryptography-3.2.1-cp38-cp38-win32.whl" , hash = "sha256:3cd75a683b15576cfc822c7c5742b3276e50b21a06672dc3a800a2d5da4ecd1b" } ,
{ file = "cryptography-3.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d25cecbac20713a7c3bc544372d42d8eafa89799f492a43b79e1dfd650484851" } ,
{ file = "cryptography-3.2.1.tar.gz" , hash = "sha256:d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3" } ,
]
cytoolz = [
{ file = "cytoolz-0.11.2.tar.gz" , hash = "sha256:ea23663153806edddce7e4153d1d407d62357c05120a4e8485bddf1bd5ab22b4" } ,
]
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-07-04 12:37:40 +02:00
eth-abi = [
{ file = "eth_abi-2.1.1-py3-none-any.whl" , hash = "sha256:78df5d2758247a8f0766a7cfcea4575bcfe568c34a33e6d05a72c328a9040444" } ,
{ file = "eth_abi-2.1.1.tar.gz" , hash = "sha256:4bb1d87bb6605823379b07f6c02c8af45df01a27cc85bd6abb7cf1446ce7d188" } ,
2022-06-14 09:50:52 +02:00
]
2022-03-01 08:01:56 +01:00
eth-accounts-index = [ ]
eth-address-index = [ ]
2022-07-04 12:37:40 +02:00
eth-bloom = [
{ file = "eth-bloom-1.0.4.tar.gz" , hash = "sha256:688317306d87b823da63d24e1ad706defadbd865887ed4bddf7fbd0410b2093c" } ,
{ file = "eth_bloom-1.0.4-py3-none-any.whl" , hash = "sha256:5d6d28fa60ee1e25436c45b9593798d7e193224b364ea1a212050055dfa1942c" } ,
]
2022-03-01 08:01:56 +01:00
eth-contract-registry = [ ]
2022-04-26 15:27:38 +02:00
eth-erc20 = [ ]
2022-07-04 12:37:40 +02:00
eth-hash = [
{ file = "eth-hash-0.3.3.tar.gz" , hash = "sha256:8cde211519ff1a98b46e9057cb909f12ab62e263eb30a0a94e2f7e1f46ac67a0" } ,
{ file = "eth_hash-0.3.3-py3-none-any.whl" , hash = "sha256:3c884e4f788b38cc92cff05c4e43bc6b82686066f04ecfae0e11cdcbe5a283bd" } ,
]
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-tester = [
2022-07-04 12:37:40 +02:00
{ file = "eth-tester-0.5.0b3.tar.gz" , hash = "sha256:64f266bf063f50d58fc0d4e25a403e17a7f4c15b856420073f40af30bf664580" } ,
{ file = "eth_tester-0.5.0b3-py3-none-any.whl" , hash = "sha256:8b116a956af4fe62132719180df8b4d2b71a03a01659f52bda13c45f1ef35d15" } ,
2022-06-14 09:50:52 +02:00
]
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" } ,
]
2022-07-04 12:37:40 +02:00
eth-utils = [
{ file = "eth-utils-1.10.0.tar.gz" , hash = "sha256:bf82762a46978714190b0370265a7148c954d3f0adaa31c6f085ea375e4c61af" } ,
{ file = "eth_utils-1.10.0-py3-none-any.whl" , hash = "sha256:74240a8c6f652d085ed3c85f5f1654203d2f10ff9062f83b3bad0a12ff321c7a" } ,
]
funga = [
{ file = "funga-0.5.2.tar.gz" , hash = "sha256:d4ccac725987f8c72c329d8380cb4ba8b5c6c109c90ec1559c6b14e563a463b0" } ,
]
funga-eth = [
{ file = "funga-eth-0.6.1.tar.gz" , hash = "sha256:567cf0d41e764d37edd624594630abea530084822637f19bb8119d7fe4a03849" } ,
]
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" } ,
]
2022-07-04 12:37:40 +02:00
hexathon = [
{ file = "hexathon-0.1.7.tar.gz" , hash = "sha256:a058110d5f5ae6ea25af7f6f09ccb58f4199603a62b8bcbba228b503b7dcbdcc" } ,
]
hexbytes = [
{ file = "hexbytes-0.2.2-py3-none-any.whl" , hash = "sha256:ef53c37ea9f316fff86fcb1df057b4c6ba454da348083e972031bbf7bc9c3acc" } ,
{ file = "hexbytes-0.2.2.tar.gz" , hash = "sha256:a5881304d186e87578fb263a85317c808cf130e1d4b3d37d30142ab0f7898d03" } ,
]
idna = [
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
]
2022-03-01 08:01:56 +01:00
importlib-metadata = [
2022-07-04 12:37:40 +02:00
{ file = "importlib_metadata-4.12.0-py3-none-any.whl" , hash = "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23" } ,
{ file = "importlib_metadata-4.12.0.tar.gz" , hash = "sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670" } ,
]
2022-07-05 09:07:40 +02:00
importlib-resources = [
{ file = "importlib_resources-5.8.0-py3-none-any.whl" , hash = "sha256:7952325ffd516c05a8ad0858c74dff2c3343f136fe66a6002b2623dd1d43f223" } ,
{ file = "importlib_resources-5.8.0.tar.gz" , hash = "sha256:568c9f16cb204f9decc8d6d24a572eeea27dacbb4cee9e6b03a8025736769751" } ,
]
2022-07-04 12:37:40 +02:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
2022-03-01 08:01:56 +01:00
]
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
]
2022-07-04 12:37:40 +02:00
json-rpc = [
{ file = "json-rpc-1.13.0.tar.gz" , hash = "sha256:def0dbcf5b7084fc31d677f2f5990d988d06497f2f47f13024274cfb2d5d7589" } ,
{ file = "json_rpc-1.13.0-py2.py3-none-any.whl" , hash = "sha256:84b45058e5ba95f49c7b6afcf7e03ab86bee89bf2c01f3ad8dd41fe114fc1f84" } ,
]
jsonschema = [
2022-07-05 09:07:40 +02:00
{ file = "jsonschema-4.6.1-py3-none-any.whl" , hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc" } ,
{ file = "jsonschema-4.6.1.tar.gz" , hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b" } ,
2022-07-04 12:37:40 +02:00
]
2022-03-01 08:01:56 +01:00
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" } ,
]
2022-07-04 12:37:40 +02:00
lru-dict = [
{ file = "lru-dict-1.1.7.tar.gz" , hash = "sha256:45b81f67d75341d4433abade799a47e9c42a9e22a118531dcb5e549864032d7c" } ,
]
2022-03-01 08:01:56 +01:00
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
]
2022-07-04 12:37:40 +02:00
mypy = [
{ file = "mypy-0.961-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:697540876638ce349b01b6786bc6094ccdaba88af446a9abb967293ce6eaa2b0" } ,
{ file = "mypy-0.961-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b117650592e1782819829605a193360a08aa99f1fc23d1d71e1a75a142dc7e15" } ,
{ file = "mypy-0.961-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:bdd5ca340beffb8c44cb9dc26697628d1b88c6bddf5c2f6eb308c46f269bb6f3" } ,
{ file = "mypy-0.961-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3e09f1f983a71d0672bbc97ae33ee3709d10c779beb613febc36805a6e28bb4e" } ,
{ file = "mypy-0.961-cp310-cp310-win_amd64.whl" , hash = "sha256:e999229b9f3198c0c880d5e269f9f8129c8862451ce53a011326cad38b9ccd24" } ,
{ file = "mypy-0.961-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b24be97351084b11582fef18d79004b3e4db572219deee0212078f7cf6352723" } ,
{ file = "mypy-0.961-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f4a21d01fc0ba4e31d82f0fff195682e29f9401a8bdb7173891070eb260aeb3b" } ,
{ file = "mypy-0.961-cp36-cp36m-win_amd64.whl" , hash = "sha256:439c726a3b3da7ca84a0199a8ab444cd8896d95012c4a6c4a0d808e3147abf5d" } ,
{ file = "mypy-0.961-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5a0b53747f713f490affdceef835d8f0cb7285187a6a44c33821b6d1f46ed813" } ,
{ file = "mypy-0.961-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e9f70df36405c25cc530a86eeda1e0867863d9471fe76d1273c783df3d35c2e" } ,
{ file = "mypy-0.961-cp37-cp37m-win_amd64.whl" , hash = "sha256:b88f784e9e35dcaa075519096dc947a388319cb86811b6af621e3523980f1c8a" } ,
{ file = "mypy-0.961-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:d5aaf1edaa7692490f72bdb9fbd941fbf2e201713523bdb3f4038be0af8846c6" } ,
{ file = "mypy-0.961-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9f5f5a74085d9a81a1f9c78081d60a0040c3efb3f28e5c9912b900adf59a16e6" } ,
{ file = "mypy-0.961-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f4b794db44168a4fc886e3450201365c9526a522c46ba089b55e1f11c163750d" } ,
{ file = "mypy-0.961-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:64759a273d590040a592e0f4186539858c948302c653c2eac840c7a3cd29e51b" } ,
{ file = "mypy-0.961-cp38-cp38-win_amd64.whl" , hash = "sha256:63e85a03770ebf403291ec50097954cc5caf2a9205c888ce3a61bd3f82e17569" } ,
{ file = "mypy-0.961-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5f1332964963d4832a94bebc10f13d3279be3ce8f6c64da563d6ee6e2eeda932" } ,
{ file = "mypy-0.961-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:006be38474216b833eca29ff6b73e143386f352e10e9c2fbe76aa8549e5554f5" } ,
{ file = "mypy-0.961-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:9940e6916ed9371809b35b2154baf1f684acba935cd09928952310fbddaba648" } ,
{ file = "mypy-0.961-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a5ea0875a049de1b63b972456542f04643daf320d27dc592d7c3d9cd5d9bf950" } ,
{ file = "mypy-0.961-cp39-cp39-win_amd64.whl" , hash = "sha256:1ece702f29270ec6af25db8cf6185c04c02311c6bb21a69f423d40e527b75c56" } ,
{ file = "mypy-0.961-py3-none-any.whl" , hash = "sha256:03c6cc893e7563e7b2949b969e63f02c000b32502a1b4d1314cabe391aa87d66" } ,
{ file = "mypy-0.961.tar.gz" , hash = "sha256:f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492" } ,
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
2022-03-01 08:01:56 +01:00
okota = [ ]
2022-07-04 12:37:40 +02:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
parsimonious = [
{ file = "parsimonious-0.8.1.tar.gz" , hash = "sha256:3add338892d580e0cb3b1a39e4a1b427ff9f687858fdd61097053742391a9f6b" } ,
]
2022-03-01 08:01:56 +01:00
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
2022-07-04 12:37:40 +02:00
phonenumbers = [
2022-07-05 09:07:40 +02:00
{ file = "phonenumbers-8.12.51-py2.py3-none-any.whl" , hash = "sha256:ac13b944e18ecb3ad58d9a090a2053dfe3d30dbe3711ebc2945a461b855ad4bf" } ,
{ file = "phonenumbers-8.12.51.tar.gz" , hash = "sha256:9d4a9460127ffd288ae071dd1f7942e2329da5b5c5d57d8aabe7103427ca7cbf" } ,
2022-07-04 12:37:40 +02:00
]
2022-03-01 08:01:56 +01:00
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
]
2022-07-04 12:37:40 +02:00
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
potaahto = [
{ file = "potaahto-0.1.1.tar.gz" , hash = "sha256:ef64c50ad2b9a606546c50f81a94369650443eeec312a6f5910eb285c8ab15dd" } ,
]
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
2022-06-14 09:50:52 +02:00
py-ecc = [
2022-07-04 12:37:40 +02:00
{ file = "py_ecc-4.1.0-py3-none-any.whl" , hash = "sha256:2b50b4098805eb40d2e06e682c3e7cd2c99cc4ca77fd088aab535a87eb2ac3be" } ,
{ file = "py_ecc-4.1.0.tar.gz" , hash = "sha256:7b26f4bb213c489967a01b526ca77087cc213626869ecbe838dfc217ef7a99ec" } ,
2022-06-14 09:50:52 +02:00
]
py-evm = [
2022-07-04 12:37:40 +02:00
{ file = "py-evm-0.3.0a20.tar.gz" , hash = "sha256:de9d1de9915c70efa8dc87ab00d4f0f7329ce65f1d8963133dd74bb90dff3e03" } ,
{ file = "py_evm-0.3.0a20-py3-none-any.whl" , hash = "sha256:8890f6b3e30af3cf600f58ec4b80d6c5f7f6df9b48ab9faa8a447250846ac2b1" } ,
2022-06-14 09:50:52 +02:00
]
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" } ,
]
2022-07-04 12:37:40 +02:00
pycryptodome = [
{ file = "pycryptodome-3.10.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:1c5e1ca507de2ad93474be5cfe2bfa76b7cf039a1a32fc196f40935944871a06" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:6260e24d41149268122dd39d4ebd5941e9d107f49463f7e071fd397e29923b0c" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:3f840c49d38986f6e17dbc0673d37947c88bc9d2d9dba1c01b979b36f8447db1" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:2dea65df54349cdfa43d6b2e8edb83f5f8d6861e5cf7b1fbc3e34c5694c85e27" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:e61e363d9a5d7916f3a4ce984a929514c0df3daf3b1b2eb5e6edbb131ee771cf" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-manylinux2014_aarch64.whl" , hash = "sha256:2603c98ae04aac675fefcf71a6c87dc4bb74a75e9071ae3923bbc91a59f08d35" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-win32.whl" , hash = "sha256:38661348ecb71476037f1e1f553159b80d256c00f6c0b00502acac891f7116d9" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:1723ebee5561628ce96748501cdaa7afaa67329d753933296321f0be55358dce" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:77997519d8eb8a4adcd9a47b9cec18f9b323e296986528186c0e9a7a15d6a07e" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:99b2f3fc51d308286071d0953f92055504a6ffe829a832a9fc7a04318a7683dd" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:e0a4d5933a88a2c98bbe19c0c722f5483dc628d7a38338ac2cb64a7dbd34064b" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:d3d6958d53ad307df5e8469cc44474a75393a434addf20ecd451f38a72fe29b8" } ,
{ file = "pycryptodome-3.10.1-cp27-cp27mu-manylinux2014_aarch64.whl" , hash = "sha256:a8eb8b6ea09ec1c2535bf39914377bc8abcab2c7d30fa9225eb4fe412024e427" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:31c1df17b3dc5f39600a4057d7db53ac372f492c955b9b75dd439f5d8b460129" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-manylinux1_i686.whl" , hash = "sha256:a3105a0eb63eacf98c2ecb0eb4aa03f77f40fbac2bdde22020bb8a536b226bb8" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-manylinux1_x86_64.whl" , hash = "sha256:a92d5c414e8ee1249e850789052608f582416e82422502dc0ac8c577808a9067" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-manylinux2010_i686.whl" , hash = "sha256:60386d1d4cfaad299803b45a5bc2089696eaf6cdd56f9fc17479a6f89595cfc8" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-manylinux2010_x86_64.whl" , hash = "sha256:501ab36aae360e31d0ec370cf5ce8ace6cb4112060d099b993bc02b36ac83fb6" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-manylinux2014_aarch64.whl" , hash = "sha256:fc7489a50323a0df02378bc2fff86eb69d94cc5639914346c736be981c6a02e7" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-win32.whl" , hash = "sha256:9b6f711b25e01931f1c61ce0115245a23cdc8b80bf8539ac0363bdcf27d649b6" } ,
{ file = "pycryptodome-3.10.1-cp35-abi3-win_amd64.whl" , hash = "sha256:7fd519b89585abf57bf47d90166903ec7b43af4fe23c92273ea09e6336af5c07" } ,
{ file = "pycryptodome-3.10.1-pp27-pypy_73-macosx_10_9_x86_64.whl" , hash = "sha256:09c1555a3fa450e7eaca41ea11cd00afe7c91fef52353488e65663777d8524e0" } ,
{ file = "pycryptodome-3.10.1-pp27-pypy_73-manylinux1_x86_64.whl" , hash = "sha256:758949ca62690b1540dfb24ad773c6da9cd0e425189e83e39c038bbd52b8e438" } ,
{ file = "pycryptodome-3.10.1-pp27-pypy_73-manylinux2010_x86_64.whl" , hash = "sha256:e3bf558c6aeb49afa9f0c06cee7fb5947ee5a1ff3bd794b653d39926b49077fa" } ,
{ file = "pycryptodome-3.10.1-pp27-pypy_73-win32.whl" , hash = "sha256:f977cdf725b20f6b8229b0c87acb98c7717e742ef9f46b113985303ae12a99da" } ,
{ file = "pycryptodome-3.10.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:6d2df5223b12437e644ce0a3be7809471ffa71de44ccd28b02180401982594a6" } ,
{ file = "pycryptodome-3.10.1-pp36-pypy36_pp73-manylinux1_x86_64.whl" , hash = "sha256:98213ac2b18dc1969a47bc65a79a8fca02a414249d0c8635abb081c7f38c91b6" } ,
{ file = "pycryptodome-3.10.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:12222a5edc9ca4a29de15fbd5339099c4c26c56e13c2ceddf0b920794f26165d" } ,
{ file = "pycryptodome-3.10.1-pp36-pypy36_pp73-win32.whl" , hash = "sha256:6bbf7fee7b7948b29d7e71fcacf48bac0c57fb41332007061a933f2d996f9713" } ,
{ file = "pycryptodome-3.10.1.tar.gz" , hash = "sha256:3e2e3a06580c5f190df843cdb90ea28d61099cf4924334d5297a995de68e4673" } ,
]
pyethash = [
{ file = "pyethash-0.1.27.tar.gz" , hash = "sha256:ff66319ce26b9d77df1f610942634dac9742e216f2c27b051c0a2c2dec9c2818" } ,
]
2022-03-01 08:01:56 +01:00
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-07-04 12:37:40 +02:00
{ file = "pylint-2.14.4-py3-none-any.whl" , hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f" } ,
{ file = "pylint-2.14.4.tar.gz" , hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a" } ,
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" } ,
]
2022-07-04 12:37:40 +02:00
pysha3 = [
{ file = "pysha3-1.0.2-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:6e6a84efb7856f5d760ee55cd2b446972cb7b835676065f6c4f694913ea8f8d9" } ,
{ file = "pysha3-1.0.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:f9046d59b3e72aa84f6dae83a040bd1184ebd7fef4e822d38186a8158c89e3cf" } ,
{ file = "pysha3-1.0.2-cp27-cp27m-win32.whl" , hash = "sha256:9fdd28884c5d0b4edfed269b12badfa07f1c89dbc5c9c66dd279833894a9896b" } ,
{ file = "pysha3-1.0.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:41be70b06c8775a9e4d4eeb52f2f6a3f356f17539a54eac61f43a29e42fd453d" } ,
{ file = "pysha3-1.0.2-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:68c3a60a39f9179b263d29e221c1bd6e01353178b14323c39cc70593c30f21c5" } ,
{ file = "pysha3-1.0.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:59111c08b8f34495575d12e5f2ce3bafb98bea470bc81e70c8b6df99aef0dd2f" } ,
{ file = "pysha3-1.0.2-cp33-cp33m-win32.whl" , hash = "sha256:571a246308a7b63f15f5aa9651f99cf30f2a6acba18eddf28f1510935968b603" } ,
{ file = "pysha3-1.0.2-cp33-cp33m-win_amd64.whl" , hash = "sha256:93abd775dac570cb9951c4e423bcb2bc6303a9d1dc0dc2b7afa2dd401d195b24" } ,
{ file = "pysha3-1.0.2-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:11a2ba7a2e1d9669d0052fc8fb30f5661caed5512586ecbeeaf6bf9478ab5c48" } ,
{ file = "pysha3-1.0.2-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:5ec8da7c5c70a53b5fa99094af3ba8d343955b212bc346a0d25f6ff75853999f" } ,
{ file = "pysha3-1.0.2-cp34-cp34m-win32.whl" , hash = "sha256:9c778fa8b161dc9348dc5cc361e94d54aa5ff18413788f4641f6600d4893a608" } ,
{ file = "pysha3-1.0.2-cp34-cp34m-win_amd64.whl" , hash = "sha256:fd7e66999060d079e9c0e8893e78d8017dad4f59721f6fe0be6307cd32127a07" } ,
{ file = "pysha3-1.0.2-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:827b308dc025efe9b6b7bae36c2e09ed0118a81f792d888548188e97b9bf9a3d" } ,
{ file = "pysha3-1.0.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:4416f16b0f1605c25f627966f76873e432971824778b369bd9ce1bb63d6566d9" } ,
{ file = "pysha3-1.0.2-cp35-cp35m-win32.whl" , hash = "sha256:c93a2676e6588abcfaecb73eb14485c81c63b94fca2000a811a7b4fb5937b8e8" } ,
{ file = "pysha3-1.0.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:684cb01d87ed6ff466c135f1c83e7e4042d0fc668fa20619f581e6add1d38d77" } ,
{ file = "pysha3-1.0.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:386998ee83e313b6911327174e088021f9f2061cbfa1651b97629b761e9ef5c4" } ,
{ file = "pysha3-1.0.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:c7c2adcc43836223680ebdf91f1d3373543dc32747c182c8ca2e02d1b69ce030" } ,
{ file = "pysha3-1.0.2-cp36-cp36m-win32.whl" , hash = "sha256:cd5c961b603bd2e6c2b5ef9976f3238a561c58569945d4165efb9b9383b050ef" } ,
{ file = "pysha3-1.0.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:0060a66be16665d90c432f55a0ba1f6480590cfb7d2ad389e688a399183474f0" } ,
{ file = "pysha3-1.0.2.tar.gz" , hash = "sha256:fe988e73f2ce6d947220624f04d467faf05f1bbdbc64b0a201296bb3af92739e" } ,
]
pytest = [
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
]
pytest-cov = [
{ file = "pytest-cov-2.10.1.tar.gz" , hash = "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e" } ,
{ file = "pytest_cov-2.10.1-py2.py3-none-any.whl" , hash = "sha256:45ec2d5182f89a81fc3eb29e3d1ed3113b9e9a873bcddb2a71faaab066110191" } ,
]
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2022-03-01 08:01:56 +01:00
python-gitlab = [
2022-07-04 12:37:40 +02:00
{ file = "python-gitlab-3.6.0.tar.gz" , hash = "sha256:901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061" } ,
{ file = "python_gitlab-3.6.0-py3-none-any.whl" , hash = "sha256:b855c15e106812a4ada7c4d417def61bc211976bbf2ee1c7e0cd48a83eca4e9f" } ,
]
python-gnupg = [
2022-07-05 09:07:40 +02:00
{ file = "python-gnupg-0.4.9.tar.gz" , hash = "sha256:aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537" } ,
{ file = "python_gnupg-0.4.9-py2.py3-none-any.whl" , hash = "sha256:012960bde4d25dad631bb7650f563dda5e7271248a73f3584240063a293d99d8" } ,
2022-03-01 08:01:56 +01:00
]
python-semantic-release = [
2022-07-04 12:37:40 +02:00
{ file = "python-semantic-release-7.29.4.tar.gz" , hash = "sha256:2aef09899724ec3bf4ff90b5959cb447c4f2f3a6f386038ad0708d3045a5396d" } ,
{ file = "python_semantic_release-7.29.4-py3-none-any.whl" , hash = "sha256:ed48b3b58f7dca940999032e0f079a97ecf057a79a2ed4d76dbaa1f9875d7646" } ,
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
]
2022-07-04 12:37:40 +02:00
requests = [
2022-07-05 09:07:40 +02:00
{ file = "requests-2.28.1-py3-none-any.whl" , hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349" } ,
{ file = "requests-2.28.1.tar.gz" , hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983" } ,
2022-07-04 12:37:40 +02:00
]
2022-03-01 08:01:56 +01:00
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" } ,
]
2022-07-04 12:37:40 +02:00
rlp = [
{ file = "rlp-2.0.1-py2.py3-none-any.whl" , hash = "sha256:52a57c9f53f03c88b189283734b397314288250cc4a3c4113e9e36e2ac6bdd16" } ,
{ file = "rlp-2.0.1.tar.gz" , hash = "sha256:665e8312750b3fc5f7002e656d05b9dcb6e93b6063df40d95c49ad90c19d1f0e" } ,
]
2022-03-01 08:01:56 +01:00
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
]
2022-07-04 12:37:40 +02:00
semver = [
{ file = "semver-2.13.0-py2.py3-none-any.whl" , hash = "sha256:ced8b23dceb22134307c1b8abfa523da14198793d9787ac838e70e29e77458d4" } ,
{ file = "semver-2.13.0.tar.gz" , hash = "sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f" } ,
]
2022-03-01 08:01:56 +01:00
setuptools-scm = [
2022-07-04 12:37:40 +02:00
{ file = "setuptools_scm-7.0.4-py3-none-any.whl" , hash = "sha256:53a6f51451a84d891ca485cec700a802413bbc5e76ee65da134e54c733a6e44d" } ,
{ file = "setuptools_scm-7.0.4.tar.gz" , hash = "sha256:c27bc1f48593cfc9527251f1f0fc41ce282ea57bbc7fd5a1ea3acb99325fab4c" } ,
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2022-03-01 08:01:56 +01:00
]
smmap = [
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
2022-07-04 12:37:40 +02:00
sortedcontainers = [
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2022-03-01 08:01:56 +01:00
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
]
2022-07-04 12:37:40 +02:00
toolz = [
{ file = "toolz-0.11.2-py3-none-any.whl" , hash = "sha256:a5700ce83414c64514d82d60bcda8aabfde092d1c1a8663f9200c07fdcc6da8f" } ,
{ file = "toolz-0.11.2.tar.gz" , hash = "sha256:6b312d5e15138552f1bda8a4e66c30e236c831b612b2bf0005f8a1df10a4bc33" } ,
]
2022-03-01 08:01:56 +01:00
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
]
2022-07-04 12:37:40 +02:00
trie = [
{ file = "trie-2.0.0a5-py3-none-any.whl" , hash = "sha256:a10a5065175b7f08f1e20b7c246b32716eedfcf29e599503af66592eae40cabc" } ,
{ file = "trie-2.0.0a5.tar.gz" , hash = "sha256:6385f54165a57e996e0ddbe3aee68778354be58cca1b3623e8a9a1a56680c45b" } ,
]
2022-03-01 08:01:56 +01:00
twine = [
{ file = "twine-3.8.0-py3-none-any.whl" , hash = "sha256:d0550fca9dc19f3d5e8eadfce0c227294df0a2a951251a4385797c8a6198b7c8" } ,
{ file = "twine-3.8.0.tar.gz" , hash = "sha256:8efa52658e0ae770686a13b675569328f1fba9837e5de1867bfe5f46a9aefe19" } ,
]
2022-07-04 12:37:40 +02:00
typing-extensions = [
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
]
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-07-04 12:37:40 +02:00
vobject = [
{ file = "vobject-0.9.6.1.tar.gz" , hash = "sha256:96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101" } ,
]
2022-03-01 08:01:56 +01:00
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
2022-07-04 12:37:40 +02:00
websocket-client = [
{ file = "websocket_client-0.57.0-py2.py3-none-any.whl" , hash = "sha256:0fc45c961324d79c781bab301359d5a1b00b13ad1b10415a4780229ef71a5549" } ,
{ file = "websocket_client-0.57.0.tar.gz" , hash = "sha256:d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010" } ,
]
2022-03-01 08:01:56 +01:00
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
]