Skip to content

Commit ef40aa7

Browse files
authored
feat: aleph-pytezos has been renamed to pytezos-crypto (#206)
1 parent 43bdc76 commit ef40aa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ optional-dependencies.substrate = [
8080
"substrate-interface",
8181
]
8282
optional-dependencies.tezos = [
83-
"aleph-pytezos==3.13.4",
8483
"pynacl",
84+
"pytezos-crypto==3.13.4.1",
8585
]
8686
urls.Documentation = "https://aleph.im/"
8787
urls.Homepage = "https://github.com/aleph-im/aleph-sdk-python"

src/aleph/sdk/chains/tezos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from pathlib import Path
33
from typing import Dict, Optional, Union
44

5-
from aleph_pytezos.crypto.key import Key
65
from nacl.public import SealedBox
76
from nacl.signing import SigningKey
7+
from pytezos_crypto.key import Key
88

99
from .common import BaseAccount, get_fallback_private_key, get_verification_buffer
1010

0 commit comments

Comments
 (0)