From 87a9e54b2ca74dff80e2e542d9cc4e46a6e1afb3 Mon Sep 17 00:00:00 2001 From: lsankar4033 Date: Wed, 19 Aug 2020 19:45:11 -0700 Subject: [PATCH] Remove eth2spec from setup.py installs --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 670ab26..acffc97 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ "PyYAML==5.3.1", "ansicolors==1.1.8", "eth-utils==1.8.4", - "eth2spec==0.12.2", "eth2fastspec==0.0.5" ], classifiers=[