Skip to content

Commit

Permalink
chore: update hexbytes pinning (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day authored Sep 10, 2022
1 parent 919404d commit 5ef9661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
include_package_data=True,
install_requires=[
"pydantic>=1.10.1,<2",
"hexbytes>=0.3.0,<1",
"hexbytes>=0.2.3,<1",
"eth-utils>=2",
"ethpm-types>=0.3.7,<0.4",
"msgspec>=0.8.0",
"msgspec>=0.8",
],
python_requires=">=3.8,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 5ef9661

Please sign in to comment.