crytic / etheno

Simplify Ethereum security analysis and testing
GNU Affero General Public License v3.0
332 stars 31 forks source link

Stop using `pysha3` #122

Open anishnaik opened 1 year ago

anishnaik commented 1 year ago

Python 3.11 does not work with pysha3. Need to replace the use of that dependency with something else.