Skip to content

Commit

Permalink
Update to web3 v5
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita committed Dec 21, 2018
1 parent fd3a076 commit 993b75b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,17 @@
include_package_data=True,
install_requires=[
'bumpversion>=0.5.3,<1',
'eth-abi>=1.2.2,<1.3.0',
'eth-keys>=0.2.0b3,<1',
'eth-utils>=1.3.0,<2',
'eth-tester>=0.1.0b34,<1',
'ipfsapi>=0.4.3,<1',
'jsonschema>=2.6.0,<3',
'protobuf>=3.0.0,<4',
'pytest-ethereum>=0.1.3a.5,<1',
'pytest-ethereum>=0.1.3a.6,<1',
'py-evm>=0.2.0a38,<1',
'py-solc>=3.2.0,<4',
'rlp>=1.0.1,<2',
'web3[tester]>=4.7,<5',
'web3[tester]>=5.0.0a2,<6.0.0',
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit 993b75b

Please sign in to comment.