Update setup.py

This commit is contained in:
Jacques Wagener 2019-01-21 18:59:02 +02:00 committed by GitHub
parent 51271e7149
commit 7b6de913bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ setup(
install_requires=[
"py-evm==0.2.0a33",
"eth-tester==0.1.0b33",
"vyper==0.1.0b4",
"vyper==0.1.0b6",
"web3==4.8.1"
],
setup_requires=['setuptools-markdown'],