Describe the bug
I did not realize this when I was implementing installing using installer instead of pip, but installer doesn't perform any dependency validation. I think we should restore this functionality. Should we use pip install --dry-run to do this as a pre-install step (does that even work)? Or maybe we can parse the metadata ourselves.
Notify maintainers
@FRidh @mweinelt @jonringer
Describe the bug
I did not realize this when I was implementing installing using installer instead of pip, but installer doesn't perform any dependency validation. I think we should restore this functionality. Should we use
pip install --dry-runto do this as a pre-install step (does that even work)? Or maybe we can parse the metadata ourselves.Notify maintainers
@FRidh @mweinelt @jonringer