From 15c289ffe46cfcc2254994f27d877e6053ceb010 Mon Sep 17 00:00:00 2001 From: Max Mustermann Date: Sun, 2 May 2021 15:04:10 +0530 Subject: [PATCH] add dependency --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 94ebbab..5649319 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,11 @@ setup( 'pexpect', 'requests', 'incremental', + 'eth-rlp', + 'eth-account', + 'eth-utils', + 'hexbytes', + 'cytoolz' ], setup_requires=[ 'incremental', @@ -27,11 +32,6 @@ setup( 'pytest-ordering', 'click', 'twisted', - 'eth-rlp', - 'eth-account', - 'eth-utils', - 'hexbytes', - 'cytoolz' ], classifiers=[ 'Development Status :: 3 - Alpha',