Skip to content

Commit

Permalink
chore: align setup with ape core (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day authored Sep 10, 2022
1 parent cbf3f2b commit edde128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
include_package_data=True,
install_requires=[
"dataclassy>=0.8.2,<1",
"eth-utils>=1.10.0,<3",
"eth-abi>=2.2.0,<4",
"eth-typing>=3.0,<4",
"hexbytes>=0.3.0,<1",
"eth-utils>=2.0.0,<3",
"eth-abi>=3.0.1,<4",
"eth-typing>=3.1,<4",
"hexbytes>=0.2.3,<1",
"pycryptodome>=3.4.7,<4",
],
python_requires=">=3.8,<4",
Expand Down

0 comments on commit edde128

Please sign in to comment.