File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies = [
31
31
" aleph-message==0.6.1" ,
32
32
" aleph-nuls2==0.1" ,
33
33
" 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" ,
35
34
" asyncpg==0.30" ,
36
35
" base58>=1.0.3" ,
37
36
" coincurve==20" ,
@@ -50,6 +49,7 @@ dependencies = [
50
49
" pycryptodome==3.21.0" , # for libp2p-stubs
51
50
" pymultihash==0.8.2" , # for libp2p-stubs
52
51
" pynacl==1.5" ,
52
+ " pytezos-crypto==3.13.4.1" ,
53
53
" python-dateutil==2.8.2" ,
54
54
" pytz==2023.3" ,
55
55
" pyyaml==6.0.1" ,
@@ -62,7 +62,7 @@ dependencies = [
62
62
" sqlalchemy-utils==0.38.3" ,
63
63
" substrate-interface==1.7.4" ,
64
64
" types-aiofiles==23.2.0.20240403" ,
65
- " ujson==5.10.0" , # required by aiocache
65
+ " ujson==5.10.0" , # required by aiocache
66
66
" urllib3==2.3" ,
67
67
" uvloop==0.21" ,
68
68
" web3==6.11.2" ,
Original file line number Diff line number Diff line change 6
6
7
7
import aiohttp
8
8
from aleph_message .models import Chain
9
- from aleph_pytezos . crypto .key import Key
9
+ from pytezos_crypto .key import Key
10
10
from configmanager import Config
11
11
from nacl .exceptions import BadSignatureError
12
12
You can’t perform that action at this time.
0 commit comments