Skip to content

Commit

Permalink
Merge pull request #33 from ilyalesokhin-starkware/remove_dependency
Browse files Browse the repository at this point in the history
Remove dependency on eth-utils.
  • Loading branch information
carver committed Sep 3, 2021
2 parents d286ff8 + cdded17 commit 2c9a125
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
author_email='snakecharmers@ethereum.org',
url='https://github.com/ethereum/eth-hash',
include_package_data=True,
install_requires=[
"eth-utils>=1,<2",
],
python_requires='>=3.5, <4',
extras_require=extras_require,
py_modules=['eth_hash'],
Expand Down

0 comments on commit 2c9a125

Please sign in to comment.