ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
320 stars 152 forks source link

Missing `setuptools` requirement. #224

Closed adi-yakovian-starkware closed 1 year ago

adi-yakovian-starkware commented 2 years ago

What was wrong?

Missing setuptools requirement, even though it is needed here.

How can it be fixed?

Add the requirement in setup.py.

reedsa commented 1 year ago

Thanks for submitting this issue. Is there an error you are encountering? Adding the requirement does not appear to be necessary, is there anything in particular you saw?

Closing this but please file another issue if you have further questions!