Skip to content

Commit ff73468

Browse files
committed
Fix: Depencency was renamed pytezos-crypto
1 parent f15d162 commit ff73468

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies = [
3131
"aleph-message==0.6.1",
3232
"aleph-nuls2==0.1",
3333
"aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@cbfebb871db94b2ca580e66104a67cd730c5020c",
34-
"aleph-pytezos @ git+https://github.com/aleph-im/aleph-pytezos@59e8fa971f0287846fb8a7e7d148753b2d80aafe",
3534
"asyncpg==0.30",
3635
"base58>=1.0.3",
3736
"coincurve==20",
@@ -50,6 +49,7 @@ dependencies = [
5049
"pycryptodome==3.21.0", # for libp2p-stubs
5150
"pymultihash==0.8.2", # for libp2p-stubs
5251
"pynacl==1.5",
52+
"pytezos-crypto==3.13.4.1",
5353
"python-dateutil==2.8.2",
5454
"pytz==2023.3",
5555
"pyyaml==6.0.1",
@@ -62,7 +62,7 @@ dependencies = [
6262
"sqlalchemy-utils==0.38.3",
6363
"substrate-interface==1.7.4",
6464
"types-aiofiles==23.2.0.20240403",
65-
"ujson==5.10.0", # required by aiocache
65+
"ujson==5.10.0", # required by aiocache
6666
"urllib3==2.3",
6767
"uvloop==0.21",
6868
"web3==6.11.2",

src/aleph/chains/tezos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import aiohttp
88
from aleph_message.models import Chain
9-
from aleph_pytezos.crypto.key import Key
9+
from pytezos_crypto.key import Key
1010
from configmanager import Config
1111
from nacl.exceptions import BadSignatureError
1212

0 commit comments

Comments
 (0)