Skip to content

Commit 9235c41

Browse files
author
abel
committed
(feat) Refactored all examples to remove references to private keys. Added the use of dotenv to load private keys into environment variables. Removed asyncio package dependency
1 parent 7573faa commit 9235c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ websockets = "*"
4040
web3 = "^6.0"
4141

4242
[tool.poetry.group.test.dependencies]
43-
pytest = "*"
43+
pytest = "<8"
4444
pytest-asyncio = "*"
4545
pytest-grpc = "*"
4646
requests-mock = "*"

0 commit comments

Comments
 (0)