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