We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blake2b-py
1 parent e54ce6f commit f7f6295Copy full SHA for f7f6295
setup.py
@@ -5,7 +5,6 @@
5
6
deps = {
7
'eth': [
8
- "blake2b-py>=0.1.4,<0.2",
9
"cached-property>=1.5.1,<2",
10
"eth-bloom>=1.0.3,<2.0.0",
11
"eth-keys>=0.2.1,<0.4.0",
@@ -23,6 +22,7 @@
23
22
# Installing these libraries may make the evm perform better than
24
# using the default fallbacks though.
25
'eth-extra': [
+ "blake2b-py>=0.1.4,<0.2",
26
"coincurve>=13.0.0,<14.0.0",
27
"eth-hash[pysha3];implementation_name=='cpython'",
28
"eth-hash[pycryptodome];implementation_name=='pypy'",
0 commit comments