From 3ce73cc6ed086100f8c0c81dc956f1fe18172e95 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 10 Apr 2019 12:05:10 -0700 Subject: [PATCH] testrpc isn't needed anymore --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3223c6266b..18849288e9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ "py-geth>=2.0.1,<3.0.0", "pytest-ethereum>=0.1.3a6,<1.0.0", ], - 'testrpc': ["eth-testrpc>=1.3.3,<2.0.0"], 'linter': [ "flake8==3.4.1", "isort>=4.2.15,<4.3.5",