Skip to content

Commit

Permalink
Merge pull request #33 from njgheorghita/update-web3
Browse files Browse the repository at this point in the history
Update dependencies to web3v5
  • Loading branch information
njgheorghita committed Dec 15, 2018
2 parents 41d9030 + 3ee0b6e commit b300637
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

extras_require = {
'test': [
"pytest==3.3.2",
"pytest>=3.6.0",
"pytest-xdist",
"tox>=2.9.1,<3",
],
Expand Down Expand Up @@ -48,10 +48,9 @@
url='https://github.com/ethereum/pytest-ethereum',
include_package_data=True,
install_requires=[
"eth-abi>=1.2.2,<1.3.0",
"eth-utils>=1,<2",
"ethpm>=0.1.4a1,<1",
'web3[tester]>=4.7,<5',
"eth-utils>=1.4.0,<2.0.0",
"ethpm>=0.1.4a8,<1.0.0",
'web3[tester]>=5.0.0a1,<6.0.0',
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit b300637

Please sign in to comment.