ApeWorX / eip712

Message classes for typed structured data hashing and signing in Ethereum
Apache License 2.0
42 stars 19 forks source link

can't work with web3 #32

Closed lau-jay closed 1 year ago

lau-jay commented 1 year ago

Overview

-- python: 3.8.16 -- eip712: 0.1.7 -- web3: 5.31.3 (lastest)

ERROR: Cannot install -r requirements.txt (line 16) and web3==5.31.3 because these package versions have conflicting dependencies. The conflict is caused by: eip712 0.1.7 depends on eth-abi<4 and >=3.0.1 web3 5.31.3 depends on eth-abi<3.0.0 and >=2.2.0

I see #30 #31 I think maybe has more conflict with web3, maybe for more packages need to relax the pin a bit