Pythia
Pythia copied to clipboard
Create an automatic requirements installation system
Pip checking: http://blog.backslasher.net/pip-dry-run.html
https://togithub.com/pypa/packaging-problems/issues/664
Consider using https://github.com/astral-sh/uv to do all of the resolving. Sadly, they are not providing APIs and they have no plans to change that. Uv would need te be vendored in, and called a subprocess, if we'd decide to use that tool.