Best practices for apps & dependencies that include the same dependency

Another thing to keep in mind to mitigate the dependency hell problem, is to NOT specify a dependency when it’s implied.

For example, if InputBox is a dependency, you don’t need to add Validator and Anvil Extras, so you have one fewer possible point of conflict.

This works just fine:

image

image