Skip to content

Commit

Permalink
chore: fix lint and vers
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 5, 2024
1 parent ed4a2f0 commit 05dcdb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ape_alchemy/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from web3.exceptions import ContractLogicError as Web3ContractLogicError
from web3.exceptions import ExtraDataLengthError
from web3.gas_strategies.rpc import rpc_gas_price_strategy

try:
from web3.middleware import ExtraDataToPOAMiddleware # type: ignore
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"evm-trace>=0.2.3,<0.3",
"web3>=7.6.0,<8",
"requests>=2.32.3,<3",
"evmchains>=0.1.3,<0.2", # Dependent on networks (not imports)
],
python_requires=">=3.9,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 05dcdb5

Please sign in to comment.