Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ape_safe/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from ape.types import AddressType
from ape.utils import ZERO_ADDRESS, ManagerAccessMixin
from eth_utils import to_checksum_address
from cchecksum import to_checksum_address

if TYPE_CHECKING:
from collections.abc import Iterator
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
url="https://github.com/ApeWorX/ape-safe",
include_package_data=True,
install_requires=[
"cchecksum>=0.0.3,<1",
"click>=8.1.7,<9",
"eip712>=0.2.11,<3",
"eth-ape>=0.8.28,<0.9",
Expand Down