Skip to content

Commit

Permalink
chore: update ape-hardhat pins for v0.4.0 (#78)
Browse files Browse the repository at this point in the history
* chore: update pins for ape 0.4.0

* chore: upgrade alchemy pin to v0.4.0
  • Loading branch information
sabotagebeats authored Jul 27, 2022
1 parent 9f018be commit 5d93fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pytest-xdist", # multi-process runner
"pytest-cov", # Coverage analyzer plugin
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
"ape-alchemy>=0.3.0", # Needed for forked-network tests
"ape-alchemy>=0.4.0", # Needed for forked-network tests
"rich", # Needed for trace tests
],
"lint": [
Expand Down Expand Up @@ -70,7 +70,7 @@
url="https://github.com/ApeWorX/ape-hardhat",
include_package_data=True,
install_requires=[
"eth-ape>=0.3.0,<0.4.0",
"eth-ape>=0.4.0,<0.5.0",
"importlib-metadata ; python_version<'3.8'",
"evm-trace>=0.1.0.a6",
"hexbytes", # Use same as eth-ape
Expand Down

0 comments on commit 5d93fb9

Please sign in to comment.