web3-flashbots icon indicating copy to clipboard operation
web3-flashbots copied to clipboard

Suggestion: automatic dependency checking

Open pmdaly opened this issue 3 years ago • 1 comments

A recent change in dependencies has broken the package's interaction with a key implicit component, Brownie. One resolution is to add automatic dependency checking to catch these breaking changes before they effect users. One such tool is Dependabot.

Im not sure how this would catch interactions with Brownie as it's not an explicit dependency but majority of Python solidity dev/deployment is managed with it.

pmdaly avatar Jul 26 '21 03:07 pmdaly

Great suggestion, seems like Poetry is supported!

N0K0 avatar Jul 26 '21 12:07 N0K0

If you define all the dependencies in Poetry it should resolve them all!

odysseus0 avatar Jul 20 '24 19:07 odysseus0