Skip to content

Commit

Permalink
Remove pyevmbackend from w3 fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita committed Jan 16, 2019
1 parent 47137c6 commit 3910365
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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,18 +56,13 @@
url='https://github.com/ethpm/py-ethpm',
include_package_data=True,
install_requires=[
'bumpversion>=0.5.3,<1',
'eth-keys>=0.2.0b3,<1',
'eth-utils>=1.3.0,<2',
'eth-tester>=0.1.0b34,<1',
'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.6,<1',
'py-evm>=0.2.0a38,<1',
'py-solc>=3.2.0,<4',
'rlp>=1.0.1,<2',
'web3[tester]>=5.0.0a2,<6.0.0',
'web3[tester]>=5.0.0a3,<6',
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit 3910365

Please sign in to comment.