eth-utils<2.0.0,>=1.8.2
eth-typing<3.0.0,>=2.2.1

[coincurve]
coincurve<13.0.0,>=7.0.0

[dev]
tox==3.20.0
bumpversion==0.5.3
twine
eth-utils<2.0.0,>=1.8.2
eth-typing<3.0.0,>=2.2.1
flake8==3.0.4
mypy==0.782
asn1tools<0.147,>=0.146.2
factory-boy<3.1,>=3.0.1
pyasn1<0.5,>=0.4.5
pytest==5.4.1
hypothesis<6.0.0,>=5.10.3

[dev:implementation_name == "cpython"]
eth-hash[pysha3]

[dev:implementation_name == "pypy"]
eth-hash[pycryptodome]

[eth-keys]
eth-utils<2.0.0,>=1.8.2
eth-typing<3.0.0,>=2.2.1

[lint]
flake8==3.0.4
mypy==0.782

[test]
asn1tools<0.147,>=0.146.2
factory-boy<3.1,>=3.0.1
pyasn1<0.5,>=0.4.5
pytest==5.4.1
hypothesis<6.0.0,>=5.10.3

[test:implementation_name == "cpython"]
eth-hash[pysha3]

[test:implementation_name == "pypy"]
eth-hash[pycryptodome]
