File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,17 @@ dynamic = [ "version" ]
30
30
dependencies = [
31
31
" aiohttp>=3.8.3" ,
32
32
" aioresponses>=0.7.6" ,
33
- # "aleph-message>=1.0.2",
34
- " aleph-message @ git+https://github.com/aleph-im/aleph-message@andres-feature-implement_more_evm_chains" ,
33
+ " aleph-message>=1.0.3" ,
35
34
" aleph-superfluid>=0.3" ,
36
- " base58==2.1.1" , # Needed now as default with _load_account changement
35
+ " base58==2.1.1" , # Needed now as default with _load_account changement
37
36
" coincurve; python_version>='3.9'" ,
38
37
" coincurve>=19; python_version>='3.9'" ,
39
38
" eth-abi>=5.0.1; python_version>='3.9'" ,
40
39
" eth-typing>=5.0.1" ,
41
40
" jwcrypto==1.5.6" ,
42
41
" pydantic>=2,<3" ,
43
42
" pydantic-settings>=2" ,
44
- " pynacl==1.5" , # Needed now as default with _load_account changement
43
+ " pynacl==1.5" , # Needed now as default with _load_account changement
45
44
" python-magic" ,
46
45
" typing-extensions" ,
47
46
" web3>=7.10" ,
You can’t perform that action at this time.
0 commit comments