Skip to content

Commit f633530

Browse files
committed
Switch from pysha3 to pycryptodome
1 parent 4fa53a2 commit f633530

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: requirements-docs.txt

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ contextlib2>=0.5.4
1212
ethtoken
1313
py-geth>=1.4.0
1414
py-solc>=0.4.0
15-
#pysha3>=0.3
1615
pytest>=2.7.2
1716
sphinx
1817
sphinx_rtd_theme>=0.1.9

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eth-utils>=1.0.0b1,<2.0.0",
2424
"hexbytes>=0.1.0b1,<1.0.0",
2525
"lru-dict>=1.1.6,<2.0.0",
26-
"pysha3>=1.0.0,<2.0.0",
26+
"eth-hash[pycryptodome]",
2727
"requests>=2.16.0,<3.0.0",
2828
],
2929
setup_requires=['setuptools-markdown'],

0 commit comments

Comments
 (0)