[00:04:44] <buck1> diamond inheritance in my req files doesn't work nice
[00:12:58] <dstufft> yea... we don't really have a real dependency solver atm
[14:51:17] <nanonyme> dstufft, well, could you even?
[14:51:52] <nanonyme> I mean, you don't know the dependencies beforehand, right?
[14:52:09] <nanonyme> If you did, you could just feed it to some dependency solver library
[14:53:01] <tomprince> I think the plan is to start using a dep solver library.
[14:53:44] <nanonyme> I don't see how that could work unless you have a full DB of packages and their dependencies that you can fetch from PyPI, really
[14:54:06] <nanonyme> Or is the idea to use xmlrpc or some future API for that?
[23:14:12] <buck1> is there any reasonable way for me to check if an installed package satisfies a pip req?