Skip to content

Commit

Permalink
remove pysha3
Browse files Browse the repository at this point in the history
  • Loading branch information
damianjachyra committed Sep 29, 2023
1 parent b05c1df commit 3b60b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ certifi==2019.3.9
chardet==3.0.4
coverage==4.5.3
coveralls==1.8.0
cytoolz==0.9.0.1
cytoolz==0.12.2
docopt==0.6.2
eth-abi==1.3.0
eth-account==0.3.0
Expand All @@ -17,7 +17,7 @@ eth-typing==2.1.0
eth-utils==1.6.0
hexbytes==0.2.0
idna==2.8
importlib-metadata==0.17
importlib-metadata==6.8.0
lru-dict==1.1.6
more-itertools==7.0.0
packaging==19.0
Expand All @@ -26,7 +26,6 @@ pluggy==0.12.0
py==1.8.0
pycryptodome==3.8.2
pyparsing==2.4.0
pysha3==1.0.2
pytest==4.6.2
pytest-cov==2.7.1
requests==2.22.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

install_requirements = [
'eth-utils>=1.4.0',
'pysha3>=1.0.2',
]

test_requirements = [
Expand Down

0 comments on commit 3b60b87

Please sign in to comment.