Skip to content

Commit

Permalink
chore: repin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 22, 2024
1 parent 33b2fb5 commit 32e7514
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,11 @@
"trie>=3.0.1,<4", # Peer: stricter pin needed for uv support.
"web3[tester]>=6.17.2,<7",
# ** Dependencies maintained by ApeWorX **
# Missing pins are dependent on ETH-prefixed dependencies.
"eip712",
"ethpm-types",
"eth_pydantic_types",
"eip712>=0.2.7,<0.3",
"ethpm-types>=0.6.16,<0.7",
"eth_pydantic_types>=0.1.0,<0.2",
"evmchains>=0.0.10,<0.1",
"evm-trace",
"evm-trace>=0.2.0,<0.3",
],
entry_points={
"console_scripts": ["ape=ape._cli:cli"],
Expand Down

0 comments on commit 32e7514

Please sign in to comment.