Skip to content

Commit

Permalink
Pin web3 dependency to >=3.16.4
Browse files Browse the repository at this point in the history
Older versions depend on the deprecated ethereum-* libraries instead
of the newer eth-*, which cause a deprecation notice.
  • Loading branch information
elopez committed Dec 30, 2021
1 parent 2ee7969 commit f9ad032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
'ptyprocess',
'pysha3>=1.0.2',
'flask>=1.0.2',
'web3',
# web3 3.16.3 and earlier use the older, deprecated `ethereum-*`
# libraries, which throw a deprecation warning when running etheno
'web3>=3.16.4',
# The following two requirements are for our fork of `keyfile.py`,
# but they should already be satisfied by the `web3` requirement
'cytoolz>=0.9.0,<1.0.0',
Expand Down

0 comments on commit f9ad032

Please sign in to comment.