From 47813628c1a8dfe7408db7873dbc6af2eb6f6e0f Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Wed, 22 Mar 2017 10:17:18 -0600 Subject: [PATCH] Update eth-testrpc --- requirements-dev.txt | 4 ++-- setup.py | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c0f99cc..fcf8466 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/setup.py b/setup.py index 9b076c4..cce1d6f 100644 --- a/setup.py +++ b/setup.py @@ -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",