Update eth-testrpc

This commit is contained in:
Piper Merriam 2017-03-22 10:17:18 -06:00
parent 12ea8bc7c7
commit 47813628c1
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
pytest>=2.8.2
pytest-pythonpath>=0.3
tox>=1.8.0
eth-testrpc>=1.1.0
ethereum>=1.5.2
eth-testrpc>=1.2.0
ethereum>=1.6.1
secp256k1>=0.13.1
hypothesis>=3.4.2
flaky>=3.3.0

View File

@ -20,7 +20,7 @@ install_requires=[
"pylru>=1.0.9",
"pysha3>=0.3",
"requests>=2.12.4",
"rlp>=0.4.6",
"rlp>=0.4.7",
]
if sys.platform == 'win32':
@ -37,8 +37,7 @@ setup(
include_package_data=True,
install_requires=install_requires,
extras_require={
'Tester': ["eth-testrpc>=1.1.0"],
'tester': ["eth-testrpc>=1.1.0"],
'tester': ["eth-testrpc>=1.2.0"],
'gevent': [
"gevent>=1.1.1,<1.2.0",
"geventhttpclient>=1.3.1",