Skip to content

Commit

Permalink
Restrict eth-abi to >=1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mendoza committed Oct 16, 2018
1 parent 4871d4f commit 23bd953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
url='https://github.com/ethereum/eth-tester',
include_package_data=True,
install_requires=[
"eth-abi>=1.0.0,<2",
"eth-abi>=1.2.1,<2",
"eth-keys>=0.2.0-beta.3,<0.3.0",
"eth-utils>=1.1.1,<2.0.0",
"rlp>=0.6.0,<2.0.0",
Expand Down

0 comments on commit 23bd953

Please sign in to comment.