Skip to content

Commit d85eb8d

Browse files
committed
Remove eth_typing / eth_account -> web3 6.3.0 + temp dependencies
1 parent fcb3730 commit d85eb8d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"aiohttp>=3.8.3",
26-
"aleph-message>=0.4.8",
26+
"aleph-message@git+https://github.com/aleph-im/aleph-message.git",
2727
"coincurve; python_version<\"3.11\"",
2828
"coincurve>=19.0.0; python_version>=\"3.11\"",
2929
"eth_abi>=4.0.0; python_version>=\"3.11\"",
30-
"eth_account>=0.4.0,<0.11.0",
3130
"jwcrypto==1.5.6",
3231
"python-magic",
3332
"typing_extensions",
3433
"aioresponses>=0.7.6",
35-
"superfluid~=0.2.1",
36-
"eth_typing==4.3.1",
37-
34+
"superfluid@git+https://github.com/aleph-im/superfluid.py.git@1yam-add-base",
35+
"web3==6.3.0",
3836
]
3937

4038
[project.optional-dependencies]

0 commit comments

Comments
 (0)