Skip to content

Commit

Permalink
Update pyproject after sdk release
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Feb 18, 2025
1 parent a51c6a2 commit 56b9817
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ dynamic = [ "version" ]
dependencies = [
"aiodns==3.2",
"aiohttp==3.11.12",
"aleph-message @ git+https://github.com/aleph-im/aleph-message.git",
"aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python.git@add-manage-flow-superfluid",
"base58==2.1.1", # Needed now as default with _load_account changement
"py-sr25519-bindings==0.2", # Needed for DOT signatures
"aleph-message>=0.6.1",
"aleph-sdk-python>=1.4,<2",
"base58==2.1.1", # Needed now as default with _load_account changement
"py-sr25519-bindings==0.2", # Needed for DOT signatures
"pygments==2.19.1",
"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.15.1",
]
Expand Down

0 comments on commit 56b9817

Please sign in to comment.