ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

fix: remove pysha3 from test dependencies #105

Closed mikeshultz closed 9 months ago

mikeshultz commented 9 months ago

What I did

Removed pysha3 from test dependencies. Package is long deprecated and was causing a blocking compilation error on my local. Does not appear to be used anywhere and appears to have no impact.

How I did it

Deleted a line

How to verify it

Install and run tests

Checklist