Skip to content

Commit

Permalink
refactor: unpin peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Dec 11, 2024
1 parent 82d7ff0 commit 87806e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eth-ape>=0.8.2,<0.9",
"ecdsa>=0.19.0,<1",
"cryptography>=37.0.4,<38",
"cchecksum>=0.0.3,<1",
"cchecksum", # NOTE: peer dependency of ape
], # NOTE: Add 3rd party libraries here
entry_points={"ape_cli_subcommands": ["ape_aws=ape_aws._cli:cli"]},
python_requires=">=3.7,<4",
Expand Down

0 comments on commit 87806e9

Please sign in to comment.