Skip to content

Commit

Permalink
Pin dependencies until ethproto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpar committed Jun 5, 2024
1 parent d55740d commit 07d86ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ package_dir =
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
eth-prototype[web3]
eth-prototype[web3]<1
graphviz

# Required until eth-proto dependency is upgraded to latest
web3<6
attrs>23


[options.packages.find]
where = src
Expand Down

0 comments on commit 07d86ef

Please sign in to comment.