Skip to content

Commit

Permalink
Merge pull request #137 from njgheorghita/update-to-web3-v5
Browse files Browse the repository at this point in the history
Update to web3 v5
  • Loading branch information
njgheorghita authored Jan 16, 2019
2 parents a516433 + 3910365 commit 9ace7f9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
extras_require={
'test': [
'pytest>=3.2.1,<4',
'pytest-ethereum>=0.1.3a.6,<1',
'tox>=1.8.0,<2',
],
'lint': [
Expand All @@ -29,6 +30,8 @@
'sphinx_rtd_theme>=0.1.9,<2',
],
'dev': [
'bumpversion>=0.5.3,<1',
'ipython>=7.2.0,<8',
'pytest-watch>=4.1.0,<5',
'twine',
'wheel',
Expand All @@ -53,17 +56,13 @@
url='https://github.com/ethpm/py-ethpm',
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-utils>=1.4.1,<2',
'ipfsapi>=0.4.3,<1',
'jsonschema>=2.6.0,<3',
'protobuf>=3.0.0,<4',
'pytest-ethereum>=0.1.3a.5,<1',
'py-solc>=3.2.0,<4',
'rlp>=1.0.1,<2',
'web3[tester]>=4.7,<5',
'web3[tester]>=5.0.0a3,<6',
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit 9ace7f9

Please sign in to comment.