Skip to content

Commit 8f1bab7

Browse files
fubuloubucburgdorf
authored andcommitted
refactor: move blake2b-py to optional deps for performance
1 parent 60ae2c1 commit 8f1bab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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)