Skip to content

Commit

Permalink
Up sdk version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Dec 21, 2024
1 parent 44af4e9 commit d59526d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ dependencies = [
"aiodns==3.2",
"aiohttp==3.10.6",
"aleph-message>=0.6",
"aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@1e2eebe46f249a5990fe3203752bdbc578c52a22",
"base58==2.1.1", # Needed now as default with _load_account changement
"py-sr25519-bindings==0.2", # Needed for DOT signatures
"aleph-sdk-python>=1.3,<2",
"base58==2.1.1", # Needed now as default with _load_account changement
"py-sr25519-bindings==0.2", # Needed for DOT signatures
"pygments==2.18",
"pynacl==1.5", # Needed now as default with _load_account changement
"pynacl==1.5", # Needed now as default with _load_account changement
"python-magic==0.4.27",
"rich==13.9.3",
"setuptools>=65.5",
"substrate-interface==1.7.11", # Needed for DOT signatures
"substrate-interface==1.7.11", # Needed for DOT signatures
"textual==0.73",
"typer==0.12.5",
]
Expand Down

0 comments on commit d59526d

Please sign in to comment.