Skip to content

Commit

Permalink
Loosen eth-abi dependency (#108)
Browse files Browse the repository at this point in the history
* Loosen eth-abi dependency

* Fix ethereum install
  • Loading branch information
MHHukiewitz authored Mar 13, 2024
1 parent 16de0ba commit 04a053a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
aleph-message~=0.4.3
eth_account>=0.4.0
# Required to fix a dependency issue with parsimonious and Python3.11
eth_abi==4.0.0b2; python_version>="3.11"
eth_abi>=4.0.0; python_version>="3.11"
python-magic
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
Expand Down Expand Up @@ -94,7 +94,7 @@ nuls2 =
ethereum =
eth_account>=0.4.0
# Required to fix a dependency issue with parsimonious and Python3.11
eth_abi==4.0.0b2; python_version>="3.11"
eth_abi>=4.0.0; python_version>="3.11"
polkadot =
substrate-interface
py-sr25519-bindings
Expand Down

0 comments on commit 04a053a

Please sign in to comment.