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',