Skip to content

Commit

Permalink
build(deps): update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 18, 2024
1 parent 4edea94 commit 7f34358
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ uniswap-python = "0.7.1"
kwenta = "1.2.0"
#eth-ape = "0.7.16"
eth-typing = "^4.4.0"
eth-tester = "^0.12.0b1"

# brownie_safe = {version="0.8.5", python = ">=3.11,<3.12"}
# eth-brownie = "1.20.1"
#web3client = "1.3.7"
Expand Down Expand Up @@ -115,7 +115,8 @@ pytest-cov = "^5.0.0"
pytest-asyncio = "^0.23.0"
pytest-mock = "^3.11.1"
pytest-loguru = "^0.4.0"
eth_tester = "^0.9.0b2"
# eth_tester = "^0.9.0b2"
eth-tester = "^0.12.0b1"

[tool.pytest.ini_options]
pythonpath = "."
Expand Down

0 comments on commit 7f34358

Please sign in to comment.