Added the Web3.py library as a dependency to the python client

This commit is contained in:
Alexandre Paillier
2023-11-09 15:29:52 +01:00
parent d8da84da65
commit de82990e14
2 changed files with 1 additions and 3 deletions

View File

@@ -28,8 +28,7 @@ dynamic = [ "version" ]
requires-python = ">=3.7"
dependencies = [
"ragger[speculos]",
"simple-rlp",
"pysha3",
"web3~=6.0",
]
[tools.setuptools]