Update setup.py
This commit is contained in:
parent
51271e7149
commit
7b6de913bc
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"py-evm==0.2.0a33",
|
"py-evm==0.2.0a33",
|
||||||
"eth-tester==0.1.0b33",
|
"eth-tester==0.1.0b33",
|
||||||
"vyper==0.1.0b4",
|
"vyper==0.1.0b6",
|
||||||
"web3==4.8.1"
|
"web3==4.8.1"
|
||||||
],
|
],
|
||||||
setup_requires=['setuptools-markdown'],
|
setup_requires=['setuptools-markdown'],
|
||||||
|
|
Loading…
Reference in New Issue