Skip to content

Commit

Permalink
chore: loosen pins, regress hexbytes dependency to <1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Feb 1, 2024
1 parent f987887 commit 25d472a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
packages=find_packages(exclude=["tests", "tests.*"]),
python_requires=">=3.6, <4",
install_requires=[
"eth-abi>=5,<6",
"eth-abi>=4,<6",
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
"eth-utils>=3,<4",
"hexbytes>=1,<2",
"eth-utils>=2,<4",
"hexbytes<1",
],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 25d472a

Please sign in to comment.