Skip to content

Commit 1103df8

Browse files
committed
Feature: Updated to last aleph-message version supporting credits payment.
1 parent 0fbbfb5 commit 1103df8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,18 @@ dynamic = [ "version" ]
3030
dependencies = [
3131
"aiohttp>=3.8.3",
3232
"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",
3435
"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
3637
"coincurve; python_version>='3.9'",
3738
"coincurve>=19; python_version>='3.9'",
3839
"eth-abi>=5.0.1; python_version>='3.9'",
3940
"eth-typing>=5.0.1",
4041
"jwcrypto==1.5.6",
4142
"pydantic>=2,<3",
4243
"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
4445
"python-magic",
4546
"typing-extensions",
4647
"web3>=7.10",

0 commit comments

Comments
 (0)