From 06530e3ffa791100e414274b768fd6f4502e5a54 Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 24 Oct 2021 15:29:41 +0200 Subject: [PATCH] Remove crypto dev signer dep --- python/eth_contract_registry/interface.py | 1 + python/requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/python/eth_contract_registry/interface.py b/python/eth_contract_registry/interface.py index 22ff4af..2f161c3 100644 --- a/python/eth_contract_registry/interface.py +++ b/python/eth_contract_registry/interface.py @@ -1,3 +1,4 @@ +# standard imports import logging # external imports diff --git a/python/requirements.txt b/python/requirements.txt index 2f0f39f..5775cf3 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,2 @@ confini>=0.3.6rc3,<0.5.0 -crypto-dev-signer>=0.4.15a1,<=0.4.15 chainlib-eth>=0.0.9a3,<=0.1.0