Make sql requirements extras in packaging

This commit is contained in:
nolash
2021-04-11 15:09:16 +02:00
parent 25ffb620a9
commit 86ef9bdb56
3 changed files with 15 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import binascii
import re
# external imports
from rlp import encode as rlp_encode
#from rlp import encode as rlp_encode
from hexathon import (
strip_0x,
add_0x,
@@ -13,6 +13,7 @@ from hexathon import (
# local imports
from crypto_dev_signer.eth.encoding import chain_id_to_v
from crypto_dev_signer.eth.rlp import rlp_encode
logg = logging.getLogger().getChild(__name__)