Hacker News new | ask | show | jobs
by rowanseymour 1661 days ago
But doesn't even pip take that strict approach now?
1 comments

Yes, and that's probably the right default behavior. But with pip I think you can still work around it, e.g. by installing the sub-dependency manually and then installing with --no-deps.