File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ dynamic = [ "version" ]
3333dependencies = [
3434 " aiodns==3.2" ,
3535 " aiohttp==3.10.6" ,
36- " aleph-message @ git+https://github.com/aleph-im/aleph-message.git@andres-feature-add_new_evm_chains " ,
37- " aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@andres-feature-implement_new_evm_chains " ,
38- " base58==2.1.1" , # Needed now as default with _load_account changement
39- " py-sr25519-bindings==0.2" , # Needed for DOT signatures
36+ " aleph-message>=0.5 " ,
37+ " aleph-sdk-python>=1.2,<2 " ,
38+ " base58==2.1.1" , # Needed now as default with _load_account changement
39+ " py-sr25519-bindings==0.2" , # Needed for DOT signatures
4040 " pygments==2.18" ,
41- " pynacl==1.5" , # Needed now as default with _load_account changement
41+ " pynacl==1.5" , # Needed now as default with _load_account changement
4242 " python-magic==0.4.27" ,
4343 " rich==13.8.1" ,
4444 " setuptools>=65.5" ,
45- " substrate-interface==1.7.11" , # Needed for DOT signatures
45+ " substrate-interface==1.7.11" , # Needed for DOT signatures
4646 " textual==0.73" ,
4747 " typer==0.12.5" ,
4848]
You can’t perform that action at this time.
0 commit comments