Skip to content

Commit 7ca7de9

Browse files
committed
chore: evmchains
1 parent 2df98a3 commit 7ca7de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@
7474
url="https://github.com/ApeWorX/ape-alchemy",
7575
include_package_data=True,
7676
install_requires=[
77-
"eth-ape>=0.8.1,<0.9",
77+
"eth-ape>=0.8.21,<0.9",
7878
"eth-pydantic-types", # Use same version as eth-ape
7979
"ethpm-types", # Use same version as eth-ape
8080
"evm-trace", # Use same version as eth-ape
81+
"evmchains>=0.1.3,<0.2", # Dependent on networks (not imports)
8182
"web3", # Use same version as eth-ape
8283
"requests",
8384
],

0 commit comments

Comments
 (0)