Skip to content

Commit f7f6295

Browse files
committed
refactor: move blake2b-py to optional deps for performance
1 parent e54ce6f commit f7f6295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
deps = {
77
'eth': [
8-
"blake2b-py>=0.1.4,<0.2",
98
"cached-property>=1.5.1,<2",
109
"eth-bloom>=1.0.3,<2.0.0",
1110
"eth-keys>=0.2.1,<0.4.0",
@@ -23,6 +22,7 @@
2322
# Installing these libraries may make the evm perform better than
2423
# using the default fallbacks though.
2524
'eth-extra': [
25+
"blake2b-py>=0.1.4,<0.2",
2626
"coincurve>=13.0.0,<14.0.0",
2727
"eth-hash[pysha3];implementation_name=='cpython'",
2828
"eth-hash[pycryptodome];implementation_name=='pypy'",

0 commit comments

Comments
 (0)