polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
240 stars 114 forks source link

Update version of eth-utils to match requirements #399

Closed yabirgb closed 1 month ago

yabirgb commented 1 month ago

In #388 I edited the requirements.txt and didn't notice that the requirements are hardcoded in the setup.py. This PR is to have the same version in both

https://github.com/polkascan/py-substrate-interface/blob/43ad00cca215dfafd4607be6440aecd198ee6089/requirements.txt#L10

Would you consider using pyproject.toml instead of setup.py to avoid this errors? Also setup.py is being deprecated afaik.

arjanz commented 1 month ago

Would you consider using pyproject.toml instead of setup.py to avoid this errors? Also setup.py is being deprecated afaik.

Yes this would indeed be the way to go, I'll have a look when I'm back in the office