eth-address-index

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c31e7fe86fa268484419bb2676685de0ef75df11
parent bf2e204eeadecfe78f1f34ab22b4b61fcc5125ae
Author: nolash <dev@holbrook.no>
Date:   Sun, 24 Oct 2021 15:32:53 +0200

Move erc20 dep to tests

Diffstat:
Mpython/requirements.txt | 2--
Mpython/test_requirements.txt | 1+
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,4 +1,2 @@ confini>=0.3.6rc3,<0.5.0 -crypto-dev-signer>=0.4.15rc2,<=0.4.15 chainlib-eth>=0.0.9a13,<=0.1.0 -eth_erc20>=0.1.2a3,<=0.2.0 diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,3 +1,4 @@ eth-tester==0.5.0b3 py-evm==0.3.0a20 eth-accounts-index>=0.1.2a3,<0.2.0 +eth_erc20>=0.1.2a3,<=0.2.0