Skip to content

Commit

Permalink
Merge pull request #1047 from JulianLiu/master
Browse files Browse the repository at this point in the history
Pin eth-abi version below 2.0.0
  • Loading branch information
carver authored Sep 7, 2018
2 parents e395186 + fafe2ae commit e066452
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 @@ -69,7 +69,7 @@
install_requires=[
"toolz>=0.9.0,<1.0.0;implementation_name=='pypy'",
"cytoolz>=0.9.0,<1.0.0;implementation_name=='cpython'",
"eth-abi>=1.2.0,<3",
"eth-abi>=1.2.0,<2.0.0",
"eth-account>=0.2.1,<0.4.0",
"eth-utils>=1.0.1,<2.0.0",
"hexbytes>=0.1.0,<1.0.0",
Expand Down

0 comments on commit e066452

Please sign in to comment.